aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Update CHANGELOGs for 3.0 release and upcoming 3.1Jeremy Kemper2010-08-291-16/+2
* Clean up CHANGELOGsJeremy Kemper2010-08-281-0/+10
* change 'a SQL' to 'an SQL' as suggested by the api documentation guidelinesJaime Iniesta2010-08-261-2/+2
* lifecycle should be two words, life cycleJaime Iniesta2010-08-261-1/+1
* applied guidelines to "# =>"Paco Guzman2010-08-121-1/+1
* Prep for RCDavid Heinemeier Hansson2010-07-261-1/+1
* Add missing entries and tidy up CHANGELOG.José Valim2010-07-191-0/+2
* Add missing CHANGELOG items.José Valim2010-06-301-0/+2
* Update CHANGELOGs.José Valim2010-06-281-1/+4
* Information about new rake task in CHANGELOGŁukasz Strzałkowski2010-06-281-0/+1
* Clean CHANGELOG whitespace.Emilio Tagua2010-06-221-254/+254
* setting the timezone in postgres to whatever ruby thinks the timezone is [#48...Aaron Patterson2010-06-171-0/+5
* Revert "Temporarily revert "Update after_commit and after_rollback docs and t...Jeremy Kemper2010-06-081-0/+2
* Fix ActiveRecord::Base.compute_type swallowing NoMethodError. [#4751 state:re...Andrew Bloomgarden2010-06-081-0/+2
* Temporarily revert "Update after_commit and after_rollback docs and tests to ...Jeremy Kemper2010-06-081-2/+0
* Get ready for beta 4David Heinemeier Hansson2010-06-081-1/+1
* Revert "Revert "Add index length support for MySQL [#1852 state:open]""Pratik Naik2010-05-091-0/+10
* Revert "Add index length support for MySQL [#1852 state:open]"José Valim2010-05-081-10/+0
* Add index length support for MySQL [#1852 state:resolved]Emili Parreno2010-05-081-0/+10
* Make find_or_create and find_or_initialize work mixing explicit parameters an...Santiago Pastorino2010-05-071-0/+2
* Add after_commit and after_rollback callbacks to ActiveRecord that are called...Brian Durand2010-04-291-0/+2
* Move several configuration values from Hash to ActiveSupport::XmlMini, which ...José Valim2010-04-291-0/+2
* Destroy respects optimistic locking.Curtis Hawthorne2010-04-271-0/+2
* Drop support for postgres driver. Use pg >= 0.9.0.Jeremy Kemper2010-04-241-0/+2
* improve how ActiveRecord::Observer defines callbacks on observed modelsMislav Marohnić2010-04-161-0/+5
* Update changelogs for releaseDavid Heinemeier Hansson2010-04-131-1/+1
* Add Relation extensionsPratik Naik2010-04-021-0/+10
* Add missed changelog for table_name_prefixJeremy Kemper2010-03-291-2/+4
* Silenced "SHOW FIELDS" and "SET SQL_AUTO_IS_NULL=0" statements from the MySQL...David Heinemeier Hansson2010-02-061-0/+5
* PostgreSQLAdapter: set time_zone to UTC when Base.default_timezone == :utc so...Jack Christensen2010-01-251-0/+2
* Add missing CHANGELOG entry about relations as scopesPratik Naik2010-01-181-0/+8
* Rename named_scope to scopePratik Naik2010-01-181-0/+2
* MergeDavid Heinemeier Hansson2010-01-031-0/+5
|\
| * Add Relation#exceptPratik Naik2010-01-031-0/+5
* | Changed ActiveRecord::Base.store_full_sti_class to be true by default reflect...David Heinemeier Hansson2010-01-031-0/+2
|/
* Add Relation#delete_allPratik Naik2009-12-291-0/+4
* Add Model.having and Relation#havingPratik Naik2009-12-291-0/+4
* Add Relation#countPratik Naik2009-12-281-0/+7
* Add Model.readonly and association_collection#readonly finder methodPratik Naik2009-12-281-0/+5
* Fix a typo in CHANGELOGPratik Naik2009-12-281-1/+1
* Add Model.lock and relation#lock now that arel has lockingPratik Naik2009-12-281-0/+7
* Add Model.from and association_collection#from finder methodsPratik Naik2009-12-281-0/+5
* Add relation.destroy_allPratik Naik2009-12-271-0/+5
* Add relation.exists?Pratik Naik2009-12-271-0/+6
* Add find(ids) to relationsPratik Naik2009-12-271-0/+6
* Add new finder methods to association collection.Pratik Naik2009-12-271-0/+10
* Add relation.reload to force reloading the recordsPratik Naik2009-12-261-0/+8
* Add missing changelog entriesPratik Naik2009-12-261-0/+25
* Missed changelog entry for :inverse_ofJeremy Kemper2009-12-211-0/+7
* Replace reset_counter_cache with reset_counters that has API inline with exis...Gabe da Silveira2009-12-031-1/+1