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
*
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
|
\
\
|
*
|
Add Support for GroupBy Cube, Rollup and Grouping Set Syntax for PostgreSQL V...
Mohammad Habbab
2016-05-04
1
-0
/
+78
*
|
|
Raise ArgumentError if limit and lock are used for Oracle12 visitor
Yasuo Honda
2016-05-02
1
-3
/
+4
|
/
/
*
/
Fix warnings from test_to_sql test
Vipul A M
2016-04-11
1
-1
/
+1
|
/
*
added Casted#hash
Bert Bruynooghe
2016-02-17
1
-0
/
+16
*
* Support for bitwise operations as infix operators. Tests included.
Shahbaz Javeed
2016-01-06
2
-0
/
+76
*
Add database specific string concatenation
Keenan Brock
2016-01-05
3
-2
/
+27
*
Implement CASE Conditional Expression
Felix Bünemann
2016-01-05
3
-0
/
+154
*
Delegate to Connection Visitor in WhereSQL Visitor
Edward Paget
2015-12-17
1
-0
/
+21
*
Merge pull request #329 from vipulnsward/add-attribute-aggregate-tests
Rafael França
2015-12-17
1
-1
/
+10
|
\
|
*
- Added test for verifying proper sql generated by minimum aggregate method.
Vipul A M
2014-10-24
1
-1
/
+10
[next]