aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed that that multiparameter assignment doesn't work with aggregations (clo...David Heinemeier Hansson2006-04-061-1/+1
* Fix type_name_with_module to handle type names that begin with '::'. Closes #...Nicholas Seckar2006-04-061-1/+1
* Stop respond_to? from throwing when instances are created 'irregularly' i.e. ...Michael Koziarski2006-04-061-1/+3
* Changed those private ActiveRecord methods to take optional third argument :a...Rick Olson2006-04-031-7/+8
* Abort broken tighter resolution suppression. Closes #4431Nicholas Seckar2006-04-031-2/+0
* Private ActiveRecord methods add_limit, add_joins, and add_conditions take an...Rick Olson2006-04-011-4/+9
* Doc fix (closes #4515)David Heinemeier Hansson2006-04-011-2/+2
* Fixed that records returned from has_and_belongs_to_many associations with ad...David Heinemeier Hansson2006-04-011-1/+1
* dont merge when you can update (closes #4529) [skaes]David Heinemeier Hansson2006-04-011-2/+2
* Do not implicitly mark recordss of has_many :through as readonly but do mark ...Marcel Molina2006-03-301-2/+2
* to_xml documentation [DHH, Koz]Michael Koziarski2006-03-281-1/+61
* Fixed documentationDavid Heinemeier Hansson2006-03-281-21/+23
* Replace 'rescue Object' with a finer grained rescue. Closes #4431Nicholas Seckar2006-03-281-2/+5
* Making ActiveRecord faster [skaes]David Heinemeier Hansson2006-03-271-81/+135
* Add support for :include to with_scope [andrew@redlinesoftware.com]Michael Koziarski2006-03-271-5/+25
* Fixed issue that kept :select options from being scoped [Rick]Rick Olson2006-03-261-2/+2
* Fix bug introduced by changeset 3679 which caused custom attribute? methods t...David Heinemeier Hansson2006-03-201-7/+19
* Added Base.abstract_class? that marks which classes are not part of the Activ...Rick Olson2006-03-161-7/+15
* make save! return true on success[johan@johansorensen.com]. Closes #4173Michael Koziarski2006-03-151-1/+1
* Dynamically set allow_concurrency. Closes #4044.Jeremy Kemper2006-03-131-9/+16
* Passing commentDavid Heinemeier Hansson2006-03-101-1/+1
* Added options to control the :only/:except for included associations on Base#...David Heinemeier Hansson2006-03-101-7/+11
* Added association inclusion in to_xml [DHH]David Heinemeier Hansson2006-03-101-10/+41
* Fixed to_xml across the board to use nice indention, better skip_attributes w...David Heinemeier Hansson2006-03-091-0/+14
* Doc fixesDavid Heinemeier Hansson2006-03-051-1/+4
* Doc fixesDavid Heinemeier Hansson2006-03-051-3/+4
* Revert allow_concurrency change for better testing. Retrieve_connection in tw...Jeremy Kemper2006-03-021-1/+1
* CHANGED DEFAULT: set ActiveRecord::Base.allow_concurrency to false. Most AR ...Jeremy Kemper2006-03-011-4/+4
* Fixed that Base.save should always return false if the save didn't succeed, i...David Heinemeier Hansson2006-02-281-1/+13
* Define attribute query methods to avoid method_missing calls. Closes #3677.Jeremy Kemper2006-02-271-5/+8
* CHANGED DEFAULT: ActiveRecord::Base.schema_format is now :ruby by default ins...David Heinemeier Hansson2006-02-271-1/+1
* Added support for nested scopes (closes #3407) [anna@wota.jp]David Heinemeier Hansson2006-02-261-23/+66
* Aesthetics, babyDavid Heinemeier Hansson2006-02-261-3/+5
* Updated docs (closes #3799) [ruby@bobsilva.com]David Heinemeier Hansson2006-02-251-0/+10
* Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma...David Heinemeier Hansson2006-02-251-55/+0
* Reflections don't attempt to resolve module nesting of association classes. S...Jeremy Kemper2006-02-221-5/+7
* Added :count option to pagination that'll make it possible for the ActiveReco...David Heinemeier Hansson2006-02-201-1/+1
* * Fix pagination problems when using includeMichael Koziarski2006-02-091-7/+53
* Just go with Subclasses instead of OnlySubclassesDavid Heinemeier Hansson2006-02-041-4/+2
* Remove definition of reloadable? from ActiveRecord::Base to make way for new ...Nicholas Seckar2006-02-021-8/+0
* Add Reloadable::OnlySubclasses which handles the common case where a base cla...Nicholas Seckar2006-02-021-2/+3
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-0/+1
* Make dynamic finders honor additional passed in :conditions. Closes #3569.Marcel Molina2006-01-221-2/+9
* Add AR::Base.base_class for querying the ancestor AR::Base subclass [Jamis Buck]Jamis Buck2006-01-201-4/+16
* Don't alter the Hash passed to attributes=, closes #3385Michael Koziarski2006-01-141-2/+3
* Fixed that .with_scope imposed create parameters bypass attr_protectedTobias Lütke2006-01-101-2/+3
* Don't raise an exception when there are more keys than there are named bind v...Marcel Molina2006-01-051-1/+0
* Sanitize scoped conditions.Marcel Molina2006-01-041-1/+1
* ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_...Tobias Lütke2005-12-241-6/+0
* SchemaDumper now doesn't fail anymore when there are unknown column types in ...Tobias Lütke2005-12-241-0/+6