aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Emulate db trigger behaviour for after_commit :destroy, :updateStefan Budeanu2016-12-091-0/+8
* Merge pull request #26696 from iainbeeston/only-ruby-types-in-activemodelSean Griffin2016-12-081-0/+4
|\
| * Moved database-specific ActiveModel types into ActiveRecordIain Beeston2016-10-141-0/+4
* | Check whether the current attribute being write is aliased or not before writingPrathamesh Sonpatki2016-12-091-1/+6
* | Check whether the current attribute being read is aliased or not before readingPrathamesh Sonpatki2016-12-081-1/+8
* | Make pg adapter use bigserial for pk by defaultPavel Pravosud2016-12-051-0/+4
* | Fix issue number from becoming markdown headernanaya2016-12-011-2/+2
* | Make the second argument to `attribute` optionalSean Griffin2016-11-301-0/+6
* | Fix that unsigned with zerofill is treated as signedRyuta Kamizono2016-11-271-0/+6
* | fix the uniqueness validation scope with a polymorphic associationSergey Alekseev2016-11-261-0/+4
* | Add test for collection *_ids= setter when association primary key setDominic Cleal2016-11-241-0/+4