aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/join_model_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* remove deprecated callsJon Leighton2012-04-271-4/+4
* find and replace deprecated keysJon Leighton2012-04-271-15/+15
* %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-271-23/+23
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-7/+7
* remove deprecate #calculate callsJon Leighton2012-04-261-1/+1
* fix #scoped deprecationsJon Leighton2012-04-261-3/+3
* remove tests for #with_scope (it's now deprecated)Jon Leighton2012-04-251-8/+0
* fix testsJon Leighton2012-04-131-1/+1
* Deprecate inferred JOINs with includes + SQL snippets.Jon Leighton2012-01-161-1/+1
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-2/+2
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-2/+2
* Deprecate set_table_name in favour of self.table_name= or defining your own m...Jon Leighton2011-11-291-1/+1
* Do not hardcode :id as it was ignored by mass assignment filterRaimonds Simanovskis2011-06-081-2/+2
* Allow polymorphic has_one to work when the association is set before the owne...Jon Leighton2011-06-081-0/+11
* When you add a record to a polymorphic has_one, you should be able to access ...Jon Leighton2011-06-081-1/+4
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Refactoring test_has_many_with_pluralize_table_names_false testGuillermo Iguaran2011-05-201-4/+1
* Adding missing requireGuillermo Iguaran2011-05-161-0/+1
* Fixing has_many association when ActiveRecord::Base.pluralize_table_names is ...Guillermo Iguaran2011-05-151-0/+11
* Refactor test to avoid hackeryJon Leighton2011-04-151-4/+4
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-2/+3
* Added new #update_column method.Sebastian Martinez2011-03-271-6/+6
* Revert "Removed #update_attribute method. New #update_column method."Sebastian Martinez2011-03-271-6/+6
* Removed #update_attribute method. New #update_column method.Sebastian Martinez2011-03-261-6/+6
* adding missing requireAaron Patterson2011-03-221-0/+1
* oracle, y u defy meJon Leighton2011-03-161-1/+1
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-15/+34
|\
| * Rewrote AssociationPreload.Jon Leighton2011-02-281-1/+1
| * Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-181-1/+1
| |\
| | * Split AssociationProxy into an Association class (and subclasses) which manag...Jon Leighton2011-02-181-1/+1
| * | Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-151-12/+15
| |\|
| | * use underlying _read_attribute method rather than causing NoMethodErrorsAaron Patterson2011-01-111-1/+1
| | * In a number of places in the tests, we only need to turn off transactional fi...Jon Leighton2011-01-111-1/+2
| | * Let AssociationCollection#find use #scoped to do its finding. Note that I am ...Jon Leighton2011-01-031-7/+0
| | * Raise an error for associations which try to go :through a polymorphic associ...Jon Leighton2010-12-231-3/+8
| | * define_attr_method must serialize nil correctlyAaron Patterson2010-12-201-0/+4
| * | Merge remote branch 'rails/master' into identity_mapEmilio Tagua2010-12-201-11/+17
| |\|
| | * Fix various issues with the :primary_key option in :through associations [#24...Jon Leighton2010-12-151-0/+16
| * | IdentityMap - Tests for IMMarcin Raczkowski2010-11-191-1/+1
* | | Merge branch 'master' into nested_has_many_throughJon Leighton2010-12-121-10/+0
|\ \ \ | | |/ | |/|
| * | not a responsibility for rails to testAaron Patterson2010-12-031-10/+0
* | | Merge branch 'master' into nested_has_many_throughJon Leighton2010-11-271-1/+1
|\| |
| * | removing unused variablesAaron Patterson2010-11-221-1/+1
| |/
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-11-171-8/+8
|\|
| * use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-8/+8
| * Add some tests for functionality in JoinAssociation which already exists but ...Jon Leighton2010-10-131-2/+2
* | Added test_has_many_through_has_many_with_has_many_through_habtm_source_refle...Jon Leighton2010-10-141-1/+1
* | Refactoring JoinDependency and friends. This improves the code (IMO) includin...Jon Leighton2010-10-061-2/+2
* | Initial nested_has_many_through support [#1152]Bodaniel Jeanes2010-09-261-8/+0
|/