| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed that Base.save should always return false if the save didn't succeed, i... | David Heinemeier Hansson | 2006-02-28 | 1 | -1/+13 |
* | Define attribute query methods to avoid method_missing calls. Closes #3677. | Jeremy Kemper | 2006-02-27 | 1 | -5/+8 |
* | CHANGED DEFAULT: ActiveRecord::Base.schema_format is now :ruby by default ins... | David Heinemeier Hansson | 2006-02-27 | 1 | -1/+1 |
* | Added support for nested scopes (closes #3407) [anna@wota.jp] | David Heinemeier Hansson | 2006-02-26 | 1 | -23/+66 |
* | Aesthetics, baby | David Heinemeier Hansson | 2006-02-26 | 1 | -3/+5 |
* | Updated docs (closes #3799) [ruby@bobsilva.com] | David Heinemeier Hansson | 2006-02-25 | 1 | -0/+10 |
* | Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma... | David Heinemeier Hansson | 2006-02-25 | 1 | -55/+0 |
* | Reflections don't attempt to resolve module nesting of association classes. S... | Jeremy Kemper | 2006-02-22 | 1 | -5/+7 |
* | Added :count option to pagination that'll make it possible for the ActiveReco... | David Heinemeier Hansson | 2006-02-20 | 1 | -1/+1 |
* | * Fix pagination problems when using include | Michael Koziarski | 2006-02-09 | 1 | -7/+53 |
* | Just go with Subclasses instead of OnlySubclasses | David Heinemeier Hansson | 2006-02-04 | 1 | -4/+2 |
* | Remove definition of reloadable? from ActiveRecord::Base to make way for new ... | Nicholas Seckar | 2006-02-02 | 1 | -8/+0 |
* | Add Reloadable::OnlySubclasses which handles the common case where a base cla... | Nicholas Seckar | 2006-02-02 | 1 | -2/+3 |
* | Added reusable reloading support through the inclusion of the Relodable modul... | David Heinemeier Hansson | 2006-01-29 | 1 | -0/+1 |
* | Make dynamic finders honor additional passed in :conditions. Closes #3569. | Marcel Molina | 2006-01-22 | 1 | -2/+9 |
* | Add AR::Base.base_class for querying the ancestor AR::Base subclass [Jamis Buck] | Jamis Buck | 2006-01-20 | 1 | -4/+16 |
* | Don't alter the Hash passed to attributes=, closes #3385 | Michael Koziarski | 2006-01-14 | 1 | -2/+3 |
* | Fixed that .with_scope imposed create parameters bypass attr_protected | Tobias Lütke | 2006-01-10 | 1 | -2/+3 |
* | Don't raise an exception when there are more keys than there are named bind v... | Marcel Molina | 2006-01-05 | 1 | -1/+0 |
* | Sanitize scoped conditions. | Marcel Molina | 2006-01-04 | 1 | -1/+1 |
* | ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_... | Tobias Lütke | 2005-12-24 | 1 | -6/+0 |
* | SchemaDumper now doesn't fail anymore when there are unknown column types in ... | Tobias Lütke | 2005-12-24 | 1 | -0/+6 |
* | Fix form_for use of datetime_select and date_select as well as a few stylisti... | David Heinemeier Hansson | 2005-12-21 | 1 | -3/+4 |
* | made .find() and class method delegation work on :through relations | Tobias Lütke | 2005-12-20 | 1 | -2/+2 |
* | Reloading an instance refreshes its aggregations as well as its associations.... | Jeremy Kemper | 2005-12-08 | 1 | -0/+1 |
* | Clear the connection cache entry when a new connection is established on the ... | Jeremy Kemper | 2005-12-05 | 1 | -20/+0 |
* | Connection cache to speed up retrieve_connection and get rid of dirty connect... | Jeremy Kemper | 2005-12-04 | 1 | -1/+7 |
* | Added preliminary support for join models [DHH] Added preliminary support for... | David Heinemeier Hansson | 2005-12-03 | 1 | -2/+7 |
* | r3181@asus: jeremy | 2005-11-19 02:52:24 -0800 | Jeremy Kemper | 2005-11-19 | 1 | -5/+1 |
* | Don't generate read methods for columns whose names are not valid ruby method... | Jeremy Kemper | 2005-11-19 | 1 | -1/+10 |
* | r3095@asus: jeremy | 2005-11-15 22:40:51 -0800 | Jeremy Kemper | 2005-11-16 | 1 | -6/+13 |
* | Correct documentation for Base.delete_all. References #1568. | Jeremy Kemper | 2005-11-14 | 1 | -1/+1 |
* | r4325@asus: jeremy | 2005-11-12 03:57:46 -0800 | Jeremy Kemper | 2005-11-12 | 1 | -5/+12 |
* | Update docs for AR::Base#clone. | Jeremy Kemper | 2005-11-10 | 1 | -1/+5 |
* | Add :group option, correspond to GROUP BY, to the find method and to the has_... | Jeremy Kemper | 2005-11-10 | 1 | -1/+4 |