aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake_test.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* The rake task :environment now loads config/environment.rb instead of ↵José Valim2010-04-291-0/+14
| | | | initializing the application on its own. This fixes [#4492 state:resolved] and also avoids the application being initialized twice in some rake tasks.
* Ensure application rake tasks and generators are loaded after the ones ↵José Valim2010-04-261-0/+23
specified in railties/engines/rails. [#4471 state:resolved]