| Commit message (Expand) | Author | Age | Files | Lines |
* | Inline anemic log guard | David Heinemeier Hansson | 2019-07-15 | 1 | -6/+3 |
* | Merge pull request #36658 from Shopify/duplicable-changes | Ryuta Kamizono | 2019-07-14 | 2 | -118/+8 |
|\ |
|
| * | Implement UnboundMethod#duplicable? | Jean Boussier | 2019-07-12 | 2 | -2/+11 |
| * | Remove dead code in duplicable.rb | Jean Boussier | 2019-07-11 | 1 | -120/+1 |
* | | active_support/deprecation is not in use here | Akira Matsuda | 2019-07-12 | 2 | -2/+0 |
* | | active_support/dependencies/autoload is already required via active_support.rb | Akira Matsuda | 2019-07-12 | 2 | -5/+0 |
* | | Improve changelog entry, remove extraneous word [ci skip] | Carlos Antonio da Silva | 2019-07-11 | 1 | -2/+2 |
|/ |
|
* | Do not use hard tabs in CHANGELOGs [ci skip] | Ryuta Kamizono | 2019-07-11 | 1 | -6/+6 |
* | Merge pull request #36443 from jhawthorn/as_parallelization_process_name | John Hawthorn | 2019-07-06 | 1 | -0/+11 |
|\ |
|
| * | Set process name of parallelized test workers | John Hawthorn | 2019-06-07 | 1 | -0/+11 |
* | | bumps Zeitwerk | Xavier Noria | 2019-06-30 | 1 | -1/+1 |
* | | Rely on Kernel require instead of self require | Benoit Tigeot | 2019-06-22 | 1 | -1/+1 |
* | | Indentation >> | Akira Matsuda | 2019-06-22 | 1 | -6/+6 |
* | | Delete `DateAndTime` method definition in rails that is compatible with ruby ... | soartec-lab | 2019-06-16 | 5 | -106/+90 |
* | | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 54 | -61/+1 |
* | | Add missing file to require digest/uuid on active_support core extensions | Lucas Arantes | 2019-06-12 | 1 | -0/+3 |
|/ |
|
* | Allow `on_rotation` in MessageEncryptor to be passed in constructor: | Edouard CHIN | 2019-06-06 | 3 | -4/+50 |
* | Don't call listen with empty directory list | John Hawthorn | 2019-06-03 | 1 | -1/+4 |
* | Fix `subscribed` with no pattern to subscribe all messages | Ryuta Kamizono | 2019-06-03 | 3 | -11/+27 |
* | Fail parallel tests if workers exit early | John Hawthorn | 2019-05-30 | 1 | -0/+8 |
* | ruby < 2.5 is no longer supported | Akira Matsuda | 2019-05-28 | 2 | -17/+9 |
* | Change comments | Edu Depetris | 2019-05-25 | 1 | -2/+2 |
* | Merge pull request #36340 from jhawthorn/evented_file_checker_symlink | Kasper Timm Hansen | 2019-05-24 | 2 | -20/+43 |
|\ |
|
| * | Fix EventedFileUpdateChecker through a symlink | John Hawthorn | 2019-05-23 | 2 | -0/+25 |
| * | Use existing tmpdir in evented_file_update_test | John Hawthorn | 2019-05-23 | 1 | -20/+18 |
* | | Address 639d7be. Readd changelog line; remove needless explicit return. | Kasper Timm Hansen | 2019-05-24 | 2 | -1/+2 |
* | | Delete evented_file_update_checker existing_parent | John Hawthorn | 2019-05-23 | 2 | -15/+0 |
|/ |
|
* | Add :allow_nil option to delegate_missing_to; use in ActiveStorage | Matt Tanous | 2019-05-23 | 3 | -4/+28 |
* | Correct human file size examples [ci skip] | Alexander Graul | 2019-05-20 | 1 | -1/+1 |
* | Introduce 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed'... | Vishal Telangre | 2019-05-10 | 3 | -8/+121 |
* | Fix broken markup in CHANGELOG [ci skip] | Ryuta Kamizono | 2019-05-08 | 1 | -8/+9 |
* | Merge pull request #34642 from azimux/improve-hwia-initialize-by-skipping-to_... | Rafael França | 2019-05-01 | 2 | -1/+29 |
|\ |
|
| * | HashWithIndifferentAccess#initialize performance improvement | Miles Georgi | 2018-12-06 | 2 | -1/+29 |
* | | revert changes to monotonic times | Kevin Solorio | 2019-04-30 | 2 | -6/+5 |
* | | Improve error message of ActiveSupport delegate | okuramasafumi | 2019-04-29 | 1 | -1/+1 |
* | | Frozen truncate (#36109) | Jordan Thomas | 2019-04-26 | 3 | -1/+25 |
* | | Start Rails 6.1 development | Rafael Mendonça França | 2019-04-24 | 3 | -496/+4 |
* | | upgrades Zeitwerk to 2.1.4 | Xavier Noria | 2019-04-23 | 3 | -12/+10 |
* | | Merge pull request #36037 from kamipo/deprecate_methods | Ryuta Kamizono | 2019-04-19 | 2 | -26/+7 |
|\ \ |
|
| * | | Refactor `ActiveSupport::Deprecation.deprecate_methods` not to expose interna... | Ryuta Kamizono | 2019-04-19 | 2 | -26/+7 |
* | | | Refactor after the most recent code review | Genadi Samokovarov | 2019-04-19 | 3 | -17/+7 |
* | | | Tweak the ActionableError docs a bit | Genadi Samokovarov | 2019-04-19 | 1 | -4/+2 |
* | | | Simplify the ActionableError.{dispatch,action} boundries | Genadi Samokovarov | 2019-04-19 | 2 | -29/+14 |
* | | | Drop the ambiguous `ActiveSupport::ActionableError#===` check | Genadi Samokovarov | 2019-04-19 | 2 | -13/+25 |
* | | | Introduce Actionable Errors | Genadi Samokovarov | 2019-04-19 | 4 | -0/+143 |
|/ / |
|
* | | Document redis: Object option | Steven Harman | 2019-04-18 | 1 | -5/+7 |
* | | Merge pull request #36012 from r7kamura/feature/safe-buffer-multiplication | Ryuta Kamizono | 2019-04-19 | 3 | -0/+26 |
|\ \ |
|
| * | | Preserve html_safe? status on ActiveSupport::SafeBuffer#* | r7kamura | 2019-04-19 | 3 | -0/+26 |
* | | | If exception occurs during setup, add to each test executed | Aric Walker | 2019-04-18 | 1 | -1/+10 |
|/ / |
|
* | | Merge pull request #35052 from schuetzm/silence-i18n-fallback-deprecation | Kasper Timm Hansen | 2019-04-17 | 1 | -1/+2 |
|\ \ |
|