08 Jun, 2016
16 commits
-
This reverts commit eb1e8713d4f3889fddd5091b3f48c8ff4f38ea53. The right way to set the subdirectory is by setting the Rack mount on config.ru or on the webserver like apache or nginx.
-
Devise does no accept the dynamic route. This solution implies that, if the subdirectory changes the route should change as well and it will not answer without the subdirectory. Signed off by: Gustavo Jaruga <darksshades@hotmail.com>
-
Signed off by: Gustavo Jaruga <darksshades@hotmail.com>
-
Serve assets on a subdirectory Signed off by: Gustavo Jaruga <darksshades@hotmail.com>
-
They are not even supposed to have one!
-
…of Rack, Warden and omniauth-remote-user
-
Signed off by: Daniel Miranda <danielkza2@gmail.com>
-
Signed-off-by: Heitor Reis Ribeiro <marcheing@gmail.com>
-
- Add provider and uid fields to user with proper validation - Manual routes for OmniAuth have to be used because the route generator does not play well with the dynamic scope we used for the locale
04 Jun, 2016
1 commit
-
Release version 1.1.0
01 Jun, 2016
2 commits
-
Release v1.1.0
-
Signed-off-by: Rafael Reggiani Manzo <rr.manzo@protonmail.com>
30 May, 2016
2 commits
-
Load Kalibro service addresses from file
-
This makes explicit that this is configurable and will be more packaging friendly as the configuration file will get linked from /etc. Signed-off-by: Eduardo Araújo <duduktamg@hotmail.com>
28 May, 2016
2 commits
-
Fix backwards compatibility
-
The previous syntax was over complicated. This one gets the job done the same way. Signed-off-by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
25 May, 2016
1 commit
-
This tells reader what are the conventions assumed when releasing a version.
11 May, 2016
3 commits
-
The configurations has been moved from KalibroClient module into Likeno. Signed-off-by: Eduardo Araújo <duduktamg@hotmail.com>
09 May, 2016
1 commit
-
Update meta informations
06 May, 2016
10 commits
-
Add suport for CentOS 7 and Debian 8
-
Updates CHANGELOG
-
This is an easier to maintain format.
-
This script is supposed to setup properly an environment and thus this is a necessary configuration for successful acceptance test running.
-
Update travis yml
04 May, 2016
2 commits
-
This is meant to ensure we remember when we commit changes without tests. Also, to be able to run all the tests locally without worrying about that, we make the minimum coverage only required if the environment variable 'CI' is set to true. In practice, this means we only check minimun coverage if we are building the environment on travis. Also remove some default configurations for Rails on Simplecov. Updates CHANGELOG
-
Apparently, the ruby 2.0.0-p598 (CentOS 7 default) breaks with the code we were using. This commit replace it with a different syntax that should be reverted when CentOS 7 updates its ruby.