03 Sep, 2015
19 commits
-
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
-
twitter-bootstrap-rails rubygems version is way behing the git version, which required the Gemfile to use the git reference. Using the git reference leads to a harder version management and packaging problems.
-
JS routes are now generated insted of being harcoded
02 Sep, 2015
2 commits
-
If set, RAILS_RELATIVE_URL_ROOT would break all the AJAX requests.
01 Sep, 2015
3 commits
-
sqlite3 is not necessary under production
-
General updates
31 Aug, 2015
16 commits
-
Retrieving metric code when updating a compound metric configuration
-
Updates
-
Signed off by: Heitor Reis <marcheing@gmail.com>
-
Signed off by: Heitor Reis <marcheing@gmail.com>
-
The problem was that, when the compound metric configuration was persisted, we didn't display the save button. Signed off by: Heitor Reis <marcheing@gmail.com>