aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Introduce `ActiveRecord::Base#accessed_fields`Sean Griffin2015-01-201-0/+6
* Merge pull request #18458 from brainopia/fix_after_commit_for_fixturesJeremy Kemper2015-01-201-0/+9
|\
| * after_commit runs after transactions with non-joinable parentsbrainopia2015-01-161-0/+9
* | Merge pull request #18597 from kamipo/add-if-exists-to-drop-tableYves Senn2015-01-201-0/+15
|\ \
| * | Add an `:if_exists` option to `drop_table`Stefan Kanev2015-01-191-0/+15
* | | Fix wording in AR CHANGELOG about time columns change [ci skip]Prathamesh Sonpatki2015-01-191-1/+1
|/ /
* | Run SQL only if attribute changed for update_attribute methodPrathamesh Sonpatki2015-01-181-0/+4
* | Specify correct version in the changelog [ci skip]Sean Griffin2015-01-161-1/+1
|/
* Time columns should support time zone aware attributesSean Griffin2015-01-151-0/+14
* Stop special casing null binary data in loggingSean Griffin2015-01-101-0/+5
* Don't attempt to save dirty attributes which are not persistableSean Griffin2015-01-101-0/+7
* formatting pass over CHANGELOGs. [ci skip]Yves Senn2015-01-101-2/+2
* Remove support for the protected attributes gemCarlos Antonio da Silva2015-01-091-0/+4
* 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