| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | | Use weak references in descendants tracker | Edgars Beigarts | 2019-03-26 | 1 | -0/+9 |
* | | | | Update AS::Notifications::Instrumenter#instrument | Ali Ibrahim | 2019-03-22 | 1 | -0/+6 |
* | | | | Fix Time#advance to work with dates before 1001-03-07 | Andrew White | 2019-03-18 | 1 | -0/+2 |
| |/ /
|/| | |
|
* | | | Match evented checker behavior on dir with no exts | John Hawthorn | 2019-03-15 | 1 | -0/+12 |
* | | | support slice assignment on SafeBuffer | Richard Monette | 2019-03-13 | 1 | -0/+32 |
* | | | Fix bug with parametrize when `locale` is passed | Sharang Dashputre | 2019-03-12 | 3 | -0/+18 |
* | | | Fix including/excluding flattening | Gabriel Sobrinho | 2019-03-06 | 2 | -0/+3 |
* | | | Added Array#including, Array#excluding, Enumerable#including, Enumerable#excl... | David Heinemeier Hansson | 2019-03-05 | 2 | -3/+19 |
* | | | Run activesupport's memcache store tests on Buildkite | bogdanvlviv | 2019-02-26 | 3 | -14/+15 |