| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow AR::Base#to_xml to include methods too. Closes #4921. [johan@textdrive.... | Marcel Molina | 2006-04-29 | 1 | -0/+4 |
* | Remove duplicate fixture entry in comments.yml. Closes #4923. [Blair Zajac <b... | Marcel Molina | 2006-04-29 | 1 | -6/+0 |
* | Add support for FrontBase (http://www.frontbase.com/) with a new adapter than... | Marcel Molina | 2006-04-27 | 4 | -0/+286 |
* | Sybase Adapter type conversion cleanup [dev@metacasa.net] | Marcel Molina | 2006-04-25 | 1 | -2/+2 |
* | Fix the HasManyAssociation#count method so it uses the new ActiveRecord::Base... | Rick Olson | 2006-04-19 | 1 | -0/+1 |
* | Allow multiple association extensions with :extend option (closes #4666) [Jo... | Rick Olson | 2006-04-11 | 1 | -0/+12 |
* | Fixed that that multiparameter assignment doesn't work with aggregations (clo... | David Heinemeier Hansson | 2006-04-06 | 1 | -0/+4 |
* | Added support for eagerly including polymorphic has_one associations. (closes... | Rick Olson | 2006-04-05 | 1 | -2/+2 |
* | Added descriptive error messages for invalid has_many :through associations: ... | Rick Olson | 2006-04-05 | 1 | -0/+5 |
* | Change has_many :through to use the :source option to specify the source asso... | Rick Olson | 2006-03-24 | 2 | -3/+3 |
* | Allow overriding of find parameters in scoped has_many :through calls [Rick O... | Rick Olson | 2006-03-21 | 1 | -1/+7 |
* | add self referential has_many :through example [Rick] | Rick Olson | 2006-03-21 | 3 | -1/+17 |
* | Fix bug introduced by changeset 3679 which caused custom attribute? methods t... | David Heinemeier Hansson | 2006-03-20 | 1 | -0/+9 |
* | Don't classify the has_one class when eager loading, it is already singular. ... | Rick Olson | 2006-03-19 | 2 | -0/+11 |
* | Quit ignoring default :include options in has_many :through calls [Mark James] | Rick Olson | 2006-03-19 | 2 | -2/+2 |
* | Allow has_many :through associations to find the source association by settin... | Rick Olson | 2006-03-19 | 2 | -0/+2 |
* | Small pgsql fixes (closes #4083) [pergesu@gmail.com] | David Heinemeier Hansson | 2006-03-19 | 1 | -0/+1 |
* | Allow has_many :through to work on has_many associations (closes #3864) [sco@... | Rick Olson | 2006-03-19 | 1 | -0/+1 |
* | Raise error when trying to select many polymorphic objects with has_many :thr... | Rick Olson | 2006-03-19 | 1 | -2/+3 |
* | Fixed has_many :through to include :conditions set on the :through associatio... | Rick Olson | 2006-03-18 | 3 | -11/+15 |
* | Fix that has_many :through honors the foreign key set by the belongs_to assoc... | Rick Olson | 2006-03-18 | 4 | -0/+4 |
* | SQL Server adapter gets some love (closes #4298) [rtomayko@gmail.com] | David Heinemeier Hansson | 2006-03-18 | 1 | -1/+1 |
* | Fix incorrect mysql column type (requires AR test DB to be rebuilt) (closes #... | Jamis Buck | 2006-03-18 | 1 | -1/+1 |
* | Update lingering uses of deprecated association dependency options (closes #4... | David Heinemeier Hansson | 2006-03-18 | 4 | -8/+8 |
* | fixed has_many :conditions sanitizing (closes #4278) [hakuja@hakuja.net] | Rick Olson | 2006-03-18 | 1 | -1/+1 |
* | Added OpenBase database adapter that builds on top of the http://www.spice-of... | David Heinemeier Hansson | 2006-03-18 | 4 | -0/+293 |
* | Nicer error message on has_many :through when :through reflection can not be ... | David Heinemeier Hansson | 2006-03-18 | 1 | -0/+2 |
* | Added migrations support to the Sybase adapter (closes #4293) [John R. Sheets] | David Heinemeier Hansson | 2006-03-18 | 1 | -21/+21 |
* | Use association's :conditions when eager loading. [jeremyevans0@gmail.com] cl... | Rick Olson | 2006-03-16 | 3 | -0/+10 |
* | fix test_find_in_association_with_options test, tweak other tests affected by... | Rick Olson | 2006-03-16 | 1 | -0/+4 |
* | Added Base.abstract_class? that marks which classes are not part of the Activ... | Rick Olson | 2006-03-16 | 1 | -0/+4 |
* | Allow :dependent options to be used with polymorphic joins. #3820 [Rick Olson] | Rick Olson | 2006-03-16 | 2 | -1/+7 |
* | Correct syntax error in postgresql schema definition | Michael Koziarski | 2006-03-15 | 1 | -1/+1 |
* | a few more tests for the custom counter_cache naming code | Jamis Buck | 2006-03-09 | 1 | -1/+1 |
* | Allow counter_cache to accept a column name | Jamis Buck | 2006-03-09 | 2 | -10/+11 |
* | Fixed eager loading problems with single-table inheritance [Rick Olson] Added... | David Heinemeier Hansson | 2006-03-05 | 2 | -1/+2 |
* | Fixed that Date was in incorrect format in tasks.yml (closes #4072) [mlaster@... | David Heinemeier Hansson | 2006-03-04 | 1 | -2/+2 |
* | Make counter_cache work with polymorphic belongs_to | Jamis Buck | 2006-03-04 | 2 | -1/+4 |
* | No longer needed (closes #4017) | David Heinemeier Hansson | 2006-03-02 | 1 | -0/+0 |
* | Added Sybase database adapter that relies on the Sybase Open Client bindings ... | David Heinemeier Hansson | 2006-03-02 | 5 | -1/+245 |
* | Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo... | David Heinemeier Hansson | 2006-03-01 | 5 | -2/+2 |
* | Add missing fixtures for #3937. | Jeremy Kemper | 2006-02-28 | 2 | -0/+13 |
* | Added new column to all db definitions. Where, oh where, is our hereo that wi... | David Heinemeier Hansson | 2006-02-28 | 13 | -0/+46 |
* | Add set_fixture_class to allow the use of table name accessors with models wh... | Nicholas Seckar | 2006-02-27 | 3 | -0/+25 |
* | Fixed that reflections would bleed across class boundaries in single-table in... | David Heinemeier Hansson | 2006-02-25 | 1 | -0/+2 |
* | Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma... | David Heinemeier Hansson | 2006-02-25 | 1 | -0/+5 |
* | Reflections don't attempt to resolve module nesting of association classes. S... | Jeremy Kemper | 2006-02-22 | 1 | -3/+17 |
* | Improved the Oracle OCI Adapter with better performance for column reflection... | David Heinemeier Hansson | 2006-02-21 | 1 | -2/+1 |
* | Fix Syntax error in mysql.sql, Drop table readers and run aaa_create_tables f... | Michael Koziarski | 2006-02-10 | 8 | -1/+8 |
* | Add missing models and fixture | Michael Koziarski | 2006-02-10 | 2 | -0/+8 |