aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Bump the minimum version of PostgreSQL to 9.3Yasuo Honda2018-11-251-0/+4
* Raises error when attempting to modify enum valuesebyrds2018-11-231-0/+4
* Redact SQL in errorsGannon McGibbon2018-11-221-0/+20
* Add an :if_not_exists option to create_tablefatkodima2018-11-081-0/+19
* Guard Enums against definitions with blank label namesChristophe Maximin2018-11-071-1/+5
* Add multi-db support to schema cache dump and clearGannon McGibbon2018-11-071-0/+4
* `update_columns` raises if the column is unknownSean Griffin2018-10-301-0/+5
* Add support for hash and url configs in connected_toGannon McGibbon2018-10-261-0/+15
* Merge pull request #34208 from yskkin/inspect_with_parameter_filterRyuta Kamizono2018-10-261-3/+3
|\
| * Implement AR#inspect using ParamterFilter.Yoshiyuki Kinjo2018-10-191-3/+3
* | Support default expression for MySQLRyuta Kamizono2018-10-251-0/+8
* | Support expression indexes for MySQLRyuta Kamizono2018-10-251-0/+9
* | Merge pull request #33075 from fedxgibson/pg_ambigous_column_cache_key_limit_...Ryuta Kamizono2018-10-161-0/+6
|\ \ | |/ |/|
| * Fix Collection cache key with limit and custom select (PG:AmbigousColumn: Error)Federico Martinez2018-10-151-0/+6
|/
* Basic API for connection switchingEileen Uchitelle2018-10-101-0/+36
* Raise on invalid definition valuesAlberto Almagro2018-10-101-0/+11
* Clear QueryCache when reloading associationsChristophe Maximin2018-10-101-0/+17
* Merge pull request #23593 from meinac/add_index_option_for_change_tableRyuta Kamizono2018-10-011-0/+12
|\
| * Index option added for change_table migrationsMehmet Emin INAC2018-09-221-0/+12
* | Fix `transaction` reverting for migrationsfatkodima2018-09-261-0/+7
* | Raise an error when loading all fixtures from nil fixture_pathGannon McGibbon2018-09-261-0/+4
* | Stringify database configurationsGannon McGibbon2018-09-241-0/+4
|/
* Merge pull request #33913 from kamipo/counter_cacheRyuta Kamizono2018-09-201-0/+6
|\
| * Don't update counter cache unless the record is actually savedRyuta Kamizono2018-09-191-0/+6
* | Deprecate ActiveRecord::Result#to_hash in favor of #to_aKevin Cheng2018-09-181-0/+4
|/
* SQLite3: Support multiple args function for expression indexesRyuta Kamizono2018-09-141-1/+1
* 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