| Commit message (Expand) | Author | Age | Files | Lines |
* | Support the :dependent option on has_many :through associations. For historic... | Jon Leighton | 2011-02-07 | 1 | -0/+1 |
* | Fixing ordering of HABTM association deletion [#6191 state:resolved] | Edward Faulkner | 2011-02-04 | 1 | -0/+13 |
* | Add create_association! for belongs_to | Jon Leighton | 2011-01-16 | 1 | -0/+1 |
* | Support for :counter_cache on polymorphic belongs_to | Jon Leighton | 2010-12-31 | 1 | -0/+1 |
* | Fix creation of has_many through records with custom primary_key option on be... | Szymon Nowak | 2010-12-23 | 1 | -0/+1 |
* | has_many associations with :dependent => :delete_all should update the counte... | Jon Leighton | 2010-12-20 | 1 | -0/+1 |
* | Verify that creating a has_many through record where there is a default_scope... | Jon Leighton | 2010-12-16 | 1 | -0/+1 |
* | Add timestamps to Topic | Pratik Naik | 2010-11-02 | 1 | -0/+1 |
* | made a pass in AR's schema.rb to keep (most) create statements in lexicograph... | Xavier Noria | 2010-10-22 | 1 | -59/+60 |
* | has_one maintains the association with separate after_create/after_update | Xavier Noria | 2010-10-22 | 1 | -0/+8 |
* | A few schema changes for the SQL Server adapter. | Ken Collins | 2010-09-03 | 1 | -3/+3 |
* | While creating a new record using has_many create method default scope of chi... | Neeraj Singh | 2010-08-19 | 1 | -0/+5 |
* | Both tests are using the same model, move the model to another file and add t... | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -3/+3 |
* | Ensure we can nest include calls [#5285 state:resolved] | Neeraj Singh | 2010-08-12 | 1 | -0/+4 |
* | Eager loading an association should not change the count of children | Neeraj Singh | 2010-08-02 | 1 | -0/+13 |
* | added failing touch propagation test | Jakub Kuźma | 2010-08-02 | 1 | -0/+2 |
* | update_attribute should not update readonly attributes | Neeraj Singh | 2010-07-21 | 1 | -0/+1 |
* | Timestamp columns of HABTM join table should record timestamps | Neeraj Singh | 2010-07-21 | 1 | -0/+2 |
* | Ensure that primary_keys of HABTM records is not double quoted | Neeraj Singh | 2010-07-20 | 1 | -0/+13 |
* | string IDs are now quoted correctly [#5064 state:resolved] | Will St. Clair + Neeraj Singh | 2010-07-13 | 1 | -0/+17 |
* | reset_counter should work with non-traditional belongs_to and polymorphic bel... | Neeraj Singh | 2010-07-08 | 1 | -0/+13 |
* | adding column named 'group' to ensure that nothing breaks given that 'group' ... | Neeraj Singh | 2010-06-23 | 1 | -0/+1 |
* | Support fixtures for namespaced models [#2965 state:resolved] | Andrew White | 2010-04-25 | 1 | -0/+9 |
* | Refactor compute_type to handle situations where the correct class is already... | Andrew White | 2010-04-12 | 1 | -0/+14 |
* | Add failing test that triggers the stack overflow | Bryan Stearns | 2010-01-08 | 1 | -0/+10 |
* | Add inverse polymorphic association support. [#3520 state:resolved] | George Ogata | 2009-12-28 | 1 | -0/+4 |
* | Revert "Revert "Assert primary key does not exist in habtm when the associati... | Jeremy Kemper | 2009-11-23 | 1 | -1/+1 |
* | Fix has_one with foreign_key and primary_key association bug which caused the... | Graeme Porteous | 2009-09-12 | 1 | -0/+1 |
* | Revert "Assert primary key does not exist in habtm when the association is de... | Jeremy Kemper | 2009-09-02 | 1 | -1/+1 |
* | Assert primary key does not exist in habtm when the association is defined, i... | José Valim | 2009-09-01 | 1 | -1/+1 |
* | has_many :through create should not raise validation errors | railsbob | 2009-08-09 | 1 | -0/+4 |
* | fix schema_dumper_test for Oracle as it supports precision up to 38 | Raimonds Simanovskis | 2009-08-06 | 1 | -1/+6 |
* | added additional objects necessary for OracleAdapter specific tests | Raimonds Simanovskis | 2009-08-06 | 1 | -3/+21 |
* | Add simple support for ActiveModel's StateMachine for ActiveRecord | Joshua Peek | 2009-08-04 | 1 | -0/+7 |
* | Add primary_key option to belongs_to association | Szymon Nowak | 2009-07-15 | 1 | -0/+7 |
* | Ensure hm:t#create respects source associations hash conditions [#2090 state:... | mattbauer | 2009-06-21 | 1 | -0/+1 |
* | Schema dumper now records scale 0 decimal columns as decimal not integer. | Giles Alexander | 2009-06-01 | 1 | -0/+1 |
* | Fixed limited eager loading associations with numbers in the name [#2668 stat... | Benjamin Floering | 2009-05-18 | 1 | -0/+1 |
* | replace the aaa_create_tables_test hack with loading test database schema in ... | Mislav Marohnić | 2009-05-17 | 1 | -1/+4 |
* | Revert "Fixed bug with polymorphic has_one :as pointing to an STI record" | Jeremy Kemper | 2009-05-11 | 1 | -2/+1 |
* | Allow you to pass :all_blank to :reject_if option to automatically create a P... | Mike Breen | 2009-05-10 | 1 | -0/+1 |
* | Providing support for :inverse_of as an option to associations. | Murray Steele | 2009-05-04 | 1 | -0/+20 |
* | Fixed bug with polymorphic has_one :as pointing to an STI record | Ruy Asan | 2009-05-01 | 1 | -1/+2 |
* | Fixed dumping from postgresql columns in index in wrong order. [#2515 state:r... | Max Lapshin | 2009-04-21 | 1 | -0/+2 |
* | Quote table names when casting to regclass so that capitalized tables are sup... | Scott Woods | 2009-04-21 | 1 | -0/+4 |
* | Added :touch option to belongs_to associations that will touch the parent rec... | David Heinemeier Hansson | 2009-04-16 | 1 | -0/+2 |
* | Ensure has_many :through works with changed primary keys [#736 state:resolved] | Jim Remsik and Tim Pope | 2009-03-09 | 1 | -0/+5 |
* | Ensure validates_uniqueness_of considers limit on the field. [#1042 state:res... | Arthur Klepchukov | 2009-03-07 | 1 | -0/+4 |
* | Add support for nested object forms to ActiveRecord and the helpers in Action... | Eloy Duran | 2009-02-01 | 1 | -0/+11 |