aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base/render_layout_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
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in actionpackXavier Noria2016-08-061-5/+5
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-1/+1
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-3/+3
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-3/+3
* Fix another regression related to the layout optimization.José Valim2011-12-081-1/+25
* Fix a regression and also fix broken test.José Valim2011-12-081-5/+5
* removes the RJS template handlerXavier Noria2011-04-131-7/+9
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* deOMGifying Railties, Active Support, and Action PackMikel Lindsaar2010-01-311-10/+10
* Redraw default routes on all internal integration tests. We don't need Simple...Joshua Peek2009-10-031-3/+3
* File extra test folders into controller, dispatch, or templateJoshua Peek2009-10-031-0/+101