aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35170 from palkan/fix/encrypted-fileRafael França2019-02-051-1/+2
|\
| * Add missing `require "tmpdir"` in ActiveSupport::EncryptedFileVladimir Dementyev2019-02-051-1/+2
* | Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-061-1/+1
* | Merge pull request #35063 from rosa/current-before-reset-callbackRafael Mendonça França2019-02-043-9/+41
|\ \ | |/ |/|
| * Support before_reset callback in CurrentAttributesRosa Gutierrez2019-01-303-8/+40
* | Keep cache for strings in notifications/fanoutJohn Hawthorn2019-02-011-3/+5
* | Make Notifications::Fanout#listeners_for fasterJohn Hawthorn2019-02-011-5/+18
* | ActiveSupport typo fixes.alkesh262019-02-017-7/+7
* | Remove the Kernel#` override that turns ENOENT into nilAkinori MUSHA2019-01-313-14/+4
|/
* Merge pull request #35080 from sos4nt/add_hash_assocRyuta Kamizono2019-01-303-0/+28
|\
| * Add HashWithIndifferentAccess#assocStefan Schüßler2019-01-303-0/+27
|/
* 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