aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Restore RecordNotFound when *_ids= can't find records by IDDominic Cleal2016-11-241-0/+5
* | For `PostgreSQL >= 9.4` use `gen_random_uuid()`Yaw Boakye2016-11-221-0/+5
* | Introduce `reload_<association>` reader for singular associations.Yves Senn2016-11-221-0/+14
* | changelog entry for fc4c15d [ci skip]Yves Senn2016-11-211-0/+5
* | Merge pull request #26981 from kamipo/should_not_except_order_for_existsRafael França2016-11-171-1/+2
|\ \
| * | Should except `:distinct` rather than `:order` for `exists?`Ryuta Kamizono2016-11-091-1/+2
* | | Support AC::Parameters for PG HStoreJon Moss2016-11-151-0/+7
* | | Changelog editsVipul A M2016-11-121-7/+7
|/ /
* | Add ActiveRecord::Base.connection_pool.statPavel2016-11-091-0/+9
* | Avoid `unscope(:order)` when `limit_value` is presented for `count`Ryuta Kamizono2016-11-061-2/+11
* | fix datatime errorSen-Zhang2016-11-011-0/+5
* | allow ActiveRecord::Core#slice to use array argCohen Carlisle2016-10-311-0/+4
* | Merge PR #19759Arthur Neves2016-10-281-0/+7
|\ \
| * | Fix for has_and_belongs_to_many & has_many_through associations while partial...Mehmet Emin İNAÇ2016-02-131-1/+7
* | | Revert "Made ActiveRecord consistently use ActiveRecord::Type (not"Sean Griffin2016-10-231-4/+0
* | | Fix regression caused due to removal of select method from CollectionAssociationPrathamesh Sonpatki2016-10-221-0/+5
* | | Added ability update locking_column valuebogdanvlviv2016-10-211-0/+5
* | | Fixed: Optimistic locking does not work well with null in the databasebogdanvlviv2016-10-211-0/+6
| |/ |/|
* | Merge pull request #26208 from nanaya/pg-insensitive-textMatthew Draper2016-10-111-0/+5
|\ \
* | | Made ActiveRecord consistently use ActiveRecord::Type (notIain Beeston2016-10-031-0/+4
* | | Serialize JSON attribute value nil as SQL NULL, not JSON 'null'Trung Duc Tran2016-09-231-0/+4
* | | Return true if attribute is not changed for update_attributePrathamesh Sonpatki2016-09-231-0/+7
* | | Always store errors details information with symbolsRafael Mendonça França2016-09-191-0/+15
* | | Clear attribute changes after handling lockingJakob Skjerning2016-09-141-0/+7
* | | 5-0-backport: activerecord/mysql2: Avoid setting @connection to nil, just clo...Dylan Thacker-Smith2016-09-131-0/+5
|/ /
* | Attempt to maintain encoding for arrays of strings with PGSean Griffin2016-08-311-0/+7
* | Ensure that inverse associations are set before running callbacksSean Griffin2016-08-311-0/+7
* | Don't unnecessarily load a belongs_to when saving.James Coleman2016-08-261-0/+5
* | Remove the SchemaDumper options and change the default behaviorRafael Mendonça França2016-08-221-3/+1
* | Merge pull request #25675 from TimPetricola/schema-no-standardized-column-widthsRafael Mendonça França2016-08-191-0/+6
|\ \
| * | Option not to line up column types and attributes in schema.rbTim Petricola2016-08-171-3/+9
* | | Add chengelog entry to #25976Rafael Mendonça França2016-08-191-0/+7
* | | Merge pull request #26154 from kamipo/remove_text_default_treated_as_empty_st...Rafael Mendonça França2016-08-191-0/+32
|\ \ \
| * | | Remove text default treated as an empty string in non-strict modeRyuta Kamizono2016-08-191-0/+32