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 #34562 from ruralocity/active-record-query-docs-improvement
Rafael França
2018-11-28
1
-7
/
+9
|
\
|
*
Improve ActiveRecord::Querying documentation [ci skip]
Aaron Sumner
2018-11-28
1
-7
/
+9
*
|
Merge pull request #34554 from sj26/group-exception-logs
Rafael França
2018-11-28
1
-5
/
+8
|
\
\
|
*
|
Avoid extra array allocations
Samuel Cochran
2018-11-29
1
-2
/
+2
|
*
|
Log exceptions atomically
Samuel Cochran
2018-11-28
1
-5
/
+8
*
|
|
Merge pull request #34561 from gmcgibbon/allow_spaces_in_table_names
Rafael França
2018-11-28
3
-1
/
+12
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Allow spaces in postgres table names
Gannon McGibbon
2018-11-28
3
-1
/
+12
*
|
|
Merge pull request #34534 from gmcgibbon/ar_query_scope_body_doc
Rafael França
2018-11-28
1
-1
/
+1
|
\
\
\
|
*
|
|
Clarify scope body requirements
Gannon McGibbon
2018-11-26
1
-1
/
+1
*
|
|
|
Add autoload hook for AbstractController::ActionNotFound
Rafael Mendonça França
2018-11-28
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #34557 from sergioisidoro/sergio-patch-load-error
Rafael França
2018-11-28
1
-2
/
+2
|
\
\
\
|
*
|
|
Patch load error in case GemSpecError
sergioisidoro
2018-11-28
1
-2
/
+2
*
|
|
|
Merge pull request #34550 from mogulla3/fix-argument-error-when-uploding-to-s3
Eileen M. Uchitelle
2018-11-28
2
-1
/
+5
|
\
\
\
\
|
*
|
|
|
Fix `ArgumentError` when uploading to amazon s3
Hiroki Sanpei
2018-11-28
2
-1
/
+5
|
/
/
/
/
*
|
|
|
Use `Testing::Parallelization` in Action Packs's test
yuuji.yaginuma
2018-11-28
1
-77
/
+1
*
|
|
|
Pass the test reporter by reference
yuuji.yaginuma
2018-11-28
1
-0
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Fix "warning: ambiguous first argument; put parentheses or a space even after...
yuuji.yaginuma
2018-11-28
1
-3
/
+3
*
|
|
Merge pull request #34546 from y-yagi/fix_ast_build
Yuji Yaginuma
2018-11-28
3
-17
/
+3
|
\
\
\
|
*
|
|
text is treated as `attachment`
yuuji.yaginuma
2018-11-28
1
-2
/
+2
|
*
|
|
Fix broken `ActiveStorage::BlobTest`
yuuji.yaginuma
2018-11-28
1
-1
/
+1
|
*
|
|
Remove duplicated test
yuuji.yaginuma
2018-11-28
1
-14
/
+0
*
|
|
|
Merge pull request #33835 from schneems/schneems/faster_cache_version
Sean Griffin
2018-11-27
2
-4
/
+130
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Prefer String#ljust over String#<< for padding
lsylvester
2018-10-17
1
-3
/
+2
|
*
|
|
Do not silently fail to generate a cache_version
schneems
2018-10-17
2
-6
/
+19
|
*
|
|
Use raw time string from DB to generate ActiveRecord#cache_version
schneems
2018-10-17
2
-4
/
+118
*
|
|
|
Merge pull request #34544 from ahawrylak/fix-active-storage-docs-typo
Gannon McGibbon
2018-11-27
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix minor Active Storage docs typo [ci skip]
Adrian Hawrylak
2018-11-28
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Prevent content type and disposition bypass in storage service URLs
Rosa Gutierrez
2018-11-27
14
-38
/
+172
*
|
|
|
Do not deserialize GlobalID objects that were not generated by Active Job
Rafael Mendonça França
2018-11-27
2
-1
/
+5
*
|
|
|
Merge pull request #34528 from DmitryTsepelev/fix-ignored-attributes
Rafael França
2018-11-27
5
-1
/
+57
|
\
\
\
\
|
*
|
|
|
Cached columns_hash fields should be excluded from ResultSet#column_types
DmitryTsepelev
2018-11-27
5
-1
/
+57
*
|
|
|
|
More exercise singular association query
Ryuta Kamizono
2018-11-28
4
-7
/
+14
*
|
|
|
|
Ensure that singular association should execute limited query
Ryuta Kamizono
2018-11-28
2
-5
/
+12
*
|
|
|
|
Revert "Merge pull request #34538 from bogdan/reuse-find-target"
Ryuta Kamizono
2018-11-28
3
-23
/
+28
*
|
|
|
|
Merge pull request #34538 from bogdan/reuse-find-target
Eileen M. Uchitelle
2018-11-27
3
-29
/
+23
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Reuse code in AR::Association#find_target
Bogdan Gusiev
2018-11-27
3
-29
/
+23
*
|
|
|
|
Merge pull request #34480 from tekin/configurable-implicit-ordering-column
Eileen M. Uchitelle
2018-11-27
4
-2
/
+45
|
\
\
\
\
\
|
*
|
|
|
|
Make implicit order column configurable
Tekin Suleyman
2018-11-26
4
-2
/
+45
*
|
|
|
|
|
Revert "We still need the `Helpers` constant in the `ActiveRecord` namespace"
Ryuta Kamizono
2018-11-27
1
-1
/
+0
*
|
|
|
|
|
`Mutable` helper is in `ActiveModel`
Ryuta Kamizono
2018-11-27
4
-4
/
+4
|
/
/
/
/
/
*
|
|
|
|
Convert ActionCable tests from CoffeeScript to ES2015 and replace Blade with ...
rmacklin
2018-11-26
23
-4778
/
+2480
*
|
|
|
|
Use env instead of headers on those tests
Rafael Mendonça França
2018-11-26
1
-14
/
+14
*
|
|
|
|
Do not use deprecated Object#!~ in Ruby 2.6
Rafael Mendonça França
2018-11-26
1
-1
/
+5
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #34520 from yahonda/bump_pg93
Rafael França
2018-11-26
12
-410
/
+385
|
\
\
\
\
|
*
|
|
|
Bump the minimum version of PostgreSQL to 9.3
Yasuo Honda
2018-11-25
12
-410
/
+385
*
|
|
|
|
Merge pull request #34521 from azbshiri/mysql-exec-query-result
Eileen M. Uchitelle
2018-11-26
2
-2
/
+15
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
When running exec_query MySQL always returns ActiveRecord::Result
Alireza Bashiri
2018-11-25
2
-2
/
+15
|
|
/
/
/
*
|
|
|
Merge pull request #34525 from tnantoka/cache-key-low-level-caching
Ryuta Kamizono
2018-11-26
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Use cache_key_with_version instead of cache_key for the example in Low-Level ...
tnantoka
2018-11-26
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Fix random CI failure due to non-deterministic sorting order
Ryuta Kamizono
2018-11-26
1
-2
/
+2
[next]