| Commit message (Expand) | Author | Age | Files | Lines |
* | Support the :dependent option on has_many :through associations. For historic... | Jon Leighton | 2011-02-07 | 1 | -0/+8 |
* | Make record.association.destroy(*records) on habtm and hm:t only delete recor... | Jon Leighton | 2011-02-07 | 1 | -0/+19 |
* | Add :bulk => true option to change_table | Pratik Naik | 2011-01-31 | 1 | -0/+13 |
* | Add CHANGELOG entry for the addition of create_association! methods on has_on... | Jon Leighton | 2011-01-16 | 1 | -0/+2 |
* | Removed support for accessing attributes on a has_and_belongs_to_many join ta... | Jon Leighton | 2011-01-16 | 1 | -1/+5 |
* | updates AR's CHANGELOG with changes in 9e64dfa and ad343d7 | Xavier Noria | 2011-01-16 | 1 | -0/+4 |
* | Aligning master changelog w/ 3-0-stable | Kevin Moore | 2011-01-09 | 1 | -1/+9 |
* | removing SQL interpolation, please use scoping and attribute conditionals as ... | Aaron Patterson | 2010-12-22 | 1 | -0/+3 |
* | Remove weak_passwords list and the length/strong password validator, leave th... | Santiago Pastorino | 2010-12-19 | 1 | -5/+5 |
* | Switch from SHA2 to BCrypt (easy Windows compatibility is coming shortly with... | David Heinemeier Hansson | 2010-12-18 | 1 | -1/+1 |
* | Added ActiveRecord::Base#has_secure_password (via ActiveModel::SecurePassword... | David Heinemeier Hansson | 2010-12-18 | 1 | -0/+19 |
* | Generate add_index by default when giving type belongs_to or references | Santiago Pastorino | 2010-12-16 | 1 | -0/+22 |
* | updating CHANGELOG | Aaron Patterson | 2010-12-08 | 1 | -0/+3 |
* | rolling out migrated_at until I can fix the build | Aaron Patterson | 2010-12-01 | 1 | -4/+0 |
* | updating CHANGELOG | Aaron Patterson | 2010-12-01 | 1 | -0/+4 |
* | updating changelog for dup and clone semantics | Aaron Patterson | 2010-11-23 | 1 | -0/+11 |
* | wtf vim | Aaron Patterson | 2010-11-19 | 1 | -1/+1 |
* | adding Migration#change to the CHANGELOG | Aaron Patterson | 2010-11-19 | 1 | -0/+18 |
* | updating CHANGELOG | Aaron Patterson | 2010-11-17 | 1 | -0/+9 |
* | syncs CHANGELOGs for 3.0.2 in 3-0-stable with the ones in master | Xavier Noria | 2010-11-09 | 1 | -0/+29 |
* | has_one maintains the association with separate after_create/after_update | Xavier Noria | 2010-10-22 | 1 | -0/+3 |
* | Merge CHANGELOGs from 3-0-stable | Santiago Pastorino | 2010-10-18 | 1 | -0/+4 |
* | removing nonsensical tests, limit now actually adds a limit | Aaron Patterson | 2010-09-15 | 1 | -1/+13 |
* | Update CHANGELOGs for 3.0 release and upcoming 3.1 | Jeremy Kemper | 2010-08-29 | 1 | -16/+2 |
* | Clean up CHANGELOGs | Jeremy Kemper | 2010-08-28 | 1 | -0/+10 |
* | change 'a SQL' to 'an SQL' as suggested by the api documentation guidelines | Jaime Iniesta | 2010-08-26 | 1 | -2/+2 |
* | lifecycle should be two words, life cycle | Jaime Iniesta | 2010-08-26 | 1 | -1/+1 |
* | applied guidelines to "# =>" | Paco Guzman | 2010-08-12 | 1 | -1/+1 |
* | Prep for RC | David Heinemeier Hansson | 2010-07-26 | 1 | -1/+1 |
* | Add missing entries and tidy up CHANGELOG. | José Valim | 2010-07-19 | 1 | -0/+2 |
* | Add missing CHANGELOG items. | José Valim | 2010-06-30 | 1 | -0/+2 |
* | Update CHANGELOGs. | José Valim | 2010-06-28 | 1 | -1/+4 |
* | Information about new rake task in CHANGELOG | Łukasz Strzałkowski | 2010-06-28 | 1 | -0/+1 |
* | Clean CHANGELOG whitespace. | Emilio Tagua | 2010-06-22 | 1 | -254/+254 |
* | setting the timezone in postgres to whatever ruby thinks the timezone is [#48... | Aaron Patterson | 2010-06-17 | 1 | -0/+5 |
* | Revert "Temporarily revert "Update after_commit and after_rollback docs and t... | Jeremy Kemper | 2010-06-08 | 1 | -0/+2 |
* | Fix ActiveRecord::Base.compute_type swallowing NoMethodError. [#4751 state:re... | Andrew Bloomgarden | 2010-06-08 | 1 | -0/+2 |
* | Temporarily revert "Update after_commit and after_rollback docs and tests to ... | Jeremy Kemper | 2010-06-08 | 1 | -2/+0 |
* | Get ready for beta 4 | David Heinemeier Hansson | 2010-06-08 | 1 | -1/+1 |
* | Revert "Revert "Add index length support for MySQL [#1852 state:open]"" | Pratik Naik | 2010-05-09 | 1 | -0/+10 |
* | Revert "Add index length support for MySQL [#1852 state:open]" | José Valim | 2010-05-08 | 1 | -10/+0 |
* | Add index length support for MySQL [#1852 state:resolved] | Emili Parreno | 2010-05-08 | 1 | -0/+10 |
* | Make find_or_create and find_or_initialize work mixing explicit parameters an... | Santiago Pastorino | 2010-05-07 | 1 | -0/+2 |
* | Add after_commit and after_rollback callbacks to ActiveRecord that are called... | Brian Durand | 2010-04-29 | 1 | -0/+2 |
* | Move several configuration values from Hash to ActiveSupport::XmlMini, which ... | José Valim | 2010-04-29 | 1 | -0/+2 |
* | Destroy respects optimistic locking. | Curtis Hawthorne | 2010-04-27 | 1 | -0/+2 |
* | Drop support for postgres driver. Use pg >= 0.9.0. | Jeremy Kemper | 2010-04-24 | 1 | -0/+2 |
* | improve how ActiveRecord::Observer defines callbacks on observed models | Mislav Marohnić | 2010-04-16 | 1 | -0/+5 |
* | Update changelogs for release | David Heinemeier Hansson | 2010-04-13 | 1 | -1/+1 |
* | Add Relation extensions | Pratik Naik | 2010-04-02 | 1 | -0/+10 |