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
*
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
|
\
\
\
|
*
|
|
[ci skip] Fix unclosed tags in `Inflector` docs
vzvu3k6k
2019-07-30
1
-1
/
+1
*
|
|
|
Merge pull request #36782 from jhawthorn/move_database_exists_to_adapter
John Hawthorn
2019-07-29
8
-18
/
+13
|
\
\
\
\
|
*
|
|
|
Move DatabaseAlreadyExists detection to DB adapter
John Hawthorn
2019-07-29
8
-18
/
+13
*
|
|
|
|
Expand CHANGELOG for #36800 [ci skip]
Ryuta Kamizono
2019-07-30
1
-2
/
+2
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Call raise with parentheses like a normal method call with arguments
Carlos Antonio da Silva
2019-07-29
1
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #36800 from jamespearson/matches_regex_mysql
Ryuta Kamizono
2019-07-30
3
-0
/
+58
|
\
\
\
|
*
|
|
Enabled matches_regex for MySql
James Pearson
2019-07-29
3
-0
/
+58
*
|
|
|
Merge pull request #36198 from oneiros/actionmailer_ssl_option
Ryuta Kamizono
2019-07-29
2
-2
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Improve documentation of `:ssl/:tls` option [ci skip]
David Roetzel
2019-07-29
2
-2
/
+2
*
|
|
|
Tiny documentation fix [ci skip]
Robin Dupret
2019-07-29
1
-3
/
+3
*
|
|
|
Merge pull request #36798 from meganemura/remove-redundant-empty-line
Ryuta Kamizono
2019-07-29
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Remove redundant empty line when we don't use system test
meganemura
2019-07-29
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Use match? where we don't need MatchData
Akira Matsuda
2019-07-29
46
-67
/
+67
*
|
|
|
Let the generated initializers/backtrace_silencers.rb code use Regexp#match?
Akira Matsuda
2019-07-29
4
-4
/
+4
*
|
|
|
Revert "Use assert_match / assert_no_match for asserting match"
Akira Matsuda
2019-07-29
2
-9
/
+9
*
|
|
|
Add AS::TimeZone#match?
Akira Matsuda
2019-07-29
5
-3
/
+19
*
|
|
|
Add AS::Multibyte::Chars#match?
Akira Matsuda
2019-07-29
2
-1
/
+7
[next]