| Commit message (Expand) | Author | Age | Files | Lines |
* | Nested subclasses are not prefixed with the parent class' table_name since th... | Jeremy Kemper | 2006-08-25 | 1 | -7/+16 |
* | Clashing type columns due to a sloppy join shouldn't wreck single-table inher... | Jeremy Kemper | 2006-08-24 | 1 | -11/+22 |
* | Nested classes are given table names prefixed by the singular form of the par... | Jeremy Kemper | 2006-08-16 | 1 | -6/+20 |
* | Remove ActiveRecord::Base.reset since Dispatcher doesn't use it anymore. [Ri... | Rick Olson | 2006-08-09 | 1 | -4/+0 |
* | Document find's :from option. Closes #5762. [andrew@redlinesoftware.com] | Marcel Molina | 2006-08-09 | 1 | -0/+2 |
* | New dependencies implementation | Nicholas Seckar | 2006-08-08 | 1 | -2/+2 |
* | Refactor ActiveRecord::Base.reset_subclasses to #reset, and add global observ... | Rick Olson | 2006-08-06 | 1 | -0/+4 |
* | Fixed that default timezones for new / initialize should uphold utc setting (... | David Heinemeier Hansson | 2006-08-05 | 1 | -1/+1 |
* | The exists? class method should treat a string argument as an id rather than ... | Jeremy Kemper | 2006-08-03 | 1 | -3/+15 |
* | Added support for conditions on Base.exists? (closes #5689) [josh@joshpeek.com] | David Heinemeier Hansson | 2006-08-03 | 1 | -2/+5 |
* | r4889@ks: jeremy | 2006-07-31 20:27:15 -0700 | Jeremy Kemper | 2006-08-01 | 1 | -6/+6 |
* | r4880@ks: jeremy | 2006-07-30 23:52:59 -0700 | Jeremy Kemper | 2006-07-31 | 1 | -1/+2 |
* | r4854@ks: jeremy | 2006-07-30 00:59:18 -0700 | Jeremy Kemper | 2006-07-31 | 1 | -9/+5 |
* | occured -> occurred. Closes #5559. | Jeremy Kemper | 2006-07-10 | 1 | -1/+1 |
* | r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 | Jeremy Kemper | 2006-07-08 | 1 | -1/+1 |
* | 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 |