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 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
*
|
|
Add Mime::Type#match? that doesn't create MatchData
Akira Matsuda
2019-07-29
2
-1
/
+13
*
|
|
Suppress Ruby warning: :warning: non-nil $, will be deprecated
Akira Matsuda
2019-07-29
1
-2
/
+6
*
|
|
Merge pull request #36031 from st0012/guard-35982
Rafael França
2019-07-28
1
-1
/
+16
|
\
\
\
|
*
|
|
Assert query counts in cache relation test
st0012
2019-07-28
1
-1
/
+16
*
|
|
|
Add viewport meta tag to default application template
Lachlan Campbell
2019-07-28
1
-0
/
+1
*
|
|
|
Improves compatibility of require_dependency in zeitwerk mode [Closes #36774]
Xavier Noria
2019-07-28
2
-1
/
+41
*
|
|
|
Performance improvement for `String#to`
Ryuta Kamizono
2019-07-28
3
-3
/
+1
*
|
|
|
Merge pull request #36787 from st0012/refactor-sql-tests
Ryuta Kamizono
2019-07-28
2
-8
/
+2
|
\
\
\
\
|
*
|
|
|
Use capture_sql helper method in tests
st0012
2019-07-28
2
-8
/
+2
|
|
/
/
/
*
|
|
|
Revert "Merge pull request #36785 from shes50103/fix_typo_actionpack_changelog"
Ryuta Kamizono
2019-07-28
1
-1
/
+1
*
|
|
|
Merge pull request #36185 from jonathanhefner/optimize-string-first-and-last
Rafael França
2019-07-28
2
-34
/
+22
|
\
\
\
\
|
*
|
|
|
Improve String#first and #last performance
Jonathan Hefner
2019-05-05
2
-34
/
+22
*
|
|
|
|
Merge pull request #36785 from shes50103/fix_typo_actionpack_changelog
Rafael França
2019-07-27
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
fix typo in actionpack CHANGELOG.md
shes50103
2019-07-28
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #36545 from tomfakes/screenshot-updates
Rafael Mendonça França
2019-07-27
3
-30
/
+110
|
\
\
\
\
\
|
*
|
|
|
|
Add code to save the HTML of the page being screenshotted during the `take_sc...
Tom Fakes
2019-06-25
3
-30
/
+110
*
|
|
|
|
|
Merge pull request #36303 from gaotongfei/feature/ignore-specified-fixtures
Rafael França
2019-07-27
6
-5
/
+111
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Allow specify fixtures to be ignored
Tongfei Gao
2019-07-27
6
-5
/
+111
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Update links to new MySQL server errors reference page [ci skip]
Carlos Antonio da Silva
2019-07-27
2
-2
/
+2
[next]