aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations
Commit message (Expand)AuthorAgeFilesLines
...
* | Use method compilation for association methodsJon Leighton2012-08-102-3/+3
* | Remove the dependent_restrict_raises option.Jon Leighton2012-08-102-67/+30
* | Fix #7191. Remove unnecessary transaction when assigning has_one associations.kennyj2012-08-081-0/+13
* | removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-2/+2
* | Remove ActiveRecord::Base.to_aJon Leighton2012-08-032-3/+3
* | load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* | s/scoped/scope/Jon Leighton2012-08-011-1/+1
* | Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-08-012-18/+49
* | Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql."Jon Leighton2012-08-012-0/+171
* | AR::Relation#order: make new order prepend old oneBogdan Gusiev2012-07-312-4/+4
* | Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-2713-247/+247
* | ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-2711-152/+152
* | Deprecate update_column in favor of update_columns.Rafael Mendonça França2012-07-246-16/+16
* | rm unnecessary testJon Leighton2012-07-201-7/+0
* | rm redundant testJon Leighton2012-07-201-7/+0
* | Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-202-171/+0
* | Fix class_eval without __FILE__ and __LINE__.kennyj2012-07-181-2/+2
* | fix association :extend optionJon Leighton2012-07-131-1/+1
* | Represent association scope options as AR::Relations insternally.Jon Leighton2012-07-131-0/+15
* | fix assertion arguments orderJon Leighton2012-07-131-2/+2
* | Allow associations to take a lambda which builds the scopeJon Leighton2012-07-132-1/+8
* | Remove ActiveRelation#inspectBrian Cardarella2012-06-291-1/+1
* | Improve the derivation of HABTM assocation join table namesAndrew White2012-06-221-3/+1
* | No need to cache table metadata in advance now that #6683 was merged.Rafael Mendonça França2012-06-112-16/+0
* | Merge pull request #6492 from pmahoney/fair-connection-pool2Rafael Mendonça França2012-06-112-0/+7
|\ \
| * | Make connection pool fair with respect to waiting threads.Patrick Mahoney2012-05-251-0/+3
| * | Cache metadata in advance to avoid extra sql statements while testing.Yasuo Honda2012-05-251-0/+7
* | | Fix fragile #assert_queries implementation and usages.Steve Jorgensen2012-06-092-4/+5
* | | 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
* | | Add support for CollectionAssociation#delete by Fixnum or StringFrancesco Rodriguez2012-05-281-3/+17
|/ /
* | Ensure that CollectionAssociation#replace returns proper targetPiotr Sarnacki2012-05-191-2/+2
* | fix #delete_all with habtm with :delete_sqlJon Leighton2012-05-181-0/+6
* | Perf: Don't load the association for #delete_all.Jon Leighton2012-05-181-0/+12
* | quarantine deprecated testsJon Leighton2012-05-184-151/+9
* | Merge pull request #5453 from JonRowe/patch_uniq_has_and_belongs_to_many_when...Aaron Patterson2012-05-161-0/+6
|\ \
| * | when using a preloaded array and the uniq flag is set then return the size of...Jon Rowe2012-03-151-0/+6
* | | Fix CollectionAssociation#replace to return new target (closes #6231)Piotr Sarnacki2012-05-161-0/+12
* | | Remove #=== quirkJon Leighton2012-05-112-11/+0
* | | CollectionProxy < RelationJon Leighton2012-05-114-7/+20
* | | Fix issue with private kernel methods and collection associations. Closes #2508Carlos Antonio da Silva2012-05-021-0/+5
* | | Remove unused assignments from activerecord testsMark Rushakoff2012-04-291-1/+0
* | | remove deprecated callsJon Leighton2012-04-276-64/+64
* | | more deprecations manually fixedJon Leighton2012-04-272-38/+38
* | | find and replace deprecated keysJon Leighton2012-04-2711-150/+150
* | | %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-2711-209/+209
* | | don't need this testJon Leighton2012-04-261-5/+0
* | | remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-268-52/+47
* | | remove deprecate #all usageJon Leighton2012-04-261-1/+1
* | | remove deprecated #first callsJon Leighton2012-04-261-12/+1