aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* Missed the addMichael Koziarski2007-10-062-0/+4
* Send the correct INSERT statement when dealing with objects with only primary...Michael Koziarski2007-10-0618-1/+58
* Don't call attr_readonly on polymorphic belongs_to associations, in case it m...Rick Olson2007-10-051-0/+4
* Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu...David Heinemeier Hansson2007-09-201-0/+16
* Associations macros accept extension blocks alongside modules. Closes #9346.Jeremy Kemper2007-09-171-0/+10
* Ensure that custom mutators aren't redefined by define_attribute_methods. [Koz]Michael Koziarski2007-09-171-0/+6
* OpenBase: update for new lib and latest Rails. Support migrations. Closes #8748.Jeremy Kemper2007-09-131-25/+34
* Moved acts_as_tree into a plugin of the same name on the official Rails svn (...David Heinemeier Hansson2007-09-112-136/+0
* Moved acts_as_nested_set into a plugin of the same name on the official Rails...David Heinemeier Hansson2007-09-112-18/+28
* Remove acts_as_list. Users are advised to install the new plugin. Reference...Michael Koziarski2007-09-102-35/+0
* Improve performance and functionality of the postgresql adapter. Closes #804...Michael Koziarski2007-08-162-0/+47
* Make sure has_many associations honour :include when counting. Closes #9167 [...Michael Koziarski2007-08-161-0/+1
* Make habtm respect the :select option. Closes #9207. [Aleksey Kondratenko]Michael Koziarski2007-08-071-0/+6
* Don't call unsupported methods on associated objects when using :include, :me...Michael Koziarski2007-06-301-0/+4
* Fix polymorphic has_one associations declared in an abstract class. Closes #8...Jeremy Kemper2007-06-254-1/+23
* acts_as_nested_set: direct_children is sorted correctly. Closes #4761.Jeremy Kemper2007-05-301-2/+2
* Ensure that associations with :dependent => :delete_all respect :conditions o...Rick Olson2007-05-241-0/+2
* forgot binary fixtureRick Olson2007-05-211-0/+437
* Allow a polymorphic :source for has_many :through associations. Closes #7143...Rick Olson2007-03-131-0/+2
* Consistently quote primary key column names. Closes #7763.Jeremy Kemper2007-03-0921-0/+78
* Fixtures: fix YAML ordered map support. Closes #2665.Jeremy Kemper2007-03-091-1/+1
* Fix has_many :through << with custom foreign keys. Closes #6466, #7153.Jeremy Kemper2007-03-051-1/+1
* SQLServer: recognize real column type as Ruby float, correctly schema-dump ta...Jeremy Kemper2007-03-031-0/+7
* Added fixtures :all to test_helper.rb to assume that most people just want al...David Heinemeier Hansson2007-02-253-0/+0
* MySQL: blob and text columns may not have defaults in 5.x. Update fixtures sc...Jeremy Kemper2007-01-281-2/+2
* Subclasses of an abstract class work with single-table inheritance. Reference...Jeremy Kemper2007-01-231-1/+5
* Oracle: create_table takes a :sequence_name option to override the 'tablename...Jeremy Kemper2007-01-151-0/+17
* SQLServer: handle [quoted] table names. Closes #6635.Jeremy Kemper2007-01-122-0/+9
* acts_as_nested_set works with single-table inheritance. Closes #6030.Jeremy Kemper2007-01-122-0/+28
* Inline primary keys.Jeremy Kemper2007-01-122-59/+42
* Sybase adapter fixes. Closes #6926 [jsheets]Michael Koziarski2007-01-052-2/+3
* utf8 mysql topics tableJeremy Kemper2006-12-191-1/+1
* 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