aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [ci skip] Fix spelling that's a bit of an overreach.Kasper Timm Hansen2017-05-271-1/+1
| * | | | | ActiveSupport::CurrentAttributes provides a thread-isolated attributes single...David Heinemeier Hansson2017-05-263-0/+196
| * | | | | Merge pull request #29176 from bogdanvlviv/define-path-with__dir__Matthew Draper2017-05-264-4/+4
| |\ \ \ \ \
| | * | | | | Define path with __dir__bogdanvlviv2017-05-234-4/+4
| * | | | | | Fix a RuboCop offences using `rubocop -a`Koichi ITO2017-05-241-2/+0
| |/ / / / /
| * | | | | Merge pull request #29163 from rails/fix-scalar-duration-calculationAndrew White2017-05-211-6/+35
| |\ \ \ \ \
| | * | | | | Fix implicit calculations with scalars and durationsAndrew White2017-05-201-6/+35
| * | | | | | Remove unused mismatch payload attributeDavid Heinemeier Hansson2017-05-201-5/+1
| |/ / / / /
| * / / / / Add cache_key_with_version and use it in ActiveSupport::Cache.expand_cache_keyDavid Heinemeier Hansson2017-05-191-4/+5
| |/ / / /
| * | | | Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-182-18/+68
| * | | | Merge pull request #29086 from mikeycgto/message-encryptor-auth-tag-checkKasper Timm Hansen2017-05-151-1/+1
| |\ \ \ \
| | * | | | Fix for AEAD auth_tag check in MessageEncryptorMichael Coyne2017-05-151-1/+1
| * | | | | Don't cache locally if unless_exist was passedEugene Kenny2017-05-141-1/+6
| | |/ / / | |/| | |
| * | | | handle loops in the cause chain in Rescuable#rescue_with_handlerPeter McCracken2017-05-101-2/+8
| * | | | Assorted delegate_missing_to doc fixesT.J. Schuck2017-05-041-22/+17
| * | | | Use `flat_map` rather than `map(&:...).flatten`Ryuta Kamizono2017-04-291-2/+2
| * | | | Add missing require for `remove_possible_method`Eugene Kenny2017-04-281-0/+1
| * | | | `respond_to_missing?` should be privateRyuta Kamizono2017-04-221-5/+5
| * | | | 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-204-13/+4
| * | | | | Remove outdated commentMarion Bouguet2017-04-201-1/+0
| * | | | | Send deprecation horizon and gem name as arguments to deprecation heavier han...Willem van Bergen2017-04-193-10/+23
| * | | | | 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-142-15/+57
| * | | | | Implement `fetch_values` for HashWithIndifferentAccess (#28316)Josh Pencheon2017-04-101-0/+13
| * | | | | delegate_missing_to should fall back to superMatthew Draper2017-04-091-1/+1
| * | | | | delegate_to_missing doesn't delegate private methodsMatthew Draper2017-04-091-1/+4
| |/ / / /
| * | | | Add aliases for reverse_merge to with_defaultsMatt Casper2017-03-292-0/+4
| * | | | 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-282-21/+41
| |\ \ \ \
| | * | | | Added options hash to titleize method and keep_id_suffix option to humanizeMubashir Hanif2017-03-212-21/+41
| * | | | | 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-281-5/+12
| | |_|/ / / | |/| | | |
| * | | | | 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-231-12/+22
| * | | | | Add AS::Deprecation::DeprecatedConstantAccessorDominic Cleal2017-03-222-0/+51
| * | | | | Start Rails 5.2 developmentMatthew Draper2017-03-222-3/+3