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
/
spec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for remaining *_any/*_all attribute methods, and add matches/does...
Ernie Miller
2010-09-29
1
-1
/
+433
*
Add eq_any.
Ernie Miller
2010-09-29
1
-0
/
+16
*
adding an easy way for sql literal nodes
Aaron Patterson
2010-09-28
1
-0
/
+7
*
refactoring join_sql to return nil if there are no sources
Aaron Patterson
2010-09-28
2
-0
/
+12
*
making select manager public
Aaron Patterson
2010-09-28
2
-1
/
+2
*
Merge remote branch 'krek/fake_record_adapter'
Aaron Patterson
2010-09-28
1
-1
/
+1
|
\
|
*
'sqlite3' ==> {:adapter => 'sqlite3'}
Krekoten' Marjan
2010-09-27
1
-1
/
+1
*
|
to_sql on nodes may be passed an engine
Aaron Patterson
2010-09-27
3
-9
/
+26
|
/
*
using the last seen column for quoting
Aaron Patterson
2010-09-27
3
-2
/
+19
*
removing more unused files
Aaron Patterson
2010-09-24
7
-140
/
+0
*
deleting lots of unused files
Aaron Patterson
2010-09-24
7
-210
/
+4
*
specs run without an AR connection
Aaron Patterson
2010-09-24
1
-0
/
+85
*
shuffling around the spec directory
Aaron Patterson
2010-09-24
90
-4898
/
+0
*
yay, more oracle hacks
Aaron Patterson
2010-09-24
1
-0
/
+12
*
avoid modifying the ast in certain cases
Aaron Patterson
2010-09-24
1
-0
/
+30
*
adding more oracle hacks
Aaron Patterson
2010-09-24
1
-0
/
+12
*
dealing with limits and offsets
Aaron Patterson
2010-09-24
1
-0
/
+15
*
creating a subquery when there is an order and a limit
Aaron Patterson
2010-09-24
1
-0
/
+10
*
adding an oracle visitor
Aaron Patterson
2010-09-24
2
-0
/
+26
*
ignoring alias
Aaron Patterson
2010-09-23
1
-0
/
+5
*
constructor can take column info
Aaron Patterson
2010-09-21
1
-0
/
+7
*
making stuff work on mysql
Aaron Patterson
2010-09-21
2
-1
/
+10
*
supporting ranges for IN statements
Aaron Patterson
2010-09-20
1
-0
/
+14
*
dealing with empty in statements
Aaron Patterson
2010-09-20
1
-0
/
+7
*
if FROM is a string, convert to string literal
Aaron Patterson
2010-09-18
1
-1
/
+1
*
returning nil for tables that do not exist
Aaron Patterson
2010-09-18
1
-21
/
+5
*
Revert "Table#[] returns nil when table does not exist"
Aaron Patterson
2010-09-15
1
-7
/
+0
*
Table#[] returns nil when table does not exist
Aaron Patterson
2010-09-15
1
-0
/
+7
*
JoinSql visitor will visit left side if left is a join
Aaron Patterson
2010-09-15
1
-0
/
+35
*
adding a grouping node
Aaron Patterson
2010-09-15
2
-6
/
+6
*
VALUES are getting better everyday
Aaron Patterson
2010-09-14
1
-0
/
+5
*
adding an EXISTS node, update method will generate an IN clause
Aaron Patterson
2010-09-14
3
-2
/
+47
*
totally lame, but arel expects FROM to only be one item
Aaron Patterson
2010-09-12
1
-1
/
+1
*
order accepts symbols for clauses
Aaron Patterson
2010-09-12
1
-0
/
+13
*
OUTER JOIN should be LEFT OUTER JOIN
Aaron Patterson
2010-09-12
1
-1
/
+1
*
supporting symbols for group statements
Aaron Patterson
2010-09-12
1
-0
/
+12
*
using table_alias when :as is passed to the constructor
Aaron Patterson
2010-09-12
1
-0
/
+9
*
adding some backwards compatibility
Aaron Patterson
2010-09-12
1
-0
/
+12
*
supporting StringJoin in the JoinSQL visitor
Aaron Patterson
2010-09-12
1
-0
/
+9
*
Add test for Hash visitor.
Emilio Tagua
2010-09-11
1
-0
/
+4
*
Add Min node.
Emilio Tagua
2010-09-11
1
-0
/
+7
*
backwards compat
Aaron Patterson
2010-09-10
1
-0
/
+6
*
inserting false works a bit better
Aaron Patterson
2010-09-10
1
-0
/
+9
*
fixing indentation
Aaron Patterson
2010-09-10
1
-1
/
+1
*
adding some backwards compatibility for AR
Aaron Patterson
2010-09-10
1
-0
/
+11
*
adding not equal node, column names are expected to be symbols
Aaron Patterson
2010-09-10
2
-2
/
+27
*
equality should handle nil correctly
Aaron Patterson
2010-09-10
1
-0
/
+7
*
added a greater than node
Aaron Patterson
2010-09-10
1
-0
/
+16
*
added greater than or equal to node
Aaron Patterson
2010-09-10
1
-0
/
+16
*
adding "orders" method
Aaron Patterson
2010-09-10
1
-0
/
+10
[next]