08 May, 2015
3 commits
-
Signed-off-by: Diego Araújo <diegoamc90@gmail.com>
-
Signed-off-by: Diego Araújo <diegoamc90@gmail.com>
-
Signed-off-by: Diego Araújo <diegoamc90@gmail.com>
06 May, 2015
6 commits
-
Add missing devise portuguese translation
-
Locale review
-
Fixes the user edition form
-
It was probably removed with the devise-i18n gem Signed off by: Pedro Scocco <pedroscocco@gmail.com>
-
Signed-off-by: Diego Araujo <diegoamc90@gmail.com>
-
Probably it got broken after the translations and the acceptance test was passing due to the dependency of javascript. The acceptance test was fixed and the form has now the right field type.
05 May, 2015
2 commits
-
Signed-off-by: Pedro Scocco <pedroscocco@gmail.com>
-
Signed-off-by: Pedro Scocco <pedroscocco@gmail.com>
04 May, 2015
5 commits
29 Apr, 2015
10 commits
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Was made a visual inspection after deleting these locales and nothing looks broken config/locales/pt.yml was left as it is since it is a predefined dictionary download from the internet
27 Apr, 2015
4 commits
-
Code quality day 27 04
-
Signed off by: Daniel Miranda <danielkza2@gmail.com>
-
Error handling for finding resources in controllers used a find_resource method. It was broken and was letting code pass-through after errors. In addition, cases for find methods for things other than simple IDs weren't handled. Replace it with an error handler in ApplicationController capturing RecordNotFound exceptions and returning the appropriate error pages (or JSON). Also, fix usages of find that should throw errors (using ActiveRecord methods ending with !) but didn't. Correspondly, fix all the tests that mocked the find_resource method, and correct expectations where needed. Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
-
Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
17 Apr, 2015
10 commits
-
Internationalization on Brazilian portuguese translations
-
signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Cretated helper t_hint for easy hint translation retrieval Signed off by: Daniel Miranda <danielkza2@gmail.com>