rails/guides/source
Étienne Barrié 9cfa5e07fd Remove sentence about the namespace of deprecation notification events
All Rails frameworks deprecators have "Rails" as their `gem_name`, and
the `:notify` behavior emits events based on that, so all frameworks
emit their deprecations under the `rails` namespace.

For example: activesupport/lib/active_support/deprecator.rb:5
activesupport/lib/active_support/deprecation.rb:42
activesupport/lib/active_support/deprecation/behaviors.rb:39
2023-02-27 11:24:53 +01:00
..
epub Replaces mobi guide with epub for docs because of discontinued support 2022-08-05 00:18:20 +05:30
_license.html.erb
_welcome.html.erb Migrate Rails Guides from Turbolinks to Turbo 2022-10-17 22:07:33 +02:00
2_2_release_notes.md Fixes mime -> MIME 2022-10-02 07:10:43 +05:30
2_3_release_notes.md Fix #version docs and some typos 2022-03-16 01:48:37 +05:30
3_0_release_notes.md Fixed typo: HTML 5 -> HTML5 2022-02-21 02:34:46 +05:30
3_1_release_notes.md [ci skip] Corrected Change logs to Changelogs 2021-05-31 18:40:12 +05:30
3_2_release_notes.md Fix inconsistent heading level in guides [ci-skip] 2021-07-16 15:13:37 -06:00
4_0_release_notes.md [ci skip] Corrected Change logs to Changelogs 2021-05-31 18:40:12 +05:30
4_1_release_notes.md Fix word case. json -> JSON 2022-09-17 04:11:36 +10:00
4_2_release_notes.md Use versioned URLs for specific guide versions [ci-skip] 2022-08-05 21:36:18 -05:00
5_0_release_notes.md Fixes mime -> MIME 2022-10-02 07:10:43 +05:30
5_1_release_notes.md [ci skip] Fixed typos and grammatical errors 2021-06-01 04:54:25 +05:30
5_2_release_notes.md Merge pull request #46174 from datt/fix-sqlite 2022-10-02 10:55:12 +02:00
6_0_release_notes.md [ci skip] Corrected Change logs to Changelogs 2021-05-31 18:40:12 +05:30
6_1_release_notes.md Add Action Mailbox deprecations to 6.1 release notes (#44159) 2022-01-12 15:12:39 -05:00
7_0_release_notes.md Missing end to code block in 7_0_release_notes.md 2023-02-04 18:55:52 +09:00
7_1_release_notes.md Deprecate AbstractController MissingHelperError 2023-01-31 02:49:21 -05:00
action_cable_overview.md Indent private methods in code examples [ci-skip] 2023-01-08 15:47:20 -06:00
action_controller_overview.md Fix typo in docs 2023-02-08 18:44:18 -03:00
action_mailbox_basics.md Capitalize headings to match style guidelines 2022-10-17 17:01:28 -10:00
action_mailer_basics.md Fix missing backtick in mailer guide 2023-02-20 10:49:56 -03:00
action_text_overview.md Fix missing $ signs in all bash commands in guides 2023-02-12 05:49:43 +05:30
action_view_helpers.md Capitalize headings to match style guidelines 2022-10-17 17:01:28 -10:00
action_view_overview.md Split Templates, Partials and Layouts sections in guide [ci-skip] 2023-01-06 22:30:54 +01:00
active_job_basics.md Merge pull request #46250 from missy-davies/md/capitalize-heading 2022-10-18 12:00:31 -05:00
active_model_basics.md Capitalize headings to match style guidelines 2022-10-17 17:01:28 -10:00
active_record_basics.md Fixes issue: Link to SQL Reference guide #47369 2023-02-13 15:43:43 -06:00
active_record_callbacks.md Remove broken link in AR Callbacks guide [ci-skip] 2023-01-24 12:10:13 -06:00
active_record_encryption.md Add option to configure digest algorithm used by Active Record Encryption (#44873) 2023-02-27 10:16:41 +01:00
active_record_migrations.md Follow up re: idempotency in db/seeds.rb 2023-02-15 16:25:52 +09:00
active_record_multiple_databases.md Fix NOTE notation 2023-02-06 18:35:50 +09:00
active_record_postgresql.md This should be a warning, note just a note 2023-02-04 19:05:47 +09:00
active_record_querying.md Remove too many closing parentheses 2023-02-19 15:23:48 +09:00
active_record_validations.md Merge pull request #46996 from zzak/ar-callbacks 2023-01-18 10:04:47 +09:00
active_storage_overview.md Merge pull request #47356 from GeoffTidey/activestorage-security-docs-update 2023-02-12 20:06:57 +05:30
active_support_core_extensions.md [ci-skip] fix sample code for *bytes methods 2023-02-11 21:45:18 +09:00
active_support_instrumentation.md Remove sentence about the namespace of deprecation notification events 2023-02-27 11:24:53 +01:00
api_app.md Fix #46764 2023-02-18 15:13:31 -06:00
api_documentation_guidelines.md Document option section style for API guidelines 2023-02-09 17:20:55 +09:00
asset_pipeline.md Add a note about ENV["SECRET_KEY_BASE_DUMMY"] to asset_pipeline guide 2023-02-09 16:17:49 +09:00
association_basics.md Adding Association Scoping using the Association Owner 2023-01-11 21:00:17 +00:00
autoloading_and_reloading_constants.md Use double quotes here, as per Rails own guidelines 2023-01-11 09:08:48 +01:00
caching_with_rails.md Update the Sentry class name 2022-12-07 13:09:11 -08:00
classic_to_zeitwerk_howto.md Sort the results of Dir.glob [ci skip] 2023-02-23 08:25:07 +00:00
command_line.md Use infinitive form verb for all task descriptions 2023-02-01 22:43:04 +01:00
configuring.md Add option to configure digest algorithm used by Active Record Encryption (#44873) 2023-02-27 10:16:41 +01:00
contributing_to_ruby_on_rails.md Fix clipboard copy for code blocks 2023-02-07 15:11:28 -05:00
debugging_rails_applications.md Debugging guide: Improve grammar and accuracy. 2023-02-20 21:48:06 -08:00
development_dependencies_install.md Use NOTE to callout db:mysql:build_user possible gotcha 2023-02-14 17:39:29 +09:00
documents.yaml Add "Rails Application Templates" to guides index, as WIP 2023-02-22 18:20:10 +09:00
engines.md Dir.glob result must be sorted 2023-02-22 22:01:52 -07:00
error_reporting.md Fix NOTE notation 2023-02-06 18:35:50 +09:00
form_helpers.md [ci-skip] Remove obsolete paragraph from form_helpers.md for Rails 7 2023-01-20 12:07:46 +09:00
generators.md Fix a generators guide link to Thor actions 2022-12-19 15:47:05 -05:00
getting_started.md Capitalize headings to match style guidelines 2022-10-17 17:01:28 -10:00
i18n.md Make raise_on_missing_translations raise on any missing translation 2023-01-23 10:17:11 -07:00
index.html.erb Replaces mobi guide with epub for docs because of discontinued support 2022-08-05 00:18:20 +05:30
initialization.md Fix "*Note:*" to "NOTE:" 2023-02-07 13:11:00 +09:00
layout.html.erb Add rake task to vendor guide javascript 2023-02-13 00:58:58 -05:00
layouts_and_rendering.md Document ActionController::Rendering#render [ci-skip] 2023-01-08 15:47:31 -06:00
maintenance_policy.md Clear up common questions releases 2023-02-16 09:32:51 +09:00
plugins.md Improve code block examples in plugins guide [ci-skip] 2023-02-09 21:38:53 +01:00
rails_application_templates.md Fix link to Thor docs [ci-skip] 2022-12-19 15:08:56 -06:00
rails_on_rack.md Capitalize headings to match style guidelines 2022-10-17 17:01:28 -10:00
routing.md Improve Parametric Scopes documentation 2022-11-04 16:30:57 -05:00
ruby_on_rails_guides_guidelines.md Add missing language to markdown code blocks in guides [ci-skip] 2023-02-02 19:01:05 +01:00
security.md Update guides to use ranges instead of sql literals 2023-01-28 19:13:40 +01:00
testing.md Update TimeHelpers#travel_to docs after stubbing Time.new 2023-02-15 17:24:28 +09:00
threading_and_code_execution.md Capitalize headings to match style guidelines 2022-10-17 17:01:28 -10:00
upgrading_ruby_on_rails.md Add missing languages to code blocks in guides [ci-skip] 2023-02-02 16:09:48 +01:00
webpacker.md Add missing languages to code blocks in guides [ci-skip] 2023-02-02 16:09:48 +01:00
working_with_javascript_in_rails.md replace path argument to route helper with post object 2023-01-21 08:36:06 -06:00