aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base/render_implicit_action_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-2/+2
* Only accept actions without File::SEPARATOR in the name.Rafael Mendonça França2014-05-061-1/+16
* Revert to old semantics, use available_action? instead of action_method?.José Valim2011-05-061-4/+4
* Implicit actions named not_implemented can be renderedSantiago Pastorino2011-04-021-2/+11
* Make action_method? public and change implicit rendering to override it instead.José Valim2011-03-301-0/+5
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Redraw default routes on all internal integration tests. We don't need Simple...Joshua Peek2009-10-031-1/+1
* File extra test folders into controller, dispatch, or templateJoshua Peek2009-10-031-0/+28