aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/base.rb
Commit message (Expand)AuthorAgeFilesLines
* r4704@asus: jeremy | 2006-06-27 12:00:19 -0700Jeremy Kemper2006-07-081-1/+1
* Rollback [4584], bad test. Reopens #3819.Jeremy Kemper2006-07-081-1/+1
* Don't modify options parameters in-place. Closes #3819.Jeremy Kemper2006-07-081-1/+1
* find_one uses find_every.first instead of find_initial since its primary key ...Jeremy Kemper2006-07-071-1/+4
* revert ActiveRecord equality change. Closes #5596Rick Olson2006-07-051-3/+2
* Fixed a few Oracle issues: Allows Oracle's odd date handling to still work co...David Heinemeier Hansson2006-07-051-2/+3
* Minor tweak to improve performance of ActiveRecord::Base#to_paramNicholas Seckar2006-07-031-1/+1
* Added find_or_initialize_by_X which works like find_or_create_by_X but doesn'...Sam Stephenson2006-06-201-2/+13
* r4664@asus: jeremy | 2006-06-19 18:55:36 -0700Jeremy Kemper2006-06-201-2/+5
* r4644@asus: jeremy | 2006-06-16 14:57:03 -0700Jeremy Kemper2006-06-191-9/+28
* Change AR::Base#to_param to return a String instead of a Fixnum. Closes #5320.Nicholas Seckar2006-06-191-2/+2
* Use explicit delegation instead of method aliasing for AR::Base.to_param -> A...Jamis Buck2006-06-051-1/+4
* Refactored ActiveRecord::Base.to_xml to become a delegate for XmlSerializer, ...David Heinemeier Hansson2006-06-041-264/+1
* Added simple hash conditions to find that'll just convert hash to an AND-base...David Heinemeier Hansson2006-06-031-9/+39
* Fixed that :includes merged from with_scope won't cause the same association ...David Heinemeier Hansson2006-06-031-1/+1
* to_xml fixes, features, and speedup. Closes #4989.Jeremy Kemper2006-06-031-27/+183
* Records and arrays of records are bound as quoted ids.Jeremy Kemper2006-06-011-3/+3
* Fixed that Base.find :all, :conditions => [ "id IN (?)", collection ] would f...David Heinemeier Hansson2006-06-011-1/+5
* Allow AR::Base#to_xml to include methods too. Closes #4921. [johan@textdrive....Marcel Molina2006-04-291-0/+16
* Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...Marcel Molina2006-04-271-4/+4
* Fix syntax error in documentation. Closes #4679. [mislav@nippur.irb.hr]Marcel Molina2006-04-261-1/+1
* Add support for :order option to with_scope. Closes #3887. [eric.daspet@survo...Marcel Molina2006-04-261-2/+11
* Doc fixDavid Heinemeier Hansson2006-04-181-1/+1
* 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