aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* polymorphic belongs_to association with touch: true updates old record correctlySeverin Schoepke2013-12-051-0/+14
* end sentences with a `.`. [ci skip]Yves Senn2013-12-051-3/+3
* Improve AR changelog, add entry for migration error improvements #12462 [ci s...Carlos Antonio da Silva2013-12-031-2/+12
* Fix offset with last.Lauro Caetano2013-12-031-0/+6
* `connection.type_to_sql` returns a `String` for unmapped types.Yves Senn2013-12-031-0/+11
* Currently, we clear query_cache in cache block finish, even if we may already...Vipul A M2013-12-031-0/+5
* Introduce a context for rendering fixtures ERB.Victor Costan2013-12-031-0/+6
* Improve AR changelog [ci skip]Carlos Antonio da Silva2013-11-301-9/+8
* Raise `ArgumentError` when `has_one` is used with `counter_cache`Godfrey Chan2013-11-291-0/+7
* fix mysql version check in rename_indexCody Cutrer2013-11-281-1/+1
* implement rename_index natively for MySQL > 5.7Cody Cutrer2013-11-281-0/+4
* first pass through CHANGELOGS to extract 4_1_release_notes. [ci skip]Yves Senn2013-11-281-3/+2
* Merge pull request #13061 from laurocaetano/fix-uniqueness-validation-for-ali...Rafael Mendonça França2013-11-261-0/+6
* changed update counter to act on unscoped modelheruku2013-11-261-0/+6
* `rename_index`: add the new index before removing the old one.Yves Senn2013-11-261-0/+8
* move changelog entry to the topBrian Thomas Storti2013-11-251-6/+6
* Raise `RecordNotDestroyed` when children can't be replacedBrian Thomas Storti2013-11-251-0/+6
* Fix some minor typos [ci skip]Vipul A M2013-11-261-1/+1
* Fix validation on uniqueness of empty associationEvgeny Li2013-11-221-0/+4
* Improve changelogsCarlos Antonio da Silva2013-11-221-2/+1
* Fix ActiveRecord::Relation#unscopeJon Leighton2013-11-201-0/+5
* use arel nodes to represent non-string `order_values`.Yves Senn2013-11-191-0/+4
* Revert "Explicitly exit with status "1" for create and drop failures"Rafael Mendonça França2013-11-191-4/+0
* Merge pull request #12918 from versioncontrol/rails-12866Rafael Mendonça França2013-11-161-0/+4
|\
| * Checks to see if the record contains the foreign_key to set the inverse autom...Edo Balvers2013-11-161-0/+4
* | Merge pull request #12531 from iamvery/database-tasks-exit-statusRafael Mendonça França2013-11-151-0/+4
|\ \
| * | Explicitly exit with status "1" for create and drop failuresJay Hayes2013-11-111-0/+4
* | | Fix AR Changelog examples and improve syntax highlight [ci skip]Carlos Antonio da Silva2013-11-141-12/+12
* | | Add AR::Base.to_param for convenient "pretty" URLs derived from a model's att...Javan Makhmali2013-11-141-0/+14
* | | add #no_touching on ActiveRecord modelsDamien Mathieu2013-11-131-0/+10
* | | Prevent the counter cache from being decremented twicedm1try2013-11-111-0/+7
* | | Unifies mysql and mysql2 casting of booleans.Yves Senn2013-11-111-0/+7
* | | tidy Active Record CHANGELOG. [ci skip].Yves Senn2013-11-111-1/+3
* | | Fixes problem with replacing has_one association record with itselfDenis Redozubov2013-11-111-0/+6
* | | Improve changelogs formatting [ci skip]Carlos Antonio da Silva2013-11-091-8/+8
* | | log bind variables after they were type casted.Yves Senn2013-11-091-0/+9
* | | revised changelog comment to be less than 80 charsJason Ayre2013-11-071-2/+2
* | | add autoload :TransactionState to fix Marshal.load issuesJason Ayre2013-11-071-0/+5
| |/ |/|
* | Fix changelog indent [ci skip]Carlos Antonio da Silva2013-11-041-6/+6
* | Revert "ActiveRecord::Base#<=> has been removed. Primary keys may not be in ...David Heinemeier Hansson2013-11-021-12/+0
* | Added ActiveRecord::QueryMethods#rewhere which will overwrite an existing, na...David Heinemeier Hansson2013-11-021-0/+10
* | unscope now works on default_scope after 94924dc32baf78f13e289172534c2e71c9c8...Rafael Mendonça França2013-11-021-5/+8
* | Extend ActiveRecord::Base#cache_key to take an optional list of timestamp att...David Heinemeier Hansson2013-11-021-0/+10
* | Fix to work on Ruby 1.9.3, example and changelog improvementsCarlos Antonio da Silva2013-11-021-24/+24
* | Added ActiveRecord::Base#enum for declaring enum attributes where the values ...David Heinemeier Hansson2013-11-021-0/+25
* | Fix wrong behavior where associations with dependent: :destroy optionsRafael Mendonça França2013-11-011-2/+2
* | no need for a CHANGELOG entry. [ci skip].Yves Senn2013-10-301-7/+1
* | fix code typo in `MysqlAdapter` .Closes #12647.Yves Senn2013-10-301-0/+6
* | short arrays in inspectJan Bernacki2013-10-301-0/+4
* | Fix typoDavid Heinemeier Hansson2013-10-271-1/+1