aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Revert "Allow `:precision` option for time type columns"Sean Griffin2015-02-171-4/+0
* Deprecated passing of `start` value to `find_in_batches` and `find_each` in f...Vipul A M2015-02-171-0/+5
* Merge pull request #18662 from estum/foreign-key-existsYves Senn2015-02-161-0/+4
|\
* | remove CHANGELOG entry for Rails 5.0 only feature. #18918Yves Senn2015-02-131-7/+0
* | Do not overwrite secret token value when already present.Wojciech Wnętrzak2015-02-121-0/+7
* | Optimize none? and one? relation query methods to use LIMIT and COUNT.Eugene Gilburg2015-02-121-0/+22
* | Allow `:precision` option for time type columnsRyuta Kamizono2015-02-121-0/+4
* | Refactor enum to be defined in terms of the attributes APISean Griffin2015-02-111-0/+5
* | `current_scope` shouldn't pollute sibling STI classesSean Griffin2015-02-111-0/+11
* | fix `remove_reference` with `foreign_key: true` on MySQL. #18664.Yves Senn2015-02-111-0/+8
* | Merge pull request #18877 from prathamesh-sonpatki/ar-changelog-typos-2Rafael Mendonça França2015-02-101-2/+2
|\ \
| * | Fixed typos in ActiveRecord CHANGELOG [ci skip]Prathamesh Sonpatki2015-02-111-2/+2
* | | Add an option `end_at` to `find_in_batches`Vipul A M2015-02-091-0/+5
|/ /
* | 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