| Commit message (Expand) | Author | Age | Files | Lines |
* | Rollback [4584], bad test. Reopens #3819. | Jeremy Kemper | 2006-07-08 | 1 | -1/+1 |
* | Don't modify options parameters in-place. Closes #3819. | Jeremy Kemper | 2006-07-08 | 1 | -1/+1 |
* | find_one uses find_every.first instead of find_initial since its primary key ... | Jeremy Kemper | 2006-07-07 | 1 | -1/+4 |
* | revert ActiveRecord equality change. Closes #5596 | Rick Olson | 2006-07-05 | 1 | -3/+2 |
* | Fixed a few Oracle issues: Allows Oracle's odd date handling to still work co... | David Heinemeier Hansson | 2006-07-05 | 1 | -2/+3 |
* | Minor tweak to improve performance of ActiveRecord::Base#to_param | Nicholas Seckar | 2006-07-03 | 1 | -1/+1 |
* | Added find_or_initialize_by_X which works like find_or_create_by_X but doesn'... | Sam Stephenson | 2006-06-20 | 1 | -2/+13 |
* | r4664@asus: jeremy | 2006-06-19 18:55:36 -0700 | Jeremy Kemper | 2006-06-20 | 1 | -2/+5 |
* | r4644@asus: jeremy | 2006-06-16 14:57:03 -0700 | Jeremy Kemper | 2006-06-19 | 1 | -9/+28 |
* | Change AR::Base#to_param to return a String instead of a Fixnum. Closes #5320. | Nicholas Seckar | 2006-06-19 | 1 | -2/+2 |
* | Use explicit delegation instead of method aliasing for AR::Base.to_param -> A... | Jamis Buck | 2006-06-05 | 1 | -1/+4 |
* | Refactored ActiveRecord::Base.to_xml to become a delegate for XmlSerializer, ... | David Heinemeier Hansson | 2006-06-04 | 1 | -264/+1 |
* | Added simple hash conditions to find that'll just convert hash to an AND-base... | David Heinemeier Hansson | 2006-06-03 | 1 | -9/+39 |
* | Fixed that :includes merged from with_scope won't cause the same association ... | David Heinemeier Hansson | 2006-06-03 | 1 | -1/+1 |
* | to_xml fixes, features, and speedup. Closes #4989. | Jeremy Kemper | 2006-06-03 | 1 | -27/+183 |
* | Records and arrays of records are bound as quoted ids. | Jeremy Kemper | 2006-06-01 | 1 | -3/+3 |
* | Fixed that Base.find :all, :conditions => [ "id IN (?)", collection ] would f... | David Heinemeier Hansson | 2006-06-01 | 1 | -1/+5 |
* | Allow AR::Base#to_xml to include methods too. Closes #4921. [johan@textdrive.... | Marcel Molina | 2006-04-29 | 1 | -0/+16 |
* | Add support for FrontBase (http://www.frontbase.com/) with a new adapter than... | Marcel Molina | 2006-04-27 | 1 | -4/+4 |
* | Fix syntax error in documentation. Closes #4679. [mislav@nippur.irb.hr] | Marcel Molina | 2006-04-26 | 1 | -1/+1 |
* | Add support for :order option to with_scope. Closes #3887. [eric.daspet@survo... | Marcel Molina | 2006-04-26 | 1 | -2/+11 |
* | Doc fix | David Heinemeier Hansson | 2006-04-18 | 1 | -1/+1 |
* | Fixed that that multiparameter assignment doesn't work with aggregations (clo... | David Heinemeier Hansson | 2006-04-06 | 1 | -1/+1 |
* | Fix type_name_with_module to handle type names that begin with '::'. Closes #... | Nicholas Seckar | 2006-04-06 | 1 | -1/+1 |
* | Stop respond_to? from throwing when instances are created 'irregularly' i.e. ... | Michael Koziarski | 2006-04-06 | 1 | -1/+3 |
* | Changed those private ActiveRecord methods to take optional third argument :a... | Rick Olson | 2006-04-03 | 1 | -7/+8 |
* | Abort broken tighter resolution suppression. Closes #4431 | Nicholas Seckar | 2006-04-03 | 1 | -2/+0 |
* | Private ActiveRecord methods add_limit, add_joins, and add_conditions take an... | Rick Olson | 2006-04-01 | 1 | -4/+9 |
* | Doc fix (closes #4515) | David Heinemeier Hansson | 2006-04-01 | 1 | -2/+2 |
* | Fixed that records returned from has_and_belongs_to_many associations with ad... | David Heinemeier Hansson | 2006-04-01 | 1 | -1/+1 |
* | dont merge when you can update (closes #4529) [skaes] | David Heinemeier Hansson | 2006-04-01 | 1 | -2/+2 |
* | Do not implicitly mark recordss of has_many :through as readonly but do mark ... | Marcel Molina | 2006-03-30 | 1 | -2/+2 |
* | to_xml documentation [DHH, Koz] | Michael Koziarski | 2006-03-28 | 1 | -1/+61 |
* | Fixed documentation | David Heinemeier Hansson | 2006-03-28 | 1 | -21/+23 |
* | Replace 'rescue Object' with a finer grained rescue. Closes #4431 | Nicholas Seckar | 2006-03-28 | 1 | -2/+5 |
* | Making ActiveRecord faster [skaes] | David Heinemeier Hansson | 2006-03-27 | 1 | -81/+135 |
* | Add support for :include to with_scope [andrew@redlinesoftware.com] | Michael Koziarski | 2006-03-27 | 1 | -5/+25 |
* | Fixed issue that kept :select options from being scoped [Rick] | Rick Olson | 2006-03-26 | 1 | -2/+2 |
* | Fix bug introduced by changeset 3679 which caused custom attribute? methods t... | David Heinemeier Hansson | 2006-03-20 | 1 | -7/+19 |
* | Added Base.abstract_class? that marks which classes are not part of the Activ... | Rick Olson | 2006-03-16 | 1 | -7/+15 |
* | make save! return true on success[johan@johansorensen.com]. Closes #4173 | Michael Koziarski | 2006-03-15 | 1 | -1/+1 |
* | Dynamically set allow_concurrency. Closes #4044. | Jeremy Kemper | 2006-03-13 | 1 | -9/+16 |
* | Passing comment | David Heinemeier Hansson | 2006-03-10 | 1 | -1/+1 |
* | Added options to control the :only/:except for included associations on Base#... | David Heinemeier Hansson | 2006-03-10 | 1 | -7/+11 |
* | Added association inclusion in to_xml [DHH] | David Heinemeier Hansson | 2006-03-10 | 1 | -10/+41 |
* | Fixed to_xml across the board to use nice indention, better skip_attributes w... | David Heinemeier Hansson | 2006-03-09 | 1 | -0/+14 |
* | Doc fixes | David Heinemeier Hansson | 2006-03-05 | 1 | -1/+4 |
* | Doc fixes | David Heinemeier Hansson | 2006-03-05 | 1 | -3/+4 |
* | Revert allow_concurrency change for better testing. Retrieve_connection in tw... | Jeremy Kemper | 2006-03-02 | 1 | -1/+1 |
* | CHANGED DEFAULT: set ActiveRecord::Base.allow_concurrency to false. Most AR ... | Jeremy Kemper | 2006-03-01 | 1 | -4/+4 |