aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base/render_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
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* modernizes hash syntax in actionpackXavier Noria2016-08-061-4/+4
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-3/+3
* Deprecate :controller and :action path parametersAndrew White2016-03-011-2/+6
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-3/+3
* 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 typos in AP: "overriden" => "overridden"Carlos Antonio da Silva2013-03-301-12/+12
* Remove default match without specified methodJose and Yehuda2012-04-241-2/+2
* switch to using comments to comment thingsAaron Patterson2011-04-151-2/+1
* Speed up template inheritance and remove template inheritance optionwycats2010-12-261-12/+0
* #948 make template inheritance optionalartemave2010-12-261-0/+11
* #948 template_inheritanceartemave2010-12-261-1/+42
* Fixed routes to use new API in a few more actionpack testsPiotr Sarnacki2010-09-051-5/+17
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* 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/+85