aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add test cases for model and migration generators which use `change` method.Prem Sichanugrist2011-01-041-0/+19
* Ensure that initializers are executed before loading rake tasksPiotr Sarnacki2010-11-181-0/+16
* Strip regexp anchors from rake routes output [#5934 state:resolved]Andrew White2010-11-091-0/+9
* Fix typo and add sanity test for code statistics rake task.Emilio Tagua2010-09-241-1/+6
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Avoid calls to Rails::Application since this is not the official API.José Valim2010-07-011-2/+2
* Clear DescendantsTracker on each request.José Valim2010-06-191-1/+1
* The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-291-0/+14
* Ensure application rake tasks and generators are loaded after the ones specif...José Valim2010-04-261-0/+23