aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29373 from untidy-hair/store_accessor_enhanceRyuta Kamizono2018-06-135-7/+61
|\
| * Update prefix and allow suffix options for store accessorsYukio Mizuta2018-06-124-5/+59
* | Add ability to configure cache notifications infoEileen Uchitelle2018-06-122-7/+37
* | Don't use `target=`Rafael Mendonça França2018-06-112-2/+2
* | Use `-=` to change the update the collection on the associationRafael Mendonça França2018-06-112-3/+2
* | Merge pull request #29939 from arthurchui/activerecord-delete-associations-loopRafael Mendonça França2018-06-111-1/+2
|\ \
| * | Use hash lookup for deleting existing associations from `target`Arthur Chui2017-07-251-1/+2
* | | Fix alias confliction when joining same table on has many through with left_j...Ryuta Kamizono2018-06-112-1/+5
* | | :scissors:Ryuta Kamizono2018-06-101-1/+1
* | | Fix GROUP BY queries to apply LIMIT/OFFSET after aggregationsRyuta Kamizono2018-06-072-1/+19
* | | Fix `collection.create` to could be rolled back by `after_save`Ryuta Kamizono2018-06-073-3/+30
* | | Reuse existing model for testing duplicated children recordsRyuta Kamizono2018-06-073-19/+13
* | | Merge pull request #33067 from kamipo/fix_force_equalityRafael França2018-06-063-1/+11
|\ \ \
| * | | Fix force equality checking not to break the serialized attribute with ArrayRyuta Kamizono2018-06-063-1/+11
* | | | Child joins should be aliased when merging relationsChalo Fernandez2018-06-062-2/+27
|/ / /
* | | Merge pull request #33051 from SamSaffron/masterMatthew Draper2018-06-062-2/+2
|\ \ \
| * | | PERF: avoid allocating column names where possibleSam2018-06-062-2/+2
* | | | Merge pull request #33029 from fedxgibson/raise_with_duplicate_columnsEileen M. Uchitelle2018-06-043-2/+23
|\ \ \ \
| * | | | Migrations will raise an exception if there are multiple column definitions (...Federico Martinez2018-06-013-2/+23
| |/ / /
* | | | Initialization block is a part of `build_record`Ryuta Kamizono2018-06-047-14/+22
* | | | Fix `save` in `after_create_commit` won't invoke extra `after_create_commit`Ryuta Kamizono2018-06-042-10/+25
* | | | `record.destroy` on new record won't invoke after create commit callbacksRyuta Kamizono2018-06-032-1/+9
|/ / /
* | | Merge pull request #33018 from kddeisz/defined-attachmentsRafael França2018-06-011-24/+28
|\ \ \
| * | | Ensure reflection_class_for is privateKevin Deisz2018-05-311-24/+27
| * | | Move ActiveStorage reflection logic entirely into ActiveStorageKevin Deisz2018-05-311-44/+2
| * | | Reflection for attachmentsKevin Deisz2018-05-301-17/+60
* | | | Merge pull request #33028 from yahonda/use_mariadb10_3Ryuta Kamizono2018-06-011-1/+3
|\ \ \ \
| * | | | CI against MariaDB 10.3Yasuo Honda2018-06-011-1/+3
| |/ / /
* / / / [skip ci] Add changelog about bumping minimum SQLite version to 3.8Yasuo Honda2018-06-011-0/+4
|/ / /
* | | Merge pull request #32952 from mechanicles/32940-fixRyuta Kamizono2018-05-295-3/+35
|\ \ \
| * | | Fix parent record should not get saved with duplicate children recordsSantosh Wadghule2018-05-285-3/+35
| | |/ | |/|
* | | Ensure casting by boolean attribute when queryingRyuta Kamizono2018-05-292-43/+43
* | | Merge pull request #33005 from mechanicles/fix-sentenceRafael França2018-05-281-1/+1
|\ \ \
| * | | Fix sentence [ci skip]Santosh Wadghule2018-05-281-1/+1
* | | | Fix: Arel Postgresql visitor generates invalid SQL for GROUPING SETS.david2018-05-282-5/+5
|/ / /
* | | Parse raw value only when a value came from user in numericality validatorRyuta Kamizono2018-05-281-1/+4
* | | Fix that association's after_touch is not called with counter cacheRyuta Kamizono2018-05-273-0/+31
* | | Fix inconsistent touching behavior between assigning and unassigningRyuta Kamizono2018-05-274-3/+29
* | | Fix `belongs_to_counter_cache_after_update` to respect polymorphic type changeRyuta Kamizono2018-05-274-3/+21
* | | Avoid a subquery in updating counter cacheRyuta Kamizono2018-05-262-7/+8
* | | Fix `belongs_to_counter_cache_after_update` to respect custom primary key cou...Ryuta Kamizono2018-05-262-1/+20
* | | Fix `different_target?` to respect custom primary key counterRyuta Kamizono2018-05-262-3/+13
* | | Eager loading won't mutate owner recordRyuta Kamizono2018-05-253-11/+27
* | | Make force equality checking more strictly not to allow serialized attributeRyuta Kamizono2018-05-255-5/+28
|/ /
* | Rollback parent transaction when children fails to update (#32796)Guillaume Malette2018-05-223-2/+22
* | Merge pull request #32865 from yahonda/another_31988Rafael França2018-05-222-5/+56
|\ \
| * | Disable foreign keys during `alter_table` for sqlite3 adapterYasuo Honda2018-05-222-5/+56
* | | Exception wording changeCory Becker2018-05-211-1/+1
|/ /
* | Merge pull request #32923 from yahonda/bump_sqlite3_version_to_38Ryuta Kamizono2018-05-215-32/+17
|\ \
| * | Bump minimum SQLite version to 3.8Yasuo Honda2018-05-215-32/+17