aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* don't cache invalid subsets when preloading hmt associations.Yves Senn2013-02-141-0/+22
* Don't call after_commit when creating through an association and save fails, ...James Miller2013-02-131-0/+5
* define Active Record Store accessors in a moduleSergey Nartimov2013-02-111-0/+12
* Update activerecord/CHANGELOG.mdGuillermo Iguaran2013-02-091-1/+1
* Reverting e170014113 (Change behaviour with empty hash in where clause)Guillermo Iguaran2013-02-081-5/+0
* Reverting 16f6f25 (Change behaviour with empty array in where clause)Guillermo Iguaran2013-02-081-5/+0
* Improve changelog entries in ARCarlos Antonio da Silva2013-02-081-5/+6
* Change behaviour with empty array in where clauserobertomiranda2013-02-081-0/+5
* Change behaviour with empty hash in where clauserobertomiranda2013-02-081-0/+4
* active_record: Quote numeric values compared to string columns.Dylan Smith2013-02-071-0/+10
* Add changelog entry for #9203 about schema dumper with db extensionsCarlos Antonio da Silva2013-02-061-0/+5
* CHANGELOG reviewRafael Mendonça França2013-01-311-3/+3
* DATABASE_URL parsing should turn numeric strings into numeric types, andAaron Stone2013-01-311-0/+12
* Refactor to use each_key, remove extra spacesCarlos Antonio da Silva2013-01-281-1/+1
* Prevent Relation#merge from collapsing wheres on the RHSJon Leighton2013-01-271-0/+26
* Fix handling of dirty time zone aware attributesLilibeth De La Cruz2013-01-261-0/+28
* `#count` in conjunction with `#uniq` performs distinct count.Yves Senn2013-01-261-0/+9
* Add postgresql range types supportbUg2013-01-231-0/+19
* Added a changelog entry.wangjohn2013-01-201-0/+5
* Undeprecate the :extend optionJon Leighton2013-01-181-1/+0
* `CollectionAssociation#empty?` respects newly builded recordsYves Senn2013-01-131-0/+11
* Add CHANGELOG entry for YAML parsing removalPrem Sichanugrist2013-01-081-1/+5
* Fix error when assigning NaN to an integer columnTristan Harward2013-01-061-4/+5
* Move changelog entry in railties to the topCarlos Antonio da Silva2013-01-041-2/+2
* Support for PostgreSQL's ltree data type.Rob Worley2013-01-041-0/+4
* Fix undefined method `to_i' introduced since 3.2.8Jason Stirk2013-01-041-1/+6
* Merge pull request #8705 from amparo-luna/change_update_attributes_to_updateGuillermo Iguaran2013-01-031-0/+7
|\
| * Add Changelog entry regarding update_attibutes being renamed to updateAmparo Luna + Guillermo Iguaran2013-01-031-0/+7
* | Changelog improvements [ci skip]Carlos Antonio da Silva2013-01-021-1/+2
|/
* Fix CHANGELOG style [ci skip]Rafael Mendonça França2012-12-261-5/+5
* validate :on option on after_commit and after_rollback callbacksPascal Friederich2012-12-261-0/+5
* Update Migration and 4.0 Release Guides, Changelogs [#8267]Marc-Andre Lafortune2012-12-211-0/+17
* Serialized attribute can be serialized in an integer columnRafael Mendonça França2012-12-211-2/+7
* Fix Action Mailer changelog indenation to match other changelogsCarlos Antonio da Silva2012-12-191-1/+1
* Keep index names when using with sqlite3Yves Senn2012-12-191-0/+5
* #5523 Add ability for postgresql adapter to disable user triggers in disable_...Gary S. Weaver2012-12-181-0/+5
* Added support for validates_uniqueness_of in PostgreSQL array columns. Fixes:...Pedro Padron2012-12-181-0/+5
* AR supporting new intrange data type on PostgreSQL >= 9.2Alexey2012-12-161-0/+4
* Convert changelogs to 1.9 hash style and fix some formatting [ci skip]Carlos Antonio da Silva2012-12-141-5/+5
* Do not log the binding values for binary columns.Matthew M. Boedicker2012-12-141-0/+4
* Fix for has_many_through counter_cache bugMatthew Robertson2012-12-141-0/+5
* recognize migrations, in folders containing numbers and 'rb'.Yves Senn2012-12-131-0/+5
* Remove changelog entry from #8441 [ci skip]Carlos Antonio da Silva2012-12-111-4/+0
* Add CHANGELOG entry for #6376.Rafael Mendonça França2012-12-101-0/+4
* Allow users to choose the timestamp format in the cache keyRafael Mendonça França2012-12-101-0/+7
* Fix decorating columns for serialized attributesitzki2012-12-101-0/+4
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-091-16/+0
* Session variables for mysql, mysql2, and postgresql adapters can be setAaron Stone2012-12-081-0/+8
* Update AR Changelog with correct example using includesCaike Souza2012-12-081-4/+4
* Rollback where.like and where.not_likeCarlos Antonio da Silva2012-12-071-3/+2