| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Add to_hash to specification | Arthur Neves | 2016-05-25 | 1 | -1/+1 |
* | | | Remove `name` from `establish_connection` | Arthur Neves | 2016-05-24 | 1 | -1/+1 |
|/ / |
|
* | | s/specification_name/connection_specification_name | Arthur Neves | 2016-05-06 | 1 | -1/+1 |
* | | s/specification_id/specification_name | Arthur Neves | 2016-05-05 | 1 | -1/+1 |
* | | Retrive the right pool for db tasks | Arthur Neves | 2016-05-05 | 1 | -2/+2 |
* | | Added notice when a database is successfully created or dropped. | bogdanvlviv | 2016-04-17 | 1 | -2/+4 |
* | | Make 'migrate' clear the schema cache afterward | Chris Arcand | 2016-03-24 | 1 | -0/+1 |
* | | Creates development and test databases in db:migrate task | Rafael Mendonça França | 2016-03-14 | 1 | -2/+1 |
* | | Fix typo `--ssl-cipher` | Ryuta Kamizono | 2016-03-06 | 1 | -1/+1 |
* | | reestablish previous connection after creating all databases | Aaron Patterson | 2016-02-23 | 1 | -0/+4 |
|/ |
|
* | match the environment variable name that actually checking and error message | yuuji.yaginuma | 2016-01-09 | 1 | -1/+1 |
* | Merge pull request #22967 from schneems/schneems/generic-metadata | Sean Griffin | 2016-01-08 | 1 | -0/+18 |
|\ |
|
| * | Fixing tests and re-locating error checking. | schneems | 2016-01-08 | 1 | -2/+2 |
| * | Use hash like syntax for InternalMetadata | schneems | 2016-01-08 | 1 | -1/+1 |
| * | Add EnvironmentMismatchError | schneems | 2016-01-08 | 1 | -2/+11 |
| * | Prevent destructive action on production database | schneems | 2016-01-07 | 1 | -0/+9 |
* | | Refer to rails command instead of rake in a bunch of places | David Heinemeier Hansson | 2015-12-18 | 1 | -1/+1 |
* | | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 1 | -2/+0 |
|/ |
|
* | Fix rake db:structure:dump on Postgres when multiple schemas are used. | Nick Muerdter | 2015-11-19 | 1 | -2/+2 |
* | Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks` | Ryuta Kamizono | 2015-11-02 | 1 | -8/+0 |
* | Exit with non-zero status when db:drop fails | Jay Hayes | 2015-10-20 | 1 | -1/+2 |
* | Exit with non-zero status when db:create fails | Jay Hayes | 2015-10-20 | 1 | -1/+2 |
* | Fix test of drop failure | Jay Hayes | 2015-10-20 | 1 | -1/+5 |
* | applies new doc guidelines to Active Record. | Yves Senn | 2015-10-14 | 1 | -2/+2 |
* | fix RDoc list markup in `DatabaseTasks`. [ci skip] | Yves Senn | 2015-10-14 | 1 | -7/+7 |
* | Remove deprecated pg_dump -i flag | Paul Sadauskas | 2015-10-10 | 1 | -1/+1 |
* | Merge pull request #20569 from theSteveMitchell/master | Yves Senn | 2015-09-22 | 1 | -9/+18 |
|\ |
|
| * | Check response of structure_load for mysql_database_tasks and make structure_... | Steve Mitchell | 2015-09-18 | 1 | -9/+19 |
|/ |
|
* | Merge pull request #20848 from deivid-rodriguez/fix_undefined_method_error_on... | Arthur Nogueira Neves | 2015-09-14 | 1 | -1/+1 |
|\ |
|
| * | Fix undefined method error on exception | David Rodríguez | 2015-07-11 | 1 | -1/+1 |
* | | Remove dead code | Rafael Mendonça França | 2015-09-09 | 1 | -6/+0 |
* | | Allow global migrations_path configuration with using value from database_tas... | Tobias Bielohlawek | 2015-09-07 | 1 | -1/+1 |
* | | Merge pull request #17885 from starbelly/patch-1 | Yves Senn | 2015-08-11 | 1 | -8/+20 |
|\ \
| |/
|/| |
|
| * | Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasks | starbelly | 2015-08-01 | 2 | -11/+25 |
|/ |
|
* | Changed mysqldump to include sprocs and functions | Jonathan Worek | 2015-05-22 | 1 | -0/+1 |
* | Add full set of MySQL CLI options to support SSL authentication when using db... | Alex Coomans | 2015-05-12 | 1 | -9/+15 |
* | Avoid loading user's psqlrc when loading test structure | Jason Weathered | 2015-03-25 | 1 | -1/+1 |
* | Add config.active_record.dump_schemas. | Ryan Wallace | 2015-03-17 | 1 | -1/+9 |
* | Fixes reference for schema_format to AR::Base from AS::Base | James Cox | 2015-03-03 | 1 | -1/+1 |
* | Fix syntax warning | Sean Griffin | 2014-12-23 | 1 | -1/+1 |
* | Replace deprecated `#load_schema` with `#load_schema_for`. | Yves Senn | 2014-12-23 | 1 | -22/+19 |
* | `db:structure:load` and `db:schema:load` no longer purge the database. | Yves Senn | 2014-12-18 | 1 | -2/+0 |
* | activerecord: rake db:create shows underlying error message. | Paul Annesley | 2014-11-04 | 1 | -0/+1 |
* | Don't attempt to load the schema file in tests if none exists | Sean Griffin | 2014-10-31 | 1 | -2/+17 |
* | let's warn with heredocs | Xavier Noria | 2014-10-28 | 1 | -3/+6 |
* | schema loading rake tasks maintain database connection for current env. | Yves Senn | 2014-09-03 | 1 | -0/+2 |
* | Forgot to set Migration.verbose at f8d9a51949d6f6cfcab7cc7d501e137836eb88dc :... | Akira Matsuda | 2014-08-30 | 1 | -1/+1 |
* | Don't allow AR::Tasks::DatabaseTasks.migrate to mutate Migration.verbose value | Akira Matsuda | 2014-08-30 | 1 | -1/+3 |
* | Avoid using heredoc for user warnings | Godfrey Chan | 2014-08-28 | 1 | -4/+4 |
* | Using delegated connection method | Joshua Delsman | 2014-08-08 | 1 | -1/+1 |