| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into joindep | Aaron Patterson | 2013-10-21 | 2 | -1/+10 |
|\ |
|
| * | Merge pull request #12588 from jetthoughts/12586_subquery_with_unprepared_sql | Rafael Mendonça França | 2013-10-21 | 1 | -0/+7 |
| |\ |
|
| | * | Process sub-query relation's binding values | Paul Nikitochkin | 2013-10-20 | 1 | -0/+7 |
| * | | Allow unscope to work with `where.not` | Eric Hankins | 2013-10-21 | 1 | -1/+1 |
| * | | Raise an exception when model without primary key calls .find_with_ids | Shimpei Makimoto | 2013-10-21 | 1 | -0/+2 |
| |/ |
|
| * | Don't remove the select values to add they back again | Rafael Mendonça França | 2013-10-15 | 1 | -1/+1 |
* | | pass the outer joins to join_constraints | Aaron Patterson | 2013-10-20 | 1 | -5/+1 |
* | | Merge branch 'master' into joindep | Aaron Patterson | 2013-10-15 | 2 | -15/+13 |
|\| |
|
| * | Stop accepting `options` for `Relation#average`, `Relation#minimum`, `Relatio... | Vipul A M | 2013-10-14 | 1 | -10/+10 |
| * | `Relation#count` doesn't use options anymore. | Vipul A M | 2013-10-13 | 1 | -3/+2 |
| * | Merge pull request #11791 from versioncontrol/includes_with_persistent_select | Rafael Mendonça França | 2013-10-12 | 1 | -1/+1 |
| |\ |
|
| | * | Fixes #11773 when using includes combined with select, the select statement w... | Edo Balvers | 2013-10-08 | 1 | -1/+1 |
* | | | keep a cache on the alias object | Aaron Patterson | 2013-10-14 | 1 | -1/+1 |
* | | | store aliases in a better structure | Aaron Patterson | 2013-10-14 | 1 | -1/+3 |
* | | | eliminate single use method | Aaron Patterson | 2013-10-13 | 1 | -6/+3 |
* | | | eliminate duplicate code from to_sql | Aaron Patterson | 2013-10-13 | 1 | -4/+8 |
* | | | calling construct_relation_for_association_find is no longer necessary | Aaron Patterson | 2013-10-13 | 1 | -1/+1 |
* | | | push up `select` exclusion | Aaron Patterson | 2013-10-13 | 1 | -3/+4 |
* | | | JoinDependency will take care of making things unique | Aaron Patterson | 2013-10-13 | 1 | -1/+1 |
|/ / |
|
* | | merge JoinDependency as outer joins | Aaron Patterson | 2013-10-10 | 1 | -1/+1 |
* | | stuff the join dependency object in the "anything goes" hash. | Aaron Patterson | 2013-10-10 | 3 | -4/+6 |
* | | stop splatting things back and forth | Aaron Patterson | 2013-10-10 | 1 | -1/+1 |
* | | hide join_constraints inside the JoinDependency object | Aaron Patterson | 2013-10-09 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-09-28 | 1 | -1/+1 |
|\ |
|
| * | `skiping` => `skipping` | Vipul A M | 2013-09-17 | 1 | -1/+1 |
* | | Merge pull request #12011 from jetthoughts/11963_fix_join_with_association_scope | Rafael Mendonça França | 2013-09-16 | 1 | -6/+5 |
|\ \ |
|
| * | | Collapse where constraints to one where constraint | Paul Nikitochkin | 2013-09-13 | 1 | -6/+5 |
* | | | Merge pull request #12129 from Empact/deprecate-array-bang-delegation | Rafael Mendonça França | 2013-09-12 | 1 | -3/+14 |
|\ \ \ |
|
| * | | | Deprecate the delegation of Array bang methods in ActiveRecord::Delegation | Ben Woosley | 2013-09-04 | 1 | -3/+14 |
* | | | | Merge pull request #12156 from rywall/from-copy-binds | Rafael Mendonça França | 2013-09-12 | 1 | -0/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Allow Relation#from to accept other relations with bind values. | Ryan Wallace | 2013-09-08 | 1 | -0/+1 |
| | |/
| |/| |
|
* / | | Relation#merge should not lose readonly(false) flag. | thedarkone | 2013-09-11 | 1 | -1/+5 |
|/ / |
|
* | | Merge pull request #11958 from jetthoughts/extract_pre_process_orders_args | Yves Senn | 2013-09-04 | 1 | -13/+16 |
|\ \
| |/
|/| |
|
| * | Extracted from `order` processing of arguments, and use it for `reorder` to b... | Paul Nikitochkin | 2013-09-04 | 1 | -13/+16 |
* | | Don't use Enumerable#next in pluck since it is very slow | Ryan Wallace | 2013-08-30 | 1 | -2/+1 |
* | | Merge pull request #12090 from njakobsen/merger-performance | Aaron Patterson | 2013-08-30 | 1 | -3/+3 |
|\ \ |
|
| * | | Don't create fibers just to iterate | Nicholas Jakobsen | 2013-08-30 | 1 | -3/+3 |
| |/ |
|
* | | no need to fully qualify | Aaron Patterson | 2013-08-30 | 1 | -1/+1 |
* | | move the cache to the AR models and populate it on inherited | Aaron Patterson | 2013-08-30 | 1 | -20/+29 |
* | | no need for the const_get since we lock | Aaron Patterson | 2013-08-30 | 1 | -5/+1 |
* | | require a class for cache computations | Aaron Patterson | 2013-08-30 | 1 | -1/+3 |
* | | cache misses should return self | Aaron Patterson | 2013-08-30 | 1 | -1/+1 |
|/ |
|
* | check class hierarchy with is_a? in PredicateBuilder.expand | Mikhail Dieterle | 2013-08-27 | 1 | -1/+1 |
* | let AR::FinderMethods#exists? return singletons in all cases [closes #11592] | Xavier Noria | 2013-08-19 | 1 | -7/+7 |
* | Minor optimization and code cleanup in query_methods. | Eugene Gilburg | 2013-07-31 | 1 | -38/+45 |
* | Merge branch 'revert-order-prepending' | Rafael Mendonça França | 2013-07-30 | 1 | -2/+2 |
|\ |
|
| * | Revert change on ActiveRecord::Relation#order method that prepends new | Rafael Mendonça França | 2013-07-29 | 1 | -2/+2 |
* | | Add ability to specify how a class is converted to Arel predicate | sgrif | 2013-07-28 | 3 | -35/+74 |
|/ |
|
* | stop relying on side effects of const_missing | Aaron Patterson | 2013-07-23 | 1 | -7/+7 |
* | add a specific factory method rather than using new | Aaron Patterson | 2013-07-23 | 3 | -6/+4 |