aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* SQLite3 adapter supports expression indexesgkemmey2018-09-131-0/+12
* Merge pull request #33378 from numbata/subclass-redefine-autosave-callbacksRafael Mendonça França2018-09-131-0/+6
|\
| * Allow subclasses to redefine autosave callbacks for associated recordsAndrey Subbota2018-07-271-0/+6
* | Drop MySQL 5.1 supportYasuo Honda2018-09-131-0/+4
* | Add mention about `ActiveRecord::Base::filter_attributes` to the changelog entrybogdanvlviv2018-09-121-2/+7
* | Use utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-111-0/+7
* | Fixes #33610Darwin D Wu2018-09-111-0/+4
* | Update CHANGELOG.mdNick Stanish2018-09-101-1/+1
* | Fix explanation of `ActiveRecord::Base.configurations.configs_for` in the CHA...bogdanvlviv2018-09-091-6/+7
* | 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
|\