Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Fix `remove_index` to be able to remove expression indexes | Ryuta Kamizono | 2016-12-25 | 1 | -12/+16 | |
* | | | | | | | Omit redundant `using: :btree` for schema dumping | Ryuta Kamizono | 2017-02-13 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #27122 from kamipo/fix_unscope_with_subquery | Rafael França | 2017-02-13 | 1 | -14/+26 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Refactor `except_predicates_and_binds` to avoid `tap` | Ryuta Kamizono | 2017-02-13 | 1 | -12/+15 | |
| * | | | | | | | Fix unscope with subquery | Ryuta Kamizono | 2016-12-05 | 1 | -10/+19 | |
* | | | | | | | | Merge pull request #26930 from kamipo/index_name_exists_default | Rafael França | 2017-02-13 | 3 | -9/+15 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Deprecate passing `default` to `index_name_exists?` | Ryuta Kamizono | 2017-02-13 | 2 | -0/+10 | |
| * | | | | | | | | The `default` arg of `index_name_exists?` makes to optional | Ryuta Kamizono | 2017-02-13 | 3 | -9/+5 | |
* | | | | | | | | | Merge pull request #26630 from kamipo/quoted_binary | Rafael França | 2017-02-13 | 4 | -20/+17 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Extract `quoted_binary` and use it rather than override `_quote` | Ryuta Kamizono | 2016-09-27 | 4 | -20/+17 | |
* | | | | | | | | | Schema dumping support for PostgreSQL oid type | Ryuta Kamizono | 2017-02-12 | 4 | -1/+20 | |
* | | | | | | | | | Schema dumping support for PostgreSQL interval type | Ryuta Kamizono | 2017-02-12 | 4 | -4/+12 | |
* | | | | | | | | | Deprecate `supports_primary_key?` | Ryuta Kamizono | 2017-02-12 | 4 | -17/+3 | |
* | | | | | | | | | Remove unused require | Ryuta Kamizono | 2017-02-12 | 1 | -2/+0 | |
* | | | | | | | | | Make `table_name=` reset current statement cache | namusyaka | 2017-02-12 | 1 | -0/+1 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Deprecate calling `attr_will_change!` with non-attributes | Sean Griffin | 2017-02-11 | 2 | -3/+18 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | Fix bigint primary key with unsigned | Ryuta Kamizono | 2017-02-10 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #27904 from kenta-s/add-methods-back-to-array-delegation-f... | Eileen M. Uchitelle | 2017-02-10 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Delegate `to_sentence` and `to_fomatted_s` to `records` | kenta-s | 2017-02-04 | 1 | -0/+1 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Revert "Simplify and speed up Postgres query for primary_keys" | Ryuta Kamizono | 2017-02-10 | 1 | -8/+10 | |
* | | | | | | | Simplify and speed up Postgres query for primary_keys | Jordan Lewis | 2017-02-09 | 1 | -10/+8 | |
* | | | | | | | Refactor `ColumnDefinition` to contain `options` hash | Ryuta Kamizono | 2017-02-09 | 11 | -109/+50 | |
* | | | | | | | Merge pull request #27945 from betesh/allow-frozen-hashes-to-as_json | Rafael Mendonça França | 2017-02-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Allow ActiveRecord::Base.as_json to accept a frozen Hash | Isaac Betesh | 2017-02-08 | 1 | -1/+1 | |
* | | | | | | | | Fix inspection behavior when the :id column is not primary key | namusyaka | 2017-02-09 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #25873 from schuetzm/warn_about_dirty_lock | Rafael Mendonça França | 2017-02-07 | 1 | -1/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Deprecate locking of dirty records | Marc Schütz | 2017-02-07 | 1 | -1/+10 | |
* | | | | | | | | Remove deprecated behavior that halts callbacks when the return is false | Rafael Mendonça França | 2017-02-07 | 1 | -1/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Revert "Remove useless `column_alias` in `subquery_for_count`" | Ryuta Kamizono | 2017-02-07 | 1 | -2/+3 | |
* | | | | | | | Merge pull request #27334 from kamipo/pk_and_ref_columns_should_be_identical_... | Jeremy Daer | 2017-02-07 | 5 | -9/+51 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | `primary_key` and `references` columns should be identical type | Ryuta Kamizono | 2017-02-07 | 5 | -9/+51 | |
* | | | | | | | | 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 | 1 | -3/+2 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #27389 from kamipo/fix_mysql_pk_dumping_correctly | Jeremy Daer | 2017-02-06 | 6 | -18/+25 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Restore the behaviour of the compatibility layer for integer-like PKs | Ryuta Kamizono | 2017-02-04 | 2 | -1/+7 | |
| * | | | | | | | Correctly dump integer-like primary key with default nil | Ryuta Kamizono | 2017-02-04 | 4 | -20/+21 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Deprecate `ColumnDumper#migration_keys` | Ryuta Kamizono | 2017-02-07 | 5 | -6/+10 | |
* | | | | | | | Indicate action that failed in YamlColumn | Kir Shatrov | 2017-02-05 | 2 | -5/+5 | |
|/ / / / / / | ||||||
* | | | | | | Fix collection_singular_ids= bug | Daniel Colson | 2017-02-02 | 1 | -2/+2 | |
* | | | | | | Virtual/generated column support for MySQL 5.7.5+ and MariaDB 5.2.0+ | Ryuta Kamizono | 2017-02-01 | 9 | -14/+76 | |
* | | | | | | Chain scope constraints should respect own table alias | Ryuta Kamizono | 2017-02-01 | 1 | -5/+6 | |
* | | | | | | 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 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Reload `through_record` that has been destroyed in `create_through_record` | Ryuta Kamizono | 2017-01-29 | 1 | -0/+4 | |
* | | | | | | | | Merge pull request #27849 from joevandyk/patch-2 | Rafael França | 2017-01-31 | 1 | -1/+2 |