| Commit message (Expand) | Author | Age | Files | Lines |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -2/+2 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -5/+5 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -4/+4 |
* | Allow `joins` to be unscoped | Takashi Kokubun | 2016-01-31 | 1 | -0/+1 |
* | Skip StatementCache for eager loaded associations (Fixes #16761) | Sammy Larbi | 2014-09-04 | 1 | -0/+5 |
* | Only merge scopes with zero arity in has_many through | Agis- | 2014-08-20 | 1 | -0/+1 |
* | Revert "Merge pull request #14544 from jefflai2/named_scope_sti" | Rafael Mendonça França | 2014-05-21 | 1 | -1/+0 |
* | build fix, use lambda syntax that ruby 1.9.3 understands. | Yves Senn | 2014-05-21 | 1 | -1/+1 |
* | Fix polymorphic eager load with foreign_key as String. | Lauro Caetano | 2014-05-20 | 1 | -0/+3 |
* | Merge pull request #14544 from jefflai2/named_scope_sti | Rafael Mendonça França | 2014-05-20 | 1 | -0/+1 |
|\ |
|
| * | Fixes Issue #13466. | Jefferson Lai | 2014-04-23 | 1 | -0/+1 |
* | | Merge pull request #15078 from nbudin/fix_merger_filter_binds_comparison_master | Rafael Mendonça França | 2014-05-14 | 1 | -0/+8 |
|\ \ |
|
| * | | Make filter_binds filter out symbols that are equal to strings | Nat Budin | 2014-05-14 | 1 | -0/+8 |
|/ / |
|
* / | Put back Relation#join method as a delegate to Array | Bogdan Gusiev | 2014-05-05 | 1 | -0/+4 |
|/ |
|
* | Fix scope chaining + STI | Jon Leighton | 2013-04-05 | 1 | -1/+0 |
* | failing test for #9869 | Neeraj Singh | 2013-04-05 | 1 | -0/+1 |
* | Goodbye there, very special rubbish! | Akira Matsuda | 2013-01-24 | 1 | -6/+0 |
* | Deprecate ActiveRecord::Base.scoped. | Jon Leighton | 2012-07-27 | 1 | -3/+3 |
* | find and replace deprecated keys | Jon Leighton | 2012-04-27 | 1 | -1/+1 |
* | %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th... | Jon Leighton | 2012-04-27 | 1 | -1/+1 |
* | Adds test to check that circular preloading does not modify Model.unscoped (a... | Benedikt Deicke | 2012-04-03 | 1 | -0/+2 |
* | Deprecate eager-evaluated scopes. | Jon Leighton | 2012-03-21 | 1 | -8/+6 |
* | Fix exception if old and new targets are both nil. Fixes #1471. | Jon Leighton | 2011-07-12 | 1 | -1/+4 |
* | Test added for namedscope target. | Arun Agrawal | 2011-06-03 | 1 | -1/+2 |
* | Revert "Deprecate defining scopes with a callable (lambda, proc, etc) via the... | Jon Leighton | 2011-04-17 | 1 | -4/+1 |
* | Deprecate defining scopes with a callable (lambda, proc, etc) via the scope c... | Jon Leighton | 2011-04-12 | 1 | -1/+4 |
* | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2011-03-04 | 1 | -0/+6 |
|\ |
|
| * | Propagate association extensions to scopes called on the association. | Glenn Vanderburg | 2011-02-01 | 1 | -0/+1 |
| * | Let AssociationCollection#find use #scoped to do its finding. Note that I am ... | Jon Leighton | 2011-01-03 | 1 | -0/+5 |
| * | Add some tests for functionality in JoinAssociation which already exists but ... | Jon Leighton | 2010-10-13 | 1 | -0/+3 |
* | | Add support for nested through associations in JoinAssociation. Hence Foo.joi... | Jon Leighton | 2010-10-09 | 1 | -0/+1 |
* | | Refactoring JoinDependency and friends. This improves the code (IMO) includin... | Jon Leighton | 2010-10-06 | 1 | -0/+3 |
|/ |
|
* | Properly cache association_collection#scopes calls having arguments | Pratik Naik | 2010-06-04 | 1 | -0/+1 |
* | Rename named_scope to scope | Pratik Naik | 2010-01-18 | 1 | -3/+3 |
* | Prevent overwriting of table name in merging SQL conditions [#2949 state:reso... | Tristan Dunn | 2009-08-10 | 1 | -1/+5 |
* | Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen] | Rick Olson | 2008-03-24 | 1 | -0/+2 |
* | Make sure that belongs_to counter decrements when assigning nil Closes #10804... | Michael Koziarski | 2008-01-26 | 1 | -2/+2 |
* | move assets and models | Jeremy Kemper | 2008-01-18 | 1 | -0/+23 |