Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Remove deprecated behavior that halts callbacks when the return is false | Rafael Mendonça França | 2017-02-07 | 4 | -121/+4 | |
* | | | | | | | Merge pull request #27608 from kamipo/remove_deprecated_passing_string_to_def... | Rafael França | 2017-02-07 | 1 | -47/+0 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Remove deprecated passing string to define callback | Ryuta Kamizono | 2017-02-04 | 1 | -47/+0 | |
| |/ / / / / | ||||||
* | | | | | | Revert "Remove useless `column_alias` in `subquery_for_count`" | Ryuta Kamizono | 2017-02-07 | 2 | -3/+3 | |
* | | | | | | Merge pull request #27334 from kamipo/pk_and_ref_columns_should_be_identical_... | Jeremy Daer | 2017-02-07 | 12 | -31/+79 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | `primary_key` and `references` columns should be identical type | Ryuta Kamizono | 2017-02-07 | 12 | -31/+79 | |
* | | | | | | | Merge pull request #26378 from kamipo/decouple_building_arel_ast_for_uniquene... | Jeremy Daer | 2017-02-06 | 4 | -41/+51 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add `:nodoc:` to `case_sensitive_comparison` and `case_insensitive_comparison` | Ryuta Kamizono | 2017-01-20 | 2 | -3/+3 | |
| * | | | | | | | Decouple the building Arel ASTs for uniqueness validator | Ryuta Kamizono | 2016-12-25 | 4 | -38/+48 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Remove useless `column_alias` in `subquery_for_count` | Ryuta Kamizono | 2017-02-06 | 2 | -5/+5 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #27389 from kamipo/fix_mysql_pk_dumping_correctly | Jeremy Daer | 2017-02-06 | 11 | -236/+191 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Restore custom primary key tests lost at #26266 | Ryuta Kamizono | 2017-02-04 | 1 | -25/+43 | |
| * | | | | | | Restore the behaviour of the compatibility layer for integer-like PKs | Ryuta Kamizono | 2017-02-04 | 6 | -174/+111 | |
| * | | | | | | Correctly dump integer-like primary key with default nil | Ryuta Kamizono | 2017-02-04 | 5 | -40/+40 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #27884 from kamipo/deprecate_migration_keys | Jeremy Daer | 2017-02-06 | 7 | -6/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Deprecate `ColumnDumper#migration_keys` | Ryuta Kamizono | 2017-02-07 | 7 | -6/+18 | |
* | | | | | | | Remove useless `MySQL::Column` tests | Ryuta Kamizono | 2017-02-07 | 1 | -42/+0 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #27919 from bf4/correct_spelling | Arthur Nogueira Neves | 2017-02-06 | 9 | -15/+15 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Correct spelling | Benjamin Fleischer | 2017-02-05 | 9 | -15/+15 | |
| |/ / / / / | ||||||
* / / / / / | Indicate action that failed in YamlColumn | Kir Shatrov | 2017-02-05 | 4 | -10/+10 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #27865 from composerinteralia/collection-ids-setter-bug | Eileen M. Uchitelle | 2017-02-03 | 3 | -2/+17 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix collection_singular_ids= bug | Daniel Colson | 2017-02-02 | 3 | -2/+17 | |
* | | | | | | Fix a test of AR::Type::TypeMap#lookup when using Oracle | Koichi ITO | 2017-02-02 | 1 | -6/+14 | |
|/ / / / / | ||||||
* | | | | | Virtual/generated column support for MySQL 5.7.5+ and MariaDB 5.2.0+ | Ryuta Kamizono | 2017-02-01 | 13 | -28/+170 | |
* | | | | | Chain scope constraints should respect own table alias | Ryuta Kamizono | 2017-02-01 | 6 | -5/+41 | |
* | | | | | Merge pull request #27859 from yahonda/diag27826 | Rafael França | 2017-01-31 | 1 | -11/+22 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use temporary connection pool for sqlite3_mem adapter | Yasuo Honda | 2017-01-31 | 1 | -11/+22 | |
* | | | | | | Merge pull request #27767 from benoittgt/freeze_sql_type_with_get_oid_type | Arthur Nogueira Neves | 2017-01-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Freeze default empty string for sql_type in get_oid_type | Benoit Tigeot | 2017-01-22 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #27855 from kevinzwhuang/finder-methods-typo-fix | Eileen M. Uchitelle | 2017-01-31 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix grammar typo about sort in finder_methods.rb | Kevin Huang | 2017-01-30 | 1 | -2/+2 | |
* | | | | | | | | Merge pull request #27838 from kamipo/reload_destroyed_through_record | Rafael França | 2017-01-31 | 2 | -0/+11 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Reload `through_record` that has been destroyed in `create_through_record` | Ryuta Kamizono | 2017-01-29 | 2 | -0/+11 | |
* | | | | | | | | Merge pull request #27849 from joevandyk/patch-2 | Rafael França | 2017-01-31 | 1 | -1/+2 | |
* | | | | | | | | Merge pull request #27797 from y-yagi/correctly_check_error_message | Arthur Nogueira Neves | 2017-01-30 | 2 | -5/+13 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | correctly check error message | yuuji.yaginuma | 2017-01-25 | 2 | -5/+13 | |
* | | | | | | | | | Avoid lambda scopes when possible | Aaron Patterson | 2017-01-30 | 1 | -3/+1 | |
* | | | | | | | | | deprecate `scope_chain` | Aaron Patterson | 2017-01-30 | 2 | -5/+17 | |
* | | | | | | | | | update comments and call `super` | Aaron Patterson | 2017-01-30 | 1 | -24/+3 | |
* | | | | | | | | | remove caching until we prove it is required | Aaron Patterson | 2017-01-30 | 1 | -7/+3 | |
* | | | | | | | | | Fix `scopes` implementation on `PolymorphicReflection` | Aaron Patterson | 2017-01-30 | 3 | -54/+15 | |
* | | | | | | | | | Implement `scopes` method on each Reflection | eileencodes | 2017-01-30 | 1 | -5/+47 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #27787 from y-yagi/show_correct_class_name_in_migration_error | Rafael França | 2017-01-30 | 2 | -3/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | show correct class name in migration inherited directly error | yuuji.yaginuma | 2017-01-24 | 2 | -3/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #27847 from jaredbeck/patch-6 | Rafael França | 2017-01-30 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Docs: Specify return value of `save!` | Jared Beck | 2017-01-30 | 1 | -0/+2 | |
* | | | | | | | | | Merge pull request #27743 from jordanlewis/simplify-postgres-column-definitions | Rafael França | 2017-01-30 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Simplify Postgres query for column_definitions() | Jordan Lewis | 2017-01-30 | 1 | -5/+5 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #27773 from kirs/serialized-error-attribute | Rafael França | 2017-01-30 | 5 | -17/+34 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Report the attribute on ActiveRecord::SerializationTypeMismatch | Kir Shatrov | 2017-01-29 | 5 | -17/+34 | |
| |/ / / / / / |