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
...
*
|
|
|
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
*
|
|
|
|
|
Merge pull request #36783 from ershad/use-smaller-tif-file
Kasper Timm Hansen
2019-07-27
1
-0
/
+0
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Use a smaller TIFF file as fixture
Ershad Kunnakkadan
2019-07-27
1
-0
/
+0
|
/
/
/
/
/
/
*
/
/
/
/
/
Avoid to use a method that acts on the hash
yuuji.yaginuma
2019-07-27
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Use match? where we don't need MatchData
Akira Matsuda
2019-07-27
23
-28
/
+28
*
|
|
|
|
Use assert_match / assert_no_match for asserting match
Akira Matsuda
2019-07-27
2
-9
/
+9
*
|
|
|
|
Do not use the same temp file in different tests
yuuji.yaginuma
2019-07-27
1
-4
/
+5
*
|
|
|
|
Fix "warning: ambiguous first argument; put parentheses or a space even after...
yuuji.yaginuma
2019-07-27
1
-1
/
+1
*
|
|
|
|
Merge pull request #36781 from pietro-moro/phone_to_tests_followup
Carlos Antonio da Silva
2019-07-26
1
-8
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
Change test description with the correct URL name
Pietro Moro
2019-07-26
1
-8
/
+8
*
|
|
|
|
|
Merge pull request #36773 from seejohnrun/db-configuration-separate-env-vars
Eileen M. Uchitelle
2019-07-26
3
-7
/
+45
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Allow separate database env variables per-connection
John Crepezzi
2019-07-26
3
-7
/
+45
*
|
|
|
|
|
Remove tough to grasp -1 + 1 = 0 from String#to
Kasper Timm Hansen
2019-07-26
2
-2
/
+4
*
|
|
|
|
|
Merge pull request #36178 from sshaw/fix_time_zone_options_priority
Rafael França
2019-07-26
1
-3
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Update time_zone_options_for_select docs
sshaw
2019-05-04
1
-3
/
+4
*
|
|
|
|
|
|
Merge pull request #36227 from betesh/avoid-misleading-error-about-late-attac...
Rafael França
2019-07-26
2
-1
/
+12
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Prevent reading inline attachments after `mail` was called from raising an in...
Isaac Betesh
2019-05-21
2
-1
/
+12
*
|
|
|
|
|
|
|
Merge pull request #36780 from abhaynikam/36775-follow-up-change-test-descrip...
Rafael França
2019-07-26
1
-7
/
+7
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Change the test description to say the URL helper name in test.
Abhay Nikam
2019-07-27
1
-7
/
+7
*
|
|
|
|
|
|
|
|
Fix error 500 caused by ActionController::RoutingError (via fail-safe) when P...
Simone Carletti
2019-07-26
1
-1
/
+17
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Added a phone_to helper method, on the style of mail_to and sms_to. (#36775)
Pietro Moro
2019-07-26
3
-0
/
+115
*
|
|
|
|
|
|
|
Merge pull request #36254 from sharang-d/remove-named-helpers
Rafael França
2019-07-26
5
-14
/
+14
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Use a single term instead of all terms used to describe path and URL helpers ...
Sharang Dashputre
2019-07-26
5
-14
/
+14
|
|
|
_
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #36702 from cpruitt/raise-on-transliterate-ascii-8bit
Rafael França
2019-07-26
2
-1
/
+75
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Remove comments in test file
Cliff Pruitt
2019-07-26
1
-7
/
+0
|
*
|
|
|
|
|
|
|
Handle GB18030 strings with invalid characters in transliterate
Cliff Pruitt
2019-07-26
2
-13
/
+18
|
*
|
|
|
|
|
|
|
Handle US-ASCII strings with invalid characters in transliterate
Cliff Pruitt
2019-07-26
2
-19
/
+26
|
*
|
|
|
|
|
|
|
Add encoding tests for ActiveSupport::Inflector.transliterate
Cliff Pruitt
2019-07-26
1
-0
/
+57
|
*
|
|
|
|
|
|
|
Raise errors for ASCII-8BIT encoding in ActiveSupport::Inflector::transliterate
Cliff Pruitt
2019-07-26
2
-0
/
+12
|
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge pull request #36777 from Edouard-chin/ec-git-pretty-credentials
Rafael França
2019-07-26
4
-9
/
+185
|
\
\
\
\
\
\
\
\
[prev]
[next]