aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* Use correct variable in `secure_compare!`yuuji.yaginuma2019-07-261-0/+13
* let autoloaded? support modules with overridden names [closes #36757]Xavier Noria2019-07-251-0/+7
* Merge pull request #36318 from itsWill/fix_event_object_payloadRafael França2019-07-251-0/+21
|\
| * Merge payload for EventObject subscribersGuilherme Mansur2019-05-221-0/+21
* | Merge pull request #36412 from robotdana/compact_blankRafael Mendonça França2019-07-251-0/+24
|\ \
| * | Add compact_blank shortcut for reject(&:blank?)Dana Sherson2019-06-051-0/+24
* | | Make ActiveSupport::Logger Fiber-safeSenya2019-07-241-0/+44
* | | Merge pull request #36434 from Edouard-chin/ec-securecompare-rotationRafael França2019-07-241-0/+44
|\ \ \
| * | | Introduce a new ActiveSupport::SecureCompareRotator class:Edouard CHIN2019-06-061-0/+44
* | | | Merge pull request #36370 from ptoomey3/masterRafael França2019-07-231-0/+7
|\ \ \ \
| * | | | Update activesupport/test/parameter_filter_test.rb Patrick Toomey2019-07-231-1/+0
| * | | | Add failing test for array values and procsPatrick Toomey2019-05-311-0/+8
* | | | | Omit marshal_dump & _dump from delegate_missing_toAaron Lipman2019-07-171-0/+29
* | | | | Revert "Make UTF-8 string requirement explicit for `ActiveSupport::Inflector....Cliff Pruitt2019-07-171-8/+0
* | | | | Make UTF-8 string requirement explicit for `transliterate`Cliff Pruitt2019-07-161-0/+8
* | | | | Merge pull request #36557 from sikachu/fix-source-annotation-extractor-annota...Matthew Draper2019-07-161-0/+17
|\ \ \ \ \
| * | | | | Fix problem with accessing constant proxy subclassPrem Sichanugrist2019-07-051-0/+17
| | |/ / / | |/| | |
* | | | | Merge pull request #36656 from Edouard-chin/ec-local-cache-referenceRafael França2019-07-151-0/+9
|\ \ \ \ \
| * | | | | Return a copy of the cache entry when local_cache exists:Edouard CHIN2019-07-111-0/+9
* | | | | | Implement UnboundMethod#duplicable?Jean Boussier2019-07-121-1/+1
|/ / / / /
* | | | | Delete `DateAndTime` method definition in rails that is compatible with ruby ...soartec-lab2019-06-163-76/+60
* | | | | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1316-19/+1
|/ / / /
* | / / Allow `on_rotation` in MessageEncryptor to be passed in constructor:Edouard CHIN2019-06-061-0/+28
| |/ / |/| |
* | | Fix `subscribed` with no pattern to subscribe all messagesRyuta Kamizono2019-06-031-0/+18
|/ /
* | ruby < 2.5 is no longer supportedAkira Matsuda2019-05-282-17/+9
* | Merge pull request #36340 from jhawthorn/evented_file_checker_symlinkKasper Timm Hansen2019-05-241-20/+36
|\ \
| * | Fix EventedFileUpdateChecker through a symlinkJohn Hawthorn2019-05-231-0/+18
| * | Use existing tmpdir in evented_file_update_testJohn Hawthorn2019-05-231-20/+18
* | | Delete evented_file_update_checker existing_parentJohn Hawthorn2019-05-231-8/+0
|/ /
* / Add :allow_nil option to delegate_missing_to; use in ActiveStorageMatt Tanous2019-05-231-0/+14
|/
* Introduce 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed'...Vishal Telangre2019-05-101-1/+68
* Merge pull request #34642 from azimux/improve-hwia-initialize-by-skipping-to_...Rafael França2019-05-011-0/+28
|\
| * HashWithIndifferentAccess#initialize performance improvementMiles Georgi2018-12-061-0/+28
* | revert changes to monotonic timesKevin Solorio2019-04-301-4/+3
* | Frozen truncate (#36109)Jordan Thomas2019-04-261-0/+5
* | Merge pull request #36037 from kamipo/deprecate_methodsRyuta Kamizono2019-04-191-8/+0
|\ \
| * | Refactor `ActiveSupport::Deprecation.deprecate_methods` not to expose interna...Ryuta Kamizono2019-04-191-8/+0
* | | Refactor after the most recent code reviewGenadi Samokovarov2019-04-191-6/+0
* | | Simplify the ActionableError.{dispatch,action} boundriesGenadi Samokovarov2019-04-191-18/+7
* | | Drop the ambiguous `ActiveSupport::ActionableError#===` checkGenadi Samokovarov2019-04-191-4/+11
* | | Introduce Actionable ErrorsGenadi Samokovarov2019-04-191-0/+57
|/ /
* | Preserve html_safe? status on ActiveSupport::SafeBuffer#*r7kamura2019-04-191-0/+8
* | Add test coverageVishal Telangre2019-04-161-4/+13
* | Redis fetch without names returns {}David Verhasselt2019-04-121-0/+6
* | Merge pull request #35691 from sushantmittal/add_deattach_from_in_active_supp...Rafael França2019-04-041-0/+23
|\ \
| * | Added 'detach_from' to 'ActiveSupport::Subscriber' to detach a subscriber fro...sushant2019-04-041-0/+23
* | | Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* | | Merge pull request #34405 from shugo/safe_buffer_backref_fixMatthew Draper2019-03-281-0/+18
|\ \ \
| * | | sub, sub!, gsub, and gsub! should set back referencesShugo Maeda2018-11-081-0/+18
* | | | Fix bug in Range comparisons when comparing to excluded-end RangeOwen Stephens2019-03-281-2/+6