| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Avoid creating temporary arrays in ActiveRecord::Result#cast_values in order ... | Lachlan Sylvester | 2018-06-19 | 1 | -5/+14 |
* | | | Merge pull request #33158 from bogdan/cleanup-habtm-builder | Ryuta Kamizono | 2018-06-19 | 1 | -37/+16 |
|\ \ \ |
|
| * | | | Removed useless utility classes inside HABTM association builder | Bogdan Gusiev | 2018-06-19 | 1 | -37/+16 |
| |/ / |
|
* / / | Ensure to calculate column aliases after all table aliases are constructed | Ryuta Kamizono | 2018-06-19 | 7 | -85/+80 |
|/ / |
|
* | | Merge pull request #33147 from nsgc/add-api-document-about-migration-methods | Ryuta Kamizono | 2018-06-18 | 1 | -0/+5 |
|\ \ |
|
| * | | Add docs for ActiveRecord::Migration#say, #say_with_time, #suppress_messages ... | Naoki Nishiguchi | 2018-06-18 | 1 | -0/+5 |
* | | | Fix `touch` option to behave consistently with `Persistence#touch` method | Ryuta Kamizono | 2018-06-18 | 3 | -24/+25 |
|/ / |
|
* | | Merge pull request #29373 from untidy-hair/store_accessor_enhance | Ryuta Kamizono | 2018-06-13 | 1 | -5/+21 |
|\ \ |
|
| * | | Update prefix and allow suffix options for store accessors | Yukio Mizuta | 2018-06-12 | 1 | -5/+21 |
* | | | Add ability to configure cache notifications info | Eileen Uchitelle | 2018-06-12 | 1 | -6/+14 |
* | | | Don't use `target=` | Rafael Mendonça França | 2018-06-11 | 1 | -1/+1 |
* | | | Use `-=` to change the update the collection on the association | Rafael Mendonça França | 2018-06-11 | 1 | -2/+1 |
* | | | Merge pull request #29939 from arthurchui/activerecord-delete-associations-loop | Rafael Mendonça França | 2018-06-11 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | Use hash lookup for deleting existing associations from `target` | Arthur Chui | 2017-07-25 | 1 | -1/+2 |
* | | | | Fix alias confliction when joining same table on has many through with left_j... | Ryuta Kamizono | 2018-06-11 | 1 | -1/+1 |
* | | | | Fix GROUP BY queries to apply LIMIT/OFFSET after aggregations | Ryuta Kamizono | 2018-06-07 | 1 | -1/+1 |
* | | | | Fix `collection.create` to could be rolled back by `after_save` | Ryuta Kamizono | 2018-06-07 | 1 | -3/+9 |
* | | | | Merge pull request #33067 from kamipo/fix_force_equality | Rafael França | 2018-06-06 | 2 | -1/+4 |
|\ \ \ \ |
|
| * | | | | Fix force equality checking not to break the serialized attribute with Array | Ryuta Kamizono | 2018-06-06 | 2 | -1/+4 |
* | | | | | Child joins should be aliased when merging relations | Chalo Fernandez | 2018-06-06 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #33051 from SamSaffron/master | Matthew Draper | 2018-06-06 | 2 | -2/+2 |
|\ \ \ \ |
|
| * | | | | PERF: avoid allocating column names where possible | Sam | 2018-06-06 | 2 | -2/+2 |
* | | | | | Merge pull request #33029 from fedxgibson/raise_with_duplicate_columns | Eileen M. Uchitelle | 2018-06-04 | 1 | -2/+6 |
|\ \ \ \ \ |
|
| * | | | | | Migrations will raise an exception if there are multiple column definitions (... | Federico Martinez | 2018-06-01 | 1 | -2/+6 |
| |/ / / / |
|
* | | | | | Initialization block is a part of `build_record` | Ryuta Kamizono | 2018-06-04 | 6 | -14/+10 |
* | | | | | Fix `save` in `after_create_commit` won't invoke extra `after_create_commit` | Ryuta Kamizono | 2018-06-04 | 1 | -10/+16 |
* | | | | | `record.destroy` on new record won't invoke after create commit callbacks | Ryuta Kamizono | 2018-06-03 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Ensure reflection_class_for is private | Kevin Deisz | 2018-05-31 | 1 | -24/+27 |
* | | | | Move ActiveStorage reflection logic entirely into ActiveStorage | Kevin Deisz | 2018-05-31 | 1 | -44/+2 |
* | | | | Reflection for attachments | Kevin Deisz | 2018-05-30 | 1 | -17/+60 |
* | | | | Merge pull request #32952 from mechanicles/32940-fix | Ryuta Kamizono | 2018-05-29 | 1 | -3/+5 |
|\ \ \ \ |
|
| * | | | | Fix parent record should not get saved with duplicate children records | Santosh Wadghule | 2018-05-28 | 1 | -3/+5 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #33005 from mechanicles/fix-sentence | Rafael França | 2018-05-28 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix sentence [ci skip] | Santosh Wadghule | 2018-05-28 | 1 | -1/+1 |
* | | | | | Fix: Arel Postgresql visitor generates invalid SQL for GROUPING SETS. | david | 2018-05-28 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Fix that association's after_touch is not called with counter cache | Ryuta Kamizono | 2018-05-27 | 1 | -0/+4 |
* | | | | Fix inconsistent touching behavior between assigning and unassigning | Ryuta Kamizono | 2018-05-27 | 2 | -2/+3 |
* | | | | Fix `belongs_to_counter_cache_after_update` to respect polymorphic type change | Ryuta Kamizono | 2018-05-27 | 3 | -2/+9 |
* | | | | Avoid a subquery in updating counter cache | Ryuta Kamizono | 2018-05-26 | 2 | -7/+8 |
* | | | | Fix `belongs_to_counter_cache_after_update` to respect custom primary key cou... | Ryuta Kamizono | 2018-05-26 | 1 | -0/+13 |
* | | | | Fix `different_target?` to respect custom primary key counter | Ryuta Kamizono | 2018-05-26 | 1 | -3/+6 |
* | | | | Eager loading won't mutate owner record | Ryuta Kamizono | 2018-05-25 | 2 | -11/+19 |
* | | | | Make force equality checking more strictly not to allow serialized attribute | Ryuta Kamizono | 2018-05-25 | 3 | -5/+15 |
|/ / / |
|
* | | | Rollback parent transaction when children fails to update (#32796) | Guillaume Malette | 2018-05-22 | 1 | -2/+5 |
* | | | Merge pull request #32865 from yahonda/another_31988 | Rafael França | 2018-05-22 | 1 | -5/+10 |
|\ \ \ |
|
| * | | | Disable foreign keys during `alter_table` for sqlite3 adapter | Yasuo Honda | 2018-05-22 | 1 | -5/+10 |
* | | | | Exception wording change | Cory Becker | 2018-05-21 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #32923 from yahonda/bump_sqlite3_version_to_38 | Ryuta Kamizono | 2018-05-21 | 3 | -13/+12 |
|\ \ \ |
|
| * | | | Bump minimum SQLite version to 3.8 | Yasuo Honda | 2018-05-21 | 3 | -13/+12 |
* | | | | Enable `Lint/StringConversionInInterpolation` rubocop rule | Ryuta Kamizono | 2018-05-21 | 1 | -1/+1 |
|/ / / |
|