aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base/render_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
* Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-1/+2
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+0
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-4/+2
* modernizes hash syntax in actionpackXavier Noria2016-08-061-22/+22
* 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-2/+2
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-2/+2
* deprecate `describe` without a block.Aaron Patterson2012-07-091-8/+0
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-0/+3
* remove duplicated self.view_paths assingment on controller tests [#4206 state...Santiago Pastorino2010-03-181-2/+2
* deOMGifying Railties, Active Support, and Action PackMikel Lindsaar2010-01-311-14/+14
* test-unit 2 compat: assert_raise doesn't support regexp second arg to match e...Jeremy Kemper2009-11-101-1/+1
* Redraw default routes on all internal integration tests. We don't need Simple...Joshua Peek2009-10-031-6/+6
* File extra test folders into controller, dispatch, or templateJoshua Peek2009-10-031-0/+320