aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/railties/databases.rake
Commit message (Collapse)AuthorAgeFilesLines
* Adding guard to make sure test database declarations exist before trying to ↵Mikel Lindsaar2010-02-041-2/+2
| | | | auto create
* Added encoding qery support for SQLite3 to make rake db:charset work on all ↵Mikel Lindsaar2010-02-031-0/+3
| | | | databases shipping with Rails 3
* Made rake db:create also create the test database if you are in development modeMikel Lindsaar2010-02-031-1/+5
|
* Fix AR's rake tasks to work with the Rails::Application refactorCarlhuda2010-01-251-1/+1
|
* Rake tasks should load generators from new paths.José Valim2010-01-181-1/+1
|
* Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER.José Valim2010-01-131-29/+29
|
* Restore require of 'active_record/fixtures' for Rake tasks that use themJeffrey Hardy2010-01-061-0/+4
|
* Update db:migrate error message to reflect the removal of config.frameworksJeffrey Hardy2010-01-061-1/+1
|
* Autoload AR test caseJoshua Peek2010-01-041-4/+1
|
* Fix up AR extension by using Railties module instead of Rails and requiring ↵Jeremy Kemper2009-12-301-0/+469
ControllerRuntime at initialization time instead of boot