aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* Subclasses of an abstract class work with single-table inheritance. Closes #5...Jeremy Kemper2006-12-013-6/+7
* MySQL: detect when a NOT NULL column without a default value is misreported a...Jeremy Kemper2006-11-201-2/+2
* Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out featu...Jeremy Kemper2006-11-141-0/+7
* Oracle: resolve test failures, use prefetched primary key for inserts, check ...Jeremy Kemper2006-11-011-1/+1
* Fix has_many :through to add the appropriate conditions when going through an...Rick Olson2006-10-151-1/+9
* Removes the ability for eager loaded conditions to be interpolated, since the...Rick Olson2006-10-093-4/+3
* Deprecated add_on_boundary_breaking (use validates_length_of instead) (closes...David Heinemeier Hansson2006-10-091-5/+1
* Deprecation tests. Remove warnings for dynamic finders and for the foo_count ...Jeremy Kemper2006-09-152-6/+8
* Optimistic locking: gracefully handle nil versions, treat as zero. Closes #5908.Jeremy Kemper2006-09-041-0/+8
* to_xml: the :methods option works on arrays of records. Closes #5845.Jeremy Kemper2006-09-021-1/+6
* Commit stray fixture.Jeremy Kemper2006-09-021-1/+2
* has_many :through conditions are sanitized by the associating class. Closes #...Jeremy Kemper2006-09-012-0/+3
* has_one supports the :dependent => :delete option which skips the typical cal...Jeremy Kemper2006-08-293-2/+27
* Fixtures: correct escaping of \n and \r. Closes #5859.Jeremy Kemper2006-08-241-7/+3
* Migrations: gracefully handle missing migration files. Closes #5857.Jeremy Kemper2006-08-234-0/+42
* MySQL: update test schema for MySQL 5 strict mode. Closes #5861.Jeremy Kemper2006-08-231-11/+11
* Shorten index name.Jeremy Kemper2006-08-161-1/+1
* Included associations: go deep.Jeremy Kemper2006-08-166-0/+35
* Fix for deep includes on the same association.Jeremy Kemper2006-08-142-0/+24
* r4704@asus: jeremy | 2006-06-27 12:00:19 -0700Jeremy Kemper2006-07-0820-5/+151
* Firebird migrations support. Closes #5337.Jeremy Kemper2006-07-083-61/+11
* PostgreSQL: correctly quote microseconds in timestamps. Closes #5641.Jeremy Kemper2006-07-071-1/+1
* PostgreSQL: support microsecond time resolution. Closes #5492.Jeremy Kemper2006-06-251-1/+1
* For Firebird adapterDavid Heinemeier Hansson2006-06-032-0/+60
* Make more Firebird tests pass (closes #5188) [kennethkunz@gmail.com]David Heinemeier Hansson2006-06-032-1/+2
* to_xml fixes, features, and speedup. Closes #4989.Jeremy Kemper2006-06-031-2/+2
* Provide Association Extensions access to the instance that the association is...Rick Olson2006-05-281-0/+11
* Added :allow_nil option for aggregations (closes #5091) [ian.w.white@gmail.com]David Heinemeier Hansson2006-05-212-2/+11
* Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net]Marcel Molina2006-05-211-2/+2
* uniq preserves order. References [4325].Jeremy Kemper2006-05-071-1/+2
* Allow :uniq => true with has_many :through associations.Jeremy Kemper2006-05-062-3/+12
* Allow AR::Base#to_xml to include methods too. Closes #4921. [johan@textdrive....Marcel Molina2006-04-291-0/+4
* Remove duplicate fixture entry in comments.yml. Closes #4923. [Blair Zajac <b...Marcel Molina2006-04-291-6/+0
* Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...Marcel Molina2006-04-274-0/+286
* Sybase Adapter type conversion cleanup [dev@metacasa.net]Marcel Molina2006-04-251-2/+2
* Fix the HasManyAssociation#count method so it uses the new ActiveRecord::Base...Rick Olson2006-04-191-0/+1
* Allow multiple association extensions with :extend option (closes #4666) [Jo...Rick Olson2006-04-111-0/+12
* Fixed that that multiparameter assignment doesn't work with aggregations (clo...David Heinemeier Hansson2006-04-061-0/+4
* Added support for eagerly including polymorphic has_one associations. (closes...Rick Olson2006-04-051-2/+2
* Added descriptive error messages for invalid has_many :through associations: ...Rick Olson2006-04-051-0/+5
* Change has_many :through to use the :source option to specify the source asso...Rick Olson2006-03-242-3/+3
* Allow overriding of find parameters in scoped has_many :through calls [Rick O...Rick Olson2006-03-211-1/+7
* add self referential has_many :through example [Rick]Rick Olson2006-03-213-1/+17
* Fix bug introduced by changeset 3679 which caused custom attribute? methods t...David Heinemeier Hansson2006-03-201-0/+9
* Don't classify the has_one class when eager loading, it is already singular. ...Rick Olson2006-03-192-0/+11
* Quit ignoring default :include options in has_many :through calls [Mark James]Rick Olson2006-03-192-2/+2
* Allow has_many :through associations to find the source association by settin...Rick Olson2006-03-192-0/+2
* Small pgsql fixes (closes #4083) [pergesu@gmail.com]David Heinemeier Hansson2006-03-191-0/+1
* Allow has_many :through to work on has_many associations (closes #3864) [sco@...Rick Olson2006-03-191-0/+1
* Raise error when trying to select many polymorphic objects with has_many :thr...Rick Olson2006-03-191-2/+3