aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-181-1/+1
* 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-172-7/+1
* Remove deprecated `#acronym_regex` method from `Inflections`Rafael Mendonça França2019-01-171-2/+1
* 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-091-0/+2
* Duration#coerce should always return a ScalarAaron Patterson2019-01-081-1/+4
* Merge pull request #34700 from gmcgibbon/fetch_multi_key_orderRafael França2019-01-071-9/+9
|\
| * Preserve key order passed to ActiveSupport::CacheStore#fetch_multiGannon McGibbon2018-12-271-9/+9
* | 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-311-1/+1
* | Make Active Storage blob keys lowercaseJulik Tarkhanov2018-12-301-3/+23
* | 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-214-38/+30
|\ \ \
| * | | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-214-38/+30
* | | | 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-211-2/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Do not add parent directory to file system monitoringyuuji.yaginuma2018-12-181-2/+22
| | |/ | |/|
* | | Merge pull request #34762 from bogdanvlviv/fix-a-few-deprecation-warningsKasper Timm Hansen2018-12-203-3/+3
|\ \ \ | |_|/ |/| |
| * | Follow up #34754bogdanvlviv2018-12-203-3/+3
* | | Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-212-8/+8
|/ /
* | Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-204-37/+2
* | Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-192-31/+6
* | 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-171-1/+8
|/
* Merge pull request #34648 from y-yagi/fixes_34646Yuji Yaginuma2018-12-121-14/+24
|\
| * Make `deprecate` work for non-exists methodsyuuji.yaginuma2018-12-071-14/+24
* | 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-291-3/+7
* Pass the test reporter by referenceyuuji.yaginuma2018-11-281-0/+1
* Remove unnecessary reduce in Duration#inspectDaniel Colson2018-11-241-1/+0
* Merge pull request #34037 from reitermarkus/atomic_write-permissionsRafael França2018-11-221-1/+1
|\
| * Ensure correct permission when `tmpdir` is the same as `dirname`.Markus Reiter2018-10-021-1/+1
* | Remove odd spaces [ci skip]Ryuta Kamizono2018-11-211-2/+2
* | Merge pull request #34497 from 6temes/make_documentation_for_slice_more_explicitRafael França2018-11-201-2/+3
|\ \
| * | Improve documentation for Hash#slice!Daniel Lopez 👾2018-11-211-2/+3
* | | Deprecate `event.end = Time.now` in favor of `event.finish!`Ryuta Kamizono2018-11-201-2/+6
* | | Merge pull request #34410 from gmcgibbon/test_support_windowsEileen M. Uchitelle2018-11-192-2/+7
|\ \ \
| * | | Windows support for parallelization and instrumenterGannon McGibbon2018-11-082-2/+7
| |/ /
* / / Correctly handle unknown object in parallel testsyuuji.yaginuma2018-11-171-0/+2
|/ /