aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Remove CHANGELOG entries which were backported to 5-2-stableRyuta Kamizono2018-02-281-14/+0
* Fix a typo in activerecord/CHANGELOG.mdokkez2018-02-281-1/+1
* Merge pull request #31966 from kg8m/fix_limited_ids_forRyuta Kamizono2018-02-281-0/+8
|\
| * Fix `#columsn_for_distinct` of MySQL and PostgreSQLkg8m2018-02-271-0/+8
|/
* Make `reflection.klass` raise if `polymorphic?` not to be misusedRyuta Kamizono2018-02-191-0/+6
* Add a CHANGELOG entry for #31941 [ci skip]Ryuta Kamizono2018-02-191-0/+4
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-0/+5
* Deprecate update_attributes and update_attributes!Eddie Lebow2018-02-171-0/+3
* Add #create_or_find_by to lean on unique constraints (#31989)David Heinemeier Hansson2018-02-141-0/+6
* Start Rails 6.0 development!!!Rafael Mendonça França2018-01-301-667/+1
* Deprecate `expand_hash_conditions_for_aggregates`Ryuta Kamizono2018-01-291-0/+5
* Merge pull request #31724 from orekyuu/fix-expand-composed-object-arrayRyuta Kamizono2018-01-291-0/+14
|\
| * Fix not expanded problem when passing an Array object as argument to the wher...orekyuu2018-01-261-0/+14
|/
* Fix `count(:all)` with eager loading and having an order other than the drivi...Ryuta Kamizono2018-01-251-0/+6
* Expand AR to Active Record [ci skip]Ryuta Kamizono2018-01-251-2/+2
* Clear the transaction state when AR object is dupedYuriy Ustushenko2018-01-251-0/+6
* Support for PostgreSQL foreign tablesfatkodima2018-01-221-0/+4
* Fix relation merger issue with `left_outer_joins`Mehmet Emin INAC2018-01-151-0/+4
* Don't allow destroyed object mutation after `save` or `save!` is calledRyuta Kamizono2018-01-151-0/+4
* Merge pull request #23146 from piotrj/issue_18424Ryuta Kamizono2018-01-111-0/+6
|\
* \ Merge pull request #16314 from zoltankiss/allow-nested-has-many-associations-...Ryuta Kamizono2018-01-101-0/+38
|\ \
* | | resolve inconsistencies between first and to_a.first with limitBrian Christian2018-01-091-0/+8
* | | Merge pull request #27561 from fishbrain/count-all-in-has-many-associationRyuta Kamizono2018-01-031-0/+5
|\ \ \
| * | | Use `count(:all)` in HasManyAssociation#count_recordsKlas Eskilson2017-02-071-0/+5
* | | | Merge pull request #27780 from mikelikesbikes/fix-update-attribute-callbacks-...Ryuta Kamizono2017-12-251-0/+4
* | | | Remove verbose_query_logs from new_framework_defaults_5_2.rbEugene Kenny2017-12-201-2/+2
* | | | Fix `count(:all)` to correctly work `distinct` with custom SELECT listRyuta Kamizono2017-12-201-0/+4
* | | | Using subselect for `delete_all` with `limit` or `offset`Ryuta Kamizono2017-12-191-0/+5
* | | | Add changelog entry for e1ceb10Chris Salzberg2017-12-171-0/+5
* | | | Log call site for all queriesOlivier Lacan2017-12-131-1/+12
* | | | Fix conflicts `counter_cache` with `touch: true` by optimistic locking.bogdanvlviv2017-12-121-0/+83
* | | | Tweaks CHANGELOGs [ci skip]Ryuta Kamizono2017-12-011-2/+2
* | | | Add support for PostgreSQL operator classes to add_indexGreg Navis2017-11-301-0/+8
* | | | Merge pull request #31179 from kinnrot/scoping-reserved-namesRafael Mendonça França2017-11-281-0/+7
|\ \ \ \
| * | | | Prevent scope named same as a ActiveRecord::Relation instance method.Chen Kinnrot2017-11-281-0/+6
* | | | | Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-281-0/+5
|/ / / /
* | | | Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-271-0/+2
* | | | Add new error class `QueryCanceled` which will be raised when canceling state...Ryuta Kamizono2017-11-271-0/+5
* | | | Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223)Ryuta Kamizono2017-11-271-1/+1
* | | | Fix typo s/only_up/up_only/ [ci skip]Ryuta Kamizono2017-11-151-1/+1
* | | | Add a #populate method to migrations (#31082)Rich2017-11-141-0/+5
* | | | Merge pull request #27947 from mastahyeti/unsafe_raw_sqlMatthew Draper2017-11-141-0/+30
|\ \ \ \
* | | | | Properly cast input in `update_all`Sean Griffin2017-11-131-0/+6
* | | | | Add new error class `StatementTimeout` which will be raised when statement ti...Ryuta Kamizono2017-11-131-0/+5
* | | | | Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapterRyuta Kamizono2017-11-111-2/+2
|/ / / /
* | | | Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-0/+8
* | | | Remove CHANGELOG entry for PR #28681 [ci skip]Prathamesh Sonpatki2017-10-271-4/+0
* | | | Save index order :desc to schema.rb (sqlite). Fixes #30902Paul Kuruvilla2017-10-241-0/+7
* | | | Remove deprecated method `#sanitize_conditions`Rafael Mendonça França2017-10-231-0/+4
* | | | Remove deprecated methd `#scope_chain`Rafael Mendonça França2017-10-231-0/+4