aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* descriptive error message when fixtures contian a missing column.Yves Senn2015-08-131-0/+6
* Merge pull request #17885 from starbelly/patch-1Yves Senn2015-08-111-0/+5
|\
| * Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasksstarbelly2015-08-011-0/+8
* | Remove XML Serialization from core.Zachary Scott2015-08-071-0/+4
* | Add ActiveRecord::Relation#in_batchesSina Siadat2015-08-071-0/+19
* | Merge pull request #20459Sean Griffin2015-08-061-0/+15
|\ \
| * | Add missing data types for ActiveRecord migrationsMehmet Emin İNAÇ2015-06-081-0/+15
* | | Merge pull request #20884Sean Griffin2015-08-011-0/+10
|\ \ \ | |_|/ |/| |
| * | Add #cache_key to ActiveRecord::Relation.Alberto F. Capel2015-07-201-0/+10
* | | minor AR changelog edits. [ci skip]Yves Senn2015-08-011-9/+8
* | | Properly allow uniqueness validations on primary keys.Sean Griffin2015-07-251-0/+6
* | | `destroy` shouldn't raise when child associations fail to saveSean Griffin2015-07-241-0/+7
* | | Rename the enum_{prefix,suffix} options to _{prefix,suffix}Robin Dupret2015-07-231-1/+1
* | | Extra caller details added to ActiveRecord::RecordNotFoundSameer Rahmani2015-07-211-0/+16
* | | Deprecate and rename the keys for association restrict_dependent_destroyRoque Pinel2015-07-201-0/+16
* | | Fix state being carried over from previous transactionRoque Pinel2015-07-201-0/+14
* | | Correctly ignore `mark_for_destruction` without `autosave`Sean Griffin2015-07-201-0/+7
|/ /
* | Fix counter_cache for polymorphic associationsStefan Kanev2015-07-191-0/+7
* | Ensure cyclic associations w/ autosave don't cause duplicate errorsSean Griffin2015-07-181-0/+7
* | Ensure that `ActionController::Parameters` can still be passed to ARSean Griffin2015-07-181-0/+7
* | Deprecate force association reload by passing truePrem Sichanugrist2015-07-151-0/+18
* | Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.Jerry D'Antonio2015-07-131-0/+5
* | Update CHANGELOG.mdDmitry Zudochkin2015-07-071-1/+1
* | Correct through associations using scopesSean Griffin2015-06-301-0/+8
* | `dump_schema_after_migration` applies migration tasks other than db:migrateYves Senn2015-06-301-0/+7
* | Add reversible syntax for change_column_defaultPrem Sichanugrist2015-06-261-0/+12
* | Merge pull request #20552 from jamesdabbs/belongs-to-polymorphic-force-reloadYves Senn2015-06-231-0/+7
|\ \
* \ \ Merge pull request #20545 from dcrec1/20541Yves Senn2015-06-231-0/+7
|\ \ \
| * | | thrown ActiveRecord::AssociationTypeMismatch when assigning a wrong value for...Diego Carrion2015-06-221-0/+7
|/ / /
* | | AR absence validator respects `marked_for_destruction?`. Closes #20449.Yves Senn2015-06-221-0/+6
* | | Include `Enumerable` in `ActiveRecord::Relation`Sean Griffin2015-06-191-0/+4
* | | Use `Enumerable#sum` on `ActiveRecord::Relation` when a block is givenSean Griffin2015-06-191-0/+4
* | | Merge pull request #19843 from marshall-lee/explain_cte_queriesYves Senn2015-06-191-0/+4
|\ \ \
| * | | Let WITH (CTE) queries be explainableVladimir Kochnev2015-05-281-0/+4
* | | | make `remove_index :table, :column` reversible.Yves Senn2015-06-151-0/+4
* | | | quick pass over changelogs. [ci skip]Yves Senn2015-06-151-3/+4
| |/ / |/| |
* | | Don't crash when mutating attributes in a getterSean Griffin2015-06-121-0/+7
* | | Merge pull request #20226 from EpicH0liday/reversible-remove-foreign-keyYves Senn2015-06-121-0/+5
|\ \ \
| * | | Add an invert method for remove_foreign_keyAster Ryan2015-06-111-0/+5
* | | | Add enum prefix/suffix option to enum definitionIgor Kapkov2015-06-121-0/+6
|/ / /
* | | Credit the author of #20515 in the previous commitSean Griffin2015-06-111-1/+1
* | | Correctly handle array columns with defaults in the schema dumperSean Griffin2015-06-111-0/+6
| |/ |/|
* | Return a `Point` object from the PG Point typeSean Griffin2015-06-051-0/+5
* | minor formatting changes in changelogs. [ci skip]Yves Senn2015-05-311-6/+6
* | Ensure symbols passed to `select` are always quotedSean Griffin2015-05-301-0/+7
* | Add docs and changelog entry for 73aab03 [ci skip]Sean Griffin2015-05-301-0/+5
* | Add CHANGELOG entry for #17654 [ci skip]Ryuta Kamizono2015-05-301-0/+13
|/
* Give credit to extra contributor for Base.reload fixShane Hender2015-05-281-2/+2
* Add collation support for string and text columns in SQLite3Akshay Vishnoi2015-05-281-0/+15
* Merge pull request #20171 from georgeclaghorn/enums-in-fixturesRafael Mendonça França2015-05-271-0/+9
|\