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
*
Fix test warnings
Andrew White
2017-03-16
1
-5
/
+5
*
Merge pull request #28147 from kmcphillips/master-time-freeze
Andrew White
2017-03-16
2
-15
/
+180
|
\
|
*
Handle #to_time and memoization taking into account memoization, frozen state...
Kevin McPhillips
2017-03-06
2
-15
/
+180
*
|
Remove implicit coercion deprecation of durations
Andrew White
2017-03-15
1
-25
/
+117
*
|
Add `rfc3339` aliases to `xmlschema`
Andrew White
2017-03-03
2
-0
/
+15
*
|
Add `Time.rfc3339` parsing method
Andrew White
2017-03-03
1
-0
/
+31
*
|
Deprecate implicit coercion of `ActiveSupport::Duration`
Andrew White
2017-03-02
1
-3
/
+55
*
|
Update `DateTime#change` to support usec and nsec
Andrew White
2017-03-02
1
-11
/
+18
*
|
Add Duration#before and #after as aliases for #ago and #since
Nick Johnstone
2017-02-26
1
-0
/
+13
*
|
Merge pull request #28157 from robin850/hwia-soft-deprecation
Matthew Draper
2017-02-25
1
-0
/
+28
|
\
\
|
*
|
Add few tests for the top level `HashWithIndifferentAccess`
Robin Dupret
2017-02-25
1
-0
/
+24
|
*
|
Soft-deprecate the top-level HashWithIndifferentAccess class
Robin Dupret
2017-02-25
1
-0
/
+4
|
|
/
*
/
add optional second argument to ActiveSupport core extension for Marshal#load...
Jeff Latz
2017-02-24
1
-0
/
+13
|
/
*
Make HWIA#compact not return nil when no nils
Pavel Pravosud
2017-02-23
1
-0
/
+10
*
Add more missing requires
Andrew White
2017-02-22
1
-0
/
+1
*
Preload to_datetime before freezing a TimeWithZone instance
Adam Rice
2017-02-22
1
-0
/
+1
*
Revert "Merge pull request #27925 from robin850/hwia-removal"
Kasper Timm Hansen
2017-02-20
1
-23
/
+0
*
Deprecate the top-level `HashWithIndifferentAccess` contant
Robin Dupret
2017-02-19
1
-0
/
+23
*
Add Time#blank? to blank_test
kenta-s
2017-02-12
1
-1
/
+1
*
Merge pull request #27919 from bf4/correct_spelling
Arthur Nogueira Neves
2017-02-06
1
-2
/
+2
|
\
|
*
Correct spelling
Benjamin Fleischer
2017-02-05
1
-2
/
+2
*
|
Add tests for `blank?`
kenta-s
2017-02-06
3
-0
/
+12
|
/
*
Uninterned Symbol can be duped since ruby 2.4.1
Akira Matsuda
2017-01-26
1
-1
/
+4
*
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
|
\
[next]