aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-1/+0
* tests, railties tests should use `bin/` executables when possible.Yves Senn2015-06-301-37/+37
* Fix failing tests for Rails-APISean Griffin2015-06-111-1/+1
* config.api_only = true implies config.generators.api_only = trueSantiago Pastorino2015-06-111-1/+0
* API apps scaffold generator generates an apropriate controllerSantiago Pastorino2015-06-111-0/+20
* Add test to ensure tmp:clear works when tmp is missingYoong Kang Lim2015-05-301-0/+7
* Removed `assigns` from functional_test templatesPrathamesh Sonpatki2015-05-021-2/+2
* Add explicit base class for ActiveJob jobsJeroen van Baarsen2015-03-231-1/+1
* Require `belongs_to` by default.Josef Šimánek2015-02-211-1/+4
* Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file.Dieter Komendera2015-01-081-1/+1
* Make the rails:template rake task load initializersRobin Dupret2014-03-081-0/+11
* Automatically maintain test database schemaJon Leighton2014-01-021-2/+2
* Regression test for load_structure and clone_structureArthur Neves2013-12-141-2/+4
* Build fix for new routing inspector changesArun Agrawal2013-11-221-2/+2
* Fix for routes taskSıtkı Bağdat2013-11-211-2/+2
* More Warnings removed for ruby trunkArun Agrawal2013-11-011-5/+5
* #11381: Ignore config.eager_load=true for rakePaul Nikitochkin2013-07-101-17/+19
* Removing deprecated rake tasks.wangjohn2013-06-241-39/+0
* Calls to the application constant have been refactored to usewangjohn2013-06-101-4/+4
* Removing use of subclassed application constant and instead using thewangjohn2013-06-031-1/+1
* 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-061-2/+2
* Added tests for `eager_load` config option to do not eager load for rake task...Paul Nikitochkin2013-04-121-0/+17
* Merge branch 'master' into railstestAaron Patterson2013-04-051-0/+10
|\
| * fix warnings in railties testVipul A M2013-04-041-3/+3
* | test no longer makes sense after requiring all test filesAaron Patterson2013-04-031-23/+1
* | Revert "Update Rake tasks to call `rails test` instead"Aaron Patterson2013-04-031-13/+10
|/
* Update Rake tasks to call `rails test` insteadPrem Sichanugrist2013-03-091-10/+13
* Fix rake routes output in railties testCarlos Antonio da Silva2013-02-191-2/+4
* 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
* Ensure the scaffold tests will pass when using references attributesRafael Mendonça França2012-12-101-0/+10
* Remove observers and sweepersRafael Mendonça França2012-11-281-22/+0
* Unused variable warning removedRashmi Yadav2012-11-271-1/+0
* Rake test:uncommitted finds git directory in ancestors.Nicolas Despres2012-11-101-0/+29
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-5/+5
* Update test locationsMike Moore2012-10-091-6/+6
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-1/+0
* Allow users to choose when to eager_load the application or not.José Valim2012-08-211-0/+24
* Fix wrong testcase. This is a testcase for db:test:prepare.kennyj2012-06-281-1/+1
* Change the behavior of db:test:prepare task when schema_format is sql for con...kennyj2012-06-261-0/+9
* Change the behavior of db:test:clone task when schema_format is sql for consi...kennyj2012-06-261-0/+9
* Don't read csv file during executing db:fixtures:load.kennyj2012-06-171-0/+12
* Added a testcase for #6690.kennyj2012-06-121-0/+11
* Add a testcase for #5847.kennyj2012-05-291-0/+23
* Revert "Merge pull request #5995 from kennyj/fix_5847-3"José Valim2012-04-271-22/+0
* Fix #5847 and #4045. Load AR::Base before loading an application model.kennyj2012-04-261-0/+22
* Fix GH #5435. db:structure:dump should be reenable.kennyj2012-03-171-0/+12