aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/basic_implicit_render.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove args from `default_render`Aaron Patterson2019-01-171-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-251-1/+1
* Return 204 if render is not called in API controllersJorge Bejar2015-06-111-0/+11