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
*
Merge pull request #36492 from kamipo/remove_depth_first_visitor
Ryuta Kamizono
2019-07-25
1
-203
/
+0
|
\
|
*
Remove unused `DepthFirst` visitor
Ryuta Kamizono
2019-06-15
1
-203
/
+0
*
|
Share the Arel dispatch cache between connections
Jean Boussier
2019-07-10
1
-1
/
+1
*
|
Remove unused `Arel::Attributes.for`
Ryuta Kamizono
2019-06-15
1
-6
/
+0
|
/
*
No allocation `Arel::Visitors::ToSql#visit`
Ryuta Kamizono
2019-06-15
3
-31
/
+32
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
10
-10
/
+0
*
Fix sliced IN clauses to be grouped
Ryuta Kamizono
2019-04-24
3
-114
/
+49
*
Address `ORA-01795: maximum number of expressions in a list is 1000`
Yasuo Honda
2019-04-11
2
-0
/
+96
*
Revert unused code and re-using query annotation for `update_all` and `delete...
Ryuta Kamizono
2019-04-01
1
-4
/
+2
*
Add Relation#annotate for SQL commenting
Matt Yoho
2019-03-21
3
-3
/
+17
*
Merge pull request #35664 from jeremyevans/remove-roflscaling
Rafael França
2019-03-19
3
-85
/
+26
|
\
|
*
Remove roflscaling constants
Jeremy Evans
2019-03-19
2
-15
/
+0
|
*
Remove roflscaling
Jeremy Evans
2019-03-18
3
-70
/
+26
*
|
Extract `sanitize_as_sql_comment` from SQL visitor into connection
Ryuta Kamizono
2019-03-19
4
-8
/
+11
|
/
*
Merge pull request #35653 from kamipo/remove_arel_nodes_values
Ryuta Kamizono
2019-03-18
3
-23
/
+4
|
\
|
*
Get rid of `Arel::Nodes::Values`
Ryuta Kamizono
2019-03-18
3
-23
/
+4
*
|
Add test case to prevent possible SQL injection
Ryuta Kamizono
2019-03-18
1
-1
/
+3
|
/
*
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