aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed has_many :through to include :conditions set on the :through associatio...Rick Olson2006-03-183-11/+15
* Fix that has_many :through honors the foreign key set by the belongs_to assoc...Rick Olson2006-03-184-0/+4
* SQL Server adapter gets some love (closes #4298) [rtomayko@gmail.com]David Heinemeier Hansson2006-03-181-1/+1
* Fix incorrect mysql column type (requires AR test DB to be rebuilt) (closes #...Jamis Buck2006-03-181-1/+1
* Update lingering uses of deprecated association dependency options (closes #4...David Heinemeier Hansson2006-03-184-8/+8
* fixed has_many :conditions sanitizing (closes #4278) [hakuja@hakuja.net]Rick Olson2006-03-181-1/+1
* Added OpenBase database adapter that builds on top of the http://www.spice-of...David Heinemeier Hansson2006-03-184-0/+293
* Nicer error message on has_many :through when :through reflection can not be ...David Heinemeier Hansson2006-03-181-0/+2
* Added migrations support to the Sybase adapter (closes #4293) [John R. Sheets]David Heinemeier Hansson2006-03-181-21/+21
* Use association's :conditions when eager loading. [jeremyevans0@gmail.com] cl...Rick Olson2006-03-163-0/+10
* fix test_find_in_association_with_options test, tweak other tests affected by...Rick Olson2006-03-161-0/+4
* Added Base.abstract_class? that marks which classes are not part of the Activ...Rick Olson2006-03-161-0/+4
* Allow :dependent options to be used with polymorphic joins. #3820 [Rick Olson]Rick Olson2006-03-162-1/+7
* Correct syntax error in postgresql schema definitionMichael Koziarski2006-03-151-1/+1
* a few more tests for the custom counter_cache naming codeJamis Buck2006-03-091-1/+1
* Allow counter_cache to accept a column nameJamis Buck2006-03-092-10/+11
* Fixed eager loading problems with single-table inheritance [Rick Olson] Added...David Heinemeier Hansson2006-03-052-1/+2
* Fixed that Date was in incorrect format in tasks.yml (closes #4072) [mlaster@...David Heinemeier Hansson2006-03-041-2/+2
* Make counter_cache work with polymorphic belongs_toJamis Buck2006-03-042-1/+4
* No longer needed (closes #4017)David Heinemeier Hansson2006-03-021-0/+0
* Added Sybase database adapter that relies on the Sybase Open Client bindings ...David Heinemeier Hansson2006-03-025-1/+245
* Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...David Heinemeier Hansson2006-03-015-2/+2
* Add missing fixtures for #3937.Jeremy Kemper2006-02-282-0/+13
* Added new column to all db definitions. Where, oh where, is our hereo that wi...David Heinemeier Hansson2006-02-2813-0/+46
* Add set_fixture_class to allow the use of table name accessors with models wh...Nicholas Seckar2006-02-273-0/+25
* Fixed that reflections would bleed across class boundaries in single-table in...David Heinemeier Hansson2006-02-251-0/+2
* Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma...David Heinemeier Hansson2006-02-251-0/+5
* Reflections don't attempt to resolve module nesting of association classes. S...Jeremy Kemper2006-02-221-3/+17
* Improved the Oracle OCI Adapter with better performance for column reflection...David Heinemeier Hansson2006-02-211-2/+1
* Fix Syntax error in mysql.sql, Drop table readers and run aaa_create_tables f...Michael Koziarski2006-02-108-1/+8
* Add missing models and fixtureMichael Koziarski2006-02-102-0/+8
* Allow has_many :through to work with :include [Michael Schoen]. Closes #3611Michael Koziarski2006-02-109-1/+57
* SQL Server cannot sort on type text. This causes three errors in the activere...Jeremy Kemper2006-02-091-2/+2
* Polymorphic join support for has_one associations (has_one :foo, :as => :bar)...Jeremy Kemper2006-02-092-0/+3
* PostgreSQL: correctly parse negative integer column defaults. References #3776.Jeremy Kemper2006-02-091-1/+3
* Make dynamic finders honor additional passed in :conditions. Closes #3569.Marcel Molina2006-01-221-0/+5
* allow has_many :through to work with custom :foreign key (closes #3422) [Rick...David Heinemeier Hansson2006-01-211-0/+3
* Add a test to verify correct behavior when creating a polymorphic associationJamis Buck2006-01-201-0/+1
* allow the 'lock_version' column to be configured with set_locking_column. Cl...Michael Koziarski2006-01-1416-0/+69
* Multiple enhancements and adjustments to DB2 adaptor. Closes #3377.Marcel Molina2006-01-042-102/+102
* Sanitize scoped conditions.Marcel Molina2006-01-041-1/+6
* removed :piggyback in favor of just allowing :select on :through associationsTobias Lütke2005-12-201-1/+1
* added :piggyback option to has_many :through relationships to pick up values ...Tobias Lütke2005-12-201-1/+1
* Fixed :through relations when using STI inherited classes would use the inher...Tobias Lütke2005-12-164-2/+21
* Added option inheritance for find calls on has_and_belongs_to_many and has_ma...David Heinemeier Hansson2005-12-132-0/+2
* Added tests for join models and fixed a bug #3177David Heinemeier Hansson2005-12-114-0/+19
* Reloading an instance refreshes its aggregations as well as its associations....Jeremy Kemper2005-12-081-0/+4
* PostgreSQL: more robust sequence name discovery. References #3087.Jeremy Kemper2005-12-081-2/+3
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-031-0/+1
* Work-in progress for providing better join model support and polymorphic asso...David Heinemeier Hansson2005-12-026-1/+30