aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Always treat integer :limit as byte length. [#420 state:resolved]Tarmo Tänav2008-06-221-0/+2
* Partial updates don't update lock_version if nothing changed. [#426 state:re...Daniel Morrison2008-06-221-0/+2
* Fix column collision with named_scope and :joins. [#46 state:resolved]Mark Catley2008-06-221-0/+2
* ActiveRecord::Migrator#run records version-state after migrating. [#369 stat...Michael Raidel2008-06-221-0/+2
* nix extra newlineJeremy Kemper2008-06-221-2/+1
* Changelog for 509374eJeremy Kemper2008-06-221-0/+3
* MySQL: rename_column preserves default values. [#466 state:resolved]Diego Algorta2008-06-221-0/+2
* Add :from option to calculations. [#397 state:resolved]Ben Munat2008-06-111-0/+2
* Add :validate option to associations. [#301 state:resolved]Jan De Poorter2008-06-111-0/+2
* PostgreSQL: use 'INSERT ... RETURNING id' for 8.2 and later.Jeremy Kemper2008-06-101-0/+2
* Added SQL escaping for :limit and :offset in MySQL [Jonathan Wiess]David Heinemeier Hansson2008-06-011-0/+5
* fix changelog conflictrick2008-05-311-1/+5
|\
| * Making ready for release of 2.1David Heinemeier Hansson2008-05-311-2/+4
* | Add ActiveRecord::Base.sti_name that checks ActiveRecord::Base#store_full_sti...rick2008-05-311-0/+2
|/
* Add first/last methods to associations/named_scope. [#226 state:resolved]Ryan Bates2008-05-201-0/+2
* Merge documentation changes from docrails.Pratik Naik2008-05-161-1/+1
* Making ready for RC1 releaseDavid Heinemeier Hansson2008-05-111-1/+1
* Ensure hm:t preloading honours reflection options. [#137 state:resolved]Frederick Cheung2008-05-111-0/+2
* Added protection against duplicate migration names (Aslak Hellesøy) [#112 st...Aslak Hellesøy2008-05-111-0/+2