| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a RuboCop offences using `rubocop -a` | Koichi ITO | 2017-05-24 | 1 | -3/+3 |
* | Improvements for SQLite rake task. | Guillermo Iguaran | 2017-05-15 | 1 | -7/+18 |
* | Respect 'ignore_tables' in SQLite structure dump | Guillermo Iguaran | 2017-05-15 | 1 | -1/+10 |
* | Respect 'ignore_tables' in MySQL structure dump | Guillermo Iguaran | 2017-05-15 | 1 | -0/+6 |
* | Respect `ignore_tables` in Postgres structure dump | Rusty Geldmacher | 2017-05-15 | 1 | -0/+6 |
* | Defer loading each DB Tasks class from AR DatabaseTasks | Akira Matsuda | 2017-05-11 | 1 | -6/+6 |
* | Refactor AR::Tasks::DatabaseTasks::migrate | bogdanvlviv | 2017-04-26 | 1 | -1/+1 |
* | 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 | -1/+3 |
* | Only remove comments before the first statement | Ari Pollak | 2017-02-24 | 1 | -4/+9 |
* | Drop comments from structure.sql in postgresql | Ari Pollak | 2017-02-24 | 1 | -0/+15 |
* | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 1 | -2/+2 |
* | Remove unneeded requires at active record | Rafael Mendonça França | 2017-01-03 | 1 | -2/+0 |
* | Dump schema cache for custom connection | Kir Shatrov | 2017-01-01 | 1 | -0/+10 |
* | Remove deprecated #load_schema_for | Rafael Mendonça França | 2016-12-29 | 1 | -8/+0 |
* | Remove original_exception from ActiveRecord::StatementInvalid | Rafael Mendonça França | 2016-12-29 | 1 | -1/+1 |
* | Remove try! usage in sqlite_database_tasks. | Kasper Timm Hansen | 2016-12-29 | 1 | -2/+2 |
* | Make ActiveRecord structure load/dump configurable | Kir Shatrov | 2016-12-22 | 4 | -11/+28 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 2 | -2/+2 |
* | Use Regexp#match? rather than Regexp#=== | Ryuta Kamizono | 2016-10-26 | 2 | -2/+2 |
* | Fix Remaining Case-In-Assignment Statement Formatting | Alex Kitchens | 2016-09-06 | 1 | -8/+9 |
* | Fix broken heredoc indentation caused by rubocop auto-correct | Ryuta Kamizono | 2016-09-03 | 1 | -1/+1 |
* | revises most Lint/EndAlignment offenses | Xavier Noria | 2016-08-07 | 1 | -3/+3 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -6/+6 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 4 | -116/+116 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | applies new string literal convention in activerecord/lib | Xavier Noria | 2016-08-06 | 4 | -71/+71 |
* | systematic revision of =~ usage in AR | Xavier Noria | 2016-07-23 | 1 | -1/+1 |
* | Merge pull request #23301 from ppworks/improve_mysqldump | Arthur Nogueira Neves | 2016-06-17 | 1 | -0/+1 |
|\ |
|
| * | Skip comments when exec mysqldump | Naoto Koshikawa | 2016-01-28 | 1 | -0/+1 |
* | | Merge pull request #24773 from ralinc/fix-silent-fail-on-psql-command | Arthur Nogueira Neves | 2016-06-16 | 1 | -1/+2 |
|\ \ |
|
| * | | PostgreSQL: Fix db:structure:load silent failure on SQL error | Ralin Chimev | 2016-05-10 | 1 | -1/+2 |
* | | | 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 |
|/ |
|