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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
This seems to be working on JRuby 9K
Akira Matsuda
2017-01-25
1
-10
/
+0
*
|
Merge pull request #27798 from yui-knk/give_message_to_test_duplicable
Richard Schneeman
2017-01-25
1
-1
/
+1
|
\
\
|
*
|
Give a message to `#test_duplicable` assertion
yui-knk
2017-01-25
1
-1
/
+1
|
|
/
*
/
Change ActionView ERB Handler from Erubis to Erubi
Jeremy Evans
2017-01-25
1
-0
/
+10
|
/
*
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
*
rm rm_f that is not in use
Akira Matsuda
2017-01-18
1
-5
/
+0
*
Adjust `Module.parent_name` to work when frozen; fixes #27637
Corey Ward
2017-01-17
2
-30
/
+37
*
Use appropriate assertion based on expectation
Corey Ward
2017-01-17
1
-2
/
+7
*
Don't pollute Object with rubinius_skip and jruby_skip
Akira Matsuda
2017-01-17
1
-10
/
+10
*
Raise ArgumentError if attempting to transliterate anything that is not a string
Kevin McPhillips
2017-01-16
1
-0
/
+18
*
Should do nothing here
Akira Matsuda
2017-01-16
1
-1
/
+1
*
It would be safer not to totally undef core classes' respond_to_missing?
Akira Matsuda
2017-01-15
2
-2
/
+12
*
AS::StringInquirer#respond_to_missing? should fallback to super
Akira Matsuda
2017-01-15
1
-0
/
+16
*
This test wasn't actually an effective regression test
Akira Matsuda
2017-01-15
1
-4
/
+5
*
AS::ArrayInquirer#respond_to_missing? should fallback to super
Akira Matsuda
2017-01-15
1
-0
/
+14
*
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
2
-2
/
+2
*
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
*
Merge pull request #27610 from Envek/fix_and_speed_up_duration_parsing
Andrew White
2017-01-12
2
-5
/
+6
|
\
|
*
Fix inconsistent results when parsing large durations and constructing durati...
Andrey Novikov
2017-01-09
2
-5
/
+6
*
|
Use Encoding::UTF_8 constant for default_{internal,external} in the tests
Akira Matsuda
2017-01-11
1
-2
/
+2
*
|
Make time travel work with subclasses of Time/Date/Datetime
Jonas Nicklas
2017-01-10
1
-0
/
+19
|
/
*
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
|
/
*
Merge pull request #27520 from prathamesh-sonpatki/merge-uncountable-tests-fo...
Rafael França
2017-01-01
1
-11
/
+21
|
\
|
*
Make the tests for uncountability of ascii and non-ascii words uniform
Prathamesh Sonpatki
2016-12-31
1
-11
/
+21
*
|
Fix Symbol#duplicable? for Ruby 2.4.0.
Kasper Timm Hansen
2017-01-01
1
-2
/
+2
|
/
*
Merge pull request #12509 from eitoball/pluralize_for_non_ascii_character_words
Matthew Draper
2016-12-31
1
-0
/
+8
|
\
|
*
fix pluralize behavior for words that consist of non-ascii characters
Eito Katagiri
2015-07-02
1
-0
/
+9
*
|
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
2
-2
/
+2
*
|
assert_equal takes expectation first
Akira Matsuda
2016-12-26
6
-45
/
+45
*
|
"Use assert_nil if expecting nil from ...:in `...'. This will fail in minites...
Akira Matsuda
2016-12-25
2
-3
/
+3
*
|
Expectation first
Akira Matsuda
2016-12-25
2
-5
/
+5
*
|
"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
16
-39
/
+39
*
|
Privatize unneededly protected methods in Active Support tests
Akira Matsuda
2016-12-24
7
-8
/
+8
*
|
Fix Complex and Rational are duplicable?
utilum
2016-12-21
1
-2
/
+2
*
|
Merge pull request #27366 from utilum/avoid_fixnum_warning
Matthew Draper
2016-12-18
1
-1
/
+1
|
\
\
|
*
|
Fix Fixnum deprecated warning in Ruby 2.4+
utilum
2016-12-16
1
-1
/
+1
*
|
|
Merge pull request #27368 from matthewd/doubled-callbacks
Matthew Draper
2016-12-16
1
-15
/
+68
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Support double-yield inside an around callback
Matthew Draper
2016-12-15
1
-15
/
+68
*
|
|
Fix constantize edge case involving prepend, autoloading and name conflicts
Jean Boussier
2016-12-14
3
-0
/
+15
*
|
|
fix new warning in ruby 2.4
yuuji.yaginuma
2016-12-14
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
[prev]
[next]