aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure that belongs_to counter decrements when assigning nil Closes #10804...Michael Koziarski2008-01-261-0/+1
* Add missing author_addresses.yml fixture. Closes #10592.Jeremy Kemper2008-01-211-0/+5
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-0/+1
* belongs_to supports :dependent => :destroy and :delete. Closes #10592.Jeremy Kemper2008-01-191-0/+2
* move schemaJeremy Kemper2008-01-1834-2939/+0
* move migrationsJeremy Kemper2008-01-1812-130/+0
* move assets and modelsJeremy Kemper2008-01-1847-788/+0
* Fixtures: removed support for the ancient pre-YAML file format. Closes #10736.Jeremy Kemper2008-01-0811-21/+7
* More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ...Jeremy Kemper2008-01-053-0/+12
* Eager belongs_to :include infers the foreign key from the association name ra...Jeremy Kemper2007-12-211-1/+1
* Ensure that the :uniq option for has_many :through associations retains the o...Rick Olson2007-12-111-0/+2
* Fixed that habtm associations should be able to set :select as part of their ...David Heinemeier Hansson2007-12-051-0/+1
* Foxy fixtures: support single-table inheritance. Closes #10234.Jeremy Kemper2007-11-263-0/+16
* Foxy fixtures: allow mixed usage to make migration easier and more attractive...Jeremy Kemper2007-11-266-5/+23
* Fixed that create table with :id => false and fixtures don't play nice togeth...David Heinemeier Hansson2007-11-253-0/+14
* Add example.log for binary escaping test. References #10176.Jeremy Kemper2007-11-221-0/+1
* Dynamic finders on association collections respect association :limit. Closes...Jeremy Kemper2007-11-211-0/+1
* Make Dynamic Finders on Association Collections Respect Association :order [p...Michael Koziarski2007-11-211-0/+1
* Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [j...Michael Koziarski2007-11-205-0/+7
* Fix HasManyThrough Association so it uses :conditions on the HasMany Associat...Rick Olson2007-11-112-0/+2
* Fix has_many :through delete with custom foreign keys. Closes #6466.Jeremy Kemper2007-10-274-0/+26
* Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.Jeremy Kemper2007-10-268-0/+80
* Allow find on a has_many association defined with :finder_sql to accept id ar...Marcel Molina2007-10-261-0/+1
* Assigning an instance of a foreign class to a composed_of aggregate calls an ...Jeremy Kemper2007-10-231-2/+2
* validates_uniqueness_of behaves well with abstract superclasses. References #...Jeremy Kemper2007-10-231-0/+6
* Move all Schema creation into schema.rb for Mysql. Closes #9899 [mikong, lawr...Michael Koziarski2007-10-196-278/+220
* Use a smaller binary fixture so we don't overflow column size limitations in ...Michael Koziarski2007-10-172-435/+130
* Refactor association create and build so before & after callbacks behave cons...Jeremy Kemper2007-10-162-7/+7
* Quote table names. Defaults to column quoting. Closes #4593.Jeremy Kemper2007-10-165-0/+45
* Moving SQL Server tests to the extracted adapter. References #9884.Jeremy Kemper2007-10-164-289/+0
* find_and_(initialize|create)_by methods can now properly initialize protected...Tobias Lütke2007-10-101-0/+1
* Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkam...Michael Koziarski2007-10-102-0/+15
* Make sure AR::Base#clone handles attr changes made in after_initialize hooks....Michael Koziarski2007-10-081-1/+7
* PostgreSQL: support multiline default values. Closes #7533.Jeremy Kemper2007-10-081-1/+2
* 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