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
*
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
*
avoid method_missing and reduce method calls
Aaron Patterson
2010-09-10
1
-1
/
+1
*
intersection between a relation and an array works in both directions
Marcelo Giorgi
2010-09-10
1
-0
/
+1
*
Refactor finder conditions look up and assigment for apply_finder_conditions.
Emilio Tagua
2010-09-09
1
-13
/
+7
*
Refactor Relation#only. No need to go through every option and test it.
Emilio Tagua
2010-09-09
1
-8
/
+6
*
No need to go through every option and test it, just don't add skipped ones.
Emilio Tagua
2010-09-09
1
-4
/
+4
*
return is not needed here
Neeraj Singh
2010-09-09
1
-2
/
+2
*
remove unnecessary call
Neeraj Singh
2010-09-09
1
-1
/
+0
*
creating a new array is required. who knew? :-(
Aaron Patterson
2010-09-09
1
-1
/
+1
*
no need for Array.wrap, also avoid array creation
Aaron Patterson
2010-09-09
1
-5
/
+4
*
make apply_modules run faster
Neeraj Singh
2010-09-09
1
-3
/
+5
*
eliminate present? for fewer method calls
Aaron Patterson
2010-09-08
1
-10
/
+2
*
returning arrays lets us avoid Array.wrap
Aaron Patterson
2010-09-08
1
-4
/
+4
*
removing unnecessary conditional test
Aaron Patterson
2010-09-08
1
-4
/
+4
*
switch to blank? to avoid method calls
Aaron Patterson
2010-09-08
1
-6
/
+6
*
refactor to use faster empty?
Aaron Patterson
2010-09-08
1
-1
/
+3
*
drying up joins()
Aaron Patterson
2010-09-08
1
-4
/
+2
*
reduce method calls, use reject + blank? instead of select + present?
Aaron Patterson
2010-09-08
1
-3
/
+3
*
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
*
removing useless code, cleaning variable names
Aaron Patterson
2010-09-07
1
-6
/
+2
*
select should raise error when no block or no parameter is passed
Aaron Patterson
2010-09-07
1
-3
/
+3
[next]