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
/
test
/
core_ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
Give a message to `#test_duplicable` assertion
yui-knk
2017-01-25
1
-1
/
+1
*
Allocation free Integer#to_s
Jean Boussier
2017-01-19
1
-0
/
+4
*
Unused class for testing since 93559da4826546d07014f8cfa399b64b4a143127
Akira Matsuda
2017-01-18
1
-16
/
+0
*
Adjust `Module.parent_name` to work when frozen; fixes #27637
Corey Ward
2017-01-17
2
-30
/
+37
*
Constant look-up would no longer fall back to top-level constant since ruby 2.5
Akira Matsuda
2017-01-13
1
-2
/
+2
*
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-1
/
+1
*
Add additional tests for #27610
Andrew White
2017-01-12
1
-1
/
+38
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-1
/
+1
*
Fix inconsistent results when parsing large durations and constructing durati...
Andrey Novikov
2017-01-09
2
-5
/
+6
*
Merge pull request #27392 from y-yagi/use_same_class_on_compact
Sean Griffin
2017-01-06
1
-0
/
+10
|
\
|
*
ensure `#compact` of HWIDA to return HWIDA
yuuji.yaginuma
2017-01-06
1
-0
/
+10
*
|
Fix style guide violations
Rafael Mendonça França
2017-01-05
1
-1
/
+1
|
/
*
Fix Symbol#duplicable? for Ruby 2.4.0.
Kasper Timm Hansen
2017-01-01
1
-2
/
+2
*
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
1
-1
/
+1
*
assert_equal takes expectation first
Akira Matsuda
2016-12-26
5
-44
/
+44
*
"Use assert_nil if expecting nil from ...:in `...'. This will fail in minites...
Akira Matsuda
2016-12-25
1
-2
/
+2
*
Expectation first
Akira Matsuda
2016-12-25
1
-4
/
+4
*
"Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6."
Akira Matsuda
2016-12-25
1
-1
/
+1
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
8
-16
/
+16
*
Fix Complex and Rational are duplicable?
utilum
2016-12-21
1
-2
/
+2
*
Fix Fixnum deprecated warning in Ruby 2.4+
utilum
2016-12-16
1
-1
/
+1
*
change return value of `duplicable?` with Ruby 2.4+
yuuji.yaginuma
2016-12-13
1
-2
/
+7
*
:nail_care:
Akira Matsuda
2016-12-13
1
-2
/
+1
*
nil, true, 1, etc. don't raise on #dup since Ruby 2.4
Akira Matsuda
2016-12-13
1
-1
/
+1
*
Exclude singleton classes from `subclasses` and `descendants`
Sean Griffin
2016-12-01
1
-0
/
+10
*
Treat combined durations as a single unit
Sean Griffin
2016-11-29
1
-0
/
+11
*
Merge pull request #27035 from rails/remove-active-support-deprecations
Andrew White
2016-11-14
6
-395
/
+0
|
\
|
*
Remove deprecated separator argument from parameterize
Andrew White
2016-11-14
1
-16
/
+0
|
*
Remove deprecated method Numeric#to_formatted_s
Andrew White
2016-11-14
1
-6
/
+0
|
*
Remove deprecated method alias_method_chain
Andrew White
2016-11-14
1
-215
/
+0
|
*
Remove deprecated constant MissingSourceFIle
Andrew White
2016-11-14
1
-8
/
+0
|
*
Remove deprecated Module.qualified_const_get/set/defined?
Andrew White
2016-11-14
1
-118
/
+0
|
*
Remove deprecated :prefix option
Andrew White
2016-11-13
1
-15
/
+0
|
*
Remove deprecated new_from_hash_copying_default
Andrew White
2016-11-13
1
-7
/
+0
|
*
Remove deprecated local_constants
Andrew White
2016-11-13
1
-10
/
+0
*
|
Revert "Merge pull request #25811 from oss92/to_sentence_fallback_string"
Rafael Mendonça França
2016-11-14
1
-6
/
+1
*
|
Remove warning from access to Bignum class, 2**64 is already a known bignum v...
Vipul A M
2016-11-13
1
-1
/
+0
|
/
*
Tweaking some test data due to sprintf behavior change in 2.4
Akira Matsuda
2016-11-05
1
-5
/
+5
*
Ensure duration parsing is consistent across DST changes
Andrew White
2016-10-31
1
-0
/
+31
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
15
-793
/
+793
*
Fix copy_time_to: Copy nsec instead of usec
Josua Schmid
2016-10-20
1
-1
/
+3
*
Fixnum and Bignum are deprecated in Ruby trunk
Matthew Draper
2016-10-08
1
-2
/
+2
*
Revert "Merge pull request #26677 from tbalthazar/26644"
Andrew White
2016-10-02
1
-6
/
+0
*
Fix `ActiveSupport::TimeWithZone#localtime`
Thomas Balthazar
2016-10-01
1
-0
/
+6
*
Fix ActiveSupport::TimeWithZone#in
Thomas Balthazar
2016-09-24
1
-1
/
+31
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
4
-63
/
+63
*
RuboCop is 100% green :tada:
Xavier Noria
2016-09-02
1
-1
/
+5
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
13
-102
/
+102
*
Merge pull request #25681 from willnet/fix-thread_mattr_accessor
Yves Senn
2016-08-08
1
-0
/
+16
|
\
|
*
Fix `thread_mattr_accessor` share variable superclass with subclass
willnet
2016-08-04
1
-4
/
+24
[next]