aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* r3801@sedna: jeremy | 2005-10-28 00:42:28 -0700Jeremy Kemper2005-10-281-0/+2
* r3800@sedna: jeremy | 2005-10-28 00:39:05 -0700Jeremy Kemper2005-10-281-0/+3
* Refactor DB exceptions and deal more with DB2 (closes #2624)David Heinemeier Hansson2005-10-271-1/+1
* Added :offset and :limit to the kinds of options that Base.constrain can use ...David Heinemeier Hansson2005-10-261-0/+2
* Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl...David Heinemeier Hansson2005-10-261-0/+2
* Added quoted_true and quoted_false methods to db2_adapter and cleaned up test...David Heinemeier Hansson2005-10-261-0/+5
* Prepared for release of 0.14.2 (RC3)David Heinemeier Hansson2005-10-251-1/+2
* Allow symbols to rename columns when using SQLite adapter. #2531 [kevin.clark...Jamis Buck2005-10-251-0/+2
* r2736@asus: jeremy | 2005-10-24 17:08:12 -0700Jeremy Kemper2005-10-251-2/+0
* A little spacing goes a long wayDavid Heinemeier Hansson2005-10-241-0/+1
* r3689@sedna: jeremy | 2005-10-16 10:24:36 -0700Jeremy Kemper2005-10-231-1/+3
* r2718@asus: jeremy | 2005-10-23 14:45:30 -0700Jeremy Kemper2005-10-231-0/+2
* Map Active Record time to SQL TIME. Closes #2576.Jeremy Kemper2005-10-231-1/+1
* Map AR time to PostgreSQL TIME. Closes #2575.Jeremy Kemper2005-10-231-0/+2
* Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.Jeremy Kemper2005-10-221-0/+2
* Fix Associations#clear for not-yet-loaded associations (Patrick Lenz)Tobias Lütke2005-10-201-1/+3
* HABTM finder sets :readonly => false. Closes #2525.Jeremy Kemper2005-10-201-0/+2
* Update CHANGELOG.Marcel Molina2005-10-191-1/+2
* Made ready to push RC2David Heinemeier Hansson2005-10-191-1/+2
* Parenthesize :conditionsJeremy Kemper2005-10-181-0/+2
* Correct PostgreSQL primary key sequence detection. #2507Jeremy Kemper2005-10-181-0/+2
* Added support for using limits in eager loads that involve has_many and has_a...David Heinemeier Hansson2005-10-181-0/+4
* Getting ready for 0.14.0 (1.0.0 Release Candidate 1)David Heinemeier Hansson2005-10-161-1/+1
* Update/clean up ActiveRecord documentation (rdoc)Jamis Buck2005-10-161-0/+2
* r3959@asus: jeremy | 2005-10-16 00:09:09 -0700Jeremy Kemper2005-10-161-0/+2
* Change default logging colors to work on both white and black backgrounds.Sam Stephenson2005-10-151-0/+3
* Support ordered YAML fixtures. #1896Jeremy Kemper2005-10-151-1/+1
* Adds :nullify option to :depends. Closes #2015 (Robby Russell)Tobias Lütke2005-10-151-1/+4
* r3618@sedna: jeremy | 2005-10-14 12:06:03 -0700Jeremy Kemper2005-10-151-2/+2
* Avoid memleak in dev mode with fastcgiJamis Buck2005-10-141-1/+3
* DRYed up Associations#clear. Closes #1906 [Caleb]Tobias Lütke2005-10-141-1/+3
* Delegate access to a customized primary key to the conventional id method. Cl...Marcel Molina2005-10-131-0/+2
* Fix errors caused by assigning a has-one or belongs-to property to itselfJamis Buck2005-10-131-0/+2
* Support using different database adapters for development and test with Activ...Sam Stephenson2005-10-131-0/+2
* Optimize postgresql selects.Marcel Molina2005-10-131-0/+2
* Update DB2 adapter. Closes #2206.Marcel Molina2005-10-121-0/+2
* Corrections to SQLServer native data types. Closes #2267.Marcel Molina2005-10-121-0/+2
* Deprecated ActiveRecord::Base.threaded_connection in favor of ActiveRecord::B...Marcel Molina2005-10-121-0/+2
* Protect id attribute from mass assigment even when the primary key is set to ...Marcel Molina2005-10-121-0/+2
* Misc doc fixes (typos/grammar/etc.). Closes #2430.Marcel Molina2005-10-111-0/+2
* Add test coverage for content_columns. Closes #2432.Marcel Molina2005-10-111-0/+2
* Fix typo in CHANGELOG.Marcel Molina2005-10-111-1/+1
* Speed up for unthreaded environments. Closes #2431.Marcel Molina2005-10-111-1/+3
* Optimization for Mysql selects using mysql-ruby extension greater than 2.6.3....Marcel Molina2005-10-111-0/+2
* Speed up the setting of table_name. Closes #2428.Marcel Molina2005-10-101-0/+2
* Optimize instantiation of STI subclass records. In partial fullfilment of #1236.Marcel Molina2005-10-091-0/+2
* Fix typo of 'constrains' to 'contraints'. Closes #2069.Marcel Molina2005-10-091-0/+2
* Optimization refactoring for add_limit_offset!. In partial fullfilment of #1236.Marcel Molina2005-10-091-0/+2
* Add ability to get all siblings, including the current child, with acts_as_tr...Marcel Molina2005-10-091-0/+2
* Add geometric type for postgresql adapter. Closes #2233.Marcel Molina2005-10-091-0/+2