Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #28026 from Sen-Zhang/fix_some_typos_in_comments | Jon Moss | 2017-02-15 | 11 | -11/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | change ActiveModel::Validation to ActiveModel::Validations in comments | Sen Zhang | 2017-02-15 | 11 | -11/+11 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #28016 from kenta-s/fix-docs-of-deprecated_method_warning | Jon Moss | 2017-02-15 | 1 | -3/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove redundant namespaces from sample code of `deprecated_method_warning` [... | kenta-s | 2017-02-15 | 1 | -3/+3 | |
| |/ / / / / | ||||||
* | | | | | | 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 | |
* | | | | | | | Merge pull request #28018 from frewsxcv/patch-1 | Eileen M. Uchitelle | 2017-02-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Indicate units of 'limit' in 'Integer' error message. | Corey Farwell | 2017-02-15 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #27605 from mtsmfm/fix-generator-command-for-nested-rails-... | Godfrey Chan | 2017-02-14 | 3 | -3/+27 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix generator command for nested (namespaced) rails engine (take 2) | Fumiaki MATSUSHIMA | 2017-01-07 | 3 | -3/+27 | |
* | | | | | | | Merge pull request #28000 from kamipo/remove_unused_ddl_helper | Rafael França | 2017-02-14 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove unused DdlHelper in ForeignKeyTest | Ryuta Kamizono | 2017-02-14 | 1 | -2/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #27999 from yahonda/space_shuttles | Matthew Draper | 2017-02-15 | 1 | -11/+14 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use ActiveRecord `bigint` type, not SQL literal bigint | Yasuo Honda | 2017-02-14 | 1 | -11/+14 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #27997 from kamipo/should_keep_pk_column_order | Eileen M. Uchitelle | 2017-02-14 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Should keep the primary key column order | Ryuta Kamizono | 2017-02-14 | 1 | -0/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #27996 from ream88/patch-1 | Vipul A M | 2017-02-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Not ants were harmed! 🐜 | Mario Uher | 2017-02-14 | 1 | -1/+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 #27991 from kenta-s/fix-return-value-of-deprecate_methods-... | Rafael França | 2017-02-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix the return of `deprecate_methods` in doc [ci skip] | kenta-s | 2017-02-14 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #27926 from st0012/freeze-cache-instrument-name | Rafael França | 2017-02-13 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Freeze fragment cache related instrument name. | Stan Lo | 2017-02-07 | 3 | -3/+3 | |
* | | | | | | | | | 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 | |
* | | | | | | | | | Merge pull request #27981 from kamipo/omit_redundant_using_btree | Rafael França | 2017-02-13 | 5 | -17/+17 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Omit redundant `using: :btree` for schema dumping | Ryuta Kamizono | 2017-02-13 | 5 | -17/+17 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #27984 from kenta-s/remove-unused-variable | Rafael França | 2017-02-13 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | 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 | 8 | -11/+0 | |
* | | | | | | | | | | Merge pull request #27982 from Edouard-chin/removes-extra-require-call | Rafael França | 2017-02-12 | 2 | -2/+0 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Also not needed on this file, call to `mattr_accessor` got removed in https:/... | Edouard CHIN | 2017-02-12 | 1 | -1/+0 | |
| * | | | | | | | | | | Removed the `attribute_accessors` required file: | Edouard CHIN | 2017-02-12 | 1 | -1/+0 | |
* | | | | | | | | | | | Make `table_name=` reset current statement cache | namusyaka | 2017-02-12 | 3 | -0/+32 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #27973 from kenta-s/add-missing-test-for-time-blank | Andrew White | 2017-02-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ |