aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* Map AR time to PostgreSQL TIME. Closes #2575.Jeremy Kemper2005-10-231-1/+1
* Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.Jeremy Kemper2005-10-221-13/+26
* Fix Associations#clear for not-yet-loaded associations (Patrick Lenz)Tobias Lütke2005-10-201-1/+1
* HABTM finder sets :readonly => false. Closes #2525.Jeremy Kemper2005-10-202-3/+6
* Made ready to push RC2David Heinemeier Hansson2005-10-191-1/+1
* Parenthesize :conditionsJeremy Kemper2005-10-185-10/+12
* Correct PostgreSQL primary key sequence detection. #2507Jeremy Kemper2005-10-181-13/+20
* Added support for using limits in eager loads that involve has_many and has_a...David Heinemeier Hansson2005-10-181-9/+54
* Getting ready for 0.14.0 (1.0.0 Release Candidate 1)David Heinemeier Hansson2005-10-161-2/+2
* Update/clean up ActiveRecord documentation (rdoc)Jamis Buck2005-10-163-6/+43
* r3616@asus: jeremy | 2005-09-26 23:09:28 -0700Jeremy Kemper2005-10-167-36/+78
* Comment out the memory leak test because it b0rks the testing environment. Up...Jamis Buck2005-10-161-1/+1
* Fix bad commit. (Bad developer, bad\!)Nicholas Seckar2005-10-161-1/+1
* Add __FILE__ and __LINE__ to evalNicholas Seckar2005-10-151-1/+1
* Allow ARStore::Session to indicate that it should not be reloaded in dev modeJamis Buck2005-10-151-1/+15
* squash the memleak in dev mode finally (fingers crossed, here)Jamis Buck2005-10-151-0/+4
* Change default logging colors to work on both white and black backgrounds.Sam Stephenson2005-10-151-6/+7
* Really fix #1896. YAML class structure changed between 1.8.2 and 1.8.3, brea...Jeremy Kemper2005-10-151-1/+1
* Eliminate an obsolete comment.Marcel Molina2005-10-151-2/+0
* Support ordered YAML fixtures. #1896Jeremy Kemper2005-10-151-3/+29
* Adds :nullify option to :depends. Closes #2015 (Robby Russell)Tobias Lütke2005-10-151-8/+28
* r3618@sedna: jeremy | 2005-10-14 12:06:03 -0700Jeremy Kemper2005-10-151-3/+22
* Change quote delimiters for sql interpolation to obviate SyntaxErrors. Closes...Marcel Molina2005-10-141-1/+3
* SQL Server needs to quote booleans just like MySQL 1/0David Heinemeier Hansson2005-10-141-0/+8
* Avoid memleak in dev mode with fastcgiJamis Buck2005-10-141-3/+8
* Back out of [2548].Marcel Molina2005-10-141-18/+18
* DRYed up Associations#clear. Closes #1906 [Caleb]Tobias Lütke2005-10-143-34/+17
* 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-132-3/+3
* r3581@sedna: jeremy | 2005-10-13 12:20:42 -0700Jeremy Kemper2005-10-131-1/+7
* Support using different database adapters for development and test with Activ...Sam Stephenson2005-10-131-0/+9
* Optimize postgresql selects.Marcel Molina2005-10-131-18/+18
* Update DB2 adapter. Closes #2206.Marcel Molina2005-10-121-2/+35
* Corrections to SQLServer native data types. Closes #2267.Marcel Molina2005-10-121-10/+10
* Deprecated ActiveRecord::Base.threaded_connection in favor of ActiveRecord::B...Marcel Molina2005-10-122-7/+18
* Protect id attribute from mass assigment even when the primary key is set to ...Marcel Molina2005-10-121-3/+5
* Misc doc fixes (typos/grammar/etc.). Closes #2430.Marcel Molina2005-10-111-37/+37
* Speed up for unthreaded environments. Closes #2431.Marcel Molina2005-10-111-5/+17
* Optimization for Mysql selects using mysql-ruby extension greater than 2.6.3....Marcel Molina2005-10-111-3/+15
* Speed up the setting of table_name. Closes #2428.Marcel Molina2005-10-101-1/+7
* move lib/version.rb to lib/active_record/version.rbJamis Buck2005-10-101-0/+0
* Optimize instantiation of STI subclass records. In partial fullfilment of #1236.Marcel Molina2005-10-091-15/+18
* Fix typo of 'constrains' to 'contraints'. Closes #2069.Marcel Molina2005-10-091-13/+17
* Optimization refactoring for add_limit_offset!. In partial fullfilment of #1236.Marcel Molina2005-10-092-9/+11
* Add versioning convention from SwitchTower to all Rails components. Add --ver...Marcel Molina2005-10-091-0/+9
* Add ability to get all siblings, including the current child, with acts_as_tr...Marcel Molina2005-10-091-1/+6
* PostgreSQL returns the path type wrapped in quotes.Marcel Molina2005-10-092-2/+2
* Add geometric type for postgresql adapter. Closes #2233.Marcel Molina2005-10-091-0/+2
* Move require_library_or_gem out of AR's abstract_adapter and into ActiveSuppo...Marcel Molina2005-10-081-23/+0
* Don't tell me about defined reader methods, even at debug level.Jeremy Kemper2005-10-071-1/+0