aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Send SIGTERM, not SIGQUIT.Jon Leighton2013-03-221-1/+1
* Don't generate a scaffold.css if no-assetsKevin Glowacz2013-03-201-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
* Add support for generate scaffold password:digestSam Ruby2013-03-131-0/+41
* 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
* Merge pull request #9080 from sikachu/master-rails-testRafael Mendonça França2013-03-112-10/+311
|\
| * 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
* | Cleanup tests for unused variablesVipul A M2013-03-111-1/+1
|/
* Fix race condition in testJon Leighton2013-03-091-2/+2
* Bump up timeoutsJon Leighton2013-03-091-3/+3
* Fix failing test regarding console change to fix sandboxingCarlos Antonio da Silva2013-03-081-11/+10
* 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
* Support creating a table migration generatorSammy Larbi2013-03-011-3/+14
* Ensure plugins generated with plugin new can boot the dummy applicationJosé Valim2013-02-281-39/+16
* Improve `rake stats` for JavaScript and CoffeeScript.Hendy Tanata2013-02-251-0/+288
* Merge pull request #9401 from sikachu/master-remove-builder-optionRafael Mendonça França2013-02-2410-169/+0
|\
| * Remove `--builder` option from `rails` commandPrem Sichanugrist2013-02-2410-169/+0
* | remove AR auto-explain (config.auto_explain_threshold_in_seconds)Yves Senn2013-02-241-9/+0
|/
* Fix backwards compatibility with Rails 3 apps.Steve Klabnik2013-02-221-29/+36
* 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-193-30/+38
* 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
* Gist URLs are now namespacedAkira Matsuda2013-02-181-3/+3
* Added notice message for destroy method in scaffoldRahul P. Chaudhari2013-02-101-0/+1
* --no-rc in the railties testsAkira Matsuda2013-02-012-2/+2
* Remove BestStandardsSupport middlewareGuillermo Iguaran2013-01-292-32/+1
* Merge pull request #8303 from jeremywrowe/masterRafael Mendonça França2013-01-251-0/+5
|\
| * Fixes improper database name when a '.' is included while creating a new railsJeremy W. Rowe2013-01-161-0/+5
* | Deprecate the `eager_load_paths` configurationAndrew White2013-01-243-38/+30
* | Revert "Set the default timezone after the initialization since the configura...Carlos Antonio da Silva2013-01-221-11/+1
* | Merge pull request #8557 from timraymond/add_back_engines_and_deprecateRafael Mendonça França2013-01-221-0/+6
|\ \
| * | Adding Back Rails::Engine::Railties#enginesTim Raymond2013-01-031-0/+6
* | | Fix asset_path in mounted enginePiotr Sarnacki2013-01-211-0/+9
* | | Restore and adapt the implementation reverted atRafael Mendonça França2013-01-191-0/+48