Commit Graph

8 Commits

Author SHA1 Message Date
Ryan Buckley 1fa42722ed Add spec for testing exception logging 2016-09-16 12:14:19 -07:00
Ryan Buckley 6c2559c8ec Revert change that separates param parsing strategy depending on presence of Rails 2016-04-01 09:23:25 -07:00
Ryan Buckley fd5c616aab Reorganize usage of Rails specific parameters 2016-03-31 23:46:54 -07:00
Ryan Buckley 41eeaaaeab [#4] Fix missing JSON parameters for POST requests
- Call the formatter middleware manaully to parse env['rack.input'] and set the grape request body early
- Overload the formatter's #before method so we don't parse the input twice
- Wouldn't be an issue if Grape::Endpoint would #use custom middleware after using formatter
2016-03-31 22:27:24 -07:00
Ryan Buckley b7bf4b0acb cleanup test suites 2015-12-12 00:20:04 -08:00
Ryan Buckley b2491299ed use railtie 2015-12-12 00:05:32 -08:00
Ryan Buckley 9a0326ff09 Stop logging the namespace 2015-12-11 23:13:18 -08:00
Ryan Buckley 5959a06cce add and reorganize specs with factory girl 2015-12-11 19:55:05 -08:00