03 Jun, 2015
2 commits
-
Signed off by: Gustavo Jaruga <darksshades@hotmail.com>
-
Serve assets on a subdirectory Signed off by: Gustavo Jaruga <darksshades@hotmail.com>
02 Jun, 2015
9 commits
-
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
29 May, 2015
1 commit
25 May, 2015
2 commits
-
Added a CHANGELOG
-
Fixing translations errors for creating new repositories
22 May, 2015
21 commits
-
Configuration visibility
-
group private. Signed off by: Heitor Reis <marcheing@gmail.com>
-
Signed off by: Heitor Reis <marcheing@gmail.com>
-
This reverts commit 391258e0397d492831cc76cf481f12e90bdbb634. Signed off by: Heitor Reis <marcheing@gmail.com>
-
This reverts commit 7048a0b677ffc7213917a3cb0e011309a2f2cb8a. Signed off by: Heitor Reis <marcheing@gmail.com>
-
Signed off by: Heitor Reis <marcheing@gmail.com>
-
Signed off by: Heitor Reis <marcheing@gmail.com>
-
Signed off by: Heitor Reis <marcheing@gmail.com>
-
If the memoization was left it could lead to inconsistencies after destroying. Removed forgotten print. Signed off by: Heitor Reis <marcheing@gmail.com>
-
If the memoization was left it could lead to inconsistencies after destroying Signed off by: Heitor Reis <marcheing@gmail.com>
-
The new memoized implementation for KalibroConfiguration#attributes now calls it twice on destroy. Signed off by: Heitor Reis <marcheing@gmail.com>
-
This reverts commit eef4de93dea70550c83a05d66ac1b3fb3bcd78ed. Signed off by: Heitor Reis <marcheing@gmail.com>
21 May, 2015
5 commits
-
Signed off by: Pedro Scocco <pedroscocco@gmail.com>
-
Now using the public/private separation Signed off by: Pedro Scocco <pedroscocco@gmail.com>
-
…ng the kalibro configurations list Before they were not loaded leading to a exception when redering the edit view again.
-
`public_or_owned_by_user` was using a syntax unsupported on all databases. Now it produces two queries to the database, but generated by ActiveRecord which takes care of compability. This was breaking KalibroConfiguration listing acceptance tests. Restored MetricConfiguration form for using `reading_group_options` helper. It was broken using a undefined method. This was breaking MetricConfiguration create and edit acceptance tests.