aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Deprecate `initialize_schema_migrations_table` and `initialize_internal_metad...Ryuta Kamizono2017-01-201-0/+4
* Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods"Matthew Draper2017-01-201-5/+0
* Add CHANGELOG entry for #24743Ryuta Kamizono2017-01-191-2/+6
* Remove `initialize_schema_migrations_table` and `initialize_internal_metadata...Ryuta Kamizono2017-01-181-5/+10
* Generate migrations at path set by `config.paths["db/migrate"]`Kevin Glowacz2017-01-161-0/+4
* Add CHANGELOG entry for #27701Andrew White2017-01-161-0/+4
* Add the touch option to ActiveRecord#increment! and decrement!akihiro172017-01-141-0/+4
* Deprecate reflection class name to accept a classKir Shatrov2017-01-091-0/+5
* Raise error when has_many through is defined before through associationChris Holmes2017-01-041-0/+6
* Merge pull request #26689 from kamipo/deprecate_passing_name_to_indexesRafael Mendonça França2017-01-031-1/+5
|\
| * Deprecate passing `name` to `indexes` like `tables`Ryuta Kamizono2017-01-041-1/+5
* | Remove deprecation of using ActiveRecord::Base instance in .updateRafael Mendonça França2017-01-031-2/+2
* | Remove deprecated db:test:clone* tasksRafael Mendonça França2017-01-031-0/+4
* | Rephrase CHANGELOG.md entryJon Moss2017-01-031-1/+1
|/
* Compare deserialized values for `PostgreSQL::OID::Hstore` typesJon Moss2017-01-031-0/+7
* Raise ArgumentError when a instance of ActiveRecord::Base is passed toRafael Mendonça França2017-01-031-0/+5
* Consistently apply adapter behavior when serializing arraysSean Griffin2017-01-031-0/+6
* Cache results of computing model typeKonstantin Lazarev2017-01-031-0/+4
* Fix tests with counter cache touching and more.Kasper Timm Hansen2017-01-011-2/+13
* Added option to ActiveRecord::CounterCache methods.Jarred Trost2017-01-011-0/+7
* Add missing word in activerecord/CHANGELOG.mdJon Moss2016-12-301-1/+1
* Remove deprecated `#uniq`, `#uniq!`, and `#uniq_value`Ryuta Kamizono2016-12-301-0/+4
* Remove deprecated `#insert_sql`, `#update_sql`, and `#delete_sql`Ryuta Kamizono2016-12-301-0/+4
* Grammar linting in activerecord/CHANGELOG.mdJon Moss2016-12-291-5/+5
* Fix grammar in AR CHANGELOG.md [ci skip]kenta-s2016-12-301-1/+1
* Remove deprecated #use_transactional_fixtures configurationRafael Mendonça França2016-12-291-0/+4
* Remove deprecated `#raise_in_transactional_callbacks` configurationRafael Mendonça França2016-12-291-0/+4
* Remove deprecated #load_schema_forRafael Mendonça França2016-12-291-0/+4
* Remove deprecated conditions parameter from #delete_allRafael Mendonça França2016-12-291-1/+1
* Remove deprecated conditions parameter from `#destroy_all`Rafael Mendonça França2016-12-291-0/+4
* Remove deprecated support to passing arguments to `#select` when a block is p...Rafael Mendonça França2016-12-291-0/+4
* Remove deprecated support to query using commas on LIMITRafael Mendonça França2016-12-291-0/+4
* Remove deprecated support to passing a class as a value in a queryRafael Mendonça França2016-12-291-0/+4
* Raises IrreversibleOrderError when using last with an irreversible orderRafael Mendonça França2016-12-291-0/+5
* Raise when a through association has an ambiguous reflection nameRafael Mendonça França2016-12-291-0/+4
* Raises when `ActiveRecord::Migration` is inherited directly.Rafael Mendonça França2016-12-291-0/+4
* Remove original_exception from ActiveRecord::StatementInvalidRafael Mendonça França2016-12-291-0/+5
* `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-291-0/+6
* Remove deprecated `name` argument from `#tables`Rafael Mendonça França2016-12-291-0/+4
* Remove deprecated support to passing a column to #quoteRafael Mendonça França2016-12-291-0/+4
* Set time as a timezone aware type and remove related deprecationRafael Mendonça França2016-12-291-0/+5
* Remove deprecated force reload argument in association readersRafael Mendonça França2016-12-291-0/+4
* Remove deprecated i18n scopes in Active RecordRafael Mendonça França2016-12-291-0/+5
* [ci skip] Add changelog for 261e94b.Kasper Timm Hansen2016-12-291-0/+7
* Small edits to activerecord/CHANGELOG.mdJon Moss2016-12-271-2/+2
* fix QueryCache nil dupRichard Monette2016-12-151-0/+10
* Add CHANGELOG entry to #27042Rafael Mendonça França2016-12-131-0/+4
* Add a changelog entry for #26687 [ci skip]Ryuta Kamizono2016-12-121-0/+7
* Add a changelog entry for #25227 [ci skip]Ryuta Kamizono2016-12-101-0/+4
* Add a changelog entry for #25451 [ci skip]Ryuta Kamizono2016-12-101-8/+13