aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-182-1/+3
* No dup nor delete from optionsKrzysztof Rybka2019-01-181-5/+6
* Remove secret_token rack env and cookie upgrade codeRafael Mendonça França2019-01-171-32/+0
* Remove deprecated `Module#reachable?` methodRafael Mendonça França2019-01-174-58/+5
* Remove deprecated `#acronym_regex` method from `Inflections`Rafael Mendonça França2019-01-173-8/+5
* Refactor calculating beginning_of_quarter and end_of_quarter (#34927)Krzysztof Rybka2019-01-141-2/+2
* Fix safe_constantize to not raise a LoadError.Keenan Brock2019-01-094-0/+20
* Merge pull request #34899 from rails/speed-up-stepAaron Patterson2019-01-091-1/+4
|\
| * Duration#coerce should always return a ScalarAaron Patterson2019-01-081-1/+4
* | Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)Ryuta Kamizono2019-01-091-1/+1
|/
* Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...Kasper Timm Hansen2019-01-081-0/+3
* Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"Kasper Timm Hansen2019-01-081-3/+0
* Merge pull request #34700 from gmcgibbon/fetch_multi_key_orderRafael França2019-01-073-10/+24
|\
| * Preserve key order passed to ActiveSupport::CacheStore#fetch_multiGannon McGibbon2018-12-273-10/+24
* | Clarify `delegate_missing_to` [ci skip]bogdanvlviv2019-01-041-1/+1
* | Clarify benefit of `delegate_missing_to`Michael Gee2019-01-041-1/+1
* | Fix examples in ActiveSupport::LogSubscriber docsGannon McGibbon2019-01-011-3/+3
* | Merge pull request #34707 from xlts/update-notifications-docsGannon McGibbon2018-12-312-9/+35
|\ \
| * | Add examples describing error handling in ActiveSupport::Notifications and Ac...Mariusz Hausenplas2018-12-142-9/+35
* | | Bump license years for 2019Arun Agrawal2018-12-312-2/+2
* | | Tweak test nameGeorge Claghorn2018-12-301-1/+1
* | | Make Active Storage blob keys lowercaseJulik Tarkhanov2018-12-302-3/+43
* | | No need to handle if FrozenError is availableYasuo Honda2018-12-232-5/+1
* | | Fixes `warning: mismatched indentations at 'rescue' with 'def' at 15`.utilum2018-12-211-2/+2
* | | Add missing require for `String#to_d`yuuji.yaginuma2018-12-211-0/+1
* | | Merge pull request #34767 from y-yagi/fix_convert_string_to_bigdecimalYuji Yaginuma2018-12-211-5/+1
|\ \ \
| * | | Use BigDecimal provided methods to convert String to BigDecimalyuuji.yaginuma2018-12-211-5/+1
* | | | Merge pull request #34764 from kamipo/avoid_redundant_beginRyuta Kamizono2018-12-219-178/+153
|\ \ \ \
| * | | | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-219-178/+153
* | | | | Merge pull request #34769 from elebow/module-delegate-to-docstringRyuta Kamizono2018-12-211-1/+1
|\ \ \ \ \
| * | | | | Clarify the :to parameter of delegateEddie Lebow2018-12-201-1/+1
* | | | | | Merge pull request #33822 from y-yagi/do_not_check_parents_dor_directoriesYuji Yaginuma2018-12-212-2/+50
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Do not add parent directory to file system monitoringyuuji.yaginuma2018-12-182-2/+50
| | |_|/ / | |/| | |
* | | | | Add test for `travel_to` with time zoneyuuji.yaginuma2018-12-211-0/+17
| |_|/ / |/| | |
* | | | Merge pull request #34762 from bogdanvlviv/fix-a-few-deprecation-warningsKasper Timm Hansen2018-12-204-31/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Follow up #34754bogdanvlviv2018-12-204-31/+9
* | | | Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-213-9/+9
|/ / /
* | | Remove remaining tests for `Hash#transform_keys` and `Hash#transform_keys!`Ryuta Kamizono2018-12-211-27/+0
* | | Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-206-108/+6
* | | Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-194-34/+9
* | | Add option to set parallel test worker count to the physical core count of th...Bogdan2018-12-181-2/+7
* | | Extend documentation of `ActiveSupport::Notifications.subscribe` (#34721)Bogdan2018-12-172-2/+9
|/ /
* | Test ActiveSupport::Deprecation.deprecate_methodsYosuke Kabuto2018-12-141-0/+7
* | Enable `Layout/SpaceAfterSemicolon` cop to avoid newly adding odd spacingRyuta Kamizono2018-12-131-1/+1
|/
* Merge pull request #34648 from y-yagi/fixes_34646Yuji Yaginuma2018-12-122-14/+31
|\
| * Make `deprecate` work for non-exists methodsyuuji.yaginuma2018-12-072-14/+31
* | Upgrade Rubocop to 0.61.1 and fix offensesVinicius Stock2018-12-102-28/+29
|/
* Another Ruby 2.6 BigDecimal compatibility issueutilum2018-12-041-1/+1
* Don't expose internal `clock_gettime_supported?` class methodRyuta Kamizono2018-11-301-1/+2
* Do nothing when the same block is included again.Mark J. Titorenko2018-11-294-3/+30