aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/render_js_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use media_type instead of content_type internallyEugene Kenny2019-08-041-0/+9
* Remove unnecessary require pathname from actionpack controller specsAbhay Nikam2019-06-021-1/+0
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-1/+1
* 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
* modernizes hash syntax in actionpackXavier Noria2016-08-061-2/+2
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-7/+7
* Migrating xhr methods to keyword arguments syntaxKir Shatrov2015-02-011-2/+2
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-1/+1
* CSRF protection from cross-origin <script> tagsJeremy Kemper2013-12-171-1/+1
* removes support for render :updateXavier Noria2011-04-131-9/+0
* Namespace TestControllers inside their test case classJoshua Peek2009-09-191-17/+21
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-3/+3
* Got controller/render_js_test.rb to pass on new baseYehuda Katz + Carl Lerche2009-05-221-0/+2
* Ported over render :file tests.Yehuda Katz + Carl Lerche2009-05-131-0/+37