aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Add test for normalizing non-unicode stringFumiaki MATSUSHIMA2018-11-151-0/+10
* Amend CVE note and security guide section wordingsGannon McGibbon2018-11-061-3/+3
* Add CVE note to security guide and gemspecsGannon McGibbon2018-11-061-0/+3
* Merge pull request #34131 from lsylvester/defend-against-unmarshable-exceptionsEileen M. Uchitelle2018-11-051-1/+8
|\
| * resque errors caused by Marshal dump failures and wrap exceptions in marshall...Lachlan Sylvester2018-10-091-1/+8
* | Make #to_options an alias for #symbolize_keysNick Weiland2018-11-013-0/+13
* | Missing require "active_support/executor"Akira Matsuda2018-10-301-0/+1
* | Missing require "core_ext/module/attribute_accessors"Akira Matsuda2018-10-301-0/+1
* | Missing require "active_support/concern"Akira Matsuda2018-10-301-0/+2
* | Merge pull request #34334 from albertoalmagro/privatize-constants-activesuppo...Ryuta Kamizono2018-10-291-2/+3
|\ \
| * | Privatize and add # :nodoc: to constantsAlberto Almagro2018-10-281-2/+3
* | | Registers e302725 in the CHANGELOG [ci skip]Xavier Noria2018-10-281-0/+4
* | | Improve the logic that detects non-autoloaded constantsJan Habermann2018-10-285-1/+52
|/ /
* | Merge pull request #34208 from yskkin/inspect_with_parameter_filterRyuta Kamizono2018-10-262-22/+94
|\ \
| * | Implement AR#inspect using ParamterFilter.Yoshiyuki Kinjo2018-10-192-22/+94
* | | `assert_called_with` should require `args` argumentbogdanvlviv2018-10-253-14/+2
* | | Merge pull request #34034 from runephilosof/patch-2Gannon McGibbon2018-10-241-0/+3
|\ \ \
| * | | Make it easier to find abort documentationRune Philosof2018-10-011-0/+3
* | | | Add docs to ActiveSupport::Notifications.subscribeChris Fung2018-10-221-0/+18
* | | | Rename event variableAlberto Almagro2018-10-211-4/+4
* | | | Use String#truncate_bytes inside Multibyte::Chars#limitFrancesco Rodríguez2018-10-202-31/+1
* | | | Consistently use kwargs for `instance_{reader,writer,accessor}` optionsRyuta Kamizono2018-10-202-19/+11
* | | | Missing require "active_support/number_helper/number_converter"Akira Matsuda2018-10-207-0/+14
* | | | Missing require "concurrent/hash"Akira Matsuda2018-10-201-0/+1
* | | | Missing require "active_support/callbacks"Akira Matsuda2018-10-201-0/+2
* | | | ActiveSupport module may not always already defined hereAkira Matsuda2018-10-202-150/+154
* | | | Missing require "active_support/dependencies/autoload"Akira Matsuda2018-10-201-0/+2
* | | | attribute_accessors no longer uses extract_options since a5b0c60714e1e8d8c182...Akira Matsuda2018-10-201-2/+0
* | | | Deprecate Unicode's #pack_graphemes and #unpack_graphemes methodsFrancesco Rodríguez2018-10-183-4/+21
* | | | Refactor Chars#reverse and Chars#grapheme_lengthFrancesco Rodríguez2018-10-161-2/+2
* | | | Merge pull request #34056 from CaDs/CaDs-extend_documentation_for_fetch_multiRichard Schneeman2018-10-161-2/+11
|\ \ \ \
| * | | | Extends documentation for ActiveSupport::Cache#fetch_multi [ci skip]Carlos Donderis2018-10-161-2/+11
* | | | | Deprecate ActiveSupport::Multibyte::Chars.consumes?Francesco Rodríguez2018-10-153-3/+18
* | | | | Fix issue where duration where always rounded up to a second:Edouard CHIN2018-10-123-3/+12
| |_|/ / |/| | |
* | | | Deprecate Unicode#normalize and Chars#normalize (#34202)Francesco Rodríguez2018-10-127-122/+212
* | | | Use native String#capitalizeFrancesco Rodríguez2018-10-122-9/+2
* | | | Deprecate Unicode#downcase/upcase/swapcase.Francesco Rodríguez2018-10-124-33/+22
* | | | Test that nested structs to_json works as expectedEileen Uchitelle2018-10-111-0/+10
* | | | Merge pull request #34105 from zvkemp/correct-asn-docsGannon McGibbon2018-10-091-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | clarify role of unique_id in ActiveSupport::Notificationszvkemp2018-10-051-2/+2
* | | | Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...Yoshiyuki Kinjo2018-10-083-0/+161
* | | | Array with single item correctly uses cache_keyGraham Turner2018-10-052-1/+50
|/ / /
* | | Merge pull request #34068 from schneems/schneems/micro-optimize-try-nilRichard Schneeman2018-10-051-2/+2
|\ \ \
| * | | This PR speeds up Nil#try by avoiding an allocation when only one argument is...schneems2018-10-031-2/+2
* | | | Bugfix: ActiveSupport::EncryptedConfiguration reading of comment-only encrypt...Martin Spickermann2018-10-052-1/+7
* | | | Merge pull request #33936 from schneems/schneems/cache-micro-optimizationsRichard Schneeman2018-10-041-2/+6
|\ \ \ \
| * | | | Decrease memory allocations in cache.rbschneems2018-09-211-2/+6
* | | | | Don't use deprecated `LoggerSilence`yuuji.yaginuma2018-10-041-1/+1
* | | | | Merge pull request #34055 from Edouard-chin/ec-logger-fixRafael França2018-10-035-20/+64
|\ \ \ \ \
| * | | | | Fix the LoggerSilence to work as described:Edouard CHIN2018-10-025-20/+64
| | |_|/ / | |/| | |