aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Add interpolation of association conditions back in, in the form of proc { .....Jon Leighton2011-02-141-2/+21
* Support the :dependent option on has_many :through associations. For historic...Jon Leighton2011-02-071-0/+8
* Make record.association.destroy(*records) on habtm and hm:t only delete recor...Jon Leighton2011-02-071-0/+19
* Add :bulk => true option to change_tablePratik Naik2011-01-311-0/+13
* Add CHANGELOG entry for the addition of create_association! methods on has_on...Jon Leighton2011-01-161-0/+2
* Removed support for accessing attributes on a has_and_belongs_to_many join ta...Jon Leighton2011-01-161-1/+5
* updates AR's CHANGELOG with changes in 9e64dfa and ad343d7Xavier Noria2011-01-161-0/+4
* Aligning master changelog w/ 3-0-stableKevin Moore2011-01-091-1/+9
* removing SQL interpolation, please use scoping and attribute conditionals as ...Aaron Patterson2010-12-221-0/+3
* Remove weak_passwords list and the length/strong password validator, leave th...Santiago Pastorino2010-12-191-5/+5
* Switch from SHA2 to BCrypt (easy Windows compatibility is coming shortly with...David Heinemeier Hansson2010-12-181-1/+1
* Added ActiveRecord::Base#has_secure_password (via ActiveModel::SecurePassword...David Heinemeier Hansson2010-12-181-0/+19
* Generate add_index by default when giving type belongs_to or referencesSantiago Pastorino2010-12-161-0/+22
* updating CHANGELOGAaron Patterson2010-12-081-0/+3
* rolling out migrated_at until I can fix the buildAaron Patterson2010-12-011-4/+0
* updating CHANGELOGAaron Patterson2010-12-011-0/+4
* updating changelog for dup and clone semanticsAaron Patterson2010-11-231-0/+11
* wtf vimAaron Patterson2010-11-191-1/+1
* adding Migration#change to the CHANGELOGAaron Patterson2010-11-191-0/+18
* updating CHANGELOGAaron Patterson2010-11-171-0/+9
* syncs CHANGELOGs for 3.0.2 in 3-0-stable with the ones in masterXavier Noria2010-11-091-0/+29
* has_one maintains the association with separate after_create/after_updateXavier Noria2010-10-221-0/+3
* Merge CHANGELOGs from 3-0-stableSantiago Pastorino2010-10-181-0/+4
* removing nonsensical tests, limit now actually adds a limitAaron Patterson2010-09-151-1/+13
* Update CHANGELOGs for 3.0 release and upcoming 3.1Jeremy Kemper2010-08-291-16/+2
* Clean up CHANGELOGsJeremy Kemper2010-08-281-0/+10
* change 'a SQL' to 'an SQL' as suggested by the api documentation guidelinesJaime Iniesta2010-08-261-2/+2
* lifecycle should be two words, life cycleJaime Iniesta2010-08-261-1/+1
* applied guidelines to "# =>"Paco Guzman2010-08-121-1/+1
* Prep for RCDavid Heinemeier Hansson2010-07-261-1/+1
* Add missing entries and tidy up CHANGELOG.José Valim2010-07-191-0/+2
* Add missing CHANGELOG items.José Valim2010-06-301-0/+2
* Update CHANGELOGs.José Valim2010-06-281-1/+4
* Information about new rake task in CHANGELOGŁukasz Strzałkowski2010-06-281-0/+1
* Clean CHANGELOG whitespace.Emilio Tagua2010-06-221-254/+254
* setting the timezone in postgres to whatever ruby thinks the timezone is [#48...Aaron Patterson2010-06-171-0/+5
* Revert "Temporarily revert "Update after_commit and after_rollback docs and t...Jeremy Kemper2010-06-081-0/+2
* Fix ActiveRecord::Base.compute_type swallowing NoMethodError. [#4751 state:re...Andrew Bloomgarden2010-06-081-0/+2
* Temporarily revert "Update after_commit and after_rollback docs and tests to ...Jeremy Kemper2010-06-081-2/+0
* Get ready for beta 4David Heinemeier Hansson2010-06-081-1/+1
* Revert "Revert "Add index length support for MySQL [#1852 state:open]""Pratik Naik2010-05-091-0/+10
* Revert "Add index length support for MySQL [#1852 state:open]"José Valim2010-05-081-10/+0
* Add index length support for MySQL [#1852 state:resolved]Emili Parreno2010-05-081-0/+10
* Make find_or_create and find_or_initialize work mixing explicit parameters an...Santiago Pastorino2010-05-071-0/+2
* Add after_commit and after_rollback callbacks to ActiveRecord that are called...Brian Durand2010-04-291-0/+2
* Move several configuration values from Hash to ActiveSupport::XmlMini, which ...José Valim2010-04-291-0/+2
* Destroy respects optimistic locking.Curtis Hawthorne2010-04-271-0/+2
* Drop support for postgres driver. Use pg >= 0.9.0.Jeremy Kemper2010-04-241-0/+2
* improve how ActiveRecord::Observer defines callbacks on observed modelsMislav Marohnić2010-04-161-0/+5
* Update changelogs for releaseDavid Heinemeier Hansson2010-04-131-1/+1