aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/render_js_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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