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
path:
root
/
activesupport
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Thread.pass instead of Kernel.sleep to trigger race condition
Guilherme Mansur
2019-08-05
2
-21
/
+12
*
Able to initalize default value for thread_mattr_*
Guilherme Mansur
2019-08-05
3
-16
/
+46
*
Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...
Rafael Mendonça França
2019-08-02
2
-3
/
+3
*
Revert "You give jruby_skip & rubinius_skip a good name"
Rafael Mendonça França
2019-08-02
3
-20
/
+13
*
Missing require AS/core_ext/date/conversions
Akira Matsuda
2019-08-02
2
-0
/
+2
*
hash_conversion itself does not at all depend on time extensions
Akira Matsuda
2019-08-02
1
-1
/
+0
*
Lazily evaluate FileUpdateCheckerSharedTests when being included
Akira Matsuda
2019-08-02
1
-195
/
+199
*
Missing require AS/core_ext/string/inflections
Akira Matsuda
2019-08-02
1
-0
/
+2
*
Let's try not to depend too much on other core extensions in a core extension...
Akira Matsuda
2019-08-02
1
-1
/
+1
*
Missing require AS/core_ext/object/blank
Akira Matsuda
2019-08-02
1
-0
/
+1
*
require only what each test concerns
Akira Matsuda
2019-08-02
4
-4
/
+7
*
You give jruby_skip & rubinius_skip a good name
Akira Matsuda
2019-08-02
3
-13
/
+20
*
MethodCallAssertions is a regular player of the team ActiveSupport::TestCase now
Akira Matsuda
2019-08-02
2
-3
/
+3
*
Missing require "AS/core_ext/date_time/conversions"
Akira Matsuda
2019-08-01
1
-0
/
+1
*
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
2
-0
/
+2
*
Use `try` only when we're unsure if the receiver would respond_to the method
Akira Matsuda
2019-08-01
1
-5
/
+5
*
Prevent error on transliterate with frozen strings.
Cliff Pruitt
2019-07-31
2
-7
/
+8
*
Address to rubocop offences
Ryuta Kamizono
2019-07-31
1
-1
/
+1
*
Reduce Array allocations
Akira Matsuda
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
2
-2
/
+2
*
Cache tags_text to avoid computing tags each time when logging
Akira Matsuda
2019-07-31
1
-5
/
+10
*
Speedup and reduce Array creation when constantizing a non-namespaced string
Akira Matsuda
2019-07-31
1
-25
/
+29
*
[ci skip] Fix unclosed tags in `Inflector` docs
vzvu3k6k
2019-07-30
1
-1
/
+1
*
Call raise with parentheses like a normal method call with arguments
Carlos Antonio da Silva
2019-07-29
1
-2
/
+2
*
Use match? where we don't need MatchData
Akira Matsuda
2019-07-29
6
-8
/
+8
*
Revert "Use assert_match / assert_no_match for asserting match"
Akira Matsuda
2019-07-29
1
-3
/
+3
*
Add AS::TimeZone#match?
Akira Matsuda
2019-07-29
2
-0
/
+14
*
Add AS::Multibyte::Chars#match?
Akira Matsuda
2019-07-29
2
-1
/
+7
*
Improves compatibility of require_dependency in zeitwerk mode [Closes #36774]
Xavier Noria
2019-07-28
1
-1
/
+12
*
Performance improvement for `String#to`
Ryuta Kamizono
2019-07-28
3
-3
/
+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
*
|
Use match? where we don't need MatchData
Akira Matsuda
2019-07-27
3
-4
/
+4
*
|
Use assert_match / assert_no_match for asserting match
Akira Matsuda
2019-07-27
1
-3
/
+3
*
|
Remove tough to grasp -1 + 1 = 0 from String#to
Kasper Timm Hansen
2019-07-26
2
-2
/
+4
*
|
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 #36180 from jonathanhefner/optimize-string-from
Rafael França
2019-07-25
1
-2
/
+3
|
\
\
|
*
|
Avoid extra allocation in String#from and #to
Jonathan Hefner
2019-05-05
1
-2
/
+3
|
|
/
*
|
Use correct variable in `secure_compare!`
yuuji.yaginuma
2019-07-26
2
-1
/
+14
*
|
Fixup 64a430129f
Kasper Timm Hansen
2019-07-25
1
-3
/
+5
*
|
Use binding.local_variable_get for `:for`
Kasper Timm Hansen
2019-07-25
1
-5
/
+3
*
|
let autoloaded? support modules with overridden names [closes #36757]
Xavier Noria
2019-07-25
3
-3
/
+21
*
|
Merge pull request #36318 from itsWill/fix_event_object_payload
Rafael França
2019-07-25
3
-1
/
+24
|
\
\
|
*
|
Merge payload for EventObject subscribers
Guilherme Mansur
2019-05-22
3
-1
/
+24
*
|
|
Merge pull request #36412 from robotdana/compact_blank
Rafael Mendonça França
2019-07-25
3
-0
/
+75
|
\
\
\
[next]