aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/railties
Commit message (Expand)AuthorAgeFilesLines
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+3
* fix db:fixtures:load with FIXTURES specified [#6061 state:resolved]John Hawthorn2011-02-061-2/+2
* Improve regex in rake db:migrate status [#5940 state:resolved]Kevin Skoglund2011-02-041-1/+1
* Adding postgresql template option when executing db:test:clone_structureKatrina Owen2011-01-091-1/+1
* Refactor db:load:config to automatically pick additional migrations if ENGINE...Piotr Sarnacki2010-12-091-0/+6
* Rake tasks for managing database while development and testing of enginesPiotr Sarnacki2010-12-091-14/+14
* properly load database config in database rake tasks, to properly set migrati...Piotr Sarnacki2010-12-091-7/+7
* Allow to run migrations from more than one directory in rake tasksPiotr Sarnacki2010-12-091-8/+8
* Do not treat information about skipped migrations as WARNINGs but as a NOTEs,...Piotr Sarnacki2010-10-141-1/+1
* Updated DOCS for engines and added a couple TODOs. Also, commented internal r...José Valim2010-10-111-1/+1
* Rename rake railties:copy_migrations to rake railties:install:migrations and ...Piotr Sarnacki2010-10-091-23/+25
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-3/+3
* Fix 'rake db:create' is ignore encoding when using postgres [#5717 state:reso...yalab2010-09-301-1/+1
* db:structure:dump should list current Rails.env adapter in errors, not always...Nic Benders2010-09-261-1/+1
* Fix warning message when db/schema.rb doesn't exist [#5625 state:resolved]Brian Candler2010-09-241-1/+1
* Add helper for loading seed data for engine and applicationPiotr Sarnacki2010-09-201-2/+1
* Exception handling more readableThiago Pradi2010-09-191-4/+4
* Use railties:copy_migrations instead of db:copy_migrationsPiotr Sarnacki2010-09-061-1/+5
* rake db:copy_migrations task, which copies railties migrations into applicati...Piotr Sarnacki2010-09-031-0/+22
* Added Rails.application.config.paths.db.migrate to remove hardcoded db/migrat...Piotr Sarnacki2010-09-031-6/+7
* Fix em_mysql2 error in rake db:createSam Aarons2010-08-271-1/+1
* Catch mysql2 access denied errors in rake db:create [#5432 state:resolved]Andrew White2010-08-251-2/+4
* standarizes the use of the article "an" for "SQL" and "SQLite"Xavier Noria2010-08-051-1/+1
* Move runtime back to the Thread.currentJosé Valim2010-07-261-3/+2
* Cache connection access.José Valim2010-07-251-2/+3
* Move runtime back to connection.José Valim2010-07-251-2/+2
* Revert the previous three commits.José Valim2010-07-251-3/+2
* look up connection onceAaron Patterson2010-07-251-2/+3
* use a hash to collect optional statistics about the instrumentationAaron Patterson2010-07-251-2/+2
* Move runtime to log subscriber.José Valim2010-07-251-2/+2
* rake db:seed should check if the database have pending migrations [#5163 stat...Thiago Pradi2010-07-211-1/+1
* Avoid calls to Rails::Application since this is not the official API.José Valim2010-07-011-1/+1
* Support any mysql-like adapterJeremy Kemper2010-06-301-7/+7
* Avoid "no such table" exception when schema migrations table does not existAkira Matsuda2010-06-271-0/+5
* Use ActiveRecord::Migrator.schema_migrations_table_name instead of hardcoding...Akira Matsuda2010-06-271-1/+1
* rake db:migrate:status displays status of migrations [#4947 state:resolved]Kevin Skoglund2010-06-281-0/+25
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-32/+0
* Cut down even further on rake -T noiseDavid Heinemeier Hansson2010-06-091-13/+13
* Silence even more noisy rake task docsDavid Heinemeier Hansson2010-06-091-12/+12
* 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