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
...
*
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
*
Add order to BindParams in the ToSql collector
Sean Griffin
2014-11-17
12
-16
/
+48
*
cache the dispatch table on the depth first visitor
Aaron Patterson
2014-11-10
2
-6
/
+21
*
oops! that should not have been checked in
Aaron Patterson
2014-11-04
1
-2
/
+1
*
Look for `Enumerable` rather than `Array` in predicates
Sean Griffin
2014-11-02
1
-2
/
+2
*
Fix rake test task
Rafael Mendonça França
2014-10-31
1
-0
/
+9
*
Revert "Revert "Merge pull request #300 from jpcody/master""
Sean Griffin
2014-10-31
3
-19
/
+17
*
Bump to 6.0.0.beta2
Godfrey Chan
2014-10-30
1
-1
/
+1
*
Update the Gemfile
Rafael Mendonça França
2014-10-30
1
-10
/
+1
*
hoe is not the dependecy anymore
Rafael Mendonça França
2014-10-30
2
-2
/
+2
*
Stop using hoe to release the gem
Rafael Mendonça França
2014-10-30
6
-210
/
+52
*
Revert "Merge pull request #300 from jpcody/master"
Sean Griffin
2014-10-30
3
-17
/
+19
*
Dry up building quoted nodes in predication
Sean Griffin
2014-10-27
1
-15
/
+23
*
Merge pull request #333 from sgrif/sg-separate-range-method
Sean Griffin
2014-10-27
4
-180
/
+192
|
\
|
*
Deprecate passing ranges to `#in` and `#not_in`
Sean Griffin
2014-10-25
4
-180
/
+192
|
/
*
Refactor `#in` and `#not_in`
Sean Griffin
2014-10-25
1
-16
/
+20
*
💣
Sean Griffin
2014-10-25
1
-4
/
+4
*
Merge pull request #331 from sgrif/sg-in-should-not-break-queries
Sean Griffin
2014-10-24
2
-7
/
+7
|
\
|
*
`#not_in` with a range should respect proper precedence
Sean Griffin
2014-10-24
2
-7
/
+7
*
|
Merge pull request #332 from sgrif/sg-include-in-test-coverage
Sean Griffin
2014-10-24
1
-8
/
+201
|
\
\
|
*
|
Improve test coverage for `#in` and `#not_in`
Sean Griffin
2014-10-24
1
-8
/
+201
|
|
/
*
|
Merge pull request #330 from sgrif/sg-binary-node-hash-equality
Sean Griffin
2014-10-24
2
-1
/
+27
|
\
\
|
|
/
|
/
|
|
*
Binary nodes should not generate the same hash as nodes of other classes
Sean Griffin
2014-10-24
2
-1
/
+27
|
/
*
Merge pull request #326 from claudiob/reuse-maybe-visit
Rafael Mendonça França
2014-10-23
1
-3
/
+3
|
\
|
*
Completes 08e6491 in reusing `maybe_visit`
claudiob
2014-10-23
1
-3
/
+3
|
/
*
Merge pull request #325 from claudiob/reuse-maybe-visit-method
Rafael Mendonça França
2014-10-23
2
-18
/
+4
|
\
|
*
Reuse `maybe_visit` method
claudiob
2014-10-23
2
-18
/
+4
|
/
*
Merge pull request #324 from vipulnsward/cte
Matthew Draper
2014-10-24
1
-1
/
+1
|
\
|
*
`Expresssions` => `Expressions` [ci skip]
Vipul A M
2014-10-24
1
-1
/
+1
|
/
*
Merge pull request #318 from tamird/match-escape
Matthew Draper
2014-09-26
6
-20
/
+60
|
\
|
*
{Matches,DoesNotMatch} support the ESCAPE clause
Tamir Duberstein
2014-09-25
6
-20
/
+60
|
/
*
move the dispatch table to be per-instance
Aaron Patterson
2014-09-22
8
-26
/
+38
*
connections should cache these values, so remove the cache in arel
Aaron Patterson
2014-09-22
1
-4
/
+3
*
Merge pull request #317 from dimko/patch-2
Rafael Mendonça França
2014-09-17
1
-1
/
+1
|
\
|
*
Fix set visiting spec
Dimko
2014-09-17
1
-1
/
+1
|
/
*
Merge pull request #167 from pparidans/informix-v9-support
Rafael Mendonça França
2014-09-17
2
-7
/
+7
|
\
|
*
Informix versions < 10 use 'FIRST' keyword instead of 'LIMIT'
Pierre Paridans
2014-09-16
2
-7
/
+7
*
|
Merge pull request #137 from dimko/visit_set
Rafael Mendonça França
2014-09-17
5
-0
/
+16
|
\
\
|
|
/
|
/
|
|
*
added a visitor for Set objects
Dimko
2012-09-18
5
-0
/
+16
*
|
Merge pull request #316 from vipulnsward/remove-alias
Matthew Draper
2014-09-17
1
-1
/
+1
|
\
\
|
*
|
Remove unused @alias, being referenced in hashing.
Vipul A M
2014-09-16
1
-1
/
+1
|
/
/
[prev]
[next]