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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
BigDecimal.new is deprecated in Ruby 2.5
Yasuo Honda
2018-01-07
1
-1
/
+1
*
require 'date' to address for Ruby 2.5
Yasuo Honda
2018-01-07
1
-0
/
+2
*
Merge pull request #481 from lautis/lateral
Aaron Patterson
2017-12-28
1
-0
/
+14
|
\
|
*
PostgreSQL lateral expressions
Ville Lautanala
2017-04-25
1
-0
/
+14
*
|
Remove Unused `require`
Nikolay Ponomarev
2017-12-27
7
-8
/
+1
*
|
Reduce `Reduce`
Nikolay Ponomarev
2017-12-27
1
-1
/
+1
*
|
Introduce NodeExpression as parent of scalar nodes
Keenan Brock
2017-12-05
1
-0
/
+1
*
|
Allow count nodes to have math functions
Kevin Deisz
2017-10-27
1
-0
/
+9
*
|
Type-castable attributes should not try to cast SqlLiteral nodes
James Coleman
2017-09-29
1
-0
/
+12
*
|
Address `undefined method `value_for_database'` in Oracle visitor
Yasuo Honda
2017-07-25
1
-1
/
+1
*
|
Add missing hash, eql?, == to various node classes
Maxime Lapointe
2017-07-25
1
-0
/
+34
*
|
Remove unused `bind_values`
Ryuta Kamizono
2017-07-25
1
-7
/
+0
*
|
Fix test failures
Sean Griffin
2017-07-24
7
-14
/
+14
*
|
Add a collector to grab the bind values off the AST
Sean Griffin
2017-07-21
2
-0
/
+87
*
|
Ensure `ToSql` collector returns a UTF-8 string
Sean Griffin
2017-07-21
1
-0
/
+8
*
|
Refactor `substitute_binds` to perform substitution immediately
Sean Griffin
2017-07-21
1
-45
/
+21
*
|
Add a value field `Nodes::BindParam`
Sean Griffin
2017-07-21
10
-82
/
+26
*
|
Rename `Collectors::Bind`
Sean Griffin
2017-07-21
2
-3
/
+2
*
|
Merge pull request #484 from kirs/multiple-insert-v2
Rafael França
2017-06-15
1
-0
/
+54
|
\
\
|
*
|
Support INSERT with multiple values
Kir Shatrov
2017-05-22
1
-0
/
+54
*
|
|
Merge pull request #472 from film42/master
Matthew Draper
2017-06-05
1
-0
/
+49
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Test concurrency of visitor superclass fallback
Matthew Draper
2017-06-05
1
-0
/
+49
*
|
|
Merge pull request #483 from kamipo/remove_unused_engine
Rafael França
2017-05-05
1
-2
/
+2
|
\
\
\
|
*
|
|
Remove unused `engine`
Ryuta Kamizono
2017-05-04
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Add regression test
Rafael Mendonça França
2017-05-04
1
-0
/
+11
*
|
|
Revert "Merge pull request #482 from kirs/multiple-insert"
Rafael Mendonça França
2017-05-04
3
-22
/
+3
*
|
|
Support multiple inserts
Kir Shatrov
2017-05-01
3
-3
/
+22
|
/
/
*
|
Made InsertManager#insert chainable
Pedro Sena
2017-02-28
1
-0
/
+7
*
|
Merge pull request #470 from kmmndr/named_function_eq_nil
Rafael França
2017-02-21
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
named functions compared to nil
Thomas Kienlen
2017-02-02
1
-0
/
+6
*
|
Enable frozen_string_literal in all files in arel
Rafael Mendonça França
2017-02-13
58
-0
/
+58
|
/
*
Raise custom error on empty join
Daniel Colson
2017-01-17
2
-0
/
+16
*
Address `Use assert_nil if expecting nil` warnings
Yasuo Honda
2016-12-30
1
-2
/
+2
*
Fix identation
Rafael Mendonça França
2016-12-29
1
-7
/
+7
*
Remove deprecated type cast support in Arel
Rafael Mendonça França
2016-12-29
4
-93
/
+5
*
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
-0
/
+12
|
\
|
*
remove union mapping as :binary node when performing DepthFirst enumeration
Michael Batchelor
2016-08-19
1
-0
/
+12
*
|
Merge pull request #445 from oliverguenther/fix/dot-visitor-casted-node
Rafael França
2016-10-07
1
-0
/
+1
|
\
\
|
*
|
Add Arel::Nodes::Casted to dot visitor
Oliver Günther
2016-08-27
1
-0
/
+1
|
|
/
*
|
Merge pull request #447 from ojab/master
Rafael França
2016-10-07
1
-1
/
+1
|
\
\
|
*
|
Drop unneeded assignment
ojab
2016-08-31
1
-1
/
+1
*
|
|
Fix issue #438 when oracle visitor gets BindParams
Rodrigo Castro
2016-10-07
1
-1
/
+15
*
|
|
Don't store all aliases to a table
Sean Griffin
2016-09-13
1
-8
/
+1
|
/
/
*
/
Add failing test for Dot visitor and BindParam
Adam Lassek
2016-08-26
1
-0
/
+6
|
/
*
Merge pull request #417 from tlkahn/master
Rafael França
2016-07-19
1
-0
/
+7
|
\
|
*
Fix issue #415 - Should Arel::Nodes::True.new() be 1 in sqlite3?
Yong Guo
2016-03-01
1
-0
/
+7
*
|
Merge pull request #422 from yahonda/oracle12_support_bind_value
Sean Griffin
2016-05-06
1
-2
/
+13
|
\
\
|
*
|
Support Oracle bind parameter value for Oracle12 visitor
Yasuo Honda
2016-04-11
1
-2
/
+13
|
|
/
*
|
Merge pull request #432 from tradegecko/pg-grouping-elements-support
Rafael França
2016-05-05
1
-0
/
+78
|
\
\
[next]