aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove --http.José Valim2012-03-141-20/+0
* Fix scaffold controller template, ensure rake scaffold test pass by defaultCarlos Antonio da Silva2012-03-141-2/+23
* Use one system call whenever possible, group rake and Dir.chdir callsCarlos Antonio da Silva2012-03-081-14/+11
* Add db:schema:cache:dump and db:schema:cache:clear tasks.kennyj2012-03-011-0/+19
* use a regular expression for the number of passes. We only care thatAaron Patterson2012-01-061-1/+1
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* Move SubTestTask. Soften up tests.Jeremy Kemper2011-12-211-10/+7
* Rename STRUCTURE to DB_STRUCTURE, update dump task description and add simple...Dieter Komendera2011-12-181-0/+8
* Moves migrations tests from railties/test/application/rake_test.rb to railtie...Kazimierz Kiełkowicz2011-12-071-68/+0
* Move asset tests to assets_test fileGuillermo Iguaran2011-09-131-31/+0
* Merge pull request #2987 from kennyj/masterSantiago Pastorino2011-09-121-0/+16
|\
| * fix https://github.com/rails/rails/issues/2947 (with testcase)kennyj2011-09-131-0/+16
* | Merge pull request #2985 from kennyj/masterSantiago Pastorino2011-09-121-0/+16
|\|
| * fix https://github.com/rails/rails/issues/2582 (with testcase)kennyj2011-09-131-1/+17
* | added test for db migrate:redoDeepak Prasanna2011-09-101-0/+25
* | Merge pull request #2957 from waseem/migration_status_testsSantiago Pastorino2011-09-091-0/+24
|\ \
| * | Tests for rake db:migrate:status.Waseem Ahmad2011-09-091-1/+25
| |/
* / move route inspecting to an object so that we can more easily test itAaron Patterson2011-09-091-95/+2
|/
* Warnings removed for "assert_match /" Please doArun Agrawal2011-09-041-3/+3
* Improve formatting of route to Rack application in rake routes.Hendy Tanata2011-07-171-0/+21
* Better formatting of route requirements in rake:routes.Hendy Tanata2011-07-161-2/+65
* Don't raise on mass assignment for testJosé Valim2011-07-071-6/+15
* Add test to rake test for error messagesWen-Tien Chang2011-06-301-0/+26
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-1/+5
* Parenthesize arguments when the first one is a Regexp literal.Sebastian Martinez2011-05-231-9/+9
* Add test to verify production rake tasks flush logger on exitJason Rudolph2011-05-061-0/+13
* Display custom asset routes in `rake routes`Peter Suschlik2011-05-051-0/+9
* fix db:fixtures:load with FIXTURES specified [#6061 state:resolved]John Hawthorn2011-02-061-0/+17