Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Suppress `DISTINCT` clause outside aggregate function | Ryuta Kamizono | 2017-02-25 | 1 | -2/+2 | |
* | | | | | | | | Soft-deprecate the top-level HashWithIndifferentAccess class | Robin Dupret | 2017-02-25 | 1 | -3/+3 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Improve docs for ActiveRecord::Result. [ci skip] | Trevor Reiff | 2017-02-24 | 1 | -1/+12 | |
* | | | | | | | Merge pull request #25285 from kamipo/fix_remove_reference_to_multiple_foreig... | Rafael França | 2017-02-23 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix `remove_reference` to multiple foreign keys in the same table | Ryuta Kamizono | 2017-02-11 | 1 | -0/+1 | |
* | | | | | | | | Deprecate using `#quoted_id` in quoting | Ryuta Kamizono | 2017-02-24 | 2 | -2/+3 | |
* | | | | | | | | Fix type casting AR object to respect the primary key cast type's serialization | Ryuta Kamizono | 2017-02-24 | 1 | -2/+13 | |
* | | | | | | | | Fix `wait_timeout` to configurable for mysql2 adapter | Ryuta Kamizono | 2017-02-24 | 1 | -2/+2 | |
* | | | | | | | | Preparing for 5.1.0.beta1 release | Rafael Mendonça França | 2017-02-23 | 1 | -1/+1 | |
* | | | | | | | | Correctly dump native timestamp types for MySQL | Ryuta Kamizono | 2017-02-23 | 5 | -4/+21 | |
* | | | | | | | | Allow 3-level DB configs to group connections by environment | Matthew Draper | 2017-02-22 | 1 | -0/+9 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #28083 from eileencodes/ensure-test-threads-shared-db-conn | Matthew Draper | 2017-02-21 | 5 | -32/+60 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Ensure test threads share a DB connection | eileencodes | 2017-02-20 | 5 | -32/+60 | |
* | | | | | | | | 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 | 3 | -24/+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 | 1 | -7/+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 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | 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 | 1 | -10/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Simplify and optimize Postgres query for primary_keys() | Jordan Lewis | 2017-02-13 | 1 | -10/+10 | |
* | | | | | | | Add `default_index_type?` to the generic schema dumper doesn't have the knowl... | Ryuta Kamizono | 2017-02-14 | 4 | -1/+13 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #26655 from kamipo/fix_remove_expression_index | Rafael França | 2017-02-13 | 1 | -12/+16 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 |