aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Fix rounding problem for PostgreSQL timestamp columnRyuta Kamizono2015-02-081-0/+7
* Respect the database default charset for `schema_migrations` table.Ryuta Kamizono2015-02-081-0/+8
* Raise ArgumentError when passing nil to Relation#mergeRafael Mendonça França2015-02-061-0/+7
* Merge pull request #18399 from kommen/unify-structure-file-envvar-namesRafael Mendonça França2015-02-051-0/+6
|\
| * Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file.Dieter Komendera2015-01-081-0/+6
* | Respect custom primary keys for associations in `Relation#where`Sean Griffin2015-02-041-0/+6
* | Correct errors in counter cache updatingSean Griffin2015-02-031-0/+7
* | Generate consistent names for foreign keysChris Sinjakli2015-02-031-0/+9
* | Fix validations on child record when record parent has validate: falseeileencodes2015-02-011-0/+12
* | Merge branch 'master' into mdluo-masterAaron Patterson2015-02-011-0/+5
|\ \
| * | Move required error message and changelog to Active RecordCarlos Antonio da Silva2015-02-011-0/+5
* | | Merge branch 'master' into pr/18316Mingdong Luo2015-01-311-1/+218
|\| |
| * | unify CHANGELOG format. [ci skip]Yves Senn2015-01-311-3/+5
| * | Fixed AR::Relation#group method when argument is a SQL reserved keywordBogdan Gusiev2015-01-291-0/+7
| * | Added #or to ActiveRecord::RelationMatthew Draper2015-01-281-0/+10
| * | Don't redefine autosave association callbacks in nested attrsSean Griffin2015-01-281-0/+7
| * | Move integer range validation to never raise on assignmentSean Griffin2015-01-231-0/+8
| * | Errors raised in `type_cast_for_database` no longer raise on assignmentSean Griffin2015-01-231-1/+10
| * | Don't remove join dependencies in `Relation#exists?`Sean Griffin2015-01-231-0/+6
| * | Don't error when invalid json is assigned to a JSON columnSean Griffin2015-01-211-0/+6
| * | 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