index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
relation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove fall back and column restrictions for `count`.
Yves Senn
2013-06-09
1
-10
/
+6
*
Merge pull request #10561 from Empact/nix-throwresult
Jon Leighton
2013-06-07
2
-15
/
+15
|
\
|
*
Rather than raising ThrowResult when construct_limited_ids_conditions comes u...
Ben Woosley
2013-05-10
2
-17
/
+15
|
*
Fix that #pluck wasn't rescuing ThrowResult, meaning it would blow up when fa...
Ben Woosley
2013-05-10
1
-0
/
+2
*
|
Remove #sum with a block was deprecated.
kennyj
2013-06-01
1
-9
/
+1
*
|
Merge pull request #10767 from jmondo/master
Carlos Antonio da Silva
2013-05-29
1
-1
/
+1
|
\
\
|
*
|
use grep over select for consistency and efficiency
John Gesimondo
2013-05-28
1
-1
/
+1
*
|
|
`implicit_readonly` is being removed in favor of calling `readonly` explicitly
Yves Senn
2013-05-27
1
-5
/
+0
|
/
/
*
|
avoid creating a set if no where values are removed
Aaron Patterson
2013-05-21
1
-0
/
+2
*
|
remove bind values for where clauses that were removed
Aaron Patterson
2013-05-21
1
-9
/
+8
*
|
push partitioning up so bind elimination can get the removed wheres
Aaron Patterson
2013-05-21
1
-5
/
+3
*
|
push partion logic down and initialization logic up
Aaron Patterson
2013-05-21
1
-15
/
+11
*
|
partition the where values so we can access the removed ones
Aaron Patterson
2013-05-20
1
-1
/
+6
*
|
eliminate some conditionals
Aaron Patterson
2013-05-20
1
-3
/
+3
*
|
change method name to reflect what it actually does.
Aaron Patterson
2013-05-20
1
-2
/
+2
*
|
save the where values in variables so we don't need to look them up all
Aaron Patterson
2013-05-20
1
-4
/
+5
*
|
pass where values to the helper function rather than rely on internal state
Aaron Patterson
2013-05-20
1
-4
/
+4
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-05-12
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
added to rdoc for unscope that default_scope wins
Neeraj Singh
2013-05-03
1
-0
/
+3
*
|
Extract JoinDependency#join_relation to DRY the repeated application of the #...
Ben Woosley
2013-05-10
2
-7
/
+2
*
|
In #apply_join_dependency, we can apply the #where in-place because relation ...
Ben Woosley
2013-05-10
1
-1
/
+1
*
|
DRY-up join dependency creation by extracting construct_join_depdency
Ben Woosley
2013-05-10
1
-7
/
+5
*
|
Pull the excepts into apply_join_dependency, for the sake of DRY.
Ben Woosley
2013-05-10
1
-3
/
+4
*
|
Simplify conditions within apply_join_dependency
Ben Woosley
2013-05-10
1
-9
/
+5
*
|
Move the except(:select) inside the construct_limited_ids_condition method to...
Ben Woosley
2013-05-10
1
-2
/
+2
*
|
Reject blank order_values within #columns_for_distinct, as the orders aren't ...
Ben Woosley
2013-05-10
1
-2
/
+2
*
|
Fix that #exists? can produce invalid SQL: "SELECT DISTINCT DISTINCT"
Ben Woosley
2013-05-10
1
-2
/
+2
*
|
extracted piece of code into a method
Neeraj Singh
2013-05-08
1
-13
/
+12
*
|
Handle aliased attributes in ActiveRecord::Relation.
Godfrey Chan
2013-05-01
2
-8
/
+22
|
/
*
add missing :nodoc: marks to ActiveRecord::Delegation [ci skip]
Francesco Rodriguez
2013-04-29
1
-3
/
+3
*
When empty options passed to having clause having_values was [nil] but should...
Fyodor
2013-04-23
1
-1
/
+0
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-04-11
1
-2
/
+1
|
\
|
*
mark relation mutator as :nodoc: [ci skip]
Francesco Rodriguez
2013-04-02
1
-2
/
+1
*
|
Remove warning
Carlos Antonio da Silva
2013-04-10
1
-2
/
+2
*
|
converge three lines into one
Neeraj Singh
2013-04-10
1
-3
/
+1
*
|
While merging relations preserve context for joins
Jared Armstrong and Neeraj Singh
2013-04-10
1
-2
/
+30
*
|
true/false => truthy falsy
Steve Klabnik
2013-04-02
1
-2
/
+2
*
|
Prefer find_by over dynamic finders in rdoc
Sam Ruby
2013-04-02
1
-1
/
+1
*
|
Throwing a RecordNotFound exception when a record is scanned using the
wangjohn
2013-04-01
1
-11
/
+24
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-03-30
1
-1
/
+1
|
\
|
*
Fix typo
Carson McDonald
2013-03-22
1
-1
/
+1
|
*
Fix typo, ording to ordering
Carson McDonald
2013-03-18
1
-1
/
+1
|
*
Uniq cannot be used directly on an ActiveRecord model. 'DISTINCT field' is th...
Daniel Lobato
2013-03-12
1
-1
/
+1
*
|
Merge pull request #9274 from KrzysiekJ/spaces_in_scope_names
Rafael Mendonça França
2013-03-27
1
-5
/
+3
|
\
\
|
*
|
Use define_method when method name contains weird characters.
Krzysztof Jurewicz
2013-03-18
1
-5
/
+3
*
|
|
Fixed typos in activerecord
Prathamesh Sonpatki
2013-03-27
1
-1
/
+1
*
|
|
Fix some typos in AR- CHANGELOG, tests, method doc. fixed
Vipul A M
2013-03-20
1
-1
/
+1
*
|
|
Merge branch 'master-sec'
Aaron Patterson
2013-03-18
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
stop calling to_sym when building arel nodes [CVE-2013-1854]
Aaron Patterson
2013-03-15
1
-1
/
+1
|
|
/
*
|
Deprecate the `:distinct` option for `Relation#count`.
Yves Senn
2013-03-15
1
-2
/
+7
[next]