aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Fixtures ignore table name prefix and suffix #1987 [Jakob S]Jamis Buck2005-09-021-0/+38
* Modify read_attribute to allow a symbol argument #2024 [Ken Kunz]Jamis Buck2005-09-021-0/+10
* Revert [2040], caused assignment of belongs_to associations to fail in some c...Jamis Buck2005-08-241-6/+17
* Add a failing testJamis Buck2005-08-241-0/+9
* Saving a record with two unsaved belongs_to associations pointing to the same...Jamis Buck2005-08-238-1/+96
* Make destroy return self #1913 [sebastian.kanthak@muehlheim.de]Jamis Buck2005-08-141-0/+6
* Make acts_as_list work for insert_at(1) #1966 [hensleyl@papermountain.org]Jamis Buck2005-08-141-0/+9
* Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail...Jamis Buck2005-07-301-0/+25
* Fix create_table so that id column is implicitly added [Rick Olson]Jamis Buck2005-07-271-1/+12
* Made Oracle a first-class connection adapter by adhering closer to idiomatic ...David Heinemeier Hansson2005-07-248-12/+90
* Added support for calling constrained class methods on has_many and has_and_b...David Heinemeier Hansson2005-07-224-3/+174
* Added migration support for SQLite (using temporary tables to simulate ALTER ...David Heinemeier Hansson2005-07-221-0/+64
* Fix acts_as_list such that moving next-to-last item to the bottom does not re...Jamis Buck2005-07-201-0/+16
* Allow unspecified join-table columns to use to their default values when addi...Jamis Buck2005-07-187-6/+32
* Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...David Heinemeier Hansson2005-07-172-1/+3
* Make all tests pass on PGSQL #1759 [Rick Olson]David Heinemeier Hansson2005-07-171-4/+4
* Added :select option to find which can specify a different value than the def...David Heinemeier Hansson2005-07-141-0/+4
* Added support for limit and offset with eager loading of has_one and belongs_...David Heinemeier Hansson2005-07-111-2/+43
* Fixed that each request with the WEBrick adapter would open a new database co...David Heinemeier Hansson2005-07-101-0/+34
* r2979@asus: jeremy | 2005-07-10 01:51:00 -0700Jeremy Kemper2005-07-102-23/+30
* better error message for missing associations #1631 [courtenay]David Heinemeier Hansson2005-07-091-0/+12
* Added a VERSION parameter to the migrate task that allows you to do "rake mig...David Heinemeier Hansson2005-07-091-0/+15
* 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