aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Fix regression from [1631] that caused an attribute to be set to nil if it wa...Jamis Buck2005-07-051-0/+6
* Made default changes work in both postgresql and mysql #1612 [Tobias Luetke]David Heinemeier Hansson2005-07-051-0/+2
* Added callbacks on push_with_attributes #1594 [Florian Weber]David Heinemeier Hansson2005-07-051-11/+21
* Sugared up migrations with even more bling #1609 [Tobias Luekte]David Heinemeier Hansson2005-07-052-9/+66
* Simplify aaa_create_tables_testJeremy Kemper2005-07-051-48/+26
* Include all tables in mysql, sqlite, and postgresql drop sql.Jeremy Kemper2005-07-053-1/+7
* Added new Migrations framework for describing schema transformations in a way...David Heinemeier Hansson2005-07-042-104/+139
* Make postgres8 ar tests work #1601 [Tobias Luetke]David Heinemeier Hansson2005-07-041-2/+3
* Tests for association callbacksDavid Heinemeier Hansson2005-07-041-0/+100
* Added callback hooks to association collections #1549 [Florian Weber]David Heinemeier Hansson2005-07-042-0/+50
* Fixed Base.content_columns call for SQL Server adapter #1450 [DeLynn Berry] A...David Heinemeier Hansson2005-07-031-1/+5
* Fixed Base#write_attribute to work with both symbols and strings #1190 [Paul ...David Heinemeier Hansson2005-07-031-0/+9
* Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...David Heinemeier Hansson2005-07-0311-8/+32
* Fixed that single-table inheritance sub-classes couldn't be used to limit the...David Heinemeier Hansson2005-07-0314-13/+130
* Fixed validates_numericality_of to work with overrided getter-method when :al...David Heinemeier Hansson2005-07-021-0/+7
* Clarified intentions of validates_associated #870David Heinemeier Hansson2005-07-021-1/+11
* Added support for ODBC connections to MS SQL Server so you can connect from a...David Heinemeier Hansson2005-07-019-13/+83
* Fixed that multiparameter posts ignored attr_protected #1532 [alec+rails@very...David Heinemeier Hansson2005-06-281-0/+13
* Updated all references to the old find_first and find_all to use the new styl...David Heinemeier Hansson2005-06-268-68/+68
* Fixed Base#find to honor the documentation on how :joins work and make them c...David Heinemeier Hansson2005-06-251-2/+5
* Fixed that validations didn't respecting custom setting for too_short, too_lo...David Heinemeier Hansson2005-06-251-0/+9
* Fixed that clear_association_cache doesn't delete new associations on new rec...David Heinemeier Hansson2005-06-251-0/+21
* Pass association finder arguments through to the association class exactly as...Jeremy Kemper2005-06-241-1/+1
* Fixed that calling Model.find([]) returns [] and doesn't throw an exception #...David Heinemeier Hansson2005-06-211-0/+4
* Removed the AR::Recursion module--it broke more code than it fixedJamis Buck2005-06-212-14/+38
* Proper order in test #1329David Heinemeier Hansson2005-06-211-2/+2
* Fixed that adding a record to a has_and_belongs_to collection would always sa...David Heinemeier Hansson2005-06-187-2/+30
* Fix quote_bound_value to not map Strings #1416 [htonl]David Heinemeier Hansson2005-06-161-0/+4
* Allow any Enumerable, not just Array, to work as bind variables #1344 [bitsweat]David Heinemeier Hansson2005-06-161-1/+8
* Added actual database-changing behavior to collection assigment for has_many ...David Heinemeier Hansson2005-06-161-0/+59
* r1307@iwill: jeremy | 2005-06-13 19:05:00 -0700Jeremy Kemper2005-06-132-5/+9
* Be sure to use the @finder_sql in the has_many association's #find method, ev...Jamis Buck2005-06-135-16/+37
* Added ActiveRecord::Recursion to guard against recursive calls to #saveJamis Buck2005-06-131-2/+37
* r1294@iwill: jeremy | 2005-06-13 02:17:42 -0700Jeremy Kemper2005-06-131-2/+11
* r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700Jeremy Kemper2005-06-122-2/+63
* Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail...Jeremy Kemper2005-06-122-1/+6
* Don't expect fixtures to be returned in the order they were inserted.Jeremy Kemper2005-06-122-5/+6
* Don't expect fixtures to be returned in the order they were inserted.Jeremy Kemper2005-06-112-3/+4
* Preserve extendedWarranty case in PostgreSQL computers table.Jeremy Kemper2005-06-111-1/+1
* Do not use instantiated fixtures (in general) in tests. Also, support the use...Jamis Buck2005-06-1021-221/+226
* Eager loading of dependent has_one associations won't delete the association ...Jamis Buck2005-06-104-119/+119
* Added a second parameter to the build and create method for has_one that cont...David Heinemeier Hansson2005-06-061-0/+29
* Added fixture accessors that can be used when fixture instantiation is disabl...Jamis Buck2005-06-031-0/+7
* Added Errors#add_on_blank which works like Errors#add_on_empty, but uses Obje...David Heinemeier Hansson2005-05-211-3/+8
* Added the :if option to all validations that can either use a block or a meth...David Heinemeier Hansson2005-05-211-2/+65
* Fixed use of construct_finder_sql when using :join #1288 [dwlt@dwlt.net]David Heinemeier Hansson2005-05-191-0/+8
* Fixed that :delete_sql in has_and_belongs_to_many associations couldn't acces...David Heinemeier Hansson2005-05-192-0/+20
* Fixed that clone would break when an aggregate had the same name as one of it...David Heinemeier Hansson2005-05-192-3/+37
* Changed the callbacks such that observers are notified before the in-object c...David Heinemeier Hansson2005-05-021-1/+8
* Added option for passing an array to the find_all version of the dynamic find...David Heinemeier Hansson2005-05-021-0/+4