Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add Time#blank? to blank_test | kenta-s | 2017-02-12 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #27974 from kamipo/add_new_rubocop_rule | Xavier Noria | 2017-02-12 | 12 | -11/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp... | Ryuta Kamizono | 2017-02-12 | 12 | -11/+4 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | document link processing in guides generation [ci skip] | Xavier Noria | 2017-02-12 | 1 | -2/+42 | |
* | | | | | | | | | | | refactors and fixes in guides generation [ci skip] | Xavier Noria | 2017-02-12 | 7 | -162/+124 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Deprecate calling `attr_will_change!` with non-attributes | Sean Griffin | 2017-02-11 | 3 | -3/+26 | |
* | | | | | | | | | | [ci skip] Fully qualify missing template error. | Kasper Timm Hansen | 2017-02-11 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #27870 from kenta-s/get-todo-done-in-render_test | Kasper Timm Hansen | 2017-02-11 | 2 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add information on `:formats` option in action_view_overview.md | kenta-s | 2017-02-06 | 2 | -2/+3 | |
* | | | | | | | | | | | Fix bigint primary key with unsigned | Ryuta Kamizono | 2017-02-10 | 2 | -12/+24 | |
* | | | | | | | | | | | Test with the newest i18n | Akira Matsuda | 2017-02-11 | 1 | -1/+1 | |
* | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | Merge pull request #27959 from y-yagi/use_released_resque | Kasper Timm Hansen | 2017-02-10 | 2 | -13/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Use released resque | yuuji.yaginuma | 2017-02-10 | 2 | -13/+8 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #27957 from kamipo/fix_test_composite_primary_key_out_of_o... | Rafael França | 2017-02-09 | 2 | -10/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | Fix rubocop violations | Rafael Mendonça França | 2017-02-09 | 3 | -13/+15 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #27950 from st0012/update-configuration-guide | Rafael França | 2017-02-09 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Update configuration guide about ActiveRecord's config option. | Stan Lo | 2017-02-10 | 1 | -0/+5 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #27954 from maclover7/jm-fix-26404 | Jon Moss | 2017-02-09 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Add note about breakage in file uploads in controller tests to upgrading | Jon Moss | 2017-02-09 | 1 | -0/+10 | |
* | | | | | | | | | | | | | Simplify and speed up Postgres query for primary_keys | Jordan Lewis | 2017-02-09 | 2 | -10/+17 | |
* | | | | | | | | | | | | | Merge pull request #27952 from dijonkitchen/patch-1 | Eileen M. Uchitelle | 2017-02-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix wording | Jonathan Chen | 2017-02-09 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | | Merge pull request #27935 from namusyaka/fix-hidden-primary_key | Rafael França | 2017-02-08 | 5 | -1/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fix inspection behavior when the :id column is not primary key | namusyaka | 2017-02-09 | 5 | -1/+18 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #27940 from y-yagi/deprecate_halt_callback_chains_on_retur... | Rafael França | 2017-02-08 | 7 | -23/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhere | yuuji.yaginuma | 2017-02-08 | 4 | -7/+0 | |
| * | | | | | | | | | | | | deprecate `halt_callback_chains_on_return_false` instead of `halt_and_display... | yuuji.yaginuma | 2017-02-08 | 3 | -16/+7 | |
|/ / / / / / / / / / / / |