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
...
*
|
|
Merge pull request #237 from vipulnsward/extract-array
Rafael Mendonça França
2014-02-08
1
-2
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Extract comparison array to a constant for the time being until removing the ...
Vipul A M
2014-01-07
1
-2
/
+4
*
|
|
Merge pull request #232 from vipulnsward/bump-minitest
Rafael Mendonça França
2014-02-05
12
-12
/
+12
|
\
\
\
|
*
|
|
Bump minitest to 5.1.
Vipul A M
2014-01-04
12
-12
/
+12
*
|
|
|
Allow failures on rubinius
Rafael Mendonça França
2014-02-05
1
-0
/
+3
*
|
|
|
Use rbx on travis
Rafael Mendonça França
2014-02-05
1
-1
/
+1
*
|
|
|
Sync CHANGELOG
Rafael Mendonça França
2014-02-05
1
-0
/
+7
*
|
|
|
Merge pull request #243 from vanderhoorn/patch-1
Rafael Mendonça França
2014-02-05
3
-0
/
+72
|
\
\
\
\
|
*
|
|
|
Add tests for PostgreSLQ bugfix regarding invalid SQL in subqueries when usin...
Roel van der Hoorn
2014-02-05
2
-0
/
+70
|
*
|
|
|
PostgreSQL bugfix for invalid SQL in subqueries
vanderhoorn
2014-02-05
1
-0
/
+2
|
/
/
/
/
*
|
/
/
add bind values to the manager class
Aaron Patterson
2014-01-14
2
-0
/
+10
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #234 from aackerman/remove-test-engine-proxy
Rafael Mendonça França
2014-01-04
1
-68
/
+8
|
\
\
\
|
*
|
|
Removed EngineProxy in SelectManager tests
Aaron Ackerman
2014-01-04
1
-68
/
+8
|
|
/
/
*
|
|
Merge pull request #231 from vipulnsward/travis-2-1
Rafael Mendonça França
2014-01-04
1
-1
/
+1
|
\
\
\
|
*
|
|
Test against ruby 2.1 on travis.
Vipul A M
2014-01-04
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #233 from aackerman/fix-select-manager-project-test
Rafael Mendonça França
2014-01-04
1
-4
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Assert that SelectManager#project accepts a raw String
Aaron Ackerman
2014-01-04
1
-4
/
+2
|
/
/
*
|
Merge pull request #229 from aackerman/readme-inaccuracy
Rafael Mendonça França
2014-01-02
1
-6
/
+0
|
\
\
|
*
|
Remove README inaccuracy, where does not allow multiple arguments
Aaron Ackerman
2014-01-02
1
-6
/
+0
|
/
/
*
|
Merge pull request #226 from dogweather/master
Rafael Mendonça França
2013-12-06
1
-0
/
+4
|
\
\
|
*
|
Documented the case-insensitive nature of the match feature.
Robb Shecter
2013-12-05
1
-0
/
+4
|
/
/
*
|
Test on 2.1.0 preview
Rafael Mendonça França
2013-12-05
1
-0
/
+1
*
|
Remove joins method
Rafael Mendonça França
2013-12-05
1
-8
/
+0
*
|
Remove deprecated calls from the tests
Rafael Mendonça França
2013-12-05
3
-9
/
+9
*
|
Release 5.0.0
Rafael Mendonça França
2013-12-04
2
-4
/
+14
*
|
Remove columns usage from the README
Rafael Mendonça França
2013-12-04
1
-6
/
+3
*
|
Copy edit
Rafael Mendonça França
2013-12-04
1
-1
/
+1
*
|
Merge pull request #191 from sadfuzzy/patch-1
Rafael Mendonça França
2013-12-04
1
-1
/
+1
|
\
\
|
*
|
"Relational Database Managements systems", not "Relational Database Managemen...
Denis Savitsky
2013-06-25
1
-1
/
+1
*
|
|
Arel master is 5.0.0
Rafael Mendonça França
2013-11-18
2
-4
/
+5
*
|
|
explicitly pass the pk to compile_update
Aaron Patterson
2013-11-16
3
-9
/
+9
*
|
|
Add 3.0.3 to CHANGELOG entry [ci skip]
Rafael Mendonça França
2013-11-15
1
-0
/
+10
*
|
|
Update History for previous releases
Andrew Vit
2013-11-15
1
-0
/
+41
*
|
|
Merge pull request #217 from frodsan/remove_deleted_file
Rafael Mendonça França
2013-11-11
2
-3
/
+2
|
\
\
\
|
*
|
|
Remove deleted file by 9cbfc8 from gemspec
Francesco Rodriguez
2013-11-11
2
-3
/
+2
|
/
/
/
*
|
|
Don't test against Ruby 1.9.2
Rafael Mendonça França
2013-11-10
1
-1
/
+0
*
|
|
Merge pull request #216 from iantropov/issue_yaml
Rafael Mendonça França
2013-11-10
2
-0
/
+12
|
\
\
\
|
*
|
|
Add :encode_with for proper YAML serialization
Ivan Antropov
2013-11-09
2
-0
/
+12
*
|
|
|
Merge pull request #198 from vipulnsward/deprecations
Rafael Mendonça França
2013-11-10
5
-114
/
+2
|
\
\
\
\
|
*
|
|
|
Remove deprecated calls to `SelectManager#wheres` with no replacement
Vipul A M
2013-11-10
2
-23
/
+0
|
*
|
|
|
Remove deprecated calls to `SelectManage#insert` with preference to using `co...
Vipul A M
2013-11-10
2
-39
/
+0
|
*
|
|
|
Remove deprecated calls to using `where_clauses`
Vipul A M
2013-11-10
1
-8
/
+0
|
*
|
|
|
Remove deprecated calls to using `UpdateManager` without setting `UpdateManag...
Vipul A M
2013-11-10
2
-11
/
+2
|
*
|
|
|
Remove deprecated calls to `update` with preference to using `compile_update`...
Vipul A M
2013-11-10
1
-13
/
+0
|
*
|
|
|
Remove deprecated calls to `insert` with preference to using `compile_insert`...
Vipul A M
2013-11-10
1
-11
/
+0
|
*
|
|
|
Remove deprecated calls to `delete` with preference to using `compile_delete`...
Vipul A M
2013-11-10
1
-9
/
+0
|
/
/
/
/
*
|
|
|
Merge pull request #196 from vipulnsward/remove_deprecated
Rafael Mendonça França
2013-11-09
1
-21
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove deprecated `Arel::Table#columns` with no replacement
Vipul A M
2013-07-04
1
-11
/
+0
|
*
|
|
Remove deprecated `Arel::Table.table_cache` with no replacement
Vipul A M
2013-07-04
1
-10
/
+0
*
|
|
|
Fix warning of shadowing variable
Rafael Mendonça França
2013-10-24
1
-2
/
+2
[prev]
[next]