aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* Updates to make rails 4 happy with minitest 5:Ryan Davis2013-05-062-12/+12
* adding a test for root path in the appAaron Patterson2013-04-171-0/+24
* Added tests for `eager_load` config option to do not eager load for rake task...Paul Nikitochkin2013-04-121-0/+17
* initialize instead of assert to fix warningVipul A M2013-04-111-0/+1
* Add failing test case for #9654Andrew White2013-04-101-0/+45
* add integration test for shorthand rake testsAaron Patterson2013-04-051-0/+7
* extract test info from the command line and set up the test taskAaron Patterson2013-04-051-1/+22
* removing `rails test`, updating docs to show how to use `rake test`Aaron Patterson2013-04-051-6/+0
* Merge branch 'master' into railstestAaron Patterson2013-04-051-0/+10
|\
| * fix warnings in railties testVipul A M2013-04-041-3/+3
* | do not blow away the test database on every runAaron Patterson2013-04-051-10/+0
* | test no longer makes sense after requiring all test filesAaron Patterson2013-04-031-23/+1
* | switch the testing tests to use rakeAaron Patterson2013-04-031-20/+23
* | Revert "Update Rake tasks to call `rails test` instead"Aaron Patterson2013-04-031-13/+10
* | 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