| Commit message (Expand) | Author | Age | Files | Lines |
* | update 3.1 release date in changelogs | Vijay Dev | 2011-09-14 | 1 | -1/+1 |
* | Rename first_or_new to first_or_initialize. | Jon Leighton | 2011-09-13 | 1 | -3/+5 |
* | Merge pull request #2757 from andmej/first_or_create_pull_request | Jon Leighton | 2011-09-08 | 1 | -0/+6 |
|\ |
|
| * | Adding first_or_create, first_or_create!, first_or_new and first_or_build to ... | Andrés Mejía | 2011-08-30 | 1 | -0/+6 |
* | | LRU cache in mysql and sqlite are now per-process caches. | Aaron Patterson | 2011-09-07 | 1 | -1/+5 |
|/ |
|
* | Move the bulk alter table code into the abstract mysql adapter, hence it is s... | Jon Leighton | 2011-08-29 | 1 | -0/+2 |
* | Add a proxy_association method to association proxies, which can be called by... | Jon Leighton | 2011-07-27 | 1 | -0/+6 |
* | registers the recent change to date multiparameter handling in the CHANGELOG | Xavier Noria | 2011-07-23 | 1 | -0/+5 |
* | adding changelog entry for connection urls | Aaron Patterson | 2011-07-21 | 1 | -0/+5 |
* | Raise an ArgumentError if user passing less number of argument in the dynamic... | Prem Sichanugrist | 2011-07-17 | 1 | -0/+14 |
* | Assign the association attributes to the associated record before the before_... | Jon Leighton | 2011-06-30 | 1 | -0/+12 |
* | Revert "updated Changelog " | Xavier Noria | 2011-06-06 | 1 | -1/+6 |
* | Revise documentation indentation from [79990505e5080804b53d81fec059136afa2237d7] | Prem Sichanugrist | 2011-06-03 | 1 | -6/+6 |
* | updated Changelog | ganesh | 2011-06-04 | 1 | -12/+6 |
* | Adding pluralize_table_names change to CHANGELOG | Guillermo Iguaran | 2011-05-21 | 1 | -0/+8 |
* | Add block setting of attributes to singular associations | Andrew White | 2011-05-17 | 1 | -0/+10 |
* | Add ActiveRecord::attribute_names to retrieve a list of attribute names. This... | Prem Sichanugrist | 2011-05-15 | 1 | -0/+2 |
* | updated AR#create! to accept an options hash so the mass-assignment security ... | Josh Kalderimis | 2011-05-12 | 1 | -13/+15 |
* | deprecating CSV fixture support | Aaron Patterson | 2011-05-10 | 1 | -0/+2 |
* | Merging 3.0.x CHANGELOGs | Guillermo Iguaran | 2011-05-10 | 1 | -0/+80 |
* | Update CHANGELOGs. | José Valim | 2011-05-06 | 1 | -19/+16 |
* | Bring back support for passing a callable object to the default_scope macro. ... | Jon Leighton | 2011-04-18 | 1 | -0/+11 |
* | Un-deprecate using 'default_scope' as a macro, but if you are calling the mac... | Jon Leighton | 2011-04-18 | 1 | -9/+18 |
* | Revert "Deprecate defining scopes with a callable (lambda, proc, etc) via the... | Jon Leighton | 2011-04-17 | 1 | -18/+0 |
* | Deprecate defining scopes with a callable (lambda, proc, etc) via the scope c... | Jon Leighton | 2011-04-12 | 1 | -0/+18 |
* | Evaluate default scopes at the last possible moment in order to avoid problem... | Jon Leighton | 2011-04-12 | 1 | -0/+11 |
* | Deprecated support for passing hashes and relations to default_scope, in favo... | Jon Leighton | 2011-04-12 | 1 | -0/+21 |
* | adding pg support notes to the changelog | Aaron Patterson | 2011-04-10 | 1 | -0/+2 |
* | proxy body responses so we close database connections after body is flushed | Aaron Patterson | 2011-03-29 | 1 | -0/+3 |
* | Added new #update_column method. | Sebastian Martinez | 2011-03-27 | 1 | -0/+9 |
* | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2011-03-05 | 1 | -0/+3 |
|\ |
|
| * | implements ActiveRecord::Base.connection_config to be able to check the confi... | Xavier Noria | 2011-03-05 | 1 | -0/+3 |
* | | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2011-03-04 | 1 | -4/+0 |
|\| |
|
* | | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2011-03-04 | 1 | -3/+175 |
|\| |
|
| * | removing limits and offsets from COUNT queries unless both are specified. [#6... | Aaron Patterson | 2011-02-25 | 1 | -0/+9 |
| * | Split AssociationProxy into an Association class (and subclasses) which manag... | Jon Leighton | 2011-02-18 | 1 | -0/+12 |
| * | Allow building and then later saving has_many :through records, such that the... | Jon Leighton | 2011-02-18 | 1 | -0/+24 |
| * | Add interpolation of association conditions back in, in the form of proc { ..... | Jon Leighton | 2011-02-14 | 1 | -2/+21 |
| * | 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 |