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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
5
-17
/
+31
*
Handle DELETE with LIMIT in Arel
Ryuta Kamizono
2018-09-30
7
-68
/
+73
*
`SQLString#compile` is no longer used since 53521a9e39b9d8af4165d7703c36dc905...
Ryuta Kamizono
2018-09-30
1
-4
/
+0
*
`visitor.accept` doesn't handle `&block`
Ryuta Kamizono
2018-09-30
1
-2
/
+2
*
Use private attr_reader in Arel
Ryuta Kamizono
2018-09-30
3
-6
/
+3
*
Remove `visit_Fixnum` and `visit_Bignum`
Ryuta Kamizono
2018-09-30
2
-3
/
+0
*
Revert "record who created the node when $DEBUG is true"
Ryuta Kamizono
2018-09-28
1
-10
/
+0
*
Remove `visit_Fixnum` and `visit_Bignum`
Ryuta Kamizono
2018-09-28
1
-2
/
+0
*
Make `update_counters` preparable
Ryuta Kamizono
2018-09-28
2
-1
/
+5
*
Make `update_all` preparable
Ryuta Kamizono
2018-09-28
1
-0
/
+4
*
Abandon TOP support.
Vladimir Kochnev
2018-09-25
7
-23
/
+2
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-1
/
+1
*
Remove unused `existing` arg in `SelectManager#collapse`
Ryuta Kamizono
2018-09-11
1
-3
/
+3
*
Consistently use `visitor.compile`
Ryuta Kamizono
2018-09-09
1
-2
/
+2
*
Revert a writer for `BindParam#value`
Ryuta Kamizono
2018-09-09
1
-1
/
+1
*
Fix: Arel Postgresql visitor generates invalid SQL for GROUPING SETS.
david
2018-05-28
1
-2
/
+2
*
Remove math module from count
Nikolai B
2018-04-25
1
-2
/
+0
*
Arel: :nodoc: all
Matthew Draper
2018-02-24
80
-80
/
+80
*
Arel: rubocop -a
Matthew Draper
2018-02-24
81
-1829
/
+1888
*
Merge Arel into Active Record
Matthew Draper
2018-02-24
81
-0
/
+4511