aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/base.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate an obsolete comment.Marcel Molina2005-10-151-2/+0
* 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
* Avoid memleak in dev mode with fastcgiJamis Buck2005-10-141-3/+8
* Delegate access to a customized primary key to the conventional id method. Cl...Marcel Molina2005-10-131-0/+2
* Support using different database adapters for development and test with Activ...Sam Stephenson2005-10-131-0/+9
* Deprecated ActiveRecord::Base.threaded_connection in favor of ActiveRecord::B...Marcel Molina2005-10-121-6/+17
* 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
* Speed up the setting of table_name. Closes #2428.Marcel Molina2005-10-101-1/+7
* 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
* Don't tell me about defined reader methods, even at debug level.Jeremy Kemper2005-10-071-1/+0
* Add option (true by default) to generate reader methods for each attribute of...Marcel Molina2005-10-071-9/+62
* Add convenience predicate methods on Column class. In partial fullfilment of ...Marcel Molina2005-10-061-7/+16
* Raise an exception when invalid options are passed to ActiveRecord::Base.find...Marcel Molina2005-10-061-1/+7
* Quote booleans according the rules defined by the adapterMichael Koziarski2005-10-061-1/+1
* Association validation does not belong in a before_save callback: move it int...Jeremy Kemper2005-10-021-1/+0
* Fix serialization problem with YAML in 1.8.3Scott Barron2005-09-271-14/+1
* Make update_attribute use the same writer method that update_attributes uses.Marcel Molina2005-09-261-1/+1
* Wrap :conditions in parentheses to prevent problems with OR's #1871Jamis Buck2005-09-241-1/+1
* Added AbstractAdapter#select_value and AbstractAdapter#select_values as conve...David Heinemeier Hansson2005-09-241-7/+1
* Fixed memory leak with Active Record classes when Dependencies.mechanism = :l...David Heinemeier Hansson2005-09-201-0/+4
* Rolled back broken #1814David Heinemeier Hansson2005-09-111-3/+0
* Added better exception error when unknown column types are used with migratio...David Heinemeier Hansson2005-09-111-1/+5
* Fixed comparison of Active Record objects so two new objects are not equal #2...David Heinemeier Hansson2005-09-091-1/+4
* An explicit include ClassInheritableAttributes is no longer needed #1948 [Cal...David Heinemeier Hansson2005-09-081-2/+0
* Fixed that Active Record would call SHOW FIELDS twice (or more) for the same ...David Heinemeier Hansson2005-09-081-1/+1
* Give AR the new benchmark method tooDavid Heinemeier Hansson2005-09-061-5/+8
* Fix fragment benchmark calls and limit timings to 5 decimalsDavid Heinemeier Hansson2005-09-061-1/+1
* Added use_silence parameter to ActiveRecord::Base.benchmark that can be passe...David Heinemeier Hansson2005-09-061-5/+11
* Modify read_attribute to allow a symbol argument #2024 [Ken Kunz]Jamis Buck2005-09-021-2/+3
* Make destroy return self #1913 [sebastian.kanthak@muehlheim.de]Jamis Buck2005-08-141-1/+1
* Fix typo in count_by_sql documentation #1969 [Alexey Verkhovsky]Jamis Buck2005-08-141-1/+1
* Made Oracle a first-class connection adapter by adhering closer to idiomatic ...David Heinemeier Hansson2005-07-241-1/+25
* Added support for calling constrained class methods on has_many and has_and_b...David Heinemeier Hansson2005-07-221-11/+45
* Doc fixes #1775, #1776 [jon@instance-design.co.uk]David Heinemeier Hansson2005-07-221-1/+1
* Added :select option to find which can specify a different value than the def...David Heinemeier Hansson2005-07-141-1/+3
* Added support for limit and offset with eager loading of has_one and belongs_...David Heinemeier Hansson2005-07-111-1/+3
* Fixed that each request with the WEBrick adapter would open a new database co...David Heinemeier Hansson2005-07-101-0/+5
* r2979@asus: jeremy | 2005-07-10 01:51:00 -0700Jeremy Kemper2005-07-101-1/+1
* Fix regression from [1631] that caused an attribute to be set to nil if it wa...Jamis Buck2005-07-051-1/+1
* Fixed Base#write_attribute to work with both symbols and strings #1190 [Paul ...David Heinemeier Hansson2005-07-031-1/+1
* r1618@asus: jeremy | 2005-07-03 08:24:19 -0700Jeremy Kemper2005-07-031-2/+2
* r1615@asus: jeremy | 2005-07-03 08:06:00 -0700Jeremy Kemper2005-07-031-5/+4
* r1614@asus: jeremy | 2005-07-03 08:01:08 -0700Jeremy Kemper2005-07-031-144/+142
* r1613@asus: jeremy | 2005-07-03 07:04:53 -0700Jeremy Kemper2005-07-031-64/+59