aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Configuration item `config.filter_parameters` could also filter out sensitive...Zhang Kang2018-09-071-0/+9
* Formatting CHANGELOGs [ci skip]Ryuta Kamizono2018-09-071-4/+4
* Deprecate most methods which were never used in `DatabaseLimits`Ryuta Kamizono2018-09-051-0/+6
* Refactors Active Record connection managementEileen Uchitelle2018-08-301-0/+47
* Add database configuration to disable advisory locks.Guo Xiang Tan2018-08-221-0/+10
* Merge pull request #33585 from yahonda/diag33520Ryuta Kamizono2018-08-161-0/+4
|\
| * SQLite3 adapter `alter_table` method restores foreign keysYasuo Honda2018-08-111-0/+4
* | Follow up #33530bogdanvlviv2018-08-151-4/+8
* | Allow `to_table` in `invert_remove_foreign_key`Rich2018-08-141-0/+4
|/
* Revert "Merge pull request #24131 from brchristian/limit_and_primary_key"Ryuta Kamizono2018-08-011-6/+0
* CHANGELOG entryBrian Christian2018-07-191-0/+6
* Add missing load config dependency to `rake db:seed`Tobias Bielohlawek2018-07-101-0/+5
* Merge pull request #33280 from nkondratyev/fix/mysql-time-default-valuesRyuta Kamizono2018-07-091-0/+4
|\
| * Fix default value for mysql time types with specified precisionNikolay Kondratyev2018-07-041-0/+4
|/
* Fix `touch` option to behave consistently with `Persistence#touch` methodRyuta Kamizono2018-06-181-0/+4
* Merge pull request #29373 from untidy-hair/store_accessor_enhanceRyuta Kamizono2018-06-131-2/+2
|\
* | :scissors:Ryuta Kamizono2018-06-101-1/+1
* | Migrations will raise an exception if there are multiple column definitions (...Federico Martinez2018-06-011-0/+6
* | [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-291-0/+6
|\ \ | |/ |/|
| * Fix parent record should not get saved with duplicate children recordsSantosh Wadghule2018-05-281-0/+6
|/
* Fix logic on disabling commit callbacksBrian Durand2018-05-041-0/+4
* Loaded associations should not run a new query when size is calledGraham Turner2018-04-261-0/+5
* Can preload associations through polymorphic associationsDana Sherson2018-04-201-0/+4
* Add `touch_all` method to `ActiveRecord::Relation`fatkodima2018-04-131-0/+8
* [ci skip] Fully quantify Active Record module in changelog.Kasper Timm Hansen2018-04-021-1/+1
* Add AR::Base.base_class? predicateBogdan Gusiev2018-04-021-0/+4
* Add custom prefix to ActiveRecord::Store accessorsTan Huynh2018-03-231-0/+4
* Remove changelog header for unreleased versionRafael Mendonça França2018-03-131-2/+0
* 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
|\ \