| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved grammar and replaced 'dbs' slang with 'databases' | Prathamesh Sonpatki | 2013-06-27 | 1 | -3/+3 |
* | Properly namespace DatabaseTasks | Piotr Sarnacki | 2013-06-14 | 1 | -1/+1 |
* | Use DatabaseTasks.env instead of Rails.env in databases.rake | Piotr Sarnacki | 2013-06-14 | 1 | -1/+1 |
* | the rake task `db:test:prepare` needs to load the configuration | Yves Senn | 2013-05-21 | 1 | -1/+1 |
* | rake:db:test:prepare falls back to original environment after execution. | markevich | 2013-05-02 | 1 | -3/+7 |
* | Abort a rake task when missing db/structure.sql like `db:schema:load` task. | kennyj | 2013-05-01 | 1 | -5/+3 |
* | Use DatabaseTasks.fixtures_path instead of FIXTURES_PATH in db.rake | Piotr Sarnacki | 2013-04-24 | 1 | -2/+19 |
* | Don't require having Rails.application to run database tasks | Piotr Sarnacki | 2013-04-24 | 1 | -15/+9 |
* | Merge pull request #10258 from thenickcox/pending_migrations_plural | Rafael Mendonça França | 2013-04-18 | 1 | -3/+3 |
|\ |
|
| * | Fix subject-verb agreement in error msg (and other grammar stuff) | thenickcox | 2013-04-17 | 1 | -3/+3 |
* | | Use db:test:load instead of db:test:load_schema | Piotr Sarnacki | 2013-04-16 | 1 | -1/+1 |
* | | fix AP warning; remove unused variable | Vipul A M | 2013-04-09 | 1 | -1/+1 |
* | | just check pending migrations in the current environment | Aaron Patterson | 2013-04-05 | 1 | -2/+2 |
* | | check pending migrations against the test db | Aaron Patterson | 2013-04-03 | 1 | -11/+3 |
* | | ensure the schema checking is done in the dev connection | Aaron Patterson | 2013-04-03 | 1 | -0/+8 |
|/ |
|
* | Fix tiny problem: change method order for consistency and fix wrong method name. | kennyj | 2013-04-03 | 1 | -1/+1 |
* | Extract Oracle database tasks. | kennyj | 2013-04-03 | 1 | -26/+3 |
* | Extract Sqlserver database tasks. | kennyj | 2013-04-03 | 1 | -10/+0 |
* | Extract Firebird database tasks. | kennyj | 2013-04-03 | 1 | -20/+0 |
* | The console --sandbox transaction should not be joinable | Jon Leighton | 2013-03-08 | 1 | -1/+2 |
* | Fix rails console --sandbox | Jon Leighton | 2013-03-08 | 1 | -2/+2 |
* | Remove hard coded references to Active Record in railties | José Valim | 2013-03-02 | 1 | -1/+1 |
* | fix db_runtime attribute value after raising ActionView::MissingTemplate exc... | Igor | 2013-02-27 | 1 | -1/+2 |
* | Remove pre-emptive adapter name check from databases.rake so third party adap... | Daniel Azuma | 2013-01-29 | 1 | -9/+3 |
* | Revert "Merge pull request #8930 from cordawyn/ordered_railties" | Carlos Antonio da Silva | 2013-01-15 | 1 | -1/+1 |
* | rake railties:install:migrations respects the order of railties | Slava Kravchenko | 2013-01-14 | 1 | -1/+1 |
* | Fix missing ending newline in db structure dump: | Thibault Jouan | 2012-12-30 | 1 | -1/+3 |
* | Shush deprecation warning due to initializing a Migrator with migration paths... | Jeremy Kemper | 2012-12-12 | 1 | -1/+1 |
* | Don't use test environment by default when running rake db:structure:load; #7951 | Martin Grandrath | 2012-10-18 | 1 | -1/+1 |
* | Rename "Fixtures" class to "FixtureSet" | Alexey Muranov | 2012-10-07 | 1 | -3/+3 |
* | nodoc AR::Railtie [ci skip] | Francesco Rodriguez | 2012-09-21 | 1 | -2/+2 |
* | Load the environment after creating the database | Jeremy Kemper | 2012-09-19 | 1 | -2/+2 |
* | Revert "Make sure :environment task is executed before db:schema:load or db:s... | Jeremy Kemper | 2012-09-19 | 1 | -2/+2 |
* | Store the transaction number in the transaction object | Jon Leighton | 2012-09-15 | 1 | -2/+0 |
* | fixed support for DATABASE_URL for rake db tasks | Grace Liu | 2012-09-11 | 1 | -29/+31 |
* | Extract ActiveRecord::SessionStore from Rails | Prem Sichanugrist | 2012-08-24 | 1 | -15/+0 |
* | Merge pull request #7140 from seamusabshere/patch-1 | Rafael Mendonça França | 2012-08-05 | 1 | -2/+2 |
|\ |
|
| * | Make sure :environment task is executed before db:schema:load or db:structure... | Seamus Abshere | 2012-07-23 | 1 | -2/+2 |
* | | removes usage of Object#in? from the code base (the method remains defined by... | Xavier Noria | 2012-08-06 | 1 | -1/+0 |
* | | Remove `:rails_env` task since it is not needed anymore. | Rafael Mendonça França | 2012-08-02 | 1 | -9/+9 |
* | | Only require the `:rails_env` task where is needed. | Rafael Mendonça França | 2012-07-27 | 1 | -12/+12 |
|/ |
|
* | Fix collation database task to use begin..rescue..end | Carlos Antonio da Silva | 2012-06-30 | 1 | -4/+6 |
* | Extract collation tasks to database tasks. | kennyj | 2012-07-01 | 1 | -8/+3 |
* | Remove unused responsibilities and add a few load definitions to engines | José Valim | 2012-06-29 | 1 | -1/+1 |
* | Fix wrong environment. env should be RAILS_ENV or test. | kennyj | 2012-06-28 | 1 | -1/+1 |
* | Move to db:structure namespace, because these methods are global. | kennyj | 2012-06-26 | 1 | -8/+9 |
* | Remove session_table_name method because this is global and used only once. | kennyj | 2012-06-26 | 1 | -5/+1 |
* | Add a description about ENV["SCOPE"] | kennyj | 2012-06-26 | 1 | -1/+1 |
* | Change the behavior of db:test:prepare task when schema_format is sql for con... | kennyj | 2012-06-26 | 1 | -1/+1 |
* | Change the behavior of db:test:clone task when schema_format is sql for consi... | kennyj | 2012-06-26 | 1 | -1/+11 |