aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge pull request #26089 from travisoneill/sqlite_rollback_fixRafael Mendonça França2016-08-191-3/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Added nil case handling to allow rollback migration in case oftravis.h.oneill@gmail.com2016-08-171-3/+11
| |/ /
* / / Deprecate `sanitize_conditions`. Use `sanitize_sql` insteadRyuta Kamizono2016-08-181-0/+4
|/ /
* | Fix count which would sometimes force a DISTINCTMaxime Lapointe2016-08-161-0/+5
* | When calling association.find RecordNotFound is now raised with the same argu...Michel Pigassou2016-08-131-0/+5
* | Pass over changelogs [ci skip]Vipul A M2016-08-101-2/+5
* | Don't assume all hashes are from multiparameter assignment in `composed_of`Sean Griffin2016-08-051-0/+7
* | Add the TABLE_SCHEMA condition to the SELECT statement in table_comment (#25945)Takeshi AKIMA2016-07-271-0/+4
* | Whoops, forgot the changelog entry for the previous commitSean Griffin2016-07-251-0/+5
* | Merge pull request #25849 from suginoy/fix_merge_in_scopeRafael Mendonça França2016-07-201-0/+4
|\ \
| * | Fix the calling `merge` method at first in a scopesuginoy2016-07-191-0/+4
* | | Fixes multiparameter attributes conversion with time_zone_aware_attributes an...alpaca-tc2016-07-191-0/+4
|/ /
* | CHANGELOG for https://github.com/rails/rails/pull/25257 [ci skip]Prathamesh Sonpatki2016-07-171-2/+4
* | Add newline between each migration in `structure.sql`Grey Baker2016-07-141-0/+7
* | adds support for limits in batch processingXavier Noria2016-07-131-0/+15
* | Always prefer class types to query types when casting `group`Sean Griffin2016-07-111-0/+5
* | Cleanup CHANGELOGs [ci skip]Prathamesh Sonpatki2016-07-091-7/+7
* | fix to_param to maximize contentRob Biedenharn2016-07-081-0/+11
* | Re-check that the connection is still stale before we reap itMatthew Draper2016-07-061-0/+7