aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* Removing deprecated rake tasks.wangjohn2013-06-241-39/+0
* #10428: Added tests for config.assets.precompilePaul Nikitochkin2013-06-211-0/+23
* Merge pull request #10902 from wangjohn/removing_application_singleton_callsSantiago Pastorino2013-06-1710-21/+21
|\
| * Calls to the application constant have been refactored to usewangjohn2013-06-1010-21/+21
* | `initialize_on_precompile` is not used anymore.Terence Lee2013-06-131-12/+0
|/
* Testing CheckPending middlewareArun Agrawal2013-06-081-0/+8
* clearing autoloaded constants triggers routes reloading [Fixes #10685]Xavier Noria2013-06-061-1/+34
* Fixing build for not checking migrationArun Agrawal2013-06-051-0/+1
* Removing use of subclassed application constant and instead using thewangjohn2013-06-036-36/+36
* Fixing a failing railtie test by using the ENV variable to specify awangjohn2013-05-311-1/+2
* Adding a test to make sure that using rake routes with the CONTROLLERwangjohn2013-05-291-0/+12
* 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