| Commit message (Expand) | Author | Age | Files | Lines |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -17/+17 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 3 | -649/+649 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 4 | -14/+14 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 4 | -200/+200 |
* | Merge pull request #23301 from ppworks/improve_mysqldump | Arthur Nogueira Neves | 2016-06-17 | 1 | -4/+4 |
|\ |
|
| * | Skip comments when exec mysqldump | Naoto Koshikawa | 2016-01-28 | 1 | -4/+4 |
* | | PostgreSQL: Fix db:structure:load silent failure on SQL error | Ralin Chimev | 2016-05-10 | 1 | -2/+2 |
* | | We are erroring due to nested transaction failures from mysql on test_migrate... | Vipul A M | 2016-05-06 | 1 | -0/+2 |
* | | Fix isolated test failures due to referencing ActiveRecord::Tasks::DatabaseAl... | Jeremy Daer | 2016-04-18 | 3 | -0/+3 |
* | | Added notice when a database is successfully created or dropped. | bogdanvlviv | 2016-04-17 | 4 | -10/+100 |
* | | Make 'migrate' clear the schema cache afterward | Chris Arcand | 2016-03-24 | 1 | -2/+13 |
* | | Creates development and test databases in db:migrate task | Rafael Mendonça França | 2016-03-14 | 1 | -6/+14 |
|/ |
|
* | Merge pull request #22967 from schneems/schneems/generic-metadata | Sean Griffin | 2016-01-08 | 1 | -0/+28 |
|\ |
|
| * | Use hash like syntax for InternalMetadata | schneems | 2016-01-08 | 1 | -1/+1 |
| * | Prevent destructive action on production database | schneems | 2016-01-07 | 1 | -0/+28 |
* | | Remove legacy mysql adapter | Ryuta Kamizono | 2015-12-21 | 2 | -76/+72 |
* | | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 1 | -12/+12 |
|/ |
|
* | Fix rake db:structure:dump on Postgres when multiple schemas are used. | Nick Muerdter | 2015-11-19 | 1 | -2/+2 |
* | Fix test_database_created_by_root of mysql | yui-knk | 2015-11-02 | 1 | -1/+1 |
* | Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks` | Ryuta Kamizono | 2015-11-02 | 1 | -13/+6 |
* | Exit with non-zero status when db:create fails | Jay Hayes | 2015-10-20 | 2 | -2/+2 |
* | Merge pull request #21931 from paul/bugfix/remove-deprecated-pg_dump-flag | Yves Senn | 2015-10-12 | 1 | -4/+4 |
* | Merge pull request #20569 from theSteveMitchell/master | Yves Senn | 2015-09-22 | 1 | -6/+8 |
|\ |
|
| * | Check response of structure_load for mysql_database_tasks and make structure_... | Steve Mitchell | 2015-09-18 | 1 | -3/+16 |
|/ |
|
* | Allow global migrations_path configuration with using value from database_tas... | Tobias Bielohlawek | 2015-09-07 | 1 | -1/+3 |
* | Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasks | starbelly | 2015-08-01 | 1 | -6/+6 |
* | Changed mysqldump to include sprocs and functions | Jonathan Worek | 2015-05-22 | 1 | -4/+4 |
* | Add full set of MySQL CLI options to support SSL authentication when using db... | Alex Coomans | 2015-05-12 | 1 | -1/+10 |
* | Merge pull request #19503 from jasoncodes/no-psqlrc | Yves Senn | 2015-03-25 | 1 | -2/+2 |
* | Add config.active_record.dump_schemas. | Ryan Wallace | 2015-03-17 | 1 | -6/+39 |
* | Fixes reference for schema_format to AR::Base from AS::Base | James Cox | 2015-03-03 | 1 | -0/+16 |
* | schema loading rake tasks maintain database connection for current env. | Yves Senn | 2014-09-03 | 1 | -0/+1 |
* | Add ActiveRecord::Tasks::DatabaseTasks.migrate | Jack Danger Canty | 2014-07-31 | 1 | -0/+13 |
* | tests, run adapter specific rake tests only for the right adapter. | Yves Senn | 2014-07-24 | 3 | -0/+6 |
* | build fix, fix error introduced with 091b246bb0111357edbb9703ea342a944b04deb6 | Yves Senn | 2014-07-24 | 1 | -2/+2 |
* | Active Record tests still depend on `capture`. Let's keep it for now. | Yves Senn | 2014-07-16 | 1 | -19/+0 |
* | Keep quietly and capture undeprecated on your suite | Rafael Mendonça França | 2014-07-15 | 1 | -0/+19 |
* | add `bin/rake db:purge` task to empty the current database. | Yves Senn | 2014-06-17 | 1 | -0/+28 |
* | fix typo in test method names. [ci skip] | Yves Senn | 2014-06-17 | 1 | -4/+4 |
* | create/drop test and development databases only if RAILS_ENV is nil | Damien Mathieu | 2014-01-08 | 1 | -2/+24 |
* | Fix failure introduced from #13488 | schneems | 2013-12-25 | 1 | -1/+1 |
* | require the files we test | Aaron Patterson | 2013-11-25 | 1 | -0/+1 |
* | Revert "Properly require database tasks so we have access to the raised const... | Rafael Mendonça França | 2013-11-19 | 3 | -3/+0 |
* | Revert "Explicitly exit with status "1" for create and drop failures" | Rafael Mendonça França | 2013-11-19 | 3 | -18/+6 |
* | Properly require database tasks so we have access to the raised constant | Carlos Antonio da Silva | 2013-11-17 | 3 | -0/+3 |
* | Merge pull request #12531 from iamvery/database-tasks-exit-status | Rafael Mendonça França | 2013-11-15 | 3 | -6/+18 |
|\ |
|
| * | Explicitly exit with status "1" for create and drop failures | Jay Hayes | 2013-11-11 | 3 | -6/+18 |
* | | Don't skip tests if we don't need to. | Rafael Mendonça França | 2013-11-08 | 1 | -75/+74 |
* | | More Warnings removed for ruby trunk | Arun Agrawal | 2013-11-01 | 1 | -1/+1 |
* | | Warnings removed for ruby trunk | Arun Agrawal | 2013-11-01 | 1 | -3/+3 |