| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 10 | -10/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 10 | -0/+10 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
* | Add test to make sure subclasses also get helpers | Rafael Mendonça França | 2017-03-29 | 1 | -0/+16 |
* | Make sure that ActionController::Api can include helpers | Rafael Mendonça França | 2017-03-27 | 1 | -0/+26 |
* | Remove deprecated support to :text in render | Rafael Mendonça França | 2016-10-10 | 1 | -12/+0 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -3/+3 |
* | applies new string literal convention in actionpack/test | Xavier Noria | 2016-08-06 | 9 | -30/+30 |
* | Fixes #24239 | Ryan T. Hosford | 2016-04-04 | 1 | -0/+21 |
* | - Fix warning introduced in https://github.com/vipulnsward/rails/commit/77acc... | Vipul A M | 2016-01-22 | 1 | -1/+3 |
* | Re-add ActionController::ApiRendering | Jon Moss | 2016-01-20 | 1 | -0/+20 |
* | Stop using deprecated `render :text` in test | Prem Sichanugrist | 2015-07-17 | 1 | -2/+2 |
* | Make AC::Parameters not inherited from Hash | Prem Sichanugrist | 2015-07-15 | 1 | -1/+1 |
* | Return 204 if render is not called in API controllers | Jorge Bejar | 2015-06-11 | 1 | -0/+15 |
* | Include ParamsWrapper in AC::API | Jorge Bejar | 2015-06-11 | 1 | -0/+26 |
* | Rename test methods in api conditional get controller tests | Jorge Bejar | 2015-06-11 | 1 | -2/+2 |
* | Use new hash syntax | Santiago Pastorino | 2015-06-11 | 2 | -7/+7 |
* | Use nex hash syntax on tests | Santiago Pastorino | 2015-06-11 | 1 | -5/+5 |
* | Move Model test class inside RenderersApiController namespace | Santiago Pastorino | 2015-06-11 | 1 | -8/+8 |
* | Add ActionController API functionality | Santiago Pastorino | 2015-06-11 | 6 | -0/+180 |