aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Add commaJon Moss2017-04-201-1/+1
* Merge pull request #28582 from sbull/activejob-error-loggingRafael França2017-04-201-0/+2
|\
| * Add error logging to Active JobSteven Bull2017-03-271-0/+2
* | Fixes Hash.from_xml with frozen strings for all backendsJosh Nussbaum2017-04-205-13/+9
* | Remove outdated commentMarion Bouguet2017-04-201-1/+0
* | Send deprecation horizon and gem name as arguments to deprecation heavier han...Willem van Bergen2017-04-195-16/+56
* | Merge pull request #28790 from tjschuck/require_as_time_in_testing_time_helpersRafael França2017-04-181-0/+1
|\ \
| * | Explicitly require AS::Time in AS::Testing::TimeHelpersT.J. Schuck2017-04-181-0/+1
* | | Fix Enumerable#sum redefined warningFumiaki MATSUSHIMA2017-04-181-23/+45
|/ /
* | Add missing periodsJon Moss2017-04-171-2/+2
* | Add (more) documentation to to_timeKen Mayer2017-04-171-0/+3
* | There are actually only 134 unique timezones.Chris Dosé2017-04-161-1/+1
* | Add Puerto Rico support to ActiveSupport::TimeZoneChris Dosé2017-04-161-0/+1
* | Merge pull request #28638 from bogdanvlviv/prepend_and_append_in_rubyKasper Timm Hansen2017-04-151-2/+2
|\ \
| * | Prevent aliases Array#append and Array#prependbogdanvlviv2017-04-021-2/+2
* | | Add additional options to time `change` methodsAndrew White2017-04-146-15/+83
* | | Move CHANGELOG.md entry from Active Support to Action PackJon Moss2017-04-111-13/+1
* | | Add action_controller_api, action_controller_base on_load hookJulian Nadeau2017-04-101-1/+13
* | | Implement `fetch_values` for HashWithIndifferentAccess (#28316)Josh Pencheon2017-04-103-0/+31
* | | delegate_missing_to should fall back to superMatthew Draper2017-04-092-1/+23
* | | delegate_to_missing doesn't delegate private methodsMatthew Draper2017-04-092-1/+14
* | | Fix `warning: already initialized constant HashWithIndifferentAccessTest::Has...Ryuta Kamizono2017-04-071-1/+0
|/ /
* | Move HashWithIndifferentAccess tests to separate fileMichael Stock2017-03-302-712/+734
* | Add aliases for reverse_merge to with_defaultsMatt Casper2017-03-293-0/+29
* | Use keyword arguments instead of hashRafael Mendonça França2017-03-282-9/+11
* | Merge pull request #28480 from mubashirhanif/add_keep_id_suffix_option_to_hum...Rafael Mendonça França2017-03-285-21/+81
|\ \
| * | Added options hash to titleize method and keep_id_suffix option to humanizeMubashir Hanif2017-03-215-21/+81
* | | starts_with? is removed in Ruby 2.4Rafael Mendonça França2017-03-281-1/+1
* | | Merge pull request #1 from radiospiel/tickets/26955-listen-pathsRafael Mendonça França2017-03-281-0/+5
|\ \ \
| * | | No longer listens to dirs inside of installed gemseno2016-11-081-0/+5
* | | | Return unmapped timezones from `country_zones`Andrew White2017-03-282-5/+16
| |_|/ |/| |
* | | minor CHANGELOG formatting changes. [ci skip]Yves Senn2017-03-261-1/+0
* | | Fix doc format for `duplicable?` [ci skip]yuuji.yaginuma2017-03-251-6/+6
* | | Remove unnecessary ruby version comments [ci skip]Vipul A M2017-03-241-2/+2
* | | Fix duplicable? for Ratiional and Complex on ruby master, since they are now ...Vipul A M2017-03-232-13/+26
* | | No need to have an entry that was included in 5.1 in 5.2Rafael Mendonça França2017-03-221-11/+0
* | | Add AS::Deprecation::DeprecatedConstantAccessorDominic Cleal2017-03-224-0/+86
* | | Start Rails 5.2 developmentMatthew Draper2017-03-223-631/+4
* | | Merge pull request #28446 from y-yagi/move_new_changelog_entry_to_the_topJon Moss2017-03-181-7/+7
|\ \ \
| * | | Move new CHANGELOG entry to the top [ci skip]yuuji.yaginuma2017-03-161-7/+7
* | | | Cleanup documentation fixes (#28460)Vipul A M2017-03-171-2/+2
* | | | Merge pull request #28445 from denniszelada/feature-documentation-with_optionsVipul A M2017-03-171-0/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Add documentation to use with_options in the same class [ci skip]Dennis Zelada2017-03-161-0/+11
* | | | Fix test warningsAndrew White2017-03-161-5/+5
* | | | Move `to_time` to `DateTime` compatibility.rb fileAndrew White2017-03-164-6/+16
* | | | Merge pull request #28147 from kmcphillips/master-time-freezeAndrew White2017-03-166-22/+206
|\ \ \ \
| * | | | Handle #to_time and memoization taking into account memoization, frozen state...Kevin McPhillips2017-03-066-22/+206
* | | | | Tweak 28412Jon Moss2017-03-151-1/+1
* | | | | Merge pull request #28425 from rails/remove-duration-deprecationAndrew White2017-03-154-36/+212
|\ \ \ \ \
| * | | | | Restore 5.minutes changed in #28204Andrew White2017-03-151-1/+1