Commit Graph

12 Commits

Author SHA1 Message Date
Mason McLead 6546c93512 renaming to :condensed 2017-06-02 10:20:07 -07:00
Mason McLead 4276cd642a adding an option to format log message to be one line 2017-06-02 09:59:00 -07:00
Keisuke Yamamoto b52ea9adeb Bugfix, logic optimization, correct code format
- Fix typo in README
- Replace tab character with spaces and correct wrong indents.
- Bugfix: headers are not sorted by keys when the option is `:all`
- Optimize filtering logic
2017-04-21 14:13:57 +09:00
Keisuke Yamamoto 753b94ecb0 Add 'headers' option to log request headers. 2017-04-20 12:40:38 +09:00
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