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
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Added :fallback_string option to Array#to_sentence
oss92
2016-07-13
1
-0
/
+6
*
|
Raise ArgumentError for bad strptime arguments
John Gesimondo
2016-07-11
1
-0
/
+9
*
|
`travel/travel_to` travel time helpers, now raise on nested calls,
Vipul A M
2016-07-02
1
-0
/
+25
|
/
*
Clearify CHANGELOG for #23011 [ci skip]
Godfrey Chan
2016-06-27
1
-2
/
+6
*
Merge pull request #23011 from arnvald/bugfix/correctly_parse_date
Godfrey Chan
2016-06-25
1
-0
/
+5
|
\
|
*
Use correct timezone when parsing date in json
Grzegorz Witek
2016-01-22
1
-0
/
+5
*
|
Update changelog for #25341
Kevin McPhillips
2016-06-22
1
-0
/
+6
*
|
Remove deprecated arguments in assert_nothing_raised
Rafael Mendonça França
2016-06-13
1
-0
/
+4
*
|
Don't blank pad day of the month when formatting dates
Sean Griffin
2016-06-02
1
-0
/
+7
*
|
Merge pull request #23930 from gsamokovarov/module-delegate-missing-to
Rafael Mendonça França
2016-05-24
1
-0
/
+47
|
\
\
|
*
|
Introduce Module#delegate_missing_to
Genadi Samokovarov
2016-02-27
1
-0
/
+47
*
|
|
Action Mailer: Declarative exception handling with `rescue_from`.
Jeremy Daer
2016-05-15
1
-0
/
+4
*
|
|
Start Rails 5.1 development :tada:
Rafael Mendonça França
2016-05-10
1
-764
/
+1
*
|
|
Preparing for 5.0.0.rc1 release
Rafael Mendonça França
2016-05-06
1
-0
/
+2
*
|
|
AS::Duration changelog polish
Jeremy Daer
2016-04-29
1
-15
/
+13
*
|
|
Change 1.week to create 1 week durations instead of 7 days durations.
Andrey Novikov
2016-04-28
1
-0
/
+22
*
|
|
Prep Rails 5 beta 4
eileencodes
2016-04-27
1
-0
/
+2
*
|
|
Revert "Change 1.week to create 1 week durations instead of 7 days durations."
Jeremy Daer
2016-04-27
1
-20
/
+0
*
|
|
Do not cache ActiveSupport::TimeZone#utc_offset
Alexey Shein
2016-04-25
1
-0
/
+6
*
|
|
Follow up of https://github.com/rails/rails/commit/c9c5788a527b70d7f983e2b4b4...
Vipul A M
2016-04-24
1
-1
/
+1
*
|
|
Make getlocal and getutc always return instances of Time
Andrew White
2016-04-23
1
-0
/
+12
*
|
|
Add DateTime#subsec
Andrew White
2016-04-23
1
-0
/
+4
*
|
|
Add additional aliases for DateTime#utc
Andrew White
2016-04-23
1
-0
/
+5
*
|
|
Add CHANGELOG entry for #24700
Andrew White
2016-04-23
1
-0
/
+5
*
|
|
Add Time#sec_fraction
Andrew White
2016-04-23
1
-0
/
+4
*
|
|
Add compatibility for Ruby 2.4 `to_time` changes
Andrew White
2016-04-23
1
-0
/
+20
*
|
|
Merge pull request #20625 from Envek/add_country_zones_method
Jeremy Daer
2016-04-19
1
-0
/
+11
|
\
\
\
|
*
|
|
Add ActiveSupport::TimeZone.country_zones helper
Andrey Novikov
2016-04-19
1
-0
/
+7
|
/
/
/
*
|
|
Ruby 2.4 Array#sum: ficauses -> cases changelog typo [ci skip]
Jeremy Daer
2016-04-19
1
-1
/
+1
*
|
|
Ruby 2.4: compat with new Array#sum
Jeremy Daer
2016-04-18
1
-0
/
+23
*
|
|
`ActiveSupport::Duration` supports ISO8601 formatting and parsing.
Arnau Siches, Andrey Novikov
2016-04-18
1
-0
/
+16
*
|
|
Merge pull request #24577 from mechanicles/fix-fetch-cache-miss
Jeremy Daer
2016-04-18
1
-0
/
+8
|
\
\
\
|
*
|
|
Fix forced cache miss for fetch.
Santosh Wadghule
2016-04-18
1
-0
/
+7
|
/
/
/
*
|
|
Merge pull request #22806 from Envek/solid_durations
Jeremy Daer
2016-04-17
1
-0
/
+20
|
\
\
\
|
*
|
|
Change 1.week to create 1 week durations instead of 7 days durations.
Andrey Novikov
2016-04-18
1
-0
/
+22
|
/
/
/
*
|
|
Fix behavior of JSON encoding for Exception
namusyaka
2016-04-09
1
-0
/
+4
*
|
|
Merge pull request #24401 from pan/number-to-phone
Rafael Mendonça França
2016-04-05
1
-0
/
+7
|
\
\
\
|
*
|
|
`number_to_phone` formats number with regexp
Pan GaoYong
2016-04-02
1
-0
/
+7
*
|
|
|
Match `String#to_time`'s behaviour to ruby
Siim Liiser
2016-04-04
1
-0
/
+11
*
|
|
|
Call super instead of returning nil for DateTime#<=>
Andrew White
2016-04-03
1
-0
/
+9
|
/
/
/
*
|
|
Fix method String#upcase_first
bogdanvlviv
2016-03-31
1
-1
/
+1
*
|
|
Merge pull request #23895 from glaucocustodio/add_upcase_first_method
Rafael Mendonça França
2016-03-30
1
-0
/
+4
|
\
\
\
|
*
|
|
Add upcase_first method
Glauco Custódio
2016-02-25
1
-0
/
+4
|
|
/
/
*
|
|
Fix typo in Action Pack changelog [ci skip]
Prathamesh Sonpatki
2016-03-25
1
-1
/
+1
*
|
|
guides, sync 5.0 release notes with changelogs
Yves Senn
2016-03-22
1
-2
/
+2
*
|
|
Prevent `Marshal.load` from looping infinitely
Olek Janiszewski
2016-03-11
1
-0
/
+5
*
|
|
Fix CHANGELOG spacing [ci skip]
Jeremy Daer
2016-03-02
1
-2
/
+2
*
|
|
Merge pull request #23936 from yui-knk/local_constants_to_be_public
Rafael Mendonça França
2016-03-01
1
-0
/
+4
|
\
\
\
|
*
|
|
Deprecate `Module.local_constants`
yui-knk
2016-03-01
1
-0
/
+4
|
|
/
/
*
/
/
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
1
-0
/
+7
|
/
/
[prev]
[next]