aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
Commit message (Expand)AuthorAgeFilesLines
* Create mysql binary_fields table with latin1 character set as with utf8 all t...Tarmo Tänav2008-08-261-2/+2
* coerce blank strings to nil values for boolean and integer fieldsJosh Susser2008-08-221-1/+1
* update_counters should update nil values.miloops2008-07-151-0/+1
* Add has_many :primary_key option to allow setting the primary key on a has ma...Andre Arko2008-07-061-0/+1
* Always treat integer :limit as byte length. [#420 state:resolved]Tarmo Tänav2008-06-221-0/+7
* Fix validates_uniqueness_of for SQL keywords [#23 state:resolved]Alex MacCaw2008-05-111-0/+4
* Fixed AssociationsPreload such that it doesnt require foreign keys to be inte...David Heinemeier Hansson2008-04-301-0/+5
* Fixed that pessimistic locking you reference the quoted table name (Josh Suss...David Heinemeier Hansson2008-04-301-0/+1
* Ensure postgresql tests work when starting from scratch.Frederick Cheung2008-04-301-1/+1
* Ensure table names are quoted by the association preloading code.Frederick Cheung2008-04-261-0/+11
* Use schema.rb for all databasesFrederick Cheung2008-04-2238-2873/+421
* Add support for interleaving migrations by storing which migrations have run ...Rick Olson2008-04-091-1/+1
* Fix schema.rb some more. sponsors.sponsorable_type should be a string. Refere...Jeremy Kemper2008-03-211-1/+1
* Fix schema.rb. Please to be testing on more than just MySQL! References #9067.Jeremy Kemper2008-03-211-24/+24
* Add has_one :through support, finally. Closes #4756 [thechrisoshow]Rick Olson2008-03-211-0/+21
* Make the mysql schema dumper roundtrip the limits of text/blob columns. Clos...Michael Koziarski2008-03-021-0/+11
* PostgreSQL: support server versions 7.4 through 8.0 and the ruby-pg driver. C...Jeremy Kemper2008-02-221-1/+3
* Move the eager load nested include tables into schema.rb and use delete_all i...Michael Koziarski2008-02-201-0/+19
* Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondrate...Jeremy Kemper2008-02-021-0/+6
* Fixed preloading belongs_to associations which reference a custom foreign key...Jeremy Kemper2008-01-311-0/+9
* Add posts.comments_count for other databases. Closes #10804.Jeremy Kemper2008-01-281-0/+2
* Make sure that belongs_to counter decrements when assigning nil Closes #10804...Michael Koziarski2008-01-261-0/+1
* belongs_to supports :dependent => :destroy and :delete. Closes #10592.Jeremy Kemper2008-01-191-1/+1
* move schemaJeremy Kemper2008-01-1834-0/+2932