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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support BindParams in subqueries
Jan Graichen
2017-09-19
1
-1
/
+2
*
Remove encoding utf-8 magic comment
Koichi ITO
2017-08-09
1
-1
/
+0
*
Remove Unused variable - offset_bind
Gaurish Sharma
2017-07-29
1
-1
/
+0
*
Address `undefined method `value_for_database'` in Oracle visitor
Yasuo Honda
2017-07-25
1
-3
/
+4
*
Add missing hash, eql?, == to various node classes
Maxime Lapointe
2017-07-25
7
-1
/
+22
*
Remove unused `bind_values`
Ryuta Kamizono
2017-07-25
1
-4
/
+1
*
Adjust `BindParam` as needed for AR
Sean Griffin
2017-07-24
1
-1
/
+5
*
Add a collector to grab the bind values off the AST
Sean Griffin
2017-07-21
2
-0
/
+56
*
Ensure `ToSql` collector returns a UTF-8 string
Sean Griffin
2017-07-21
1
-1
/
+1
*
Refactor `substitute_binds` to perform substitution immediately
Sean Griffin
2017-07-21
5
-23
/
+14
*
Add a value field `Nodes::BindParam`
Sean Griffin
2017-07-21
3
-42
/
+10
*
Rename `Collectors::Bind`
Sean Griffin
2017-07-21
2
-11
/
+1
*
Merge pull request #484 from kirs/multiple-insert-v2
Rafael França
2017-06-15
4
-0
/
+40
|
\
|
*
Support INSERT with multiple values
Kir Shatrov
2017-05-22
4
-0
/
+40
*
|
Merge pull request #472 from film42/master
Matthew Draper
2017-06-05
2
-4
/
+6
|
\
\
|
|
/
|
/
|
|
*
Make Visitor visit thread safe by holding dispatch method reference
Garrett Thornburg
2017-02-17
2
-4
/
+6
*
|
Remove unused `engine`
Ryuta Kamizono
2017-05-04
1
-1
/
+1
*
|
Made InsertManager#insert chainable
Pedro Sena
2017-02-28
1
-0
/
+1
|
/
*
Enable frozen_string_literal in all files in arel
Rafael Mendonça França
2017-02-13
68
-1
/
+69
*
Performance improvement.
zhufenggood
2017-01-27
1
-4
/
+4
*
Raise custom error on empty join
Daniel Colson
2017-01-17
3
-2
/
+9
*
Remove dead code now that attr is not used anymore
Rafael Mendonça França
2016-12-29
1
-1
/
+1
*
Remove deprecated type cast support in Arel
Rafael Mendonça França
2016-12-29
1
-44
/
+5
*
Remove dead code
Rafael Mendonça França
2016-12-29
1
-12
/
+0
*
use #data_source_exists? instead of deprecated #table_exists?
Alexander Baronec
2016-10-08
1
-1
/
+1
*
Merge pull request #443 from mgbatchelor/master
Rafael França
2016-10-07
1
-1
/
+0
|
\
|
*
remove union mapping as :binary node when performing DepthFirst enumeration
Michael Batchelor
2016-08-19
1
-1
/
+0
*
|
Merge pull request #445 from oliverguenther/fix/dot-visitor-casted-node
Rafael França
2016-10-07
1
-0
/
+5
|
\
\
|
*
|
Add Arel::Nodes::Casted to dot visitor
Oliver Günther
2016-08-27
1
-0
/
+5
|
|
/
*
|
Merge pull request #447 from ojab/master
Rafael França
2016-10-07
12
-2
/
+14
|
\
\
|
*
|
Freeze all the strings in visitors
ojab
2016-08-31
12
-2
/
+14
*
|
|
Fix issue #438 when oracle visitor gets BindParams
Rodrigo Castro
2016-10-07
1
-2
/
+13
*
|
|
Don't store all aliases to a table
Sean Griffin
2016-09-13
1
-6
/
+2
|
/
/
*
/
Change BindParam visit method for Dot to a noop
Adam Lassek
2016-08-26
1
-1
/
+2
|
/
*
Fix Casted#hash
Matthew Draper
2016-07-28
1
-1
/
+1
*
Merge pull request #417 from tlkahn/master
Rafael França
2016-07-19
1
-0
/
+9
|
\
|
*
Fix issue #415 - Should Arel::Nodes::True.new() be 1 in sqlite3?
Yong Guo
2016-03-01
1
-0
/
+9
*
|
Merge pull request #328 from vipulnsward/dryup-collectors
Rafael França
2016-07-19
1
-33
/
+13
|
\
\
|
*
|
DRY up visit_Arel_Nodes_SelectCore and extract nodes collection to collect_no...
Vipul A M
2016-04-11
1
-33
/
+13
*
|
|
Support for unified Integer class in Ruby 2.4+
yui-knk
2016-05-30
3
-0
/
+3
*
|
|
Merge pull request #422 from yahonda/oracle12_support_bind_value
Sean Griffin
2016-05-06
1
-0
/
+4
|
\
\
\
|
*
|
|
Support Oracle bind parameter value for Oracle12 visitor
Yasuo Honda
2016-04-11
1
-0
/
+4
|
|
/
/
*
|
|
Merge pull request #432 from tradegecko/pg-grouping-elements-support
Rafael França
2016-05-05
4
-2
/
+50
|
\
\
\
|
*
|
|
Add Support for GroupBy Cube, Rollup and Grouping Set Syntax for PostgreSQL V...
Mohammad Habbab
2016-05-04
4
-2
/
+50
*
|
|
|
Raise ArgumentError if limit and lock are used for Oracle12 visitor
Yasuo Honda
2016-05-02
1
-3
/
+5
|
/
/
/
*
/
/
Update to_sql.rb
zhufenggood
2016-04-15
1
-3
/
+3
|
/
/
*
/
Update to_sql.rb. Slightly performance improment.
zhufenggood
2016-03-31
1
-1
/
+1
|
/
*
added Casted#hash
Bert Bruynooghe
2016-02-17
1
-0
/
+4
*
Delete not used codes
yui-knk
2016-02-06
1
-23
/
+0
*
* Support for bitwise operations as infix operators. Tests included.
Shahbaz Javeed
2016-01-06
5
-0
/
+85
[next]