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
*
group can be done by left side only
Aaron Patterson
2010-11-17
1
-6
/
+3
*
collapsing same table / column WHERE clauses to be OR [#4598 state:resolved]
Aaron Patterson
2010-11-17
1
-4
/
+25
*
use shorter form for sql literals
Aaron Patterson
2010-11-17
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
*
support finding by a ruby class [#5979 state:resolved]
Aaron Patterson
2010-11-15
1
-0
/
+3
*
use quoted id of single AR::Base objects in predicates
Aaron Patterson
2010-11-15
1
-0
/
+2
*
Finder gives a little bit more info on the lookup column (primary key)
Franck Verrot
2010-11-13
1
-1
/
+1
*
stop recursively calling exists?
Aaron Patterson
2010-11-05
1
-3
/
+5
*
Fixes queries using limits and punctuation in order, removes order("col1, col...
Santiago Pastorino
2010-11-05
1
-1
/
+1
*
only returning where values for the corresponding relation, also filtering wh...
Aaron Patterson
2010-10-30
1
-4
/
+5
*
no need to merge where values if no new where values have been added
Aaron Patterson
2010-10-30
1
-11
/
+13
*
find_one uses prepared statement cache
Aaron Patterson
2010-10-26
1
-1
/
+6
*
adding bind_values to relations
Aaron Patterson
2010-10-26
1
-1
/
+8
*
reduce duplicate where removal to one loop
Aaron Patterson
2010-10-20
1
-15
/
+13
*
swap out some n^2 for some n
Aaron Patterson
2010-10-19
1
-7
/
+13
*
dup rather than create so many arrays
Aaron Patterson
2010-10-19
1
-2
/
+2
*
use array math rather than looping through the array
Aaron Patterson
2010-10-19
1
-1
/
+1
*
use shortened version to generate a sql literal
Aaron Patterson
2010-10-19
1
-1
/
+1
*
avoid cloning if we do not need to clone
Aaron Patterson
2010-10-19
1
-0
/
+2
*
avoid creating a proc object when possible
Aaron Patterson
2010-10-19
1
-2
/
+2
*
Renaming and formatting changes in JoinDependency
Jon Leighton
2010-10-13
1
-2
/
+5
*
Refactor JoinDependency and friends so that a JoinAssociation can produce an ...
Jon Leighton
2010-10-13
1
-12
/
+1
*
stop using deprecated arel API
Aaron Patterson
2010-10-12
1
-2
/
+2
*
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
*
reorder removed in favor of except(:order).order
Santiago Pastorino
2010-10-11
2
-20
/
+2
*
avoid creating objects when we can
Aaron Patterson
2010-10-03
2
-12
/
+6
*
build_where should be private
Aaron Patterson
2010-09-30
1
-2
/
+2
*
[#5441 state:resolved] refactoring code to determine aggregate column
Aaron Patterson
2010-09-30
1
-11
/
+14
*
removing more useless code! yay!
Aaron Patterson
2010-09-28
1
-6
/
+2
*
SqlLiteral is a string, so we can dry up these conditionals
Aaron Patterson
2010-09-28
1
-4
/
+3
*
shorten up or sql literal creation statements
Aaron Patterson
2010-09-28
1
-4
/
+2
*
we only care about arrays and strings
Aaron Patterson
2010-09-28
1
-1
/
+1
*
dry up calls to arel.join()
Aaron Patterson
2010-09-28
1
-5
/
+4
*
removing unused lasgns
Aaron Patterson
2010-09-28
1
-4
/
+4
*
refactoring to remove crazy logic
Aaron Patterson
2010-09-28
2
-9
/
+6
*
performance improvement based on discussion at http://github.com/rails/rails/...
Neeraj Singh
2010-09-28
1
-9
/
+3
*
removing a conditional that is not used
Aaron Patterson
2010-09-28
1
-2
/
+0
*
fisting the postgresql tests
Aaron Patterson
2010-09-28
1
-1
/
+2
*
avoid calling to_sql when we can
Aaron Patterson
2010-09-28
2
-4
/
+4
*
removing an inject + merge in favor of Hash#[]
Aaron Patterson
2010-09-28
1
-1
/
+1
*
make sure we use the engine assigned to the table when quoting
Aaron Patterson
2010-09-27
1
-1
/
+1
*
Three performance improvements:
Neeraj Singh
2010-09-27
1
-10
/
+9
*
Goodbye inject, hello map.
Emilio Tagua
2010-09-22
1
-7
/
+5
*
un-nodocs AR::Batches
Xavier Noria
2010-09-21
1
-1
/
+1
*
adds to the API guidelines the proper spelling of Arel
Xavier Noria
2010-09-19
1
-2
/
+2
*
@join_values is passed in, so we should use the parameter
Aaron Patterson
2010-09-15
1
-1
/
+1
*
passing the quoted id to arel if the object has a quoted id
Aaron Patterson
2010-09-10
1
-1
/
+3
*
converting an inject to a map + Hash[]
Aaron Patterson
2010-09-10
1
-1
/
+1
[next]