aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Revert "updated Changelog "Xavier Noria2011-06-061-1/+6
* Revise documentation indentation from [79990505e5080804b53d81fec059136afa2237d7]Prem Sichanugrist2011-06-031-6/+6
* updated Changelog ganesh2011-06-041-12/+6
* Adding pluralize_table_names change to CHANGELOGGuillermo Iguaran2011-05-211-0/+8
* Add block setting of attributes to singular associationsAndrew White2011-05-171-0/+10
* Add ActiveRecord::attribute_names to retrieve a list of attribute names. This...Prem Sichanugrist2011-05-151-0/+2
* updated AR#create! to accept an options hash so the mass-assignment security ...Josh Kalderimis2011-05-121-13/+15
* deprecating CSV fixture supportAaron Patterson2011-05-101-0/+2
* Merging 3.0.x CHANGELOGsGuillermo Iguaran2011-05-101-0/+80
* Update CHANGELOGs.José Valim2011-05-061-19/+16
* Bring back support for passing a callable object to the default_scope macro. ...Jon Leighton2011-04-181-0/+11
* Un-deprecate using 'default_scope' as a macro, but if you are calling the mac...Jon Leighton2011-04-181-9/+18
* Revert "Deprecate defining scopes with a callable (lambda, proc, etc) via the...Jon Leighton2011-04-171-18/+0
* Deprecate defining scopes with a callable (lambda, proc, etc) via the scope c...Jon Leighton2011-04-121-0/+18
* Evaluate default scopes at the last possible moment in order to avoid problem...Jon Leighton2011-04-121-0/+11
* Deprecated support for passing hashes and relations to default_scope, in favo...Jon Leighton2011-04-121-0/+21
* adding pg support notes to the changelogAaron Patterson2011-04-101-0/+2
* proxy body responses so we close database connections after body is flushedAaron Patterson2011-03-291-0/+3
* Added new #update_column method.Sebastian Martinez2011-03-271-0/+9
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-051-0/+3
|\
| * implements ActiveRecord::Base.connection_config to be able to check the confi...Xavier Noria2011-03-051-0/+3
* | Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-4/+0
|\|
* | Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-3/+175
|\|
| * removing limits and offsets from COUNT queries unless both are specified. [#6...Aaron Patterson2011-02-251-0/+9
| * Split AssociationProxy into an Association class (and subclasses) which manag...Jon Leighton2011-02-181-0/+12
| * Allow building and then later saving has_many :through records, such that the...Jon Leighton2011-02-181-0/+24
| * 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
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-12-121-1/+6
|\|
| * 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
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-11-271-0/+38
|\|
| * 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
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-11-171-0/+29
|\|
| * syncs CHANGELOGs for 3.0.2 in 3-0-stable with the ones in masterXavier Noria2010-11-091-0/+29