aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
Commit message (Expand)AuthorAgeFilesLines
* The optimistic lock column should be increased when calling touchFranck Verrot2011-02-091-0/+1
* make set_table_name take effect immediatelyJan2011-02-081-0/+4
* Correctly update counter caches on deletion for has_many :through [#2824 stat...Jon Leighton2011-02-071-0/+4
* Support the :dependent option on has_many :through associations. For historic...Jon Leighton2011-02-071-0/+1
* Fixing ordering of HABTM association deletion [#6191 state:resolved]Edward Faulkner2011-02-041-0/+13
* Add create_association! for belongs_toJon Leighton2011-01-161-0/+1
* Support for :counter_cache on polymorphic belongs_toJon Leighton2010-12-311-0/+1
* Fix creation of has_many through records with custom primary_key option on be...Szymon Nowak2010-12-231-0/+1
* has_many associations with :dependent => :delete_all should update the counte...Jon Leighton2010-12-201-0/+1
* Verify that creating a has_many through record where there is a default_scope...Jon Leighton2010-12-161-0/+1
* Add timestamps to TopicPratik Naik2010-11-021-0/+1
* made a pass in AR's schema.rb to keep (most) create statements in lexicograph...Xavier Noria2010-10-221-59/+60
* has_one maintains the association with separate after_create/after_updateXavier Noria2010-10-221-0/+8
* A few schema changes for the SQL Server adapter.Ken Collins2010-09-031-3/+3
* While creating a new record using has_many create method default scope of chi...Neeraj Singh2010-08-191-0/+5
* Bug Fix -- clean up connection after stored procedure [#3151 state:resolved]Jeff Lawson2010-08-171-0/+11
* Both tests are using the same model, move the model to another file and add t...Santiago Pastorino2010-08-141-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-142-4/+4
* Ensure we can nest include calls [#5285 state:resolved]Neeraj Singh2010-08-121-0/+4
* Merge branch 'master' into mysql2Brian Lopez2010-08-021-0/+15
|\
| * Eager loading an association should not change the count of childrenNeeraj Singh2010-08-021-0/+13
| * added failing touch propagation testJakub Kuźma2010-08-021-0/+2
* | update tests for mysql2 supportBrian Lopez2010-08-021-0/+24
|/
* update_attribute should not update readonly attributesNeeraj Singh2010-07-211-0/+1
* Timestamp columns of HABTM join table should record timestampsNeeraj Singh2010-07-211-0/+2
* 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
* PostgreSQLAdapter: set time_zone to UTC when Base.default_timezone == :utc so...Jack Christensen2010-01-251-1/+8
* 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
* Enable use of MySQL stored procedures by default.Justin Bailey2009-09-171-0/+12
* 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
* PostgreSQL: XML datatype supportLeonardo Borges2009-08-091-2/+13
* 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-062-3/+48
* 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
* disabled base_test.rb tests that were not Oracle compatible (TIME datatype is...Raimonds Simanovskis2009-06-091-0/+19
* 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-172-7/+4