aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base/render_context_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
* Privatize unneededly protected methods in Action Pack testsAkira Matsuda2016-12-231-9/+7
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
* modernizes hash syntax in actionpackXavier Noria2016-08-061-2/+2
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-1/+1
* update documentation and code to use _action callbacksFrancesco Rodriguez2012-12-071-1/+1
* Tidy up pending TODOs after discussion with Mr. Gatoz (@wycats).José Valim2011-05-011-7/+7
* Add a test for rendering from the controller context.José Valim2011-05-011-0/+54