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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve error message when passed unsupported type
Sammy Larbi
2015-07-14
1
-1
/
+1
*
Merge pull request #337 from yahonda/support_oracle12_top_n_2
Aaron Patterson
2015-07-14
4
-2
/
+107
|
\
|
*
Create Arel::Visitors::Oracle12 to provide better top-N query
Yasuo Honda
2015-06-19
3
-0
/
+101
|
*
Extract visit_Arel_Nodes_SelectOptions
Yasuo Honda
2015-06-19
1
-2
/
+6
*
|
Merge pull request #361 from evgenim/master
Aaron Patterson
2015-07-14
2
-4
/
+40
|
\
\
|
*
|
Fix visit_Arel_Nodes_FullOuterJoin and visit_Arel_Nodes_RightOuterJoin to mak...
evgenim
2015-03-16
2
-4
/
+40
*
|
|
Merge pull request #377 from Eric-Guo/master
Rafael Mendonça França
2015-07-13
2
-3
/
+3
|
\
\
\
|
*
|
|
Follow up #370 for Oracle, to fix undefined method `expr' for 10:Fixnum bug.
Eric Guo
2015-07-14
2
-3
/
+3
|
/
/
/
*
|
|
Merge pull request #374 from Shopify/no-need-to-quote-mysql-limit
Rafael Mendonça França
2015-07-10
1
-1
/
+1
|
\
\
\
|
*
|
|
No need to quote MySQL LIMIT
Jean Boussier
2015-07-10
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #372 from dzjuck/add_nodes_casted_to_gemspec
Rafael Mendonça França
2015-06-24
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add nodes/casted.rb to gemspec file
Ilya Lavrov
2015-06-24
1
-1
/
+1
|
/
/
*
|
Merge pull request #370 from arthurnn/dont_quote_limit
Aaron Patterson
2015-06-18
1
-3
/
+3
|
\
\
|
*
|
Dont need to quote limit
Arthur Neves
2015-06-18
1
-3
/
+3
|
/
/
*
|
Merge pull request #367 from vipulnsward/move-cased
Rafael Mendonça França
2015-06-01
2
-40
/
+41
|
\
\
|
*
|
Move casted to its own file
Vipul A M
2015-05-31
2
-40
/
+41
|
/
/
*
|
Merge pull request #362 from caldwecr/master
Rafael Mendonça França
2015-03-23
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix a typo in the sql literal spec for grouped "and" equality
Courtland Caldwell
2015-03-23
1
-1
/
+1
|
/
*
Merge pull request #356 from tamird/limited-delete
Rafael Mendonça França
2015-02-23
7
-5
/
+47
|
\
|
*
Special limited delete handling in MSSQL
Tamir Duberstein
2015-02-23
3
-2
/
+28
|
*
Delete should respect 'limit'
Bradford Folkens
2015-02-23
5
-3
/
+19
|
/
*
Change the interface of `having` to match that of `where`
Sean Griffin
2015-01-27
10
-29
/
+29
*
Implement equality for `BindParam`
Sean Griffin
2015-01-25
2
-0
/
+18
*
Merge pull request #352 from splattael/jruby-head
Sean Griffin
2015-01-23
1
-1
/
+4
|
\
|
*
Speed up jruby tests
Peter Suschlik
2015-01-21
1
-0
/
+3
|
*
Remove jruby and add jruby-head on Travis
Peter Suschlik
2015-01-21
1
-1
/
+1
|
/
*
Merge pull request #346 from vipulnsward/add-default-task
Rafael Mendonça França
2015-01-01
1
-0
/
+3
|
\
|
*
Add default rake task as test.
Vipul A M
2015-01-01
1
-0
/
+3
|
/
*
Change the version to 7.0.0.alpha
Sean Griffin
2014-12-29
1
-1
/
+1
*
Remove 1.9 from the Travis builds
Sean Griffin
2014-12-29
1
-1
/
+0
*
Allow a type caster to be given to the `Arel::Table` object
Sean Griffin
2014-12-29
6
-16
/
+89
*
Deprecate automatic type casting within Arel
Sean Griffin
2014-12-26
2
-0
/
+13
*
Allow for handling quoted values in ranges
Sean Griffin
2014-12-26
2
-6
/
+61
*
Merge pull request #344 from kaznum/support_the_escape_clause_of_postgresql
Matthew Draper
2014-12-25
2
-2
/
+28
|
\
|
*
{Matches,DoesNotMatch} support the ESCAPE clause with PostgreSQL
Kazuya NUMATA
2014-12-25
2
-2
/
+28
|
/
*
💣
Sean Griffin
2014-12-04
1
-1
/
+1
*
Quoted nodes respond to `nil?` in the same way as `Casted` nodes
Sean Griffin
2014-12-04
1
-0
/
+1
*
Quoted nodes respond to the same method as Casted nodes
Sean Griffin
2014-12-04
1
-0
/
+1
*
Don't re-quote nodes which are already quoted
Sean Griffin
2014-12-02
1
-1
/
+1
*
Remove `engine` from `TreeManager` and subclasses
Sean Griffin
2014-11-29
17
-170
/
+149
*
Remove engine from the constructor arguments `Arel::Table`
Sean Griffin
2014-11-29
4
-103
/
+49
*
Remove deprecated method "Table#primary_key"
Sean Griffin
2014-11-26
3
-17
/
+37
*
Merge pull request #177 from NARKOZ/patch-0
Sean Griffin
2014-11-26
2
-2
/
+8
|
\
|
*
remove extra space before 'ORDER BY'
Nihad Abbasov
2014-11-26
2
-2
/
+8
|
/
*
Rake is a development dependecy
Rafael Mendonça França
2014-11-25
2
-0
/
+2
*
Prepare for 6.0.0
Rafael Mendonça França
2014-11-25
2
-2
/
+2
*
Only include the lib folder in the gem
Rafael Mendonça França
2014-11-25
2
-2
/
+2
*
Merge pull request #338 from yahonda/add_order_to_bindparams_oracle
Sean Griffin
2014-11-24
2
-1
/
+16
|
\
|
*
Support Oracle bind parameter value
Yasuo Honda
2014-11-20
2
-1
/
+16
|
/
*
Use class objects rather than strings for the dispatch cache
Sean Griffin
2014-11-18
3
-19
/
+11
[next]