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
...
*
|
|
|
Add default exceptions affected by suppress (#25099)
Alexey Zapparov
2016-05-23
1
-0
/
+9
*
|
|
|
Fix Hash#from_xml with frozen strings (#24718)
Marek Kirejczyk
2016-05-21
1
-8
/
+18
*
|
|
|
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
7
-42
/
+36
*
|
|
|
Merge pull request #19428 from bdmac/fix_safe_buffer_titleize
Rafael Mendonça França
2016-05-18
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Fixes Inflector#titleize to work with SafeBuffer
Brian McManus
2015-03-20
1
-1
/
+2
*
|
|
|
|
Merge pull request #24930 from henrik/date-all-day
Sean Griffin
2016-05-16
1
-0
/
+17
|
\
\
\
\
\
|
*
|
|
|
|
Introduce Date#all_day
Henrik Nyh
2016-05-11
1
-0
/
+17
*
|
|
|
|
|
Action Mailer: Declarative exception handling with `rescue_from`.
Jeremy Daer
2016-05-15
1
-4
/
+17
*
|
|
|
|
|
Add some assertions for BigDecimal#to_s
Yosuke Kabuto
2016-05-15
1
-0
/
+2
*
|
|
|
|
|
Bump the deprecation horizon
Rafael Mendonça França
2016-05-10
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Run Active Support tests when preserving timezones
Andrew White
2016-05-05
1
-0
/
+3
*
|
|
|
|
Fix tests when preserving timezones
Andrew White
2016-05-05
2
-6
/
+19
*
|
|
|
|
Fix to_yaml test when run individually
Andrew White
2016-05-05
1
-0
/
+1
*
|
|
|
|
Fix some typos in comments.
Joe Rafaniello
2016-05-04
1
-1
/
+1
*
|
|
|
|
Fix initial value effects for sum along to ruby 2.4
Kenta Murata
2016-04-30
1
-0
/
+78
*
|
|
|
|
Change 1.week to create 1 week durations instead of 7 days durations.
Andrey Novikov
2016-04-28
1
-2
/
+12
*
|
|
|
|
Revert "Change 1.week to create 1 week durations instead of 7 days durations."
Jeremy Daer
2016-04-27
1
-3
/
+2
*
|
|
|
|
Merge pull request #24723 from lvl0nax/array_split_fix
Jeremy Daer
2016-04-26
1
-0
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
Little perfomance fix for Array#split.
lvl0nax
2016-04-26
1
-0
/
+8
*
|
|
|
|
|
Do not cache ActiveSupport::TimeZone#utc_offset
Alexey Shein
2016-04-25
1
-0
/
+11
|
/
/
/
/
/
*
|
|
|
|
Make getlocal and getutc always return instances of Time
Andrew White
2016-04-23
3
-1
/
+34
*
|
|
|
|
Add DateTime#subsec
Andrew White
2016-04-23
1
-0
/
+5
*
|
|
|
|
Change Time#sec_fraction to use subsec
Andrew White
2016-04-23
1
-0
/
+14
*
|
|
|
|
Add compatibility for Ruby 2.4 `to_time` changes
Andrew White
2016-04-23
3
-0
/
+126
*
|
|
|
|
Make file update checker tests more resilient on Windows
Sean Griffin
2016-04-21
1
-5
/
+7
*
|
|
|
|
Add ActiveSupport::TimeZone.country_zones helper
Andrey Novikov
2016-04-19
1
-0
/
+5
*
|
|
|
|
Merge pull request #24552 from yui-knk/raise_argument_error
Jeremy Daer
2016-04-19
1
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Raise `ArgumentError` when an invalid form is passed to `Date#to_time`
yui-knk
2016-04-17
1
-0
/
+4
*
|
|
|
|
|
Travis: cache unicode data downloads and beanstalkd build
Jeremy Daer
2016-04-19
3
-3
/
+3
*
|
|
|
|
|
Ruby 2.4: compat with new Array#sum
Jeremy Daer
2016-04-18
1
-3
/
+21
*
|
|
|
|
|
`ActiveSupport::Duration` supports ISO8601 formatting and parsing.
Arnau Siches, Andrey Novikov
2016-04-18
1
-0
/
+85
*
|
|
|
|
|
Merge pull request #24577 from mechanicles/fix-fetch-cache-miss
Jeremy Daer
2016-04-18
1
-0
/
+14
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix forced cache miss for fetch.
Santosh Wadghule
2016-04-18
1
-0
/
+14
|
/
/
/
/
/
/
*
|
|
|
|
|
Change 1.week to create 1 week durations instead of 7 days durations.
Andrey Novikov
2016-04-18
1
-2
/
+3
*
|
|
|
|
|
Merge pull request #24517 from estolfo/transform-keys-return-type-master
Sean Griffin
2016-04-15
1
-0
/
+16
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Restore Hash#transform_keys behavior to always return a Hash instance
Emily
2016-04-12
1
-0
/
+16
*
|
|
|
|
|
Remove unused variable
Rafael Mendonça França
2016-04-13
1
-1
/
+0
*
|
|
|
|
|
Handle max_time edge cases for epoch times and add test
Blake Mesdag
2016-04-12
1
-0
/
+17
|
/
/
/
/
/
*
|
|
|
|
Fix behavior of JSON encoding for Exception
namusyaka
2016-04-09
1
-0
/
+5
*
|
|
|
|
Merge pull request #24422 from matthewd/extinguish-executor-exceptions
Matthew Draper
2016-04-07
1
-0
/
+107
|
\
\
\
\
\
|
*
|
|
|
|
Directly support stateful executor hooks
Matthew Draper
2016-04-05
1
-0
/
+107
*
|
|
|
|
|
Merge pull request #24345 from mtsmfm/fix-marshal-with-autoloading-for-nested...
Rafael França
2016-04-05
1
-3
/
+18
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix marshal with autoloading for nested class/module
Fumiaki MATSUSHIMA
2016-03-28
1
-3
/
+18
*
|
|
|
|
|
|
Merge pull request #24401 from pan/number-to-phone
Rafael Mendonça França
2016-04-05
1
-0
/
+2
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
`number_to_phone` formats number with regexp
Pan GaoYong
2016-04-02
1
-0
/
+2
*
|
|
|
|
|
|
Match `String#to_time`'s behaviour to ruby
Siim Liiser
2016-04-04
1
-0
/
+1
*
|
|
|
|
|
|
Call super instead of returning nil for DateTime#<=>
Andrew White
2016-04-03
1
-0
/
+18
*
|
|
|
|
|
|
Use block form of Dir.mktmpdir to ensure tidy up
Andrew White
2016-04-03
1
-3
/
+3
*
|
|
|
|
|
|
Prevent void context warnings
Andrew White
2016-04-03
2
-2
/
+2
|
/
/
/
/
/
/
*
|
|
|
|
|
Fix method String#upcase_first
bogdanvlviv
2016-03-31
1
-0
/
+8
[prev]
[next]