aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Do not allow passing the column name to `sum` when a block is passedRafael Mendonça França2019-01-171-0/+4
* | | | | Do not allow passing the column name to `count` when a block is passedRafael Mendonça França2019-01-171-0/+4
* | | | | Remove delegation of missing methods in a relation to arelRafael Mendonça França2019-01-171-0/+4
* | | | | Remove delegation of missing methods in a relation to private methods of the ...Rafael Mendonça França2019-01-171-0/+4
* | | | | Change `SQLite3Adapter` to always represent boolean values as integersRafael Mendonça França2019-01-171-0/+8
* | | | | Remove ability to specify a timestamp name for `#cache_key`Rafael Mendonça França2019-01-171-0/+4
* | | | | Remove deprecated `ActiveRecord::Migrator.migrations_path=`Rafael Mendonça França2019-01-171-0/+4
* | | | | Remove deprecated `expand_hash_conditions_for_aggregates`Rafael Mendonça França2019-01-171-3/+7
|/ / / /
* | | | Refs #28025 nullify *_type column on polymorphic associations on :nu… (#28...Laerti2019-01-151-0/+5
* | | | Merge branch 'master' into ac_params_existsAaron Patterson2019-01-111-0/+5
|\ \ \ \
| * | | | Support endless ranges in whereGreg Navis2019-01-111-0/+4
* | | | | Allow strong params in ActiveRecord::Base#exists?Gannon McGibbon2019-01-071-0/+4
|/ / / /
* | | | 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