aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* apps that depend on active record should load fixturesAaron Patterson2013-04-031-7/+0
* Remove comments about removing LegacyKeyGenerator in 4.1Trevor Turk2013-04-031-1/+0
* Rename DummyKeyGenerator -> LegacyKeyGeneratorTrevor Turk2013-04-021-2/+2
* Fix tests from rails.png removal.Jessica Lynn Suttles2013-04-021-1/+8
* Merge pull request #9978 from trevorturk/cookie-store-auto-upgradeSantiago Pastorino2013-04-011-8/+60
|\
| * Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...Trevor Turk2013-03-281-8/+60
* | cleanup railties test; fix typosVipul A M2013-03-311-4/+3
|/
* s/and and run/and runs/David Chapman2013-03-261-1/+1
* Fixed typo in railties/testPrathamesh Sonpatki2013-03-252-2/+2
* Controller name pluralizedPrathamesh Sonpatki2013-03-251-2/+2
* Fix some typosVipul A M2013-03-243-3/+3
* Don't kill the consoleJon Leighton2013-03-221-10/+2
* Send SIGTERM, not SIGQUIT.Jon Leighton2013-03-221-1/+1
* Revert "make new rails apps log to STDOUT"Steve Klabnik2013-03-151-21/+0
* make new rails apps log to STDOUTTerence Lee2013-03-151-0/+21
* Replace assert_(no_)match args from regexps to strings to remove warningsCarlos Antonio da Silva2013-03-111-40/+40
* Make sure that the test case is run under test envPrem Sichanugrist2013-03-111-1/+17
* Fix test failure introduced in 3ed41e57Prem Sichanugrist2013-03-111-5/+3
* Make sure that `rails test` load test in test envPrem Sichanugrist2013-03-091-1/+44
* Update Rake tasks to call `rails test` insteadPrem Sichanugrist2013-03-091-10/+13
* Improve wording for rails test commandDalibor Nasevic2013-03-091-8/+8
* Load fixtures only when running suites, or `-f`Prem Sichanugrist2013-03-091-0/+51
* Add support for MiniTest flags in TestRunnerPrem Sichanugrist2013-03-091-0/+21
* Add `rails test` command to run the test suitePrem Sichanugrist and Chris Toomey2013-03-091-0/+183
* Fix race condition in testJon Leighton2013-03-091-2/+2
* Bump up timeoutsJon Leighton2013-03-091-3/+3
* The console --sandbox transaction should not be joinableJon Leighton2013-03-081-10/+8
* Fix rails console --sandboxJon Leighton2013-03-081-8/+74
* Bring config.allow_concurrency backJosé Valim2013-03-031-0/+6
* Remove hard coded references to Active Record in railtiesJosé Valim2013-03-021-13/+0
* remove uncommented railties boot_test.rbYves Senn2013-02-211-20/+0
* run the load_structure test in the test environmentTerence Lee2013-02-211-3/+10
* test DATABASE_URL without database.yml aroundTerence Lee2013-02-211-0/+2
* Fix rake routes output in railties testCarlos Antonio da Silva2013-02-191-2/+4
* Revert "Deprecate the `eager_load_paths` configuration"Andrew White2013-02-192-6/+6
* editorial tweaksXavier Noria2013-02-191-1/+1
* Use strip_heredoc in the tests as well.Steve Klabnik2013-02-181-5/+6
* Add message when you have no routes defined.Steve Klabnik2013-02-181-0/+15
* Remove BestStandardsSupport middlewareGuillermo Iguaran2013-01-292-32/+1
* Deprecate the `eager_load_paths` configurationAndrew White2013-01-242-6/+6
* Revert "Set the default timezone after the initialization since the configura...Carlos Antonio da Silva2013-01-221-11/+1
* Restore and adapt the implementation reverted atRafael Mendonça França2013-01-191-0/+48
* script => binAkira Matsuda2013-01-181-6/+6
* allow :dirs option for .enumerateBrian D. Burns2013-01-151-0/+39
* Account for ignored cookie set by turbolinksNick Reed2013-01-141-6/+6
* Add regression test to #8907Rafael Mendonça França2013-01-141-0/+31
* remove performance tests from the default stackYves Senn2013-01-101-25/+0
* Revert "unpermitted params" exception -- it's just not going to work. See the...David Heinemeier Hansson2013-01-081-48/+0
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-062-7/+3
* Move config.filter_parameters to you own initializer fileRafael Mendonça França2013-01-051-2/+2