aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base/render_template_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* 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
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* modernizes hash syntax in actionpackXavier Noria2016-08-061-17/+17
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-8/+8
* Deprecate :controller and :action path parametersAndrew White2016-03-011-1/+1
* Fix test messages use directly true, false and nil instead of their symbolAkshay Vishnoi2015-03-191-3/+3
* 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
* Fix actionpack test cases broken by #16888Godfrey Chan2014-09-261-0/+9
* Fix typos like `a html` to `an html` and 'an mail' to 'an email'. [ci skip]Santosh Wadghule2014-07-141-2/+2
* Raise RuntimeErrors with inspectable and MRI-independent messages.Federico Ravasio2013-11-241-2/+2
* Override <%== to always behave as literal text rather than toggling based on ...Jeremy Kemper2012-12-031-2/+8
* html_escape should escape single quotesSantiago Pastorino2012-07-311-1/+1
* deprecate `describe` without a block.Aaron Patterson2012-07-091-2/+0
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* Show detailed exceptions no longer returns true if the request is local in pr...José Valim2011-12-161-0/+6
* Get rid of update_details in favor of passing details to find_template.José Valim2011-09-221-3/+3
* realigns a series of hash arrowsXavier Noria2010-11-211-10/+10
* Added support for Erubis <%== tagJan Maurits Faber2010-11-081-0/+10
* Allow cache to be temporarily disabled through lookup_context.José Valim2010-10-071-1/+12
* render :template => 'foo/bar.json' now works as it should.José Valim2010-10-071-1/+14
* Fixed routes to use new API in a few more actionpack testsPiotr Sarnacki2010-09-051-3/+7
* Add support for compile-time <%= raw %>Yehuda Katz2010-01-311-22/+34
* 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/+170