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
/
activerecord
/
lib
/
arel
/
visitors
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support Optimizer Hints
Ryuta Kamizono
2019-03-16
6
-0
/
+45
*
All of queries should return correct result even if including large number
Ryuta Kamizono
2019-01-18
1
-0
/
+4
*
Use `unboundable?` rather than `boundable?`
Ryuta Kamizono
2019-01-18
1
-4
/
+4
*
Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)
Ryuta Kamizono
2019-01-09
3
-5
/
+4
*
Arel: Implemented DB-aware NULL-safe comparison (#34451)
Dmytro Shteflyuk
2018-11-15
10
-0
/
+115
*
Merge pull request #34437 from kbrock/union_all_paren
Rafael Mendonça França
2018-11-13
2
-32
/
+19
|
\
|
*
Emit single pair of parens for UNION and UNION ALL
Keenan Brock
2018-11-13
2
-32
/
+19
|
/
*
Checking boundable not only `IN` clause but also `NOT IN` clause
Ryuta Kamizono
2018-11-03
1
-0
/
+12
*
Fix odd indentation
Ryuta Kamizono
2018-10-10
1
-10
/
+10
*
Refactor Arel visitor to use `collect_nodes_for` as much as possible
Ryuta Kamizono
2018-10-10
1
-33
/
+10
*
Improve DELETE with JOIN handling to avoid subqueries if possible
Ryuta Kamizono
2018-10-10
2
-9
/
+8
*
Simplify the condition in `prepare_update_statement`
Ryuta Kamizono
2018-10-05
1
-8
/
+2
*
Move UPDATE/DELETE with JOIN handling to the Arel side
Ryuta Kamizono
2018-10-03
2
-37
/
+80
*
Handle UPDATE/DELETE with OFFSET in Arel
Ryuta Kamizono
2018-10-01
2
-13
/
+18
*
Handle DELETE with LIMIT in Arel
Ryuta Kamizono
2018-09-30
2
-26
/
+30
*
`visitor.accept` doesn't handle `&block`
Ryuta Kamizono
2018-09-30
1
-2
/
+2
*
Remove `visit_Fixnum` and `visit_Bignum`
Ryuta Kamizono
2018-09-30
2
-3
/
+0
*
Remove `visit_Fixnum` and `visit_Bignum`
Ryuta Kamizono
2018-09-28
1
-2
/
+0
*
Make `update_counters` preparable
Ryuta Kamizono
2018-09-28
1
-1
/
+1
*
Make `update_all` preparable
Ryuta Kamizono
2018-09-28
1
-0
/
+4
*
Abandon TOP support.
Vladimir Kochnev
2018-09-25
4
-16
/
+0
*
Consistently use `visitor.compile`
Ryuta Kamizono
2018-09-09
1
-2
/
+2
*
Fix: Arel Postgresql visitor generates invalid SQL for GROUPING SETS.
david
2018-05-28
1
-2
/
+2
*
Arel: :nodoc: all
Matthew Draper
2018-02-24
13
-13
/
+13
*
Arel: rubocop -a
Matthew Draper
2018-02-24
13
-1514
/
+1523
*
Merge Arel into Active Record
Matthew Draper
2018-02-24
13
-0
/
+2022