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
*
Revert "Style fixes"
Pratik Naik
2010-07-15
1
-20
/
+20
*
Style fixes
wycats
2010-07-14
1
-20
/
+20
*
Style fixes
Pratik Naik
2010-07-14
1
-20
/
+20
*
Fix the #using_limitable_reflections? helper to work correctly by not examini...
Ken Collins
2010-07-08
1
-1
/
+1
*
No need to check if the attribute exists (this is the same behavior as in 2.3...
José Valim
2010-06-29
1
-3
/
+1
*
array subtraction should be faster than iterating over all the elements
Neeraj Singh
2010-06-29
1
-1
/
+1
*
Add scoping and unscoped as the syntax to replace the old with_scope and with...
José Valim
2010-06-29
1
-2
/
+3
*
Remove unneeded reject
Santiago Pastorino
2010-06-28
1
-8
/
+1
*
Refactor: metaprogramming here it's confusing and make use of tap
Santiago Pastorino
2010-06-26
1
-64
/
+73
*
Removes useless flatten
Santiago Pastorino
2010-06-26
1
-4
/
+9
*
Create a little bit less objects in ARel.
José Valim
2010-06-26
1
-6
/
+9
*
blocks removed from all the ActiveRelation query_methods, extend method added...
Santiago Pastorino
2010-06-26
1
-8
/
+4
*
reorder method added to ActiveRelation
Santiago Pastorino
2010-06-26
1
-0
/
+8
*
Support for multiple selects added
Neeraj Singh and Santiago Pastorino
2010-06-25
1
-4
/
+7
*
Makes a build_select for the select part of build_arel
Santiago Pastorino
2010-06-25
1
-10
/
+13
*
Metaprogramming not needed here
Santiago Pastorino
2010-06-25
1
-11
/
+9
*
Only yield block if given.
Emilio Tagua
2010-06-24
1
-2
/
+2
*
Remove block definitions in finder methods.
Emilio Tagua
2010-06-24
1
-4
/
+4
*
Fix small bug where ActiveRecord::PredicateBuilder#build_from_hash didn't tes...
James Harton
2010-06-22
1
-1
/
+1
*
Fix order method to accept relation attributes.
Emilio Tagua
2010-06-22
1
-1
/
+1
*
Don't waste time building relations if there are no values presents. [#4860 s...
Emilio Tagua
2010-06-21
1
-4
/
+4
*
Refactor build_arel: move joins out and simplify havings. [#4860 state:resolved]
Emilio Tagua
2010-06-20
1
-46
/
+46
*
Special treatement for Relation#select { with block }
Pratik Naik
2010-06-02
1
-1
/
+14
*
To allow proper fisting of stack trace
Santiago Pastorino
2010-05-14
1
-3
/
+3
*
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
*
Improve code from 231d7676f72947bae765b9bd885b134aaf949921
Pratik Naik
2010-05-09
1
-7
/
+5
*
corrected AR find_each and find_in_batches to raise when the user uses select...
Josh Kalderimis
2010-05-09
1
-1
/
+8
*
Here the intention was to assign to different objects
Santiago Pastorino
2010-05-08
1
-1
/
+1
*
Make find_or_create and find_or_initialize work mixing explicit parameters an...
Santiago Pastorino
2010-05-07
1
-9
/
+13
*
Fix unintuitive behavior with multiple order and group clauses
Ernie Miller
2010-05-06
3
-8
/
+9
*
Allow pre-casted values (other than nil) to pass through from calculations un...
Brian Lopez
2010-05-04
1
-5
/
+9
*
Fix eager loading of associations causing table name collisions
Ernie Miller
2010-04-28
2
-32
/
+42
*
Some require indifferent_access added
Santiago Pastorino
2010-04-21
1
-0
/
+1
*
Build PredicateBuilder object only when needed
Pratik Naik
2010-04-21
1
-3
/
+1
*
Fix evals missing context
Jeremy Kemper
2010-04-10
1
-3
/
+3
*
Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)
Jeremy Kemper
2010-04-10
1
-1
/
+2
*
Raise a StatementInvalid error when trying to build a condition with hash key...
Carl Lerche
2010-04-03
1
-1
/
+3
*
Goodbye ActiveRecord::NamedScope::Scope
Pratik Naik
2010-04-02
1
-1
/
+1
*
Make Relation#first and Relation#last behave like named scope's
Pratik Naik
2010-04-02
1
-2
/
+18
*
Add Relation extensions
Pratik Naik
2010-04-02
2
-8
/
+28
*
Consistency when using Relation constants
Pratik Naik
2010-04-02
1
-2
/
+2
*
Arel now handles ranges with excluded end.
Emilio Tagua
2010-03-29
1
-6
/
+1
*
Warn scoped order and limit are ignored. [#4123 state:resolved]
Emilio Tagua
2010-03-29
1
-1
/
+5
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
5
-0
/
+10
*
Move methods from association to relation finder methods.
Emilio Tagua
2010-03-25
1
-2
/
+11
*
Refactor relation merging to create just one relation and then assign values,...
Emilio Tagua
2010-03-25
1
-22
/
+14
*
From and lock should be defined to be consistent with other ivars. Limit and ...
Emilio Tagua
2010-03-22
1
-14
/
+4
*
kill where / having method redefine warnings. [#4225 state:resolved]
Aaron Patterson
2010-03-18
1
-0
/
+1
*
Arel now fallback to using Arel::Attribute if the table/column doesn't exists.
Emilio Tagua
2010-03-10
1
-3
/
+1
[next]