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
Commit message (
Expand
)
Author
Age
Files
Lines
*
quoting limit nodes
Aaron Patterson
2010-12-07
3
-3
/
+3
*
Make "not" apply to the whole sub-expression when generating sql.
Ryan Rempel
2010-12-06
1
-1
/
+1
*
adding a test for the dot visitor
Aaron Patterson
2010-12-06
2
-3
/
+10
*
make sure we raise type errors with unknown classes
Aaron Patterson
2010-12-01
1
-0
/
+1
*
rails 3.0.x will not let us have nice things
Aaron Patterson
2010-12-01
1
-2
/
+0
*
deprecating the "joins" method
Aaron Patterson
2010-11-30
2
-0
/
+8
*
fixing tests in 1.9
Aaron Patterson
2010-11-30
1
-1
/
+1
*
adding deprecated support for walking ancestor trees
Aaron Patterson
2010-11-30
1
-0
/
+7
*
base class works with visitor
Aaron Patterson
2010-11-29
2
-0
/
+3
*
adding ancestor test
Aaron Patterson
2010-11-29
3
-3
/
+3
*
refactor block.call out of each visit method
Aaron Patterson
2010-11-29
1
-14
/
+5
*
updating nodes and depth first visitor
Aaron Patterson
2010-11-29
8
-51
/
+89
*
adding unary node
Aaron Patterson
2010-11-29
8
-29
/
+23
*
insert statements supported
Aaron Patterson
2010-11-29
3
-2
/
+9
*
adding select statement support
Aaron Patterson
2010-11-29
1
-0
/
+9
*
adding select core
Aaron Patterson
2010-11-29
1
-0
/
+9
*
update statement supported
Aaron Patterson
2010-11-29
1
-0
/
+9
*
mostly implemented depth-first traversal
Aaron Patterson
2010-11-29
3
-0
/
+83
*
make table aliases cheaper to allocate
Aaron Patterson
2010-11-24
2
-8
/
+4
*
adding an AS node
Aaron Patterson
2010-11-23
4
-1
/
+16
*
adding a "not" factory method for creating Not nodes
Aaron Patterson
2010-11-23
4
-0
/
+23
*
mysql will lock for update
Aaron Patterson
2010-11-22
1
-0
/
+4
*
Fixed Ruby 1.8 performance regression for Nodes::In and Nodes::NotIn queries ...
Rolf Timmermans
2010-11-18
1
-7
/
+7
*
Fix a bit the initialization of Table
Ivan Ukhov
2010-11-17
1
-1
/
+1
*
Let table_exists? find tables in @@table_cache even if symbols are passed as ...
Ivan Ukhov
2010-11-17
1
-2
/
+2
*
added a visitor for Class objects
Aaron Patterson
2010-11-16
1
-0
/
+1
*
returning undefined for unknown column types
Aaron Patterson
2010-11-16
2
-7
/
+8
*
small additional fix for order_hacks method for Oracle
Raimonds Simanovskis
2010-11-16
1
-2
/
+6
*
fix one more time order_hacks method for Oracle
Raimonds Simanovskis
2010-11-16
1
-8
/
+17
*
support stringinquirer string
Aaron Patterson
2010-11-11
1
-0
/
+1
*
Merge branch 'master' of github.com:brynary/arel
Aaron Patterson
2010-11-11
1
-1
/
+17
|
\
|
*
fix order_hacks method for Oracle when complex functions are used in order by
Raimonds Simanovskis
2010-11-06
1
-1
/
+17
*
|
arel more nicely supports EXISTS queries
Aaron Patterson
2010-11-05
4
-8
/
+11
*
|
mysql selects from dual on empty from statements
Aaron Patterson
2010-11-05
2
-0
/
+6
*
|
renaming @head to @ast
Aaron Patterson
2010-11-05
6
-35
/
+36
|
/
*
Add ToSql NilClass visitor
Ernie Miller
2010-11-04
1
-0
/
+1
*
Refactor predication methods to be available to SqlLiterals as well.
Ernie Miller
2010-10-27
3
-174
/
+179
*
Merge branch 'master' of github.com:rails/arel
Aaron Patterson
2010-10-26
1
-0
/
+1
|
\
|
*
Added Bignum to visitor
rugek
2010-10-26
1
-0
/
+1
*
|
generate correct select if only offset is present (in Oracle)
Raimonds Simanovskis
2010-10-21
1
-0
/
+14
|
/
*
adding default limits when there is an offset for sqlite and mysql [#5316 sta...
Aaron Patterson
2010-10-20
4
-0
/
+25
*
doing a little cleanup on the visitors
Aaron Patterson
2010-10-19
4
-3
/
+9
*
adding a base class visitor
Aaron Patterson
2010-10-19
3
-10
/
+22
*
Fisting arel specs -- still needs tree_manager and cleanup
Ryan Davis
2010-10-18
1
-5
/
+1
*
Created syntactic sugar Table(...) method
Snuggs
2010-10-16
1
-1
/
+5
*
symbols work as sql literals
Aaron Patterson
2010-10-15
1
-1
/
+1
*
add locking support for postgres
Aaron Patterson
2010-10-13
1
-0
/
+4
*
fixing manifest file
Aaron Patterson
2010-10-12
1
-0
/
+9
*
implementing where_sql method
Aaron Patterson
2010-10-12
2
-0
/
+8
*
alias visitor_for to for
Aaron Patterson
2010-10-03
2
-1
/
+2
[next]