aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Deprecate passing `migrations_paths` to `connection.assume_migrated_upto_vers...Ryuta Kamizono2018-12-281-0/+4
* Merge pull request #34742 from kamipo/row_format_dynamic_by_defaultRyuta Kamizono2018-12-211-0/+8
|\
| * MySQL: `ROW_FORMAT=DYNAMIC` create table option by defaultRyuta Kamizono2018-12-191-0/+8
* | Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-191-2/+2
|/
* Fix join table column quoting with SQLite.Gannon McGibbon2018-12-051-0/+4
* option to disable scopes that `ActiveRecord.enum` generates by defaultAlfred Dominic2018-12-041-0/+4
* Merge pull request #34609 from kamipo/delete_all_on_collection_proxyRyuta Kamizono2018-12-041-0/+4
|\
| * Ensure that `delete_all` on collection proxy returns affected countRyuta Kamizono2018-12-041-0/+4
* | Reset scope after collection deleteGannon McGibbon2018-12-041-0/+4
|/
* Add ability to prevent writes to a databaseEileen Uchitelle2018-11-301-0/+16
* Allow aliased attributes in updateGannon McGibbon2018-11-291-0/+4
* Allow spaces in postgres table namesGannon McGibbon2018-11-281-0/+6
* Cached columns_hash fields should be excluded from ResultSet#column_typesDmitryTsepelev2018-11-271-0/+29
* Make implicit order column configurableTekin Suleyman2018-11-261-0/+17
* 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