aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/join_model_test.rb
Commit message (Expand)AuthorAgeFilesLines
* rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.Yves Senn2013-03-151-2/+2
* Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"Guillermo Iguaran2013-01-181-1/+1
* User Rails 4 find_byrobertomiranda2013-01-181-1/+1
* deprecate `assert_blank` and `assert_present`.Yves Senn2013-01-051-2/+2
* Fix has_many assocation w/select load after createErnie Miller2012-10-051-0/+8
* Use method compilation for association methodsJon Leighton2012-08-101-1/+1
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-2/+2
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-27/+27
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-17/+17
* Deprecate update_column in favor of update_columns.Rafael Mendonça França2012-07-241-6/+6
* Add tests to delete by fixnum or string id with has many through associationsFrancesco Rodriguez2012-05-281-0/+20
* Fix failing build related to change in CollectionAssociation#deleteCarlos Antonio da Silva2012-05-291-1/+1
* quarantine deprecated testsJon Leighton2012-05-181-9/+0
* CollectionProxy < RelationJon Leighton2012-05-111-1/+1
* 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