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
*
Another missing require "AS/core_ext/object/try"
Akira Matsuda
2019-08-01
1
-0
/
+1
*
It may be better to explicitly require 'object/try' where we call `try`
Akira Matsuda
2019-08-01
14
-0
/
+21
*
Don't require 'active_support/all' in an individual test case!!!
Akira Matsuda
2019-08-01
2
-1
/
+1
*
These methods doesn't have to be `protected`
Akira Matsuda
2019-08-01
2
-6
/
+3
*
Use `try` only when we're unsure if the receiver would respond_to the method
Akira Matsuda
2019-08-01
24
-43
/
+40
*
Merge pull request #36827 from akshaymohite/fix-documentation-typo-in-example
Vipul A M
2019-08-01
1
-1
/
+1
|
\
|
*
Fixed a typo in documentation example of activerecord database configuration....
Akshay Mohite
2019-08-01
1
-1
/
+1
*
|
Do not use the same test class in different tests
yuuji.yaginuma
2019-08-01
1
-2
/
+2
*
|
Merge pull request #36792 from peterzhu2118/azure-content-disposition
Gannon McGibbon
2019-07-31
2
-2
/
+19
|
\
\
|
*
|
Upload file with filename and disposition for Azure
Peter Zhu
2019-07-31
2
-2
/
+19
*
|
|
Merge pull request #36825 from cpruitt/transliterate-frozen-us-ascii-strings
Eileen M. Uchitelle
2019-07-31
2
-7
/
+8
|
\
\
\
|
*
|
|
Prevent error on transliterate with frozen strings.
Cliff Pruitt
2019-07-31
2
-7
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #36791 from peterzhu2118/s3-upload-disposition
Gannon McGibbon
2019-07-31
2
-7
/
+26
|
\
\
\
|
*
|
|
Upload file with filename and disposition for S3
Peter Zhu
2019-07-31
2
-7
/
+26
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #36824 from eileencodes/fix-db-seed
Eileen M. Uchitelle
2019-07-31
2
-0
/
+21
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix db:seed
eileencodes
2019-07-31
2
-0
/
+21
|
/
/
*
|
Address to rubocop offences
Ryuta Kamizono
2019-07-31
5
-6
/
+6
*
|
Reduce method invocations and object allocations in head()
Akira Matsuda
2019-07-31
1
-1
/
+1
*
|
Reduce Array allocations
Akira Matsuda
2019-07-31
2
-4
/
+4
*
|
Reduce block execution
Akira Matsuda
2019-07-31
1
-3
/
+3
*
|
Reduce method calls
Akira Matsuda
2019-07-31
1
-2
/
+1
*
|
Reduce Array assignment by not giving a name for unused `*args`
Akira Matsuda
2019-07-31
4
-6
/
+6
*
|
Reduce Array allocations
Akira Matsuda
2019-07-31
1
-1
/
+1
*
|
Reduce some more Hash#fetch + default object allocations
Akira Matsuda
2019-07-31
2
-3
/
+3
*
|
Merge pull request #36708 from rails/has-one-polymorphic-touch-dont-cache-ass...
Kasper Timm Hansen
2019-07-31
5
-12
/
+37
|
\
\
|
*
|
Polymorphic has_one touch: Reset association cache result after create transa...
Kasper Timm Hansen
2019-07-31
5
-12
/
+37
*
|
|
Merge pull request #36819 from yamato-payforward/payforward-branch
Ryuta Kamizono
2019-07-31
1
-1
/
+1
|
\
\
\
|
*
|
|
fix a typo
yamato-payforward
2019-07-31
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #36818 from hc0208/fix_typo_in_data_remote_js
Ryuta Kamizono
2019-07-31
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix typo submited → submitted [ci skip]
hc0208
2019-07-31
1
-1
/
+1
*
|
|
|
Accessing ivar with Symbols might be just a very little bit better than with ...
Akira Matsuda
2019-07-31
4
-8
/
+8
*
|
|
|
Avoid creating new Array when looking up already registered detail
Akira Matsuda
2019-07-31
1
-1
/
+1
*
|
|
|
Reduce Hash object creation when normalizing request env
Akira Matsuda
2019-07-31
1
-2
/
+3
*
|
|
|
Cache tags_text to avoid computing tags each time when logging
Akira Matsuda
2019-07-31
1
-5
/
+10
*
|
|
|
Reduce object allocations in Middleware::Static
Akira Matsuda
2019-07-31
1
-11
/
+12
*
|
|
|
Reduce unnecessary String creation by not `to_s`ing until nothing matches
Akira Matsuda
2019-07-31
1
-1
/
+1
*
|
|
|
Reduce String allocation when finding controller class
Akira Matsuda
2019-07-31
1
-1
/
+1
*
|
|
|
No need to dup the payload for an instrumentation
Akira Matsuda
2019-07-31
1
-1
/
+1
*
|
|
|
Speedup and reduce Array creation when constantizing a non-namespaced string
Akira Matsuda
2019-07-31
1
-25
/
+29
|
/
/
/
*
|
|
Merge pull request #36815 from emp823/master
Ryuta Kamizono
2019-07-31
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix typo in autoload documentation [ci skip]
Erik Pearson
2019-07-30
1
-1
/
+1
|
/
/
/
*
|
|
Bump Trix to ^1.2.0
Javan Makhmali
2019-07-30
1
-1
/
+1
*
|
|
Merge pull request #36813 from haruyuki97/haruyuki97/fix-comment-in-url-helper
Prem Sichanugrist
2019-07-30
1
-1
/
+1
|
\
\
\
|
*
|
|
fix a typo [ci skip]
haruyuki97
2019-07-30
1
-1
/
+1
*
|
|
|
Merge pull request #36812 from nigh7m4r3/readme-comma-usage
Prem Sichanugrist
2019-07-30
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Update README.md
Rifatul Islam Chayon
2019-07-30
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #36805 from kamipo/user_supplied_joins_order_should_be_pre...
Ryuta Kamizono
2019-07-30
3
-24
/
+65
|
\
\
\
\
|
*
|
|
|
Preserve user supplied joins order as much as possible
Ryuta Kamizono
2019-07-30
3
-24
/
+65
*
|
|
|
|
Add `silence_warnings` for defining 'not_' prefix enum elements
Ryuta Kamizono
2019-07-30
1
-1
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #36804 from vzvu3k6k/tt
Vipul A M
2019-07-30
1
-1
/
+1
|
\
\
\
\
[next]