aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* belongs_to supports :dependent => :destroy and :delete. Closes #10592.Jeremy Kemper2008-01-191-0/+2
* Introduce preload query strategy for eager :includes. Closes #9640.Jeremy Kemper2008-01-191-0/+2
* Support aggregations in finder conditions. Closes #10572.Jeremy Kemper2008-01-191-0/+2
* Organize and clean up the Active Record test suite. Closes #10742.Jeremy Kemper2008-01-181-0/+2
* Ensure that modifying has_and_belongs_to_many actions clear the query cache. ...Rick Olson2008-01-181-0/+2
* Fix issue where Table#references doesn't pass a :null option to a *_type attr...Rick Olson2008-01-111-0/+2
* Fixtures: removed support for the ancient pre-YAML file format. Closes #10736.Jeremy Kemper2008-01-081-2/+4
* More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ...Jeremy Kemper2008-01-051-0/+2
* pdate_all ignores scoped :order and :limit, so post.comments.update_all doesn...Jeremy Kemper2008-01-041-0/+2
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+2
* Ruby 1.9: Forwards compatibility change for fixtures and the new CSV module [...Michael Koziarski2008-01-031-0/+2
* Added by parameter to increment, decrement, and their bang varieties so you c...David Heinemeier Hansson2008-01-031-0/+2
* Optimize ActiveRecord::Base#exists? to use #select_all instead of #find. Clo...Rick Olson2008-01-021-0/+2
* Ruby 1.9 compat: fix two failing tests since String#each has been removed. Cl...Jeremy Kemper2008-01-021-1/+1
* Don't unnecessarily load has_many associations in after_update callbacks. Cl...Rick Olson2007-12-281-0/+2
* Eager belongs_to :include infers the foreign key from the association name ra...Jeremy Kemper2007-12-211-0/+2
* SQLite: fix rename_ and remove_column for columns with unique indexes. Closes...Jeremy Kemper2007-12-201-0/+2
* Ruby 1.9 compat: check column type more carefullyJeremy Kemper2007-12-191-0/+5
* Prepare for 2.0.2 releaseDavid Heinemeier Hansson2007-12-161-1/+1
* More changelog updatesJeremy Kemper2007-12-151-2/+2
* Ensure optimistic locking handles nil #lock_version values properly. Closes ...Rick Olson2007-12-151-0/+2
* Make the Fixtures Test::Unit enhancements more supporting for double-loaded t...Rick Olson2007-12-151-0/+2
* Fix that validates_acceptance_of still works for non-existent tables (useful ...Rick Olson2007-12-121-0/+2
* Ensure that the :uniq option for has_many :through associations retains the o...Rick Olson2007-12-111-0/+2
* Base.exists? doesn't rescue exceptions to avoid hiding SQL errors. Closes #10...Jeremy Kemper2007-12-111-0/+2
* Update destroy_all and delete_all documentation to better describe their trad...Jeremy Kemper2007-12-101-1/+1
* Document Active Record exceptions. Closes #10444.Jeremy Kemper2007-12-101-0/+5
* More changelog updatesJeremy Kemper2007-12-101-1/+2
* More changelog updatesJeremy Kemper2007-12-101-13/+13
* lifo -> PratikJeremy Kemper2007-12-101-15/+15
* More contributor name updatesJeremy Kemper2007-12-101-1/+1
* Update Chu's name in changelogsJeremy Kemper2007-12-101-2/+2
* Update Fred's name in changelogsJeremy Kemper2007-12-101-1/+1
* Removed query cache rescue as it could cause code to be run twice (closes #10...David Heinemeier Hansson2007-12-071-0/+5
* Anchor DateTimeTest to fixed DateTime instead of a variable value based on Ti...Geoff Buesing2007-12-071-0/+2
* Fixed that the Query Cache should just be ignored if the database is misconfi...David Heinemeier Hansson2007-12-061-0/+2
* Preparing for release shortlyDavid Heinemeier Hansson2007-12-061-4/+1
* Fixed that the truncation of strings longer than 50 chars should use inspect ...David Heinemeier Hansson2007-12-061-0/+2
* Fixed that habtm associations should be able to set :select as part of their ...David Heinemeier Hansson2007-12-051-28/+2
* Document how the :include option can be used in Calculations::calculate. Clo...Marcel Molina2007-12-051-0/+2
* Fix typo in documentation for polymorphic associations w/STI. Closes #7461 [j...Marcel Molina2007-12-051-0/+2
* Reveal that the type option in migrations can be any supported column type fo...Marcel Molina2007-12-051-0/+2
* More complete documentation for find_by_sql. Closes #7912 [fearoffish]Marcel Molina2007-12-051-0/+2
* Document API for exists?'s parameter and provide examples of usage. Closes #7...Marcel Molina2007-12-051-0/+2
* Document API for create's attributes parameter and provide examples. Closes #...Marcel Molina2007-12-051-0/+2
* Documentation for find incorrectly omits the :conditions option from various ...Marcel Molina2007-12-051-0/+2
* Document options and add examples for update. Closes #7985 [fearoffish]Marcel Molina2007-12-051-0/+2
* Document options and add examples for delete. Closes #7986 [fearoffish]Marcel Molina2007-12-051-0/+2
* Document options and add examples for destroy. Closes #7988 [fearoffish]Marcel Molina2007-12-051-0/+2
* Document options and add examples for update_all. Closes #7990 [fearoffish]Marcel Molina2007-12-051-0/+2