aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changelog entry for #1294Jeremy Kemper2008-12-081-0/+2
* Add :having option to find, to use in combination with grouped finds. Also ad...miloops2008-12-011-0/+2
* Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)Pratik Naik2008-11-161-0/+16
* Revert "Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)...David Heinemeier Hansson2008-11-161-16/+0
* Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)David Heinemeier Hansson2008-11-161-0/+16
* Prepare for RC2David Heinemeier Hansson2008-11-141-1/+1
* Revert commit which breaks all the tests.Michael Koziarski2008-11-071-2/+0
* Fixed the sanitize helper to avoid double escaping already properly escaped e...David Heinemeier Hansson2008-11-061-1/+1
* Stop logging SHOW FIELDS and SET SQL_AUTO_IS_NULL=0 for the MysqlAdapter as t...David Heinemeier Hansson2008-11-061-0/+2
* Ensure indices don't flip order in schema.rb [#1266 state:committed]Jordi Bunster2008-10-301-0/+2
* Fixed that serialized strings should never be type-casted (i.e. turning "Yes"...David Heinemeier Hansson2008-10-271-0/+5
* Update CHANGELOGs with the last few fixes, set date for todayDavid Heinemeier Hansson2008-10-241-1/+3
* Prepare for Rails 2.2.0 [RC1]David Heinemeier Hansson2008-10-231-1/+1
* Add Model#delete instance method, similar to Model.delete class method. [#108...Hongli Lai (Phusion2008-09-211-0/+2
* Deal with MySQL's quirky handling of defaults and blob/text columnsFrederick Cheung2008-09-141-0/+2
* Multiparameter attributes skip time zone conversion for time-only columns [#1...gbuesing2008-09-141-0/+2
* Base.skip_time_zone_conversion_for_attributes uses class_inheritable_accessor...miloops2008-09-141-0/+2
* Revert "Add :accessible option to Associations for allowing mass assignments ...Pratik Naik2008-09-101-18/+0
* Missing doc updatesDavid Heinemeier Hansson2008-09-091-0/+2
* Add special AssociationReflection methods for creating association objects, a...Hongli Lai (Phusion)2008-09-091-1/+1
* Make the options that has_many, belongs_to and other association generation m...Hongli Lai (Phusion)2008-09-091-0/+2
* Changed all benchmarking reports to be in millisecondsDavid Heinemeier Hansson2008-09-051-0/+2
* Database connections are now pooled, one pool per #establish_connection call.Jeremy Kemper2008-09-021-0/+2
* Missed changelog update for #501Jeremy Kemper2008-08-281-0/+2
* Rollback the transaction when a before_* callback returns false.Xavier Noria2008-08-241-0/+2
* Made migrations transactional for PostgreSQL [#834 state:resolved]Tarmo Tänav2008-08-221-0/+2
* Set config.active_record.timestamped_migrations = false to have migrations wi...Nik Wakelin2008-07-171-0/+2
* Fixed mysql change_column_default to not make the column always nullable.Tarmo Tänav2008-07-141-0/+2
* Fixed that create database statements would always include "DEFAULT NULL" (Ni...David Heinemeier Hansson2008-07-141-0/+2
* Add :accessible option to Associations for allowing mass assignments using ha...David Dollar2008-07-141-0/+18
* Add :tokenizer option to validates_length_of. [#507 state:resolved]David Lowenfels2008-07-041-0/+5
* Allow conditions on multiple tables to be specified using hash.Pratik Naik2008-06-281-0/+5