aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
...
* Load database adapters on demand. Eliminates config.connection_adapters and R...Jeremy Kemper2007-05-251-0/+2
* update changelog tooRick Olson2007-05-241-0/+2
* belongs_to assignment creates a new proxy rather than modifying its target in...Jeremy Kemper2007-05-221-0/+2
* Fix column type detection while loading fixtures. Closes #7987 [roderickvd]Rick Olson2007-05-211-0/+2
* Document deep eager includes. Closes #6267.Jeremy Kemper2007-05-191-1/+3
* Docs: warn that associations names shouldn't be reserved words. Closes #4378.Jeremy Kemper2007-05-181-0/+2
* Sanitize Base#inspect. Closes #8392.Jeremy Kemper2007-05-181-0/+2
* Replace the transaction {|transaction|..} semantics with a new Exception Acti...Michael Koziarski2007-05-181-0/+2
* Oracle: extract column length for CHAR also. Closes #7866.Jeremy Kemper2007-05-151-0/+2
* Sexy dumper now has its groove on (closes #8281) [Chris Wanstrath]David Heinemeier Hansson2007-05-111-2/+0
* Document :allow_nil option for validates_acceptance_of since it defaults to t...Marcel Molina2007-05-061-0/+2
* Update documentation for :dependent declaration so that it explicitly uses th...Marcel Molina2007-05-061-0/+2
* Add documentation caveat about when to use count_by_sql. Closes #8090. [fearo...Marcel Molina2007-05-061-0/+2
* Also add documentation enhancements for increment_counter. Closes #8092. [fea...Marcel Molina2007-05-061-1/+1
* Enhance documentation for decrement_counter. Closes #8093. [fearoffish]Marcel Molina2007-05-061-0/+2
* Provide brief introduction to what optimistic locking is. Closes #8097. [fear...Marcel Molina2007-05-061-0/+2
* Add documentation for :encoding option to mysql adapter. Closes #8219 [marclove]Marcel Molina2007-05-061-0/+2
* Added short-hand declaration style to migrations (inspiration from Sexy Migra...David Heinemeier Hansson2007-05-061-1/+22
* Change Base#to_xml to take the name for a container element for an associatio...Michael Koziarski2007-05-031-0/+2
* Improve Performance of calling create on has_many :through associations by av...Michael Koziarski2007-04-261-0/+2
* Improved performance by relying less on exception raising #8159 [Blaine]David Heinemeier Hansson2007-04-241-0/+2
* Added ActiveRecord::Base.inspect to return a column-view like #<Post id:integ...David Heinemeier Hansson2007-04-211-0/+2
* Added yielding of Builder instance for ActiveRecord::Base#to_xml calls [DHH]David Heinemeier Hansson2007-04-131-0/+2
* documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana...Rick Olson2007-03-271-0/+2
* Add helpful debugging info to the ActiveRecord::StatementInvalid exception in...Rick Olson2007-03-271-0/+2
* SQLite: binary escaping works with ='u'. Closes #7862.Jeremy Kemper2007-03-191-0/+2
* Hash#to_xml supports YAML attributes; ActiveRecord::Base#to_xml support seria...Jeremy Kemper2007-03-181-0/+2
* Base.update_all :order and :limit options. Useful for MySQL updates that must...Jeremy Kemper2007-03-171-0/+2
* Remove deprecated object transactions. People relying on this functionality ...Michael Koziarski2007-03-161-0/+2
* PostgreSQL: remove DateTime -> Time downcast. Bypass the DateTime migration t...Jeremy Kemper2007-03-161-0/+2
* find_or_create_by_* takes a hash so you can create with more attributes than ...Jeremy Kemper2007-03-141-0/+2
* Make sure with_scope takes both :select and :joins into account when setting ...Michael Koziarski2007-03-131-0/+2
* Allow a polymorphic :source for has_many :through associations. Closes #7143...Rick Olson2007-03-131-0/+2
* Credit Dan by name rather than nick.Jeremy Kemper2007-03-131-3/+3
* Consistent public/protected/private visibility for chained methods. Closes #7...Jeremy Kemper2007-03-131-0/+2
* Oracle: fix quoted primary keys and datetime overflow. Closes #7798.Jeremy Kemper2007-03-121-0/+2
* Consistently quote primary key column names. Closes #7763.Jeremy Kemper2007-03-091-0/+2
* Fixtures: fix YAML ordered map support. Closes #2665.Jeremy Kemper2007-03-091-0/+2
* DateTimes assume the default timezone. Closes #7764.Jeremy Kemper2007-03-091-0/+2
* Fix typo. References #7727, closes #7762.Jeremy Kemper2007-03-081-1/+1
* Sybase: hide timestamp columns since they're inherently read-only. Closes #7716.Jeremy Kemper2007-03-061-0/+2
* Oracle: overflow Time to DateTime. Closes #7718.Jeremy Kemper2007-03-061-0/+2
* PostgreSQL: don't use async_exec and async_query with postgres-pr. Closes #7727.Jeremy Kemper2007-03-061-0/+2
* Fix an edge case with dates during the Italian calendar reform! Hehe. Closes ...Jeremy Kemper2007-03-061-1/+2
* Fix has_many :through << with custom foreign keys. Closes #6466, #7153.Jeremy Kemper2007-03-051-0/+2
* Test DateTime native type in migrations. References #7649.Jeremy Kemper2007-03-041-0/+2
* SQLServer: recognize real column type as Ruby float, correctly schema-dump ta...Jeremy Kemper2007-03-031-0/+4
* Added fixtures :all to test_helper.rb to assume that most people just want al...David Heinemeier Hansson2007-02-251-0/+2
* Added database connection as a yield parameter to ActiveRecord::Base.transact...David Heinemeier Hansson2007-02-211-0/+8
* Made increment_counter/decrement_counter play nicely with optimistic locking,...Jamis Buck2007-02-071-0/+2