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
/
calculations.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete unnecessary line that was necessary before I changed the code and it b...
Jon Leighton
2011-12-22
1
-1
/
+0
*
Make ActiveRecord::Relation#pluck work with serialized attributes
Jon Leighton
2011-12-22
1
-4
/
+4
*
ActiveRecord::Relation#pluck method
Bogdan Gusiev
2011-11-30
1
-0
/
+17
*
Make it the responsibility of the connection to hold onto an ARel visitor for...
Jon Leighton
2011-08-08
1
-2
/
+2
*
Fixed failing query when performing calculation with having based on select.
Dmitriy Kiriyenko
2011-07-27
1
-0
/
+1
*
Fixed AR::Relation#sum compatibility with Array#sum
Bogdan Gusiev
2011-07-05
1
-2
/
+6
*
Apply the default scope earlier when doing calculations. Fixes #1682.
Jon Leighton
2011-06-23
1
-5
/
+11
*
Ensure that calculations properly override the select value even if it's set ...
Jon Leighton
2011-05-31
1
-2
/
+2
*
Remove extra white spaces on ActiveRecord docs.
Sebastian Martinez
2011-05-23
1
-4
/
+4
*
Bug fixes:
Fadzril Muhamad & Joseph Palermo
2011-05-12
1
-5
/
+4
*
Ensure that ORDER BY clauses from default scopes are not included in calculat...
Jon Leighton
2011-05-08
1
-1
/
+1
*
Use Arel to build subquery. Adapt tests to changed fixtures.
John Mileham
2011-03-24
1
-13
/
+12
*
Change behavior of count(:limit => x, :offset => y) to limit/offset before co...
John Mileham
2011-03-03
1
-14
/
+26
*
removing limits and offsets from COUNT queries unless both are specified. [#6...
Aaron Patterson
2011-02-25
1
-1
/
+13
*
The type_cast_calculated_value method will trust DB types before casting to a...
Ken Collins
2011-02-03
1
-1
/
+1
*
Always return decimal average of integer fields
Raimonds Simanovskis
2011-01-10
1
-9
/
+5
*
ActiveRecord::Relation#primary_key should return a string, just like ActiveRe...
Jon Leighton
2011-01-03
1
-1
/
+1
*
Rename AssociationReflection#primary_key_name to foreign_key, since the optio...
Jon Leighton
2010-12-31
1
-1
/
+1
*
just grep the AST for OuterJoin nodes rather than converting the tree to SQL
Aaron Patterson
2010-11-30
1
-1
/
+1
*
reduce method calls on arel
Aaron Patterson
2010-11-30
1
-1
/
+1
*
refactor to reduce method calls
Aaron Patterson
2010-11-16
1
-10
/
+19
*
Fix ActiveRecord calculations when grouped by multiple fields
Alexandru Catighera
2010-11-16
1
-14
/
+18
*
we should always cast the value based on the column
Aaron Patterson
2010-10-11
1
-1
/
+1
*
Honor distinct option when used with count operation after group clause [#572...
Marcelo Giorgi
2010-10-11
1
-4
/
+8
*
[#5441 state:resolved] refactoring code to determine aggregate column
Aaron Patterson
2010-09-30
1
-11
/
+14
*
refactoring to remove crazy logic
Aaron Patterson
2010-09-28
1
-1
/
+5
*
fisting the postgresql tests
Aaron Patterson
2010-09-28
1
-1
/
+2
*
avoid calling to_sql when we can
Aaron Patterson
2010-09-28
1
-3
/
+3
*
removing an inject + merge in favor of Hash#[]
Aaron Patterson
2010-09-28
1
-1
/
+1
*
Goodbye inject, hello map.
Emilio Tagua
2010-09-22
1
-7
/
+5
*
return is not needed here
Neeraj Singh
2010-09-09
1
-2
/
+2
*
remove unnecessary call
Neeraj Singh
2010-09-09
1
-1
/
+0
*
attributes should be constructed with table objects
Aaron Patterson
2010-09-07
1
-1
/
+1
*
attributes should be associated with tables
Aaron Patterson
2010-09-07
1
-1
/
+1
*
Use new finders syntax in docs.
Emilio Tagua
2010-09-01
1
-2
/
+2
*
minor formatting fixes
Neeraj Singh
2010-08-25
1
-8
/
+6
*
refactoring to remove duplicate logic
Aaron Patterson
2010-08-18
1
-4
/
+3
*
call to present? is not necessary
Aaron Patterson
2010-08-18
1
-2
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-26
/
+26
*
adds missing requires for Object#try
Xavier Noria
2010-08-09
1
-0
/
+1
*
ensuring that description does not exceed 100 columns
Neeraj Singh
2010-08-02
1
-27
/
+52
*
revises the rdoc of #average according to 5f3bd55, and realigns when clauses
Xavier Noria
2010-05-12
1
-5
/
+4
*
type_cast_calculated_value refactor: value is never a Fixnum here. Fix test s...
Santiago Pastorino
2010-05-11
1
-1
/
+1
*
Fix unintuitive behavior with multiple order and group clauses
Ernie Miller
2010-05-06
1
-1
/
+1
*
Allow pre-casted values (other than nil) to pass through from calculations un...
Brian Lopez
2010-05-04
1
-5
/
+9
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+2
*
Ignore order for simple calculations to make postgresql happy
Pratik Naik
2010-01-20
1
-1
/
+2
*
Rename CalculationMethods to Calculations and get rid of the old Calculations...
Pratik Naik
2010-01-19
1
-0
/
+258