| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #30414 from bogdanvlviv/clear-mysql_database_tasks | Rafael França | 2017-11-09 | 1 | -74/+5 |
|\ |
|
| * | Simplify implementation of `MySQLDatabaseTasks` | bogdanvlviv | 2017-10-30 | 1 | -72/+3 |
| * | Raise error if unsupported charset for mysql | bogdanvlviv | 2017-10-30 | 1 | -4/+4 |
* | | Fix `bin/rails db:migrate` with specified `VERSION` | bogdanvlviv | 2017-11-06 | 1 | -4/+145 |
|/ |
|
* | Unneeded Mocha stubs for Kernel#system | Akira Matsuda | 2017-09-25 | 1 | -2/+0 |
* | Fix `can't modify frozen String` error in `DatabaseTasks` | yuuji.yaginuma | 2017-08-30 | 2 | -0/+35 |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 4 | -0/+8 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 4 | -4/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 4 | -0/+4 |
* | pass `structure_dump_flags` / `structure_load_flags` options before any other: | Edouard CHIN | 2017-06-21 | 1 | -2/+2 |
* | Remove a duplicate test of mysql_rake_test | Koichi ITO | 2017-05-26 | 1 | -7/+0 |
* | Respect 'ignore_tables' in SQLite structure dump | Guillermo Iguaran | 2017-05-15 | 1 | -0/+20 |
* | Respect 'ignore_tables' in MySQL structure dump | Guillermo Iguaran | 2017-05-15 | 1 | -0/+16 |
* | Respect `ignore_tables` in Postgres structure dump | Rusty Geldmacher | 2017-05-15 | 1 | -0/+8 |
* | Also raise error when VERSION is nil | Rafael Mendonça França | 2017-04-27 | 1 | -1/+2 |
* | Refactor DatabaseTasksMigrateTest#test_migrate_receives_correct_env_vars | bogdanvlviv | 2017-04-26 | 1 | -1/+16 |
* | Fix quoting in db:create grant all statement. | Rune Schjellerup Philosof | 2017-04-20 | 1 | -1/+1 |
* | Fixes #28359 | Philippe Guay | 2017-03-26 | 1 | -0/+8 |
* | Only remove comments before the first statement | Ari Pollak | 2017-02-24 | 1 | -3/+3 |
* | Drop comments from structure.sql in postgresql | Ari Pollak | 2017-02-24 | 1 | -3/+16 |
* | sqlite3_mem tests are broken since 79887593c18919fed49f441d64236362cb755872 | Akira Matsuda | 2017-01-10 | 1 | -0/+2 |
* | Remove duplicated test | utilum | 2017-01-02 | 1 | -8/+0 |
* | Dump schema cache for custom connection | Kir Shatrov | 2017-01-01 | 1 | -0/+10 |
* | Merge pull request #27437 from kirs/structure-load-dump-flags | Kasper Timm Hansen | 2016-12-29 | 3 | -4/+81 |
|\ |
|
| * | Make ActiveRecord structure load/dump configurable | Kir Shatrov | 2016-12-22 | 3 | -4/+81 |
* | | assert_equal takes expectation first | Akira Matsuda | 2016-12-26 | 3 | -9/+9 |
|/ |
|
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
* | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 1 | -1/+1 |
* | 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 |