| Commit message (Expand) | Author | Age | Files | Lines |
* | Use correct variable in `secure_compare!` | yuuji.yaginuma | 2019-07-26 | 1 | -0/+13 |
* | let autoloaded? support modules with overridden names [closes #36757] | Xavier Noria | 2019-07-25 | 1 | -0/+7 |
* | Merge pull request #36318 from itsWill/fix_event_object_payload | Rafael França | 2019-07-25 | 1 | -0/+21 |
|\ |
|
| * | Merge payload for EventObject subscribers | Guilherme Mansur | 2019-05-22 | 1 | -0/+21 |
* | | Merge pull request #36412 from robotdana/compact_blank | Rafael Mendonça França | 2019-07-25 | 1 | -0/+24 |
|\ \ |
|
| * | | Add compact_blank shortcut for reject(&:blank?) | Dana Sherson | 2019-06-05 | 1 | -0/+24 |
* | | | Make ActiveSupport::Logger Fiber-safe | Senya | 2019-07-24 | 1 | -0/+44 |
* | | | Merge pull request #36434 from Edouard-chin/ec-securecompare-rotation | Rafael França | 2019-07-24 | 1 | -0/+44 |
|\ \ \ |
|
| * | | | Introduce a new ActiveSupport::SecureCompareRotator class: | Edouard CHIN | 2019-06-06 | 1 | -0/+44 |
* | | | | Merge pull request #36370 from ptoomey3/master | Rafael França | 2019-07-23 | 1 | -0/+7 |
|\ \ \ \ |
|
| * | | | | Update activesupport/test/parameter_filter_test.rb
| Patrick Toomey | 2019-07-23 | 1 | -1/+0 |
| * | | | | Add failing test for array values and procs | Patrick Toomey | 2019-05-31 | 1 | -0/+8 |
* | | | | | Omit marshal_dump & _dump from delegate_missing_to | Aaron Lipman | 2019-07-17 | 1 | -0/+29 |
* | | | | | Revert "Make UTF-8 string requirement explicit for `ActiveSupport::Inflector.... | Cliff Pruitt | 2019-07-17 | 1 | -8/+0 |
* | | | | | Make UTF-8 string requirement explicit for `transliterate` | Cliff Pruitt | 2019-07-16 | 1 | -0/+8 |
* | | | | | Merge pull request #36557 from sikachu/fix-source-annotation-extractor-annota... | Matthew Draper | 2019-07-16 | 1 | -0/+17 |
|\ \ \ \ \ |
|
| * | | | | | Fix problem with accessing constant proxy subclass | Prem Sichanugrist | 2019-07-05 | 1 | -0/+17 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #36656 from Edouard-chin/ec-local-cache-reference | Rafael França | 2019-07-15 | 1 | -0/+9 |
|\ \ \ \ \ |
|
| * | | | | | Return a copy of the cache entry when local_cache exists: | Edouard CHIN | 2019-07-11 | 1 | -0/+9 |
* | | | | | | Implement UnboundMethod#duplicable? | Jean Boussier | 2019-07-12 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Delete `DateAndTime` method definition in rails that is compatible with ruby ... | soartec-lab | 2019-06-16 | 3 | -76/+60 |
* | | | | | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 16 | -19/+1 |
|/ / / / |
|
* | / / | Allow `on_rotation` in MessageEncryptor to be passed in constructor: | Edouard CHIN | 2019-06-06 | 1 | -0/+28 |
| |/ /
|/| | |
|
* | | | Fix `subscribed` with no pattern to subscribe all messages | Ryuta Kamizono | 2019-06-03 | 1 | -0/+18 |
|/ / |
|
* | | ruby < 2.5 is no longer supported | Akira Matsuda | 2019-05-28 | 2 | -17/+9 |
* | | Merge pull request #36340 from jhawthorn/evented_file_checker_symlink | Kasper Timm Hansen | 2019-05-24 | 1 | -20/+36 |
|\ \ |
|
| * | | Fix EventedFileUpdateChecker through a symlink | John Hawthorn | 2019-05-23 | 1 | -0/+18 |
| * | | Use existing tmpdir in evented_file_update_test | John Hawthorn | 2019-05-23 | 1 | -20/+18 |
* | | | Delete evented_file_update_checker existing_parent | John Hawthorn | 2019-05-23 | 1 | -8/+0 |
|/ / |
|
* / | Add :allow_nil option to delegate_missing_to; use in ActiveStorage | Matt Tanous | 2019-05-23 | 1 | -0/+14 |
|/ |
|
* | Introduce 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed'... | Vishal Telangre | 2019-05-10 | 1 | -1/+68 |
* | Merge pull request #34642 from azimux/improve-hwia-initialize-by-skipping-to_... | Rafael França | 2019-05-01 | 1 | -0/+28 |
|\ |
|
| * | HashWithIndifferentAccess#initialize performance improvement | Miles Georgi | 2018-12-06 | 1 | -0/+28 |
* | | revert changes to monotonic times | Kevin Solorio | 2019-04-30 | 1 | -4/+3 |
* | | Frozen truncate (#36109) | Jordan Thomas | 2019-04-26 | 1 | -0/+5 |
* | | Merge pull request #36037 from kamipo/deprecate_methods | Ryuta Kamizono | 2019-04-19 | 1 | -8/+0 |
|\ \ |
|
| * | | Refactor `ActiveSupport::Deprecation.deprecate_methods` not to expose interna... | Ryuta Kamizono | 2019-04-19 | 1 | -8/+0 |
* | | | Refactor after the most recent code review | Genadi Samokovarov | 2019-04-19 | 1 | -6/+0 |
* | | | Simplify the ActionableError.{dispatch,action} boundries | Genadi Samokovarov | 2019-04-19 | 1 | -18/+7 |
* | | | Drop the ambiguous `ActiveSupport::ActionableError#===` check | Genadi Samokovarov | 2019-04-19 | 1 | -4/+11 |
* | | | Introduce Actionable Errors | Genadi Samokovarov | 2019-04-19 | 1 | -0/+57 |
|/ / |
|
* | | Preserve html_safe? status on ActiveSupport::SafeBuffer#* | r7kamura | 2019-04-19 | 1 | -0/+8 |
* | | Add test coverage | Vishal Telangre | 2019-04-16 | 1 | -4/+13 |
* | | Redis fetch without names returns {} | David Verhasselt | 2019-04-12 | 1 | -0/+6 |
* | | Merge pull request #35691 from sushantmittal/add_deattach_from_in_active_supp... | Rafael França | 2019-04-04 | 1 | -0/+23 |
|\ \ |
|
| * | | Added 'detach_from' to 'ActiveSupport::Subscriber' to detach a subscriber fro... | sushant | 2019-04-04 | 1 | -0/+23 |
* | | | Output junit format test report | Fumiaki MATSUSHIMA | 2019-04-04 | 1 | -0/+2 |
* | | | Merge pull request #34405 from shugo/safe_buffer_backref_fix | Matthew Draper | 2019-03-28 | 1 | -0/+18 |
|\ \ \ |
|
| * | | | sub, sub!, gsub, and gsub! should set back references | Shugo Maeda | 2018-11-08 | 1 | -0/+18 |
* | | | | Fix bug in Range comparisons when comparing to excluded-end Range | Owen Stephens | 2019-03-28 | 1 | -2/+6 |