- mars 01, 2018
-
-
Eugen Rochko a rédigé
Use Rails smart boolean cast to account for values such as "f", "0", "false", etc. Previously, if a param was present in the request, it would count as true.
-
- juil. 07, 2017
-
-
Eugen Rochko a rédigé
-
- juin 07, 2017
-
-
Matt Jankowski a rédigé
* Move ApiController to Api/BaseController * API controllers inherit from Api::BaseController * Add coverage for various error cases in api/base controller
-
- mai 31, 2017
-
-
Matt Jankowski a rédigé
-
- mai 23, 2017
-
-
Matt Jankowski a rédigé
- Increase coverage to exercise all parts of each action - Move into namespace to share common code - Misc refactor of each action for smaller methods, simpler code
-