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
/
lib
/
arel
/
engines
/
sql
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extracting #build_query method for creating SQL from parts
Bryan Helmkamp
2009-05-17
3
-16
/
+25
*
Refactor #select_sql. Extract methods to generate clauses
Bryan Helmkamp
2009-05-17
1
-7
/
+27
*
Include modules to extend core classes to improve inspectability
Bryan Helmkamp
2009-05-17
4
-21
/
+46
*
Moving a few stray SQL references in the memory engine code
Bryan Helmkamp
2009-05-17
1
-0
/
+14
*
Whitespace
Bryan Helmkamp
2009-05-17
20
-27
/
+27
*
initial implementation of cross-engine join
Bryan Helmkamp
2009-05-17
3
-1
/
+11
*
using in memory relations as results from sql relation
Nick Kallen
2009-05-17
2
-6
/
+6
*
most in memory operations save join and group
Bryan Helmkamp
2009-05-17
3
-4
/
+18
*
moved table-related stuff into sql engine
Nick Kallen
2009-05-17
2
-0
/
+7
*
join sql stuff moved into sql adapter
Bryan Helmkamp
2009-05-17
2
-8
/
+24
*
removed function_sql in favor of polymorphism
Bryan Helmkamp
2009-05-17
1
-6
/
+30
*
consolidated files
Bryan Helmkamp
2009-05-17
9
-77
/
+68
*
reorganized file structures
Bryan Helmkamp
2009-05-17
7
-21
/
+14
*
moved sql related code to its own engine area
Bryan Helmkamp
2009-05-17
28
-0
/
+465