aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rackup_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary migration deletionyuuji.yaginuma2017-11-081-1/+0
* `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-061-0/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-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 new string literal convention in railties/testXavier Noria2016-08-061-1/+1
* rails -> Rails [ci skip]Santosh Wadghule2016-07-121-1/+1
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* Unused variable removedArun Agrawal2011-11-151-1/+1
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-3/+1
* Force RAILS_ENV=development in rackup_test.rb. This fixes a problem on the CI...Jon Leighton2011-06-041-0/+6
* Remove deprecated dispatch test.José Valim2010-09-021-7/+0
* Fix typo on rackup test (ht: pleax)José Valim2010-05-201-1/+1
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-2/+2
* Refactor railties test, break huge files in smaller chunks and move initiali...José Valim2010-01-261-0/+46