aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Fixed typos and wording in ActiveRecord CHANGELOG [ci skip]Prathamesh Sonpatki2015-01-061-5/+5
* Merge pull request #18358 from prathamesh-sonpatki/add-test-for-non-string-la...Yves Senn2015-01-061-0/+4
|\
| * Fix lookup of fixtures with non-string labelPrathamesh Sonpatki2015-01-061-0/+5
|/
* Fix typo in changelog [ci skip]Carlos Antonio da Silva2015-01-051-1/+1
* remove deprecated support to preload instance-dependent associaitons.Yves Senn2015-01-051-0/+4
* remove deprecated support for PG ranges with exclusive lower bounds.Yves Senn2015-01-051-0/+4
* remove deprecation warning when modifying a Relation with cached arel.Yves Senn2015-01-051-0/+5
* add punctuation. [ci skip]Yves Senn2015-01-051-2/+2
* Add has_secure_token to Active Recordrobertomiranda2015-01-041-0/+5
* Change the behavior of boolean columns to be closer to Ruby's semantics.Rafael Mendonça França2015-01-041-0/+9
* Change transaction callbacks to not swallowing errors.Rafael Mendonça França2015-01-041-0/+13
* Remove deprecated `sanitize_sql_hash_for_conditions`Rafael Mendonça França2015-01-041-0/+4
* Remove deprecated `Reflection#source_macro`Rafael Mendonça França2015-01-041-0/+4
* Remove deprecated `symbolized_base_class` and `symbolized_sti_name`Rafael Mendonça França2015-01-041-0/+4
* Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`Rafael Mendonça França2015-01-041-0/+4
* Remove deprecated access to connection specification using a string acessor.Rafael Mendonça França2015-01-041-0/+6
* Change the default `null` value for `timestamps` to `false`Rafael Mendonça França2015-01-041-0/+4
* Return an array of pools from `connection_pools`Rafael Mendonça França2015-01-041-0/+4
* Return a null column from `column_for_attribute` when no column exists.Rafael Mendonça França2015-01-041-0/+4
* Remove deprecated `serialized_attributes`Rafael Mendonça França2015-01-041-0/+4
* Remove deprecated automatic counter caches on `has_many :through`Rafael Mendonça França2015-01-041-0/+4
* Add config to halt callback chain on return falseclaudiob2015-01-021-5/+9
* Deprecate `false` as the way to halt AR callbacksclaudiob2015-01-021-0/+8
* Merge pull request #17820 from fw42/restore_query_cache_on_rollbackRafael Mendonça França2015-01-021-0/+4
|\
* \ Merge pull request #15309 from iantropov/issue_12698_build_throughRafael Mendonça França2015-01-021-0/+6
|\ \
| * | Add setting of FK for throgh associations while buildingIvan Antropov2014-05-251-0/+6
* | | Merge pull request #18228 from kamipo/correctly_dump_primary_keyRafael Mendonça França2015-01-021-0/+7
|\ \ \
| * | | Improve a dump of the primary key support.Ryuta Kamizono2014-12-291-0/+7
* | | | Merge pull request #18067 from kamipo/format_datetime_string_according_to_pre...Rafael Mendonça França2015-01-021-0/+15
|\ \ \ \
| * | | | Format the datetime string according to the precision of the datetime field.Ryuta Kamizono2015-01-021-0/+11
| * | | | Allow precision option for MySQL datetimes.Ryuta Kamizono2015-01-021-0/+4
* | | | | Merge pull request #15746 from amccloud/auto-inverse_of-in-moduleRafael Mendonça França2015-01-021-0/+4
|\ \ \ \ \
| * | | | | Fixed automatic inverse_of for models nested in moduleAndrew McCloud2014-06-151-0/+4
* | | | | | Merge pull request #11898 from prathamesh-sonpatki/patch-updateRafael Mendonça França2015-01-021-0/+16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Allow ActiveRecord::Relation#update to run on result of a relation with callb...Prathamesh Sonpatki2014-12-201-0/+16
* | | | | | Merge pull request #18080 from korbin/fix_reaping_frequency_configurationRafael Mendonça França2015-01-021-0/+6
|\ \ \ \ \ \
* | | | | | | Fix error message when trying to create an associated recordRafael Mendonça França2014-12-301-0/+13
* | | | | | | Update CHANGELOG entry for #18070 [ci skip]Prathamesh Sonpatki2014-12-311-3/+4
* | | | | | | Ensures that primary_key method will return nil when multi-pkArthur Neves2014-12-301-0/+8
* | | | | | | AR specific length validator to respect `marked_for_destruction`.Yves Senn2014-12-301-0/+7
* | | | | | | Ensure `first!` and friends work on loaded associationsSean Griffin2014-12-291-0/+6
* | | | | | | `eager_load` preserves readonly flag for associationsTakashi Kokubun2014-12-301-0/+6
| |_|_|/ / / |/| | | | |
* | | | | | docs, cleanup Active Record CHANGELOG. [ci skip]Yves Senn2014-12-281-4/+4
* | | | | | Provide :touch option to save() to accommodate saving without updating timest...Dan Olson2014-12-271-0/+7
* | | | | | Provide a better error message for unsupported classes in `serialize`Sean Griffin2014-12-271-0/+7
* | | | | | Add bigint primary key support for MySQL.Ryuta Kamizono2014-12-281-0/+9
* | | | | | Support for any type primary key.Ryuta Kamizono2014-12-281-0/+6
* | | | | | Dump the default `nil` for PostgreSQL UUID primary key.Ryuta Kamizono2014-12-261-0/+4
* | | | | | Changelog for 99a6f9e60ea55924b44f894a16f8de0162cf2702Sean Griffin2014-12-231-0/+6
* | | | | | Merge Pull Request #18157Sean Griffin2014-12-231-0/+5
|\ \ \ \ \ \