rails/guides/source
Samuel Cochran e50a4e57c6
Expand on helpers available in Action Mailer
Remove 'now just' — document the current state in an accessible way. Make it clear the set of helpers isn't **exactly** the same

Add references to `mailer` and `message` helpers which can be very useful.

`attachments` is already covered in "Making Inline Attachments"

Finding the mail-specific formatting heleprs are
2019-09-16 09:09:22 +10:00
..
kindle Remove credits.html from Rails Guides 2018-04-03 10:45:03 +09:00
_license.html.erb [ci skip] Update guides license to CC BY-SA 4.0 International. 2014-05-02 18:49:37 +08:00
_welcome.html.erb Fix Rails Version in Guides Index 2019-08-18 14:45:11 +02:00
2_2_release_notes.md Rails guides are now served over https 2018-07-24 11:29:31 +09:00
2_3_release_notes.md Fix period position 2019-06-06 02:19:04 +09:00
3_0_release_notes.md Fix links in gemspec and docs from http to https. 2019-03-09 19:42:35 +05:30
3_1_release_notes.md url -> URL where apt except inside actionpack/ 2019-04-01 22:56:35 +05:30
3_2_release_notes.md Rails guides are now served over https 2018-07-24 11:29:31 +09:00
4_0_release_notes.md Fix links in gemspec and docs from http to https. 2019-03-09 19:42:35 +05:30
4_1_release_notes.md Fix links in gemspec and docs from http to https. 2019-03-09 19:42:35 +05:30
4_2_release_notes.md Fix links in gemspec and docs from http to https. 2019-03-09 19:42:35 +05:30
5_0_release_notes.md Fix links in gemspec and docs from http to https. 2019-03-09 19:42:35 +05:30
5_1_release_notes.md NPM -> npm [ci skip] 2019-05-12 12:00:03 +02:00
5_2_release_notes.md fix a typo in 5_2_release_notes.md 2019-07-24 18:23:15 +03:00
6_0_release_notes.md Merge pull request #36823 from abhaynikam/add-multiple-database-guide-entry-to-release-notes 2019-08-05 08:42:15 -04:00
action_cable_overview.md url -> URL in Action Cable guide [ci skip] 2019-04-01 11:57:23 +05:30
action_controller_overview.md Use a single term instead of all terms used to describe path and URL helpers together 2019-07-26 23:54:39 +05:30
action_mailbox_basics.md Remove the Amazon SES ingress 2019-04-14 12:15:54 -04:00
action_mailer_basics.md Expand on helpers available in Action Mailer 2019-09-16 09:09:22 +10:00
action_text_overview.md Merge pull request #36117 from shioimm/fix_action_text_overview 2019-06-09 07:10:14 +09:00
action_view_overview.md Update action_view_overview.md 2019-07-25 11:34:10 -03:00
active_job_basics.md Stop queue_name_prefix from being global 2019-09-13 18:30:19 -03:00
active_model_basics.md Rails guides are now served over https 2018-07-24 11:29:31 +09:00
active_record_basics.md Use official database name [ci skip] 2019-04-03 13:08:54 +09:00
active_record_callbacks.md Remove reminiscences from previous documentation [ci skip] 2019-04-23 12:11:43 +02:00
active_record_migrations.md Merge branch 'migration-timestamp-fix' 2019-05-10 16:45:46 -04:00
active_record_multiple_databases.md Highlight database.yml as code block in multiple databases guide [ci skip] 2019-08-16 09:42:54 -03:00
active_record_postgresql.md Fix docs to update ruby version in reference URLs [ci skip] 2019-08-29 09:28:55 +09:00
active_record_querying.md Add a section to introduce pluck's eager loading behavior 2019-05-03 19:24:53 +08:00
active_record_validations.md Raise deprecation for calling [:f] = 'b' or [:f] << 'b' 2019-03-31 22:59:12 +08:00
active_storage_overview.md Update azure-storage gem to latest version 2019-08-06 16:02:42 -04:00
active_support_core_extensions.md This is no longer a fact in Rails 3+ 2019-08-29 07:30:45 +09:00
active_support_instrumentation.md Introduce 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed' and 'ActiveSupport::Notifications::monotonic_subscribe' 2019-05-10 20:16:17 +05:30
api_app.md Fixed cache_store name used in adding other modules section of api app documentation. [ci skip] 2019-08-07 20:34:55 +05:30
api_documentation_guidelines.md Update links and code examples in the guides to use HTTPS where the host supports it. 2019-03-06 15:21:07 -05:00
asset_pipeline.md Add modern way to enable asset precompile to guide 2019-09-03 17:11:43 +09:00
association_basics.md [skip ci] Add undefined STI acronym to the heading which is referred under its section 2019-05-12 20:49:54 +05:30
autoloading_and_reloading_constants_classic_mode.md Fix typo [ci skip] 2019-09-03 20:54:50 +02:00
autoloading_and_reloading_constants.md documents how to troubleshoot autoloading in zeitwerk mode 2019-08-13 18:16:03 +02:00
caching_with_rails.md Fixed description of the cache_key_with_version method [ci skip] 2019-04-03 09:46:29 +09:00
command_line.md Fix a document to update postgresql version for rails6 [ci skip] 2019-08-28 10:06:21 +09:00
configuring.md tweaks in config.cache_classes docs [skip ci] 2019-09-14 11:07:13 +02:00
contributing_to_ruby_on_rails.md Fix documents to replace http with https in reference URL [ci skip] 2019-09-10 09:29:21 +09:00
debugging_rails_applications.md Fix documents to replace http with https in reference URL [ci skip] 2019-09-10 09:29:21 +09:00
development_dependencies_install.md Fix "Development Dependencies Install" guide [ci skip] 2019-01-19 23:28:25 +00:00
documents.yaml Keep the name of the releases note consistent 2019-08-19 14:17:35 -04:00
engines.md Changed controller name (Typo fix) in rails engines documentation [ci skip] 2019-08-27 21:43:55 +05:30
form_helpers.md Added missing comment notation for the example of form_with in form_helpers.md documentation. [ci skip] 2019-08-01 18:09:35 +05:30
generators.md Revert "Merge pull request #36582 from f1337/master" 2019-07-02 11:24:43 +09:00
getting_started.md Fix docs to update http and www.ruby-doc.org [ci skip] 2019-09-09 09:34:09 +09:00
i18n.md Remove dynamic_form gem references in guides 2019-04-30 20:45:50 +02:00
index.html.erb Add OG tags to layout.html.erb 2019-01-09 13:23:22 +09:00
initialization.md [ci skip] Refer actionmailbox and actiontext in the guide 2019-06-26 03:07:50 +05:30
layout.html.erb Update links and code examples in the guides to use HTTPS where the host supports it. 2019-03-06 15:21:07 -05:00
layouts_and_rendering.md Update guide for render file: 2019-07-13 21:32:13 -07:00
maintenance_policy.md Clarify severe security issues maintenance policy [ci skip] 2019-08-28 10:46:30 +01:00
plugins.md Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-command-over-bin-rails 2018-07-25 04:10:29 +09:30
rails_application_templates.md update example url for add_source 2019-07-08 14:30:31 -04:00
rails_on_rack.md url -> URL where apt except inside actionpack/ 2019-04-01 22:56:35 +05:30
routing.md Use a single term instead of all terms used to describe path and URL helpers together 2019-07-26 23:54:39 +05:30
ruby_on_rails_guides_guidelines.md Fix documents to replace http with https in reference URL [ci skip] 2019-09-10 09:29:21 +09:00
security.md Update link to OWASP XSS cheat sheet [ci skip] 2019-06-23 21:13:11 -04:00
testing.md Change ActionDispatch::Response#content_type returning Content-Type header as it is 2019-06-01 09:20:13 +09:00
threading_and_code_execution.md Rails guides are now served over https 2018-07-24 11:29:31 +09:00
upgrading_ruby_on_rails.md Fix docs to update http and www.ruby-doc.org [ci skip] 2019-09-09 09:34:09 +09:00
working_with_javascript_in_rails.md Tiny documentation fix [ci skip] 2019-07-29 12:42:24 +02:00