Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce ↵ | Vishal Telangre | 2019-05-10 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed' and 'ActiveSupport::Notifications::monotonic_subscribe' Also, change the signature of ‘ActiveSupport::Notifications::Fanout#subscribe’ to accept optional ‘monotonic’ boolean argument. Then initialize either a ‘Timed’ or ‘MonotonicTimed’ subscriber based on the value of ‘monotonic’ parameter. Introduce ‘ActiveSupport::Notifications::monotonic_subscribe’ method Also, provision ‘ActiveSupport::Notifications::subscribed’ to optionally accept ‘monotonic’ boolean argument. Update documentation for ActiveSupport::Notifications Add tests Update guides documentation under the 'Active Support Instrumentation' chapter Incorporate feedback: use optional keyword argument to specify optional 'monotonic' option to 'subscribed' method Fix a typo | ||||
* | Mention more ActiveStorage hooks in Active Support Instrumentation guide [ci ↵ | Younes SERRAJ | 2019-04-17 | 1 | -0/+25 |
| | | | | | | | | | skip] Hooks added: - `service_download_chunk.active_storage` - `service_update_metadata.active_storage` - `preview.active_storage` | ||||
* | url -> URL where apt except inside actionpack/ | Sharang Dashputre | 2019-04-01 | 1 | -1/+1 |
| | |||||
* | Update instrumentation guides w/optional block | Ali Ibrahim | 2019-03-22 | 1 | -0/+11 |
| | |||||
* | Add mention about `process_middleware.action_dispatch` in the guide [ci skip] | bogdanvlviv | 2019-03-20 | 1 | -1/+10 |
| | | | | | We added ActiveSupport::Notifications instrumentation of the processing of each middleware in the stack, See 04ae0b0b5e594e0bb99c5cd608921745977bcdcd. | ||||
* | Merge pull request #34706 from ChrisBr/instrumentation-guide | Gannon McGibbon | 2019-01-03 | 1 | -8/+14 |
|\ | | | | | Add missing keys to ActiveSupport#instrumentation guide [skip ci] | ||||
| * | Add missing keys to ActiveSupport#instrumentation guide [skip ci] | Christian Bruckmayer | 2019-01-02 | 1 | -8/+14 |
| | | | | | | | | See https://github.com/rails/rails/blob/master/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb#L625. | ||||
* | | Remove mention about `receive.action_mailer` from the AS instrumentation guide | bogdanvlviv | 2018-12-28 | 1 | -26/+0 |
| | | | | | | | | | | Since e3f832a7433a291a51c5df397dc3dd654c1858cb `ActionMailer::Base.receive` is deprecated. | ||||
* | | Extend documentation of `ActiveSupport::Notifications.subscribe` (#34721) | Bogdan | 2018-12-17 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | * Extend documentation of `ActiveSupport::Notifications.subscribe` Add mention that a block with only one argument passed to the method will yield an event object. Related to #33451 * Emphasize that `SubscribeEventObjects` is a test class by adding suffix `Test` | ||||
* | | clarify role of unique_id in ActiveSupport::Notifications | zvkemp | 2018-10-05 | 1 | -2/+3 |
|/ | |||||
* | Payload of `enqueue_retry.active_job` includes `:wait` | bogdanvlviv | 2018-09-16 | 1 | -0/+1 |
| | | | | | | | Add mention about it to the "Active Support Instrumentation" guide Related to https://github.com/rails/rails/pull/33751#discussion_r214745153 Follow up #33751 | ||||
* | Add `perform_deliveries` to a payload of `deliver.action_mailer` notification. | Yoshiyuki Kinjo | 2018-09-09 | 1 | -12/+14 |
| | |||||
* | Add hooks to ActiveJob around retries and discards | Steve S | 2018-08-29 | 1 | -0/+24 |
| | |||||
* | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 1 | -1/+1 |
| | | | | | http links will be redirected to the https version, but still better to just directly link to the https version. | ||||
* | Added a lot of Oxford commas | Anthony Crumley | 2018-05-10 | 1 | -1/+1 |
| | | | | | | | [ci skip] A regular expression was used to find a lot of missing Oxford commas and add them. The regular expression was as follows. ", ([a-zA-Z0-9.\`:'\"]+ ){1,6}(or|and) " | ||||
* | [ci skip] fix typo in active_support_instrumentation.md guide | Assain | 2018-05-10 | 1 | -1/+1 |
| | |||||
* | [ci skip] Update instrumentation guide for ActiveStorage | Yoshiyuki Hirano | 2017-12-12 | 1 | -0/+7 |
| | | | | * Added `service_delete_prefixed.active_storage`. | ||||
* | Add unpermitted_parameters.action_controller hook to instrument guide [ci skip] | Yoshiyuki Hirano | 2017-10-14 | 1 | -0/+6 |
| | |||||
* | Add Action Cable notifications to instrument guide [ci skip] | Yoshiyuki Hirano | 2017-10-13 | 1 | -0/+39 |
| | |||||
* | Add process.action_mailer notification to Instrumentation guide [ci skip] | Yoshiyuki Hirano | 2017-10-13 | 1 | -0/+16 |
| | |||||
* | Merge pull request #30822 from akshay-vishnoi/fix-typo | Ryuta Kamizono | 2017-10-07 | 1 | -1/+1 |
|\ | | | | | [ci skip] Fix typo | ||||
| * | [ci skip] Fix typo | Akshay Vishnoi | 2017-10-07 | 1 | -1/+1 |
| | | |||||
* | | Update Instrumentation guide for Active Storage [ci skip] | Yoshiyuki Hirano | 2017-10-07 | 1 | -0/+47 |
|/ | |||||
* | Fix email in Active Support Instrumentation [ci skip] | Yoshiyuki Hirano | 2017-09-24 | 1 | -2/+2 |
| | | | | * `s/ddh/dhh/` | ||||
* | [ci skip] Expand context on `:cache_hits`. | Kasper Timm Hansen | 2016-11-08 | 1 | -5/+7 |
| | | | | Need to explain the key is only there in certain cases. | ||||
* | [ci skip] Add `render_collection.action_view` entry to AS instrumentation | yui-knk | 2016-11-08 | 1 | -0/+16 |
| | |||||
* | add `cached` key to `sql.active_record` event [ci skip] | yuuji.yaginuma | 2016-10-02 | 1 | -6/+7 |
| | | | | Follow up to #26584 | ||||
* | add headers to payload list [ci skip] | yuuji.yaginuma | 2016-03-13 | 1 | -0/+4 |
| | | | | Follow up to #24115. | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-10-31 | 1 | -1/+1 |
|\ | |||||
| * | Replace `an UNIQUE` with `a UNIQUE` as UNIQUE doesn't have a vowel sound [ci ↵ | amitkumarsuroliya | 2015-10-07 | 1 | -1/+1 |
| | | | | | | | | | | skip] `A UNIQUE` we pronounce URL as 'yu-ni-k’. We use this everywhere. So, be consistent with it. | ||||
* | | [ci skip] Add `:binds` to a list of paramaters of `sql.active_record` | yui-knk | 2015-10-28 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #21091 from ↵ | Yves Senn | 2015-08-24 | 1 | -0/+32 |
|\ | | | | | | | | | | | y-yagi/add_activejob_section_to_instrumentation_guide add Active Job section to instrumentation guide [ci skip] | ||||
| * | add Active Job section to instrumentation guide [ci skip] | yuuji.yaginuma | 2015-08-02 | 1 | -0/+32 |
| | | |||||
* | | [ci skip] Remove `identity.active_record` | yui-knk | 2015-08-07 | 1 | -8/+0 |
|/ | | | | | This is removed by this commit cf: https://github.com/rails/rails/pull/5261 | ||||
* | remove nonexistent hook from instrumentation guide [ci skip] | yuuji.yaginuma | 2015-06-25 | 1 | -11/+0 |
| | |||||
* | add `instantiation.active_record` hook to instrumentation guide [ci skip] | yuuji.yaginuma | 2015-06-08 | 1 | -0/+14 |
| | | | | the hook was added in 2a0d97bc89fc230241453cbbf55621309e1f3ac6 | ||||
* | Fix URL rails-framework-hooks | Nishant Modak | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #19123 from yui-knk/fix/active_support_instrumentation2 | Guillermo Iguaran | 2015-02-28 | 1 | -1/+1 |
|\ | | | | | [ci skip] Remove `,` | ||||
| * | [ci skip] Remove `,` | yui-knk | 2015-02-28 | 1 | -1/+1 |
| | | |||||
* | | [ci skip] Replace `ActiveResource` with `Active Resource` | yui-knk | 2015-02-28 | 1 | -1/+1 |
|/ | |||||
* | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
| | | | | - Changed `IN` to `ON` in all note sentences in guides. | ||||
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
| | | | | References #18148. | ||||
* | [ci skip] fix incorrect key in Active Support Instrumentation guide | yuuji.yaginuma | 2014-10-31 | 1 | -5/+5 |
| | |||||
* | Add status code to AS::Instrumentation table, like #17441 [ci skip] | Zachary Scott | 2014-10-30 | 1 | -0/+1 |
| | |||||
* | Add :db_runtime to table [ci skip] | Łukasz Strzałkowski | 2014-10-30 | 1 | -0/+1 |
| | | | | It was missing from table, but is present in sample hash below | ||||
* | Fix typo guides/source/active_support_instrumentation.md | Marat Khusnetdinov | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Guides: output valid HTML5 | Nate Berkopec | 2014-05-05 | 1 | -1/+1 |
| | | | [ci skip] | ||||
* | Added a missing `end` | Alejandro Andrés | 2014-04-28 | 1 | -0/+1 |
| | |||||
* | Instrument each load config initializer | Paul Nikitochkin | 2013-11-16 | 1 | -0/+9 |
| | | | | | | In order to simplify profiling loading of initializers, added instument for tracking load config initializer event from `config/initializers` | ||||
* | `dasboard` => `dashboard` | Vipul A M | 2013-06-15 | 1 | -4/+4 |
| |