| Commit message (Expand) | Author | Age | Files | Lines |
* | Added new #update_column method. | Sebastian Martinez | 2011-03-27 | 5 | -14/+14 |
* | Revert "Removed #update_attribute method. New #update_column method." | Sebastian Martinez | 2011-03-27 | 5 | -14/+14 |
* | Removed #update_attribute method. New #update_column method. | Sebastian Martinez | 2011-03-26 | 5 | -14/+14 |
* | adding missing require | Aaron Patterson | 2011-03-22 | 1 | -0/+1 |
* | oracle, y u defy me | Jon Leighton | 2011-03-16 | 1 | -1/+1 |
* | Fix tests under postgres - we should always put conditions in the WHERE part ... | Jon Leighton | 2011-03-12 | 1 | -1/+1 |
* | Add a test for STI on the through where the through is nested, and change the... | Jon Leighton | 2011-03-05 | 1 | -0/+9 |
* | When preloading has_and_belongs_to_many associations, we should only instanti... | Jon Leighton | 2011-03-04 | 1 | -0/+16 |
* | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2011-03-04 | 16 | -504/+1182 |
|\ |
|
| * | Rewrote AssociationPreload. | Jon Leighton | 2011-02-28 | 2 | -16/+15 |
| * | Use proper objects to do the work to build the associations (adding methods, ... | Jon Leighton | 2011-02-21 | 1 | -8/+12 |
| * | Don't use skip, just don't run anything, we don't have skip in Ruby 1.8 | Emilio Tagua | 2011-02-18 | 1 | -4/+2 |
| * | Should use "=" instead "replace" after this commit: 1644663ba7f678d178deab2bf... | Emilio Tagua | 2011-02-18 | 1 | -1/+1 |
| * | No need to test agaisnt target. | Emilio Tagua | 2011-02-18 | 1 | -1/+1 |
| * | Merge remote branch 'rails/master' into identity_map | Emilio Tagua | 2011-02-18 | 7 | -109/+40 |
| |\ |
|
| | * | Split AssociationProxy into an Association class (and subclasses) which manag... | Jon Leighton | 2011-02-18 | 6 | -109/+12 |
| | * | Allow building and then later saving has_many :through records, such that the... | Jon Leighton | 2011-02-18 | 1 | -0/+18 |
| | * | Ensure that association_ids uses the correct attribute where the association ... | Jon Leighton | 2011-02-18 | 1 | -0/+10 |
| * | | Run tests without IdentityMap when IM=false is given. | Emilio Tagua | 2011-02-15 | 3 | -9/+13 |
| * | | Merge remote branch 'rails/master' into identity_map | Emilio Tagua | 2011-02-15 | 14 | -323/+801 |
| |\| |
|
| | * | Add interpolation of association conditions back in, in the form of proc { ..... | Jon Leighton | 2011-02-14 | 5 | -2/+24 |
| | * | Add missing require | Santiago Pastorino | 2011-02-13 | 1 | -0/+1 |
| | * | Fix table name collision due to incorrect alias count on certain joins. | Ernie Miller | 2011-02-12 | 1 | -0/+7 |
| | * | require tag since we need it for this test | Aaron Patterson | 2011-02-07 | 1 | -0/+1 |
| | * | Correctly update counter caches on deletion for has_many :through [#2824 stat... | Jon Leighton | 2011-02-07 | 2 | -10/+56 |
| | * | Support the :dependent option on has_many :through associations. For historic... | Jon Leighton | 2011-02-07 | 1 | -0/+100 |
| | * | Make record.association.destroy(*records) on habtm and hm:t only delete recor... | Jon Leighton | 2011-02-07 | 2 | -12/+30 |
| | * | the connection pool caches table_exists? calls | Aaron Patterson | 2011-02-07 | 1 | -0/+2 |
| | * | adjust query counts to be consistent across databases, make sure database log... | Aaron Patterson | 2011-02-04 | 1 | -3/+6 |
| | * | column cache now lives on the connection pool | Aaron Patterson | 2011-02-04 | 1 | -2/+2 |
| | * | almost fisted | Aaron Patterson | 2011-02-04 | 1 | -2/+2 |
| | * | Fixing ordering of HABTM association deletion [#6191 state:resolved] | Edward Faulkner | 2011-02-04 | 1 | -1/+1 |
| | * | Propagate association extensions to scopes called on the association. | Glenn Vanderburg | 2011-02-01 | 1 | -0/+5 |
| | * | Has many through - It is not necessary to manually merge in the conditions ha... | Jon Leighton | 2011-01-30 | 1 | -1/+11 |
| | * | AssociationCollection#clear can basically just use #delete_all, except it sho... | Jon Leighton | 2011-01-30 | 1 | -3/+6 |
| | * | AssociationCollection#to_ary should definitely dup the target! Also changed #... | Jon Leighton | 2011-01-30 | 1 | -0/+7 |
| | * | DRY up first/last and hence make last benefit from the bugfix in first | Jon Leighton | 2011-01-30 | 1 | -0/+6 |
| | * | We shouldn't be using scoped.scoping { ... } to build associated records, as ... | Jon Leighton | 2011-01-30 | 2 | -1/+32 |
| | * | Removed support for accessing attributes on a has_and_belongs_to_many join ta... | Jon Leighton | 2011-01-16 | 1 | -83/+0 |
| | * | belongs_to records should be initialized within the association scope | Jon Leighton | 2011-01-16 | 1 | -0/+21 |
| | * | Add create_association! for belongs_to | Jon Leighton | 2011-01-16 | 1 | -0/+17 |
| | * | Add missing require | Santiago Pastorino | 2011-01-14 | 1 | -0/+1 |
| | * | include_in_memory? should check against @target list in case of new records. ... | Aaron Patterson | 2011-01-12 | 1 | -0/+7 |
| | * | adding a test for no method error | Aaron Patterson | 2011-01-11 | 1 | -0/+52 |
| | * | use underlying _read_attribute method rather than causing NoMethodErrors | Aaron Patterson | 2011-01-11 | 1 | -1/+1 |
| | * | Support for create_association! for has_one associations | Jon Leighton | 2011-01-11 | 1 | -0/+18 |
| | * | Get rid of set_association_target and association_loaded? as the parts of the... | Jon Leighton | 2011-01-11 | 1 | -1/+1 |
| | * | Raise ActiveRecord::RecordNotSaved if an AssociationCollection fails to be re... | Jon Leighton | 2011-01-11 | 1 | -0/+13 |
| | * | When assigning a has_one, if anything fails, the assignment should be rolled ... | Jon Leighton | 2011-01-11 | 1 | -2/+5 |
| | * | In a number of places in the tests, we only need to turn off transactional fi... | Jon Leighton | 2011-01-11 | 1 | -1/+2 |