aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Minor changes to deprecation warning message after 35242Abhay Nikam2019-02-151-2/+2
* | | | | Revert "Chaining named scope is no longer leaking to class level querying met...Ryuta Kamizono2019-02-141-6/+0
* | | | | Update CHANGELOG for database_resolver_contextJohn Hawthorn2019-02-071-2/+2
* | | | | Fix `relation.create` to avoid leaking scope to initialization block and call...Ryuta Kamizono2019-02-071-0/+6
* | | | | Chaining named scope is no longer leaking to class level querying methodsRyuta Kamizono2019-02-061-0/+6
* | | | | Adds basic automatic database switching to RailsEileen Uchitelle2019-01-301-0/+33
* | | | | Allow changing text and blob size without giving the `limit` optionRyuta Kamizono2019-01-291-0/+4
* | | | | Make `t.timestamps` with precision by defaultRyuta Kamizono2019-01-261-0/+5
* | | | | Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-181-0/+2
* | | | | Merge pull request #34966 from bogdanvlviv/ensure-ar-relation-exists-allows-p...Rafael Mendonça França2019-01-171-1/+1
|\ \ \ \ \
| * | | | | Ensure that AR::Relation#exists? allows only permitted paramsbogdanvlviv2019-01-171-4/+4
* | | | | | Remove deprecated `#set_state` from the transaction objectRafael Mendonça França2019-01-171-0/+4
* | | | | | Remove deprecated `#supports_statement_cache?` from the database adaptersRafael Mendonça França2019-01-171-0/+4
* | | | | | Remove deprecated `#insert_fixtures` from the database adaptersRafael Mendonça França2019-01-171-0/+4
* | | | | | Remove deprecated `ActiveRecord::ConnectionAdapters::SQLite3Adapter#valid_alt...Rafael Mendonça França2019-01-171-0/+4
* | | | | | 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
|\ \ \ \ \