aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for Mysql column positioning via #add_column and #change_columnBen Marini2009-12-031-0/+2
* Implement ActiveRecord#reset_counter_cacheMike Breen2009-12-021-0/+2
* Remove support for SQLite 2.Pratik Naik2009-08-171-0/+2
* Fixed typo in test name and CHANGELOG [#3017 state:resolved]Arthur Zapparoli2009-08-101-2/+2
* PostgreSQL: XML datatype supportLeonardo Borges2009-08-091-0/+2
* Revert "fallback_string_to_date sets Date._parse comp arg to true, so that st...Geoff Buesing2009-08-051-2/+0
* fallback_string_to_date sets Date._parse comp arg to true, so that strings wi...Matt Ganderup2009-08-031-0/+2
* quoted_date converts time-like objects to ActiveRecord::Base.default_timezone...Geoff Buesing2009-08-031-0/+2
* SQLite: drop support for 'dbfile' option in favor of 'database.'Jeremy Kemper2009-08-011-0/+2
* Add primary_key option to belongs_to associationSzymon Nowak2009-07-151-0/+4
* Implement #many? for NamedScope and AssociationCollection using #size [#1500 ...Chris Kampmeier2009-05-171-0/+2
* Added :touch option to belongs_to associations that will touch the parent rec...David Heinemeier Hansson2009-04-161-1/+3
* Added ActiveRecord::Base#touch to update the updated_at/on attributes with th...David Heinemeier Hansson2009-04-161-0/+5
* Prepare for final 2.3 releaseDavid Heinemeier Hansson2009-03-151-3/+1
* Rename ActiveRecord::Base.each to ActiveRecord::Base.find_eachPratik Naik2009-03-111-2/+1
* Release RC2 todayDavid Heinemeier Hansson2009-03-051-1/+1
* So it didnt happen yesterday, but very soon! Just need the final details iron...David Heinemeier Hansson2009-02-281-1/+1
* Prep for RC2 later todayDavid Heinemeier Hansson2009-02-271-1/+1
* Added ActiveRecord::Base.each and ActiveRecord::Base.find_in_batches for batc...David Heinemeier Hansson2009-02-231-0/+2
* Add ActiveRecord::Base.exists? with no args [#1817 state:committed]Scott Taylor2009-02-051-0/+5
* Mark CHANGELOGs for releaseDavid Heinemeier Hansson2009-02-011-1/+1
* Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-0/+9
* Merge docrailsPratik Naik2009-01-181-2/+2
* Fixed broken after_save callback; was being called when before_create was can...Michael Lovitt2009-01-161-0/+4
* Introduce transaction_joinable flag to mark that the fixtures transaction can...Jeremy Kemper2009-01-101-0/+2
* Introduce dynamic scopes for ActiveRecord: you can now use class methods like...Yaroslav Markin2008-12-281-0/+2
* ActiveRecord::Base#new_record? now returns false for existing records (was ni...Yaroslav Markin2008-12-271-0/+2
* normalize author names in changelogs [#1495 state:committed]Xavier Noria2008-12-161-392/+392