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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge branch 'master' into Khronos/master
Aaron Patterson
2011-06-27
26
-68
/
+299
|
\
\
|
*
|
visitors can define their own cache strategy for dispatch. fixes #57
Aaron Patterson
2011-06-27
3
-4
/
+31
|
*
|
Merge pull request #60 from arkadiyk/master
Aaron Patterson
2011-06-24
2
-17
/
+106
|
|
\
\
|
|
*
|
remove unnecessary guarding agains literal
arkadiy kraportov
2011-06-10
2
-18
/
+0
|
|
*
|
LIMIT and OFFSET support for MS SQL
arkadiy kraportov
2011-06-09
2
-17
/
+124
|
|
|
/
|
*
|
Merge pull request #64 from ernie/reverse_ordering
Aaron Patterson
2011-06-21
15
-30
/
+135
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Break Ordering into Ascending/Descending nodes, allow reversal
Ernie Miller
2011-06-15
15
-30
/
+135
|
|
/
|
*
Merge pull request #55 from samuelkadolph/add_predicates_to_function_node
Aaron Patterson
2011-05-27
3
-2
/
+10
|
|
\
|
|
*
Include Arel::Predicates to Arel::Nodes::Function so you can do table[:id].co...
Samuel Kadolph
2011-05-27
3
-2
/
+10
|
|
/
|
*
updating spec
Aaron Patterson
2011-05-18
1
-10
/
+10
|
*
zomg prep release
Aaron Patterson
2011-05-17
2
-2
/
+2
|
*
make sure thread runs
Aaron Patterson
2011-05-17
1
-0
/
+1
|
*
do not cache sql literal values
Aaron Patterson
2011-05-17
2
-2
/
+3
|
*
no longer use this instance variable
Aaron Patterson
2011-05-17
1
-1
/
+1
*
|
Added an additional test since skip/limit can not be used in reverse order
Martin Little
2011-05-16
1
-0
/
+8
*
|
Removed some old dev code
Martin Little
2011-05-16
1
-7
/
+0
*
|
Added a basic test for the informix visitor
Martin Little
2011-05-16
2
-0
/
+36
*
|
Added initial informix visitor support
Martin Little
2011-05-16
1
-0
/
+40
|
/
*
refactoring to a method
Aaron Patterson
2011-05-10
1
-3
/
+11
*
Merge branch 'master' of github.com:rails/arel
Aaron Patterson
2011-05-10
2
-5
/
+21
|
\
|
*
Merge pull request #51 from square/thread-safety
Aaron Patterson
2011-05-10
2
-5
/
+21
|
|
\
|
|
*
Make ToSql more thread safe.
Damon McCormick + Cameron Walters
2011-05-10
2
-5
/
+21
|
|
/
*
/
updating History
Aaron Patterson
2011-05-10
1
-0
/
+7
|
/
*
Merge pull request #50 from ernie/operation_ordering.
Aaron Patterson
2011-05-02
2
-0
/
+31
|
\
|
*
InfixOperations are valid value expressions per SQL99 BNF, and
Ernie Miller
2011-05-02
2
-0
/
+31
|
/
*
fixing spec
Aaron Patterson
2011-04-30
1
-3
/
+3
*
increasing version to 2.1.0
Aaron Patterson
2011-04-30
1
-1
/
+1
*
merging old history, adding release date
Aaron Patterson
2011-04-30
1
-2
/
+20
*
Merged pull request #48 from ernie/down_with_to_s.
Aaron Patterson
2011-04-29
4
-7
/
+7
|
\
|
*
Stop calling to_s on aliases, require them to be strings already.
Ernie Miller
2011-04-29
4
-7
/
+7
*
|
updating manifest and spec
Aaron Patterson
2011-04-29
2
-4
/
+8
|
/
*
Move #as to AliasPredication, stop overriding Function's #as.
Ernie Miller
2011-04-29
9
-9
/
+33
*
Revert "Merged pull request #40 from gmile/master."
Aaron Patterson
2011-04-29
1
-11
/
+1
*
Merge branch 'master' of github.com:rails/arel
Aaron Patterson
2011-04-29
4
-1
/
+52
|
\
|
*
Merged pull request #40 from gmile/master.
Aaron Patterson
2011-04-29
1
-1
/
+11
|
|
\
|
|
*
Generate more sqlish queue.
gmile
2011-03-24
1
-1
/
+11
|
*
|
Merged pull request #46 from semmons99/master.
Aaron Patterson
2011-04-29
3
-0
/
+41
|
|
\
\
|
|
*
|
replace 'LIMIT n' with 'FETCH FIRST n ROWS ONLY' when using ibm_db
Shane Emmons
2011-04-29
3
-0
/
+41
|
|
/
/
*
/
/
removing the aliased orders method from the pg visitor
Aaron Patterson
2011-04-28
1
-13
/
+0
|
/
/
*
|
updating manifest and gemspec
Aaron Patterson
2011-04-28
3
-17
/
+22
*
|
Merged pull request #45 from codders/master.
Aaron Patterson
2011-04-28
9
-9
/
+43
|
\
\
|
*
\
Merge remote-tracking branch 'origin/master'
Arthur Taylor
2011-04-28
0
-0
/
+0
|
|
\
\
|
|
*
|
Fixed deep copy bug in SelectManager clone
Arthur Taylor
2011-04-15
2
-0
/
+15
|
*
|
|
Updated manifest, gemspec
Arthur Taylor
2011-04-28
2
-1
/
+2
|
*
|
|
Add support for ordering on expressions
Arthur Taylor
2011-04-28
7
-8
/
+41
|
/
/
/
*
|
|
Merged pull request #44 from chrisberkhout/master.
Aaron Patterson
2011-04-27
1
-2
/
+2
|
\
\
\
|
*
|
|
Fixed first example in README (it was attempting to call #to_sql on an Arel::...
Chris Berkhout
2011-04-27
1
-2
/
+2
|
/
/
/
*
|
|
adding attribute#lower for lowercasing an attribute
Aaron Patterson
2011-04-25
2
-0
/
+14
*
|
|
add a factory method for production LOWER functions
Aaron Patterson
2011-04-25
2
-0
/
+13
*
|
|
raising not implemented exceptions for distinct on where it is not supported
Aaron Patterson
2011-04-21
2
-0
/
+15
[prev]
[next]