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
/
select_manager.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable frozen_string_literal in all files in arel
Rafael Mendonça França
2017-02-13
1
-0
/
+1
*
Raise custom error on empty join
Daniel Colson
2017-01-17
1
-1
/
+1
*
Inject the visitor rather than relying on other objects internals
Sean Griffin
2015-12-17
1
-1
/
+1
*
Dont need to quote limit
Arthur Neves
2015-06-18
1
-3
/
+3
*
Change the interface of `having` to match that of `where`
Sean Griffin
2015-01-27
1
-2
/
+2
*
Remove `engine` from `TreeManager` and subclasses
Sean Griffin
2014-11-29
1
-4
/
+4
*
Add SelectManager#distinct_on to set/unset Arel::Nodes::DistinctOn quantifier
Max Holder
2014-08-30
1
-0
/
+9
*
Arel doesn't depend on activesupport and doesn't have "String#blank?"
Vipul A M
2014-06-01
1
-1
/
+1
*
Merge pull request #272 from jduff/rebased_outer_join
Rafael Mendonça França
2014-05-19
1
-0
/
+4
|
\
|
*
convenience method for outer_join
Brian Hahn
2014-05-18
1
-0
/
+4
*
|
Merge pull request #267 from jordansexton/patch-1
Rafael Mendonça França
2014-05-19
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Return self from #distinct so it's chainable
Jordan Sexton
2014-05-17
1
-0
/
+1
*
|
Remove old FIXME comment
Arthur Neves
2014-05-07
1
-3
/
+0
|
/
*
Merge branch 'master' into collector
Aaron Patterson
2014-04-08
1
-7
/
+0
|
\
|
*
removing unused join_sql method
Aaron Patterson
2014-04-08
1
-7
/
+0
*
|
making some of the sql manager tests pass
Aaron Patterson
2014-04-08
1
-1
/
+3
|
/
*
remove order_clauses since we do not use it
Aaron Patterson
2014-04-08
1
-7
/
+0
*
take in to account quoted and translated values
Aaron Patterson
2014-03-25
1
-1
/
+1
*
build quoted strings
Aaron Patterson
2014-03-24
1
-2
/
+2
*
Remove deprecated Arel::SqlLiteral
Rafael Mendonça França
2014-02-10
1
-1
/
+1
*
Remove deprecated `SelectManager#joins`
Vipul A M
2014-02-10
1
-8
/
+0
*
Remove deprecated `SelectManager#to_a`
Vipul A M
2014-02-10
1
-6
/
+0
*
Extract comparison array to a constant for the time being until removing the ...
Vipul A M
2014-01-07
1
-2
/
+4
*
Remove deprecated calls to `SelectManager#wheres` with no replacement
Vipul A M
2013-11-10
1
-5
/
+0
*
Remove deprecated calls to `SelectManage#insert` with preference to using `co...
Vipul A M
2013-11-10
1
-25
/
+0
*
Remove deprecated calls to using `where_clauses`
Vipul A M
2013-11-10
1
-8
/
+0
*
ARel -> Arel
Xavier Noria
2013-04-14
1
-2
/
+2
*
GH-138: add Arel::SelectManager#projections method
Suraj N. Kurapati
2012-09-21
1
-0
/
+4
*
Support ANSI SQL2003 window functions.
Alexander Staubo
2012-02-22
1
-0
/
+6
*
bumping to 3.0.0
Aaron Patterson
2012-01-12
1
-4
/
+4
*
calling cache methods against the connection
Aaron Patterson
2011-11-19
1
-4
/
+4
*
Add SelectManager#distinct to set/unset the Arel::Nodes::Distinct.new quantifier
Jon Leighton
2011-11-04
1
-0
/
+8
*
Proposed fix for issue 79 - https://github.com/rails/arel/issues/79 - Pass th...
jsanders
2011-08-29
1
-1
/
+1
*
Add SelectManager#source method to get the source of the ctx
Jon Leighton
2011-08-11
1
-0
/
+4
*
Add SelectManager#projections= method to overwrite projections
Jon Leighton
2011-08-11
1
-0
/
+4
*
Make it the responsibility of the connection to hold on to a visitor for gene...
Jon Leighton
2011-08-08
1
-4
/
+5
*
Fixed deep copy bug in SelectManager clone
Arthur Taylor
2011-04-19
1
-0
/
+5
*
deprecating SelectManager#wheres method
Aaron Patterson
2011-04-11
1
-0
/
+1
*
use TableAlias nodes for aliasing subselects
Aaron Patterson
2011-03-30
1
-1
/
+1
*
Make SelectManager#as act like node predications
John Mileham
2011-03-25
1
-2
/
+2
*
supporting any node in SelectManager#from
Aaron Patterson
2011-03-23
1
-2
/
+6
*
assinging nil to an offset will remove the offset from the AST
Aaron Patterson
2011-02-25
1
-1
/
+10
*
Adding SelectManager#limit= and removing limit nodes when nil is assigned to ...
Aaron Patterson
2011-02-25
1
-2
/
+8
*
refactoring custom lock logic to use sql literals
Aaron Patterson
2011-02-21
1
-3
/
+9
*
Merge remote branch 'jstorimer/master' into omg
Aaron Patterson
2011-02-21
1
-1
/
+1
|
\
|
*
Allow database specific locking clauses to be used
Jesse Storimer
2011-01-20
1
-1
/
+1
*
|
Make #with chainable
Paul Sadauskas
2011-02-02
1
-0
/
+2
*
|
Added MINUS for Oracle
Brian Cardarella
2011-01-23
1
-0
/
+1
*
|
no need for is_a? check
Aaron Patterson
2011-01-22
1
-1
/
+1
*
|
other should not be optional
Aaron Patterson
2011-01-22
1
-6
/
+4
[next]