aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35987 from kamipo/fix_dirty_tracking_after_rollbackRyuta Kamizono2019-04-171-0/+6
|\
| * Fix dirty tracking after rollback.Ryuta Kamizono2019-04-161-0/+6
* | Add collection cache versioningLachlan Sylvester2019-04-161-0/+11
|/
* Add CHANGELOG entry for d1107f4d1e2573948d4941ac44511a0af6241f80Ryuta Kamizono2019-04-161-1/+7
* make change_column_comment and change_table_comment invertibleYoshiyuki Kinjo2019-04-151-0/+5
* Don't call after_commit callbacks despite a record isn't savedRyuta Kamizono2019-04-121-0/+6
* Merge pull request #28155 from lcreid/belongs_toRyuta Kamizono2019-04-101-0/+14
|\
| * Fix circular `autosave: true`Larry Reid2018-07-231-0/+17
* | Raise `ArgumentError` for invalid `:limit` and `:precision` like as other opt...Ryuta Kamizono2019-04-071-0/+22
* | Association loading isn't to be affected by scoping consistentlyRyuta Kamizono2019-04-051-0/+27
* | [ci skip] Touch up `db:prepare` changelog entryKasper Timm Hansen2019-04-031-1/+3
* | Add rake db:prepare entry to the CHANGELOG.mdRoberto Miranda2019-04-031-0/+4
* | Use official database name [ci skip]Ryuta Kamizono2019-04-031-1/+1
* | Remove duplicated CHANGELOG entry [ci skip]Ryuta Kamizono2019-04-031-2/+0
* | Add `after_save_commit` callback as shortcut for `after_commit :hook, on: [ :...David Heinemeier Hansson2019-04-021-0/+6
* | url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-2/+2
* | Follow up tweaks b89a3e7e638a50c648a17d09c48b49b707e1d90d [ci skip]Ryuta Kamizono2019-03-311-5/+5
* | Merge pull request #35799 from leboshi/masterRyuta Kamizono2019-03-311-0/+7
|\ \
| * | Fix callbacks on has_many :through associations (#33249)Ryan Kerr2019-03-301-0/+7
|/ /
* | Add `ActiveRecord::Relation#extract_associated` for extracting associated rec...David Heinemeier Hansson2019-03-291-0/+9
* | [ci skip] Fixed typoChirag Shah2019-03-251-1/+1
* | Add Relation#annotate for SQL commentingMatt Yoho2019-03-211-0/+13
* | Support Optimizer HintsRyuta Kamizono2019-03-161-0/+25
* | Merge tag 'v6.0.0.beta3'eileencodes2019-03-131-0/+5
|\ \
| * | Prep releaseeileencodes2019-03-111-0/+5
* | | Merge pull request #35320 from kamille-gz/fix_query_method_when_given_Date_da...Ryuta Kamizono2019-03-111-0/+14
|\ \ \
| * | | Fix query attribute method on user-defined attribute to be aware of typecaste...kamille-3212019-03-111-0/+14
|/ / /
* | | Quote empty ranges like other empty enumerablesPatrick Rebsch2019-03-071-0/+4
* | | Add insert_all to ActiveRecord models (#35077)Bob Lail2019-03-051-0/+10
* | | Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779)Bogdan2019-03-041-0/+9
* | | Fix typo in CHANGELOG.md [ci skip]Sharang Dashputre2019-03-041-1/+1
* | | Deprecate mismatched collation comparison for uniquness validatorRyuta Kamizono2019-03-041-0/+8
* | | Move changelog entry about `reselect` method to the section of the next releasebogdanvlviv2019-03-041-9/+9
* | | Merge pull request #33611 from willianveiga/feature/reselect-methodAndrew White2019-03-011-0/+6
|\ \ \
| * \ \ Merge branch 'master' into feature/reselect-methodWillian Gustavo Veiga2018-10-171-1/+9
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/reselect-methodWillian Gustavo Veiga2018-10-111-0/+64
| |\ \ \ \
| * | | | | Add changelog entryWillian Gustavo Veiga2018-10-021-0/+4
* | | | | | Add negative scopes for all enum values (#35381)David Heinemeier Hansson2019-02-261-0/+14
* | | | | | Merge pull request #35361 from jvillarejo/fix_wrong_size_query_with_distinct_...Ryuta Kamizono2019-02-271-0/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | fixes different `count` calculation when using `size` manual `select` with DI...jvillarejo2019-02-261-0/+6
|/ / / / /
* | | | | Preparing for 6.0.0.beta2 releaseRafael Mendonça França2019-02-251-0/+2
* | | | | Fix prepared statements caching to be enabled even when query caching is enabledRyuta Kamizono2019-02-261-0/+4
* | | | | Ensure `update_all` series cares about optimistic lockingRyuta Kamizono2019-02-251-0/+4
* | | | | Don't allow `where` with non numeric string matches to 0 valuesRyuta Kamizono2019-02-201-0/+4
* | | | | Merge pull request #35316 from abhaynikam/35304-add-delete_by_and_destroy_byRyuta Kamizono2019-02-191-0/+26
|\ \ \ \ \
| * | | | | Introduce delete_by and destroy_by methods to ActiveRecord::RelationAbhay Nikam2019-02-191-0/+26
|/ / / / /
* | | | | Don't allow `where` with invalid value matches to nil valuesRyuta Kamizono2019-02-181-0/+6
* | | | | Add changelog entry for #35212Ryuta Kamizono2019-02-161-0/+4
* | | | | Deprecate using class level querying methods if the receiver scope regarded a...Ryuta Kamizono2019-02-151-0/+5
* | | | | Revert "Merge pull request #35186 from kamipo/fix_leaking_scope_on_relation_c...Ryuta Kamizono2019-02-151-6/+0