Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #28083 from eileencodes/ensure-test-threads-shared-db-conn | Matthew Draper | 2017-02-21 | 8 | -32/+80 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Ensure test threads share a DB connection | eileencodes | 2017-02-20 | 8 | -32/+80 | |
* | | | | | | | Revert "Merge pull request #27925 from robin850/hwia-removal" | Kasper Timm Hansen | 2017-02-20 | 1 | -3/+3 | |
* | | | | | | | Merge pull request #25877 from kamipo/delegate_to_scope_rather_than_merge | Matthew Draper | 2017-02-21 | 5 | -34/+29 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Define `respond_to_missing?` instead of `respond_to?` | Ryuta Kamizono | 2017-02-21 | 1 | -4/+4 | |
| * | | | | | | Cache target scope for collection proxy | Ryuta Kamizono | 2016-12-25 | 2 | -3/+4 | |
| * | | | | | | No need to cache collection proxies separately | Ryuta Kamizono | 2016-12-25 | 3 | -17/+1 | |
| * | | | | | | Delegate to `scope` rather than `merge!` for collection proxy | Ryuta Kamizono | 2016-12-25 | 2 | -14/+24 | |
* | | | | | | | Merge pull request #27925 from robin850/hwia-removal | Kasper Timm Hansen | 2017-02-20 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Deprecate the top-level `HashWithIndifferentAccess` contant | Robin Dupret | 2017-02-19 | 1 | -3/+3 | |
| | |/ / / / / | |/| | | | | | ||||||
* / | | | | | | Improve `create_table force: true` | Ryuta Kamizono | 2017-02-20 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | change ActiveModel::Validation to ActiveModel::Validations in comments | Sen Zhang | 2017-02-15 | 1 | -1/+1 | |
* | | | | | | Merge pull request #27993 from koic/fix_test_ar_value_too_long_using_oracle | Eileen M. Uchitelle | 2017-02-15 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | Fix a tests of AR::ValueTooLong when using OracleAdapter | Koichi ITO | 2017-02-14 | 1 | -2/+2 | |
* | | | | | | Remove unused DdlHelper in ForeignKeyTest | Ryuta Kamizono | 2017-02-14 | 1 | -2/+0 | |
* | | | | | | Use ActiveRecord `bigint` type, not SQL literal bigint | Yasuo Honda | 2017-02-14 | 1 | -11/+14 | |
* | | | | | | Should keep the primary key column order | Ryuta Kamizono | 2017-02-14 | 1 | -0/+1 | |
* | | | | | | Merge pull request #27961 from jordanlewis/simplify-postgres-primary-keys-v2 | Sean Griffin | 2017-02-14 | 3 | -24/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Simplify and optimize Postgres query for primary_keys() | Jordan Lewis | 2017-02-13 | 3 | -24/+10 | |
* | | | | | | | Merge pull request #27986 from kamipo/add_default_index_type | Rafael França | 2017-02-13 | 4 | -1/+13 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Add `default_index_type?` to the generic schema dumper doesn't have the knowl... | Ryuta Kamizono | 2017-02-14 | 4 | -1/+13 | |
* | | | | | | | Fix rubocop violations | Rafael Mendonça França | 2017-02-13 | 1 | -3/+3 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #26655 from kamipo/fix_remove_expression_index | Rafael França | 2017-02-13 | 2 | -14/+21 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix `remove_index` to be able to remove expression indexes | Ryuta Kamizono | 2016-12-25 | 2 | -14/+21 | |
* | | | | | | | Omit redundant `using: :btree` for schema dumping | Ryuta Kamizono | 2017-02-13 | 5 | -17/+17 | |
* | | | | | | | Refactor `test_find_by_does_not_use_statement_cache_if_table_name_is_changed` | kenta-s | 2017-02-13 | 1 | -2/+2 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #27122 from kamipo/fix_unscope_with_subquery | Rafael França | 2017-02-13 | 2 | -14/+38 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 | 2 | -10/+31 | |
* | | | | | | | Merge pull request #26930 from kamipo/index_name_exists_default | Rafael França | 2017-02-13 | 6 | -27/+37 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Deprecate passing `default` to `index_name_exists?` | Ryuta Kamizono | 2017-02-13 | 4 | -5/+21 | |
| * | | | | | | | The `default` arg of `index_name_exists?` makes to optional | Ryuta Kamizono | 2017-02-13 | 5 | -24/+18 | |
* | | | | | | | | 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 | 8 | -13/+33 | |
* | | | | | | | | Schema dumping support for PostgreSQL interval type | Ryuta Kamizono | 2017-02-12 | 8 | -21/+36 | |
* | | | | | | | | Deprecate `supports_primary_key?` | Ryuta Kamizono | 2017-02-12 | 6 | -28/+21 | |
* | | | | | | | | Remove unused require | Ryuta Kamizono | 2017-02-12 | 2 | -3/+0 | |
* | | | | | | | | Make `table_name=` reset current statement cache | namusyaka | 2017-02-12 | 3 | -0/+32 | |
* | | | | | | | | Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp... | Ryuta Kamizono | 2017-02-12 | 3 | -3/+0 | |
* | | | | | | | | Deprecate calling `attr_will_change!` with non-attributes | Sean Griffin | 2017-02-11 | 3 | -3/+26 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | Fix bigint primary key with unsigned | Ryuta Kamizono | 2017-02-10 | 2 | -12/+24 | |
* | | | | | | | Merge pull request #27904 from kenta-s/add-methods-back-to-array-delegation-f... | Eileen M. Uchitelle | 2017-02-10 | 2 | -1/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Delegate `to_sentence` and `to_fomatted_s` to `records` | kenta-s | 2017-02-04 | 2 | -1/+3 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Revert "Simplify and speed up Postgres query for primary_keys" | Ryuta Kamizono | 2017-02-10 | 1 | -8/+10 | |
* | | | | | | | Fix `test_composite_primary_key_out_of_order` | Ryuta Kamizono | 2017-02-10 | 1 | -2/+8 | |
* | | | | | | | Simplify and speed up Postgres query for primary_keys | Jordan Lewis | 2017-02-09 | 2 | -10/+17 | |
* | | | | | | | Refactor `ColumnDefinition` to contain `options` hash | Ryuta Kamizono | 2017-02-09 | 15 | -128/+59 | |
* | | | | | | | Merge pull request #27945 from betesh/allow-frozen-hashes-to-as_json | Rafael Mendonça França | 2017-02-08 | 3 | -1/+16 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Allow ActiveRecord::Base.as_json to accept a frozen Hash | Isaac Betesh | 2017-02-08 | 3 | -1/+16 |