aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Convert CHANGELOGs to Markdown format.Jon Leighton2011-11-041-6602/+0
* Allow the :class_name option for associations to take a symbol.Jon Leighton2011-11-041-0/+8
* Fix #3271.Jon Leighton2011-11-031-0/+7
* Remove all revelant through records.Jon Leighton2011-11-031-0/+5
* Fix adding multiple instances of the same record to a has_many :through.Jon Leighton2011-11-031-0/+4
* Fix #3247.Jon Leighton2011-11-031-1/+7
* registers PR #2419 in the CHANGELOGXavier Noria2011-10-241-0/+3
* Exclude _destroy parameter in :all_blank check (issue #2937)Aaron Christy2011-10-171-0/+5
* Added ActiveRecord::Base.store for declaring simple single-column key/value s...David Heinemeier Hansson2011-10-131-0/+11
* Active Record changelog mistakesJosef Šimánek2011-10-101-7/+8
* Only use LOWER for mysql case insensitive uniqueness check when column has a ...Joseph Palermo2011-10-091-1/+10
* Transactional fixtures enlist all active database connections.Jeremy Kemper2011-10-051-0/+5
* Add CHANGELOG entriesSantiago Pastorino2011-09-291-1/+25
* update 3.1 release date in changelogsVijay Dev2011-09-141-1/+1
* Rename first_or_new to first_or_initialize.Jon Leighton2011-09-131-3/+5
* Merge pull request #2757 from andmej/first_or_create_pull_requestJon Leighton2011-09-081-0/+6
|\
| * Adding first_or_create, first_or_create!, first_or_new and first_or_build to ...Andrés Mejía2011-08-301-0/+6
* | LRU cache in mysql and sqlite are now per-process caches.Aaron Patterson2011-09-071-1/+5
|/
* Move the bulk alter table code into the abstract mysql adapter, hence it is s...Jon Leighton2011-08-291-0/+2
* Add a proxy_association method to association proxies, which can be called by...Jon Leighton2011-07-271-0/+6
* registers the recent change to date multiparameter handling in the CHANGELOGXavier Noria2011-07-231-0/+5
* adding changelog entry for connection urlsAaron Patterson2011-07-211-0/+5
* Raise an ArgumentError if user passing less number of argument in the dynamic...Prem Sichanugrist2011-07-171-0/+14
* Assign the association attributes to the associated record before the before_...Jon Leighton2011-06-301-0/+12
* 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