aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/railties
Commit message (Expand)AuthorAgeFilesLines
* Configure generators before invoking.José Valim2010-06-031-0/+1
* Support fixtures for namespaced models [#2965 state:resolved]Andrew White2010-04-251-2/+2
* db:test:prepare for tasks only if AR is loadedSantiago Pastorino2010-04-091-0/+2
* Revert "When creating database with rake, create schemas in schema_search_pat...Michael Koziarski2010-04-091-7/+1
* Read postgresql encoding using string key instead of symbol [#4304 state:reso...Doug Richardson2010-04-011-1/+1
* When creating database with rake, create schemas in schema_search_path if it ...Rizwan Reza2010-03-281-0/+6
* rake tasks should use the new app generator path [#4257 state:resolved]Sebastian Martinez2010-03-231-1/+1
* squelching more warnings in the AR tests. [#4218 state:resolved]Aaron Patterson2010-03-181-1/+6
* Print database.rake errors to stderr.S. Christoffer Eliesen2010-02-271-5/+5
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-1/+1
* Adding guard to make sure test database declarations exist before trying to a...Mikel Lindsaar2010-02-041-2/+2
* Added encoding qery support for SQLite3 to make rake db:charset work on all d...Mikel Lindsaar2010-02-031-0/+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
* Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.José Valim2010-01-171-1/+1
* Do not send the whole controller in notifications, cherry pick required pieces.José Valim2010-01-151-2/+9
* Tidy up ActiveRecord and Views runtime information on process action logger.José Valim2010-01-141-3/+3
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-1/+1
* Move AR logging responsibilities to ActiveRecord::Railties::Subscriber.José Valim2010-01-131-0/+27
* 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 C...Jeremy Kemper2009-12-302-0/+500