| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #20005 from kamipo/default_expression_support | Rafael França | 2016-01-16 | 6 | -20/+36 |
|\ |
|
| * | Fix extract default with CURRENT_TIMESTUMP | Ryuta Kamizono | 2016-01-13 | 1 | -2/+6 |
| * | Fix extract default with CURRENT_DATE | Ryuta Kamizono | 2016-01-13 | 1 | -3/+8 |
| * | Add expression support on the schema default | Ryuta Kamizono | 2016-01-13 | 4 | -15/+22 |
* | | Merge pull request #23067 from kamipo/sql_for_insert_returns_values_for_passi... | Rafael França | 2016-01-16 | 2 | -22/+14 |
|\ \ |
|
| * | | `sql_for_insert` returns values for passing to `exec_insert` | Ryuta Kamizono | 2016-01-15 | 2 | -22/+14 |
* | | | Merge pull request #23060 from schneems/schneems/revert-revert-migration-set-... | Richard Schneeman | 2016-01-15 | 1 | -18/+30 |
|\ \ \ |
|
| * | | | Revert "Revert "Set environment even when no migration runs"" | schneems | 2016-01-14 | 1 | -18/+30 |
| |/ / |
|
* | | | Merge pull request #23065 from kamipo/clean_up_internal_metadata_definition | Richard Schneeman | 2016-01-15 | 2 | -4/+3 |
|\ \ \ |
|
| * | | | Clean up internal metadata definition | Ryuta Kamizono | 2016-01-15 | 2 | -4/+3 |
* | | | | `last_insert_id_value` and `last_insert_id` are unused anymore | Ryuta Kamizono | 2016-01-15 | 1 | -9/+1 |
| |/ /
|/| | |
|
* | | | Revert "Set environment even when no migration runs" | Sean Griffin | 2016-01-14 | 1 | -30/+18 |
* | | | Revert "Merge pull request #20835 from glittershark/if-and-unless-in-secure-t... | Kasper Timm Hansen | 2016-01-14 | 1 | -23/+2 |
* | | | Merge pull request #23048 from kamipo/substitute_at_is_no_longer_used | Sean Griffin | 2016-01-14 | 3 | -9/+2 |
|\ \ \ |
|
| * | | | `substitute_at` is no longer used | Ryuta Kamizono | 2016-01-14 | 3 | -9/+2 |
| | |/
| |/| |
|
* | | | Properly include the `from` clause when merging relations | Sean Griffin | 2016-01-14 | 1 | -0/+3 |
* | | | Ensure enum scopes work properly with STI and inheritance | Sean Griffin | 2016-01-14 | 1 | -1/+1 |
* | | | Merge pull request #23017 from schneems/schneems/migration-sets-environment-v... | Richard Schneeman | 2016-01-14 | 1 | -18/+30 |
|\ \ \ |
|
| * | | | Set environment even when no migration runs | schneems | 2016-01-11 | 1 | -1/+10 |
| * | | | Clean up duplicate migration logic | schneems | 2016-01-11 | 1 | -17/+20 |
| | |/
| |/| |
|
* | | | update doc for << method of has_many association | ankit1910 | 2016-01-14 | 1 | -0/+1 |
| |/
|/| |
|
* | | fix regression when loading fixture files with symbol keys. | Yves Senn | 2016-01-13 | 1 | -2/+3 |
* | | Improve error message for #or when it is structurally incompatible | Rafael Mendonça França | 2016-01-13 | 1 | -6/+8 |
* | | Revert "Change `WhereClause#merge` to same named columns on diff tables" | Sean Griffin | 2016-01-12 | 1 | -10/+11 |
* | | Change `WhereClause#merge` to same named columns on diff tables | Sean Griffin | 2016-01-12 | 1 | -11/+10 |
* | | Merge pull request #23004 from matthewd/default-scope-sti | Matthew Draper | 2016-01-12 | 3 | -14/+20 |
|\ \ |
|
| * | | Skip the STI condition when evaluating a default scope | Matthew Draper | 2016-01-12 | 2 | -3/+3 |
| * | | Active scopes apply to child classes, though not parents/siblings | Matthew Draper | 2016-01-12 | 1 | -11/+17 |
| |/ |
|
* / | Allow manually setting environment value | schneems | 2016-01-11 | 2 | -6/+17 |
|/ |
|
* | Extract `MySQL::TypeMetadata` class to `connection_adapters/mysql/type_metada... | Ryuta Kamizono | 2016-01-11 | 2 | -28/+34 |
* | Extract `MySQL::Column` class to `connection_adapters/mysql/column.rb` | Ryuta Kamizono | 2016-01-11 | 2 | -46/+52 |
* | Merge pull request #22992 from akshay-vishnoi/fix-docs | Sean Griffin | 2016-01-09 | 1 | -1/+1 |
|\ |
|
| * | [ci skip] fix typo | Akshay Vishnoi | 2016-01-10 | 1 | -1/+1 |
* | | Revert "Switch `has_secure_token` to `before_save`." | Kasper Timm Hansen | 2016-01-09 | 1 | -4/+3 |
* | | Switch `has_secure_token` to `before_save`. | Kasper Timm Hansen | 2016-01-09 | 1 | -3/+4 |
* | | Support :if and :unless in has_secure_token | Griffin Smith | 2016-01-09 | 1 | -2/+23 |
|/ |
|
* | Merge pull request #22988 from y-yagi/match_environment_variable_name_and_err... | Richard Schneeman | 2016-01-09 | 1 | -1/+1 |
|\ |
|
| * | match the environment variable name that actually checking and error message | yuuji.yaginuma | 2016-01-09 | 1 | -1/+1 |
* | | [ci skip] `automatic_inverse_of` returns `false` not `nil` (document fix) | yui-knk | 2016-01-09 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #22976 from schneems/schneems/schema-migration-primary-key | Sean Griffin | 2016-01-08 | 1 | -1/+1 |
|\ |
|
| * | Get update_attributes working with SchemaMigration | schneems | 2016-01-08 | 1 | -1/+1 |
* | | Fix the broken build | Sean Griffin | 2016-01-08 | 1 | -0/+2 |
* | | Refactor tz aware types, add support for PG ranges | Sean Griffin | 2016-01-08 | 3 | -8/+21 |
* | | Merge pull request #22967 from schneems/schneems/generic-metadata | Sean Griffin | 2016-01-08 | 10 | -7/+150 |
|\ \
| |/
|/| |
|
| * | Fixing tests and re-locating error checking. | schneems | 2016-01-08 | 2 | -9/+10 |
| * | Fix kwarg to not have circular dependency | schneems | 2016-01-08 | 1 | -1/+1 |
| * | Use hash like syntax for InternalMetadata | schneems | 2016-01-08 | 4 | -11/+9 |
| * | Add EnvironmentMismatchError | schneems | 2016-01-08 | 2 | -4/+25 |
| * | Use `key` as primary key in schema. | schneems | 2016-01-08 | 1 | -1/+1 |
| * | [ci skip] Add comment to remove silenced code. | schneems | 2016-01-07 | 1 | -0/+1 |