Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | Remove unneeded requires at active record | Rafael Mendonça França | 2017-01-03 | 3 | -5/+0 | |
* | | | | | | | | | | | Merge pull request #25626 from maclover7/jm-standardize-ac-readme | Rafael França | 2017-01-03 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Standardize Action Cable README.md | Jon Moss | 2016-07-02 | 1 | -0/+9 | |
* | | | | | | | | | | | | Merge pull request #26689 from kamipo/deprecate_passing_name_to_indexes | Rafael Mendonça França | 2017-01-03 | 7 | -5/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Deprecate passing `name` to `indexes` like `tables` | Ryuta Kamizono | 2017-01-04 | 7 | -5/+29 | |
* | | | | | | | | | | | | | Remove deprecation of using ActiveRecord::Base instance in .update | Rafael Mendonça França | 2017-01-03 | 3 | -6/+5 | |
* | | | | | | | | | | | | | Remove deprecated db:test:clone* tasks | Rafael Mendonça França | 2017-01-03 | 2 | -24/+4 | |
* | | | | | | | | | | | | | Merge pull request #27560 from kamipo/fix_test_name_deprecated_to_not_permitted | Rafael Mendonça França | 2017-01-03 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix test name `deprecated` to `not_permitted` | Ryuta Kamizono | 2017-01-03 | 1 | -2/+2 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #27559 from maclover7/jm-ar-changelog-grammar | Jon Moss | 2017-01-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Rephrase CHANGELOG.md entry | Jon Moss | 2017-01-03 | 1 | -1/+1 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #25460 from maclover7/jm-uncached | Sean Griffin | 2017-01-03 | 1 | -0/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add explicit testing for `uncached` vs. `cached` | Jon Moss | 2016-06-21 | 1 | -0/+21 | |
* | | | | | | | | | | | | Generate indexed names in input even when objects are not persisted | Rafael Mendonça França | 2017-01-03 | 2 | -6/+17 | |
* | | | | | | | | | | | | Merge pull request #26352 from kamipo/avoid_to_call_set_inverse_instance_twice | Arthur Nogueira Neves | 2017-01-03 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Avoid to call `set_inverse_instance` twice for `has_many` association | Ryuta Kamizono | 2016-12-28 | 2 | -2/+2 | |
* | | | | | | | | | | | | | Merge pull request #25927 from y-yagi/remove_needless_warning_for_hstore | Sean Griffin | 2017-01-03 | 1 | -5/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | remove needless warning for hstore | yuuji.yaginuma | 2016-08-15 | 1 | -5/+0 | |
* | | | | | | | | | | | | | | Merge pull request #27517 from maclover7/jm-fix-27502 | Sean Griffin | 2017-01-03 | 3 | -0/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Compare deserialized values for `PostgreSQL::OID::Hstore` types | Jon Moss | 2017-01-03 | 3 | -0/+34 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge pull request #24596 from maclover7/jm-cleanup-3 | Kasper Timm Hansen | 2017-01-03 | 2 | -4/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Extract variant setter to process method | Jon Moss | 2017-01-02 | 2 | -4/+10 | |
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | [ci skip] Find and record the article! 🤓 | Kasper Timm Hansen | 2017-01-03 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | Raise ArgumentError when a instance of ActiveRecord::Base is passed to | Rafael Mendonça França | 2017-01-03 | 4 | -19/+18 | |
* | | | | | | | | | | | | | | Merge pull request #24814 from vipulnsward/24811-fix-double-tasks | Arthur Nogueira Neves | 2017-01-03 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Don't list out tasks as separately that are under lib, which cause them to be... | Vipul A M | 2016-07-09 | 1 | -1/+0 | |
* | | | | | | | | | | | | | | | Merge pull request #27363 from amatsuda/refined_array_sum | Sean Griffin | 2017-01-03 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Refining Array#sum monkey-patch using Refinements | Akira Matsuda | 2016-12-15 | 1 | -2/+7 | |
* | | | | | | | | | | | | | | | | Merge pull request #27548 from tylerhunt/fix-duplicate-disable-with | Sean Griffin | 2017-01-03 | 2 | -14/+25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Prevent duplicate data-disable-with attributes | Tyler Hunt | 2017-01-03 | 2 | -14/+25 | |
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #27538 from davidsherline/guides-bi-dir-associations | Sean Griffin | 2017-01-03 | 1 | -23/+41 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Clarify Bi-directional Associations docs | David Sherline | 2017-01-03 | 1 | -23/+41 | |
* | | | | | | | | | | | | | | | | | Merge pull request #27335 from kamipo/remove_duplicated_model_definition | Sean Griffin | 2017-01-03 | 2 | -10/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Remove duplicated model class definitions in `test/cases/base_test.rb` | Ryuta Kamizono | 2016-12-12 | 2 | -10/+4 | |
* | | | | | | | | | | | | | | | | | | Consistently apply adapter behavior when serializing arrays | Sean Griffin | 2017-01-03 | 5 | -17/+62 | |
* | | | | | | | | | | | | | | | | | | Merge pull request #27435 from kamipo/follow_up_25307 | Sean Griffin | 2017-01-03 | 3 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Active Record supports MySQL >= 5.1.10 | Ryuta Kamizono | 2016-12-22 | 3 | -4/+4 | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #27491 from kamipo/add_missing_emit_warning | Sean Griffin | 2017-01-03 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | Add missing `emit_warning_if_needed` for `changed?` | Ryuta Kamizono | 2016-12-29 | 1 | -0/+5 | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #27537 from Le6ow5k1/sti | Andrew White | 2017-01-03 | 4 | -10/+33 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Cache results of computing model type | Konstantin Lazarev | 2017-01-03 | 4 | -10/+33 | |
|/ / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | Merge pull request #27543 from kamipo/fix_update_counters_of_multiple_records... | Kasper Timm Hansen | 2017-01-02 | 4 | -41/+50 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | Counter cache touching don't need object finding anymore | Ryuta Kamizono | 2017-01-03 | 1 | -6/+5 | |
| * | | | | | | | | | | | | | | | | | | | Push `current_time_from_proper_timezone` and timestamp attributes methods up ... | Ryuta Kamizono | 2017-01-03 | 2 | -35/+35 | |
| * | | | | | | | | | | | | | | | | | | | Fix update counters of multiple records with touch: true | Ryuta Kamizono | 2017-01-03 | 2 | -1/+11 | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #27542 from utilum/remove_duplicate_test | Kasper Timm Hansen | 2017-01-02 | 1 | -8/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Remove duplicated test | utilum | 2017-01-02 | 1 | -8/+0 | |
|/ / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | [ci skip] Use touch; slim wording. | Kasper Timm Hansen | 2017-01-02 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #27508 from zzz6519003/patch-1 | Rafael França | 2017-01-01 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | remove useless import | Snowmanzzz(Zhengzhong Zhao) | 2016-12-30 | 1 | -2/+0 |