| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #15078 from nbudin/fix_merger_filter_binds_comparison_master | Rafael Mendonça França | 2014-05-14 | 1 | -0/+9 |
|\ |
|
| * | Make filter_binds filter out symbols that are equal to strings | Nat Budin | 2014-05-14 | 1 | -0/+9 |
|/ |
|
* | Get rid of unused method in AR Post test model | Carlos Antonio da Silva | 2014-05-05 | 1 | -4/+0 |
* | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-04-25 | 1 | -0/+4 |
|\ |
|
| * | Merge pull request #14573 from habermann24/has_many_through_fix | Rafael Mendonça França | 2014-04-22 | 1 | -0/+4 |
| |\ |
|
| | * | Properly handle scoping with has_many :through. Fixes #14537. | Jan Habermann | 2014-04-03 | 1 | -0/+4 |
* | | | propogate bind values collected in arel to SQL generation | Aaron Patterson | 2014-04-11 | 1 | -0/+2 |
|/ / |
|
* / | CollectionProxy uses the arel of its association's scope. | Jefferson Lai | 2014-04-02 | 1 | -0/+4 |
|/ |
|
* | Skip `include_values` from through associations chains for building target scope | Paul Nikitochkin | 2013-10-27 | 1 | -0/+3 |
* | More unused associations in AR test models | Akira Matsuda | 2013-09-10 | 1 | -1/+0 |
* | pk should not be required for hm:t associations | Aaron Patterson | 2013-08-29 | 1 | -0/+8 |
* | Revert "Merge branch 'master' of github.com:rails/docrails" | Vijay Dev | 2013-08-17 | 1 | -0/+1 |
* | More unused associations in AR test models | Akira Matsuda | 2013-07-25 | 1 | -1/+0 |
* | Fix cases where delete_records on a has_many association caused errors | Derek Kraan | 2013-01-27 | 1 | -0/+5 |
* | Unused test model | Akira Matsuda | 2013-01-24 | 1 | -5/+0 |
* | Goodbye there, very special rubbish! | Akira Matsuda | 2013-01-24 | 1 | -5/+1 |
* | Unused model DeprecatedPostWithComment | Akira Matsuda | 2013-01-24 | 1 | -7/+0 |
* | Merge pull request #8913 from seejee/regression_test_for_chained_preloaded_sc... | Carlos Antonio da Silva | 2013-01-20 | 1 | -0/+3 |
|\ |
|
| * | Added test case to prevent regression of chained, preloaded scopes. (#7490) | Chris Geihsler | 2013-01-19 | 1 | -0/+3 |
* | | Undeprecate the :extend option | Jon Leighton | 2013-01-18 | 1 | -0/+14 |
|/ |
|
* | Revert "Fix find_in_batches with customized primary_key" | Santiago Pastorino | 2012-09-21 | 1 | -5/+0 |
* | Fix find_in_batches with customized primary_key | Toshiyuki Kawanishi | 2012-09-16 | 1 | -0/+5 |
* | Add a test to make sure preloading properly merges association and default sc... | Pratik Naik | 2012-08-28 | 1 | -0/+3 |
* | Deprecate ActiveRecord::Base.scoped. | Jon Leighton | 2012-07-27 | 1 | -3/+4 |
* | rm unnecessary test | Jon Leighton | 2012-07-20 | 1 | -4/+0 |
* | Convert association macros to the new syntax | Jon Leighton | 2012-07-20 | 1 | -16/+17 |
* | %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th... | Jon Leighton | 2012-04-27 | 1 | -3/+3 |
* | remove deprecated scope stuff | Jon Leighton | 2012-04-26 | 1 | -8/+1 |
* | Deprecate eager-evaluated scopes. | Jon Leighton | 2012-03-21 | 1 | -8/+8 |
* | Add test case to has_many through association when mass_assignment_sanitizer is | Rafael Mendonça França | 2012-03-05 | 1 | -0/+2 |
* | Fix #3890. (Calling proxy_association in scope chain.) | Jon Leighton | 2011-12-08 | 1 | -1/+5 |
* | don't change class definition in test case | Josh Susser | 2011-11-29 | 1 | -0/+4 |
* | We need to recorder here. Need to drop the order from default scope. | Arun Agrawal | 2011-09-05 | 1 | -0/+10 |
* | Test added for namedscope target. | Arun Agrawal | 2011-06-03 | 1 | -0/+4 |
* | Ignore :includes on through associations | Andrew White | 2011-05-24 | 1 | -0/+6 |
* | Un-deprecate using 'default_scope' as a macro, but if you are calling the mac... | Jon Leighton | 2011-04-18 | 1 | -4/+1 |
* | Revert "Deprecate defining scopes with a callable (lambda, proc, etc) via the... | Jon Leighton | 2011-04-17 | 1 | -11/+9 |
* | common @jonleighton :bomb: | Aaron Patterson | 2011-04-12 | 1 | -2/+1 |
* | Deprecate defining scopes with a callable (lambda, proc, etc) via the scope c... | Jon Leighton | 2011-04-12 | 1 | -9/+13 |
* | Deprecated support for passing hashes and relations to default_scope, in favo... | Jon Leighton | 2011-04-12 | 1 | -5/+10 |
* | oracle, y u defy me | Jon Leighton | 2011-03-16 | 1 | -4/+4 |
* | Add a test for STI on the through where the through is nested, and change the... | Jon Leighton | 2011-03-05 | 1 | -0/+1 |
* | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2011-03-04 | 1 | -2/+33 |
|\ |
|
| * | Allow building and then later saving has_many :through records, such that the... | Jon Leighton | 2011-02-18 | 1 | -0/+1 |
| * | Ensure that association_ids uses the correct attribute where the association ... | Jon Leighton | 2011-02-18 | 1 | -0/+1 |
| * | Add interpolation of association conditions back in, in the form of proc { ..... | Jon Leighton | 2011-02-14 | 1 | -0/+7 |
| * | Correctly update counter caches on deletion for has_many :through [#2824 stat... | Jon Leighton | 2011-02-07 | 1 | -0/+5 |
| * | Let AssociationCollection#find use #scoped to do its finding. Note that I am ... | Jon Leighton | 2011-01-03 | 1 | -1/+1 |
| * | removing SQL interpolation, please use scoping and attribute conditionals as ... | Aaron Patterson | 2010-12-22 | 1 | -3/+0 |
| * | has_many associations with :dependent => :delete_all should update the counte... | Jon Leighton | 2010-12-20 | 1 | -0/+2 |