aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure that primary_keys of HABTM records is not double quotedNeeraj Singh2010-07-201-0/+13
* string IDs are now quoted correctly [#5064 state:resolved]Will St. Clair + Neeraj Singh2010-07-131-0/+17
* reset_counter should work with non-traditional belongs_to and polymorphic bel...Neeraj Singh2010-07-081-0/+13
* adding column named 'group' to ensure that nothing breaks given that 'group' ...Neeraj Singh2010-06-231-0/+1
* Support fixtures for namespaced models [#2965 state:resolved]Andrew White2010-04-251-0/+9
* Refactor compute_type to handle situations where the correct class is already...Andrew White2010-04-121-0/+14
* Add failing test that triggers the stack overflowBryan Stearns2010-01-081-0/+10
* Add inverse polymorphic association support. [#3520 state:resolved]George Ogata2009-12-281-0/+4
* Revert "Revert "Assert primary key does not exist in habtm when the associati...Jeremy Kemper2009-11-231-1/+1
* Fix has_one with foreign_key and primary_key association bug which caused the...Graeme Porteous2009-09-121-0/+1
* Revert "Assert primary key does not exist in habtm when the association is de...Jeremy Kemper2009-09-021-1/+1
* Assert primary key does not exist in habtm when the association is defined, i...José Valim2009-09-011-1/+1
* has_many :through create should not raise validation errorsrailsbob2009-08-091-0/+4
* fix schema_dumper_test for Oracle as it supports precision up to 38Raimonds Simanovskis2009-08-061-1/+6
* added additional objects necessary for OracleAdapter specific testsRaimonds Simanovskis2009-08-061-3/+21
* Add simple support for ActiveModel's StateMachine for ActiveRecordJoshua Peek2009-08-041-0/+7
* Add primary_key option to belongs_to associationSzymon Nowak2009-07-151-0/+7
* Ensure hm:t#create respects source associations hash conditions [#2090 state:...mattbauer2009-06-211-0/+1
* Schema dumper now records scale 0 decimal columns as decimal not integer.Giles Alexander2009-06-011-0/+1
* Fixed limited eager loading associations with numbers in the name [#2668 stat...Benjamin Floering2009-05-181-0/+1
* replace the aaa_create_tables_test hack with loading test database schema in ...Mislav Marohnić2009-05-171-1/+4
* Revert "Fixed bug with polymorphic has_one :as pointing to an STI record"Jeremy Kemper2009-05-111-2/+1
* Allow you to pass :all_blank to :reject_if option to automatically create a P...Mike Breen2009-05-101-0/+1
* Providing support for :inverse_of as an option to associations.Murray Steele2009-05-041-0/+20
* Fixed bug with polymorphic has_one :as pointing to an STI recordRuy Asan2009-05-011-1/+2
* Fixed dumping from postgresql columns in index in wrong order. [#2515 state:r...Max Lapshin2009-04-211-0/+2
* Quote table names when casting to regclass so that capitalized tables are sup...Scott Woods2009-04-211-0/+4
* Added :touch option to belongs_to associations that will touch the parent rec...David Heinemeier Hansson2009-04-161-0/+2
* Ensure has_many :through works with changed primary keys [#736 state:resolved]Jim Remsik and Tim Pope2009-03-091-0/+5
* Ensure validates_uniqueness_of considers limit on the field. [#1042 state:res...Arthur Klepchukov2009-03-071-0/+4
* Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-0/+11
* Sqlite adapter's copy_table incorrectly attempts to recreate a primary key id...Jacob Dunphy2009-01-291-0/+5
* Fix dirty handling of nullable non-integer numeric columns [#1692 state:resol...Carlos Kozuszko2009-01-161-0/+1
* Preload uses exclusive scope [#643 state:resolved]Frederick Cheung2008-12-261-2/+4
* Fix preloading of has_one :through associations on belongs_to [#1507 state:re...Matt Jones2008-12-181-0/+5
* fix assignment to has_one :through associations.Matt Jones2008-11-151-0/+10
* 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 table names are quoted by the association preloading code.Frederick Cheung2008-04-261-0/+11
* Use schema.rb for all databasesFrederick Cheung2008-04-221-301/+274
* 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
* Move the eager load nested include tables into schema.rb and use delete_all i...Michael Koziarski2008-02-201-0/+19