27 Apr, 2015
1 commit
-
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>
10 Dec, 2014
1 commit
27 Jan, 2014
2 commits
-
Missing acceptance tests Signed off by: Renan Fichberg <rfichberg@gmail.com>
-
Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
23 Jan, 2014
2 commits
-
This change was necessary to be able cache the action Pending: * Do not render a graphic for a single point * Loading animation is not working * Unit and acceptance tests for the graphic failling * Renable the action cache Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Pending unit tests Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
09 Dec, 2013
1 commit
27 Nov, 2013
1 commit
26 Nov, 2013
1 commit
-
Also, fixed acceptance test for graphic show Signed-off By: Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com> Signed-off By: Diego Araújo <diegoamc90@gmail.com> Signed-off By: Fellipe Souto Sampaio <fllsouto@gmail.com>
25 Nov, 2013
7 commits
-
Signed-off by: Fellipe Souto Sampaio <fllsouto@gmail.com> Signed-off by: Diego Araújo <diegoamc90@gmail.com>
-
Signed-off By: Diego Araujo <diegoamc90@gmail.com>
-
Signed-off By : Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
Still need to work on the layout
-
pending: tests for module_result_controller; find a way to send the all the data required to generate chart using just one json parameter; configurate the highchart to show gridlines.
-
Signed-off By: Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com> Signed-off By: Fellipe Souto Sampaio <fllsouto@gmail.com>