rails--rails/guides/source
Rafael França 10c34f07ab
Merge pull request #40709 from francois-ferrandis/update-guide-on-delivery-method-in-callbacks
Update Action Mailer guide on delivery methods in callbacks
2020-11-30 18:36:33 -05:00
..
kindle
2_2_release_notes.md Use bash code fences and prompts for shell code [ci skip] 2020-06-13 19:27:30 -05:00
2_3_release_notes.md Use irb code fences where applicable [ci-skip] 2020-11-01 16:29:18 -06:00
3_0_release_notes.md Update the Rails mailing list URLs to new discuss discourse URL [ci skip] 2020-04-02 22:00:28 +05:30
3_1_release_notes.md
3_2_release_notes.md Use appropriate code fences [ci skip] 2020-07-08 14:51:57 -05:00
4_0_release_notes.md Use bash code fences and prompts for shell code [ci skip] 2020-06-13 19:27:30 -05:00
4_1_release_notes.md Use bash code fences and prompts for shell code [ci skip] 2020-06-13 19:27:30 -05:00
4_2_release_notes.md [ci skip] Update link to autoloading guide to classic mode guide instead of Zeitwerk guide 2020-06-10 10:43:05 -05:00
5_0_release_notes.md
5_1_release_notes.md Use irb code fences where applicable [ci-skip] 2020-11-01 16:29:18 -06:00
5_2_release_notes.md
6_0_release_notes.md
6_1_release_notes.md Fix couple of typos [ci skip] (#40578) 2020-11-09 09:05:04 +05:30
_license.html.erb
_welcome.html.erb
action_cable_overview.md Remove editorializing in ActionCable guide 2020-09-19 18:31:22 -07:00
action_controller_overview.md Link to API docs in Action Controller guide [ci-skip] 2020-11-09 17:34:47 -06:00
action_mailbox_basics.md Use appropriate code fences [ci skip] 2020-07-08 14:51:57 -05:00
action_mailer_basics.md Merge pull request #40709 from francois-ferrandis/update-guide-on-delivery-method-in-callbacks 2020-11-30 18:36:33 -05:00
action_text_overview.md Update action_text_overview.md 2020-10-09 11:23:06 -04:00
action_view_helpers.md Always recommend config.asset_host in examples 2020-11-30 16:33:51 -06:00
action_view_overview.md Wording in guides: Prefer environment over mode 2020-10-05 16:30:48 -07:00
active_job_basics.md Link to API docs in Active Job Basics guide [ci-skip] 2020-11-24 15:19:49 -06:00
active_model_basics.md Use irb code fences where applicable [ci-skip] 2020-11-01 16:29:18 -06:00
active_record_basics.md Added definite article in guide Actice Record Basics section 3 paragraph 3 [ci skip] 2020-11-26 17:32:22 +01:00
active_record_callbacks.md Link to API docs in AR Callbacks guide [ci-skip] 2020-11-06 21:26:25 -06:00
active_record_migrations.md Link to API docs in AR Migrations guide [ci-skip] 2020-11-05 21:13:08 -06:00
active_record_multiple_databases.md Sync error message with `connected_to(role: :nonexistent)` [ci skip] 2020-11-13 20:27:04 +09:00
active_record_postgresql.md Use irb code fences where applicable [ci-skip] 2020-11-01 16:29:18 -06:00
active_record_querying.md Add missing TLD to api links in AR queries guide [skip ci] 2020-11-09 22:21:05 +01:00
active_record_validations.md Link to API docs in AR Validations guide [ci-skip] 2020-11-05 21:14:24 -06:00
active_storage_overview.md Add note on ActiveStorage link security to Guides [ci-skip] 2020-11-25 07:48:23 +01:00
active_support_core_extensions.md Link to API docs in AS Core Extensions guide [ci-skip] 2020-11-11 16:06:55 -06:00
active_support_instrumentation.md Document for cache store name instrumentation [ci skip] 2020-10-22 17:54:48 +09:00
api_app.md Use irb code fences where applicable [ci-skip] 2020-11-01 16:29:18 -06:00
api_documentation_guidelines.md fix boolean negation in documentation 2020-10-21 22:13:39 +03:00
asset_pipeline.md Always recommend config.asset_host in examples 2020-11-30 16:33:51 -06:00
association_basics.md Merge pull request #40320 from mh-mobile/master 2020-11-25 21:45:08 +09:00
autoloading_and_reloading_constants.md Improve docs about autoloading and boot time [skip ci] 2020-11-25 17:34:16 +01:00
autoloading_and_reloading_constants_classic_mode.md Use irb code fences where applicable [ci-skip] 2020-11-01 16:29:18 -06:00
caching_with_rails.md Fallback to $MEMCACHE_SERVERS if no servers given 2020-10-20 23:50:52 -04:00
command_line.md Use irb code fences where applicable [ci-skip] 2020-11-01 16:29:18 -06:00
configuring.md Always recommend config.asset_host in examples 2020-11-30 16:33:51 -06:00
contributing_to_ruby_on_rails.md Add a note about PR approvals [ci skip] 2020-09-22 18:50:15 -04:00
debugging_rails_applications.md Formats code blocks for better syntax highlighting 2020-08-21 15:47:32 +05:30
development_dependencies_install.md Fix highlighting for mostly SQL block 2020-07-26 18:27:07 +02:00
documents.yaml change typo 6.0 to 6.1 in the documents.yml (#39664) [ci skip] 2020-06-19 06:19:29 +05:30
engines.md Use irb code fences where applicable [ci-skip] 2020-11-01 16:29:18 -06:00
form_helpers.md Merge pull request #40377 from jonathanhefner/guide-form_helpers-_tag-helpers 2020-10-13 11:53:21 -05:00
generators.md Formats code blocks for better syntax highlighting 2020-08-21 15:47:32 +05:30
getting_started.md Update GS guide code for Adding a Second Model [ci-skip] 2020-11-01 11:51:50 -06:00
i18n.md fix minor typos 2020-07-22 08:01:10 -05:00
index.html.erb
initialization.md update global rails commands to bundled rails i.e. bin/rails 2020-04-11 17:32:26 +01:00
layout.html.erb Always show version badge, not just for edge [ci skip] 2020-11-09 20:28:08 +01:00
layouts_and_rendering.md Link to API docs in Layouts and Rendering guide [ci-skip] 2020-11-08 21:07:19 -06:00
maintenance_policy.md Prepare the maintenance policy to match the 6.1 release 2020-11-02 18:00:47 +00:00
plugins.md Use irb code fences where applicable [ci-skip] 2020-11-01 16:29:18 -06:00
rails_application_templates.md Use bash code fences and prompts for shell code [ci skip] 2020-06-13 19:27:30 -05:00
rails_on_rack.md [ci skip] Add `ActionDispatch::ActionableExceptions` to default middleware docs 2020-05-20 13:55:13 -04:00
routing.md Link to API docs in Routing guide [ci-skip] 2020-11-09 15:56:11 -06:00
ruby_on_rails_guides_guidelines.md Remove references to WARNINGS environment variable [ci skip] 2020-07-05 16:40:52 +01:00
security.md Update security guide section on session expirity [ci skip] 2020-10-28 12:59:34 +02:00
testing.md Recover precision when serializing `Time`, `TimeWithZone` and `DateTime`. 2020-10-30 19:58:13 +00:00
threading_and_code_execution.md Fix minor formatting issue 2020-08-21 05:28:38 +05:30
upgrading_ruby_on_rails.md Merge pull request #40008 from santib/upgrading-to-image-processing 2020-11-09 14:21:10 -05:00
working_with_javascript_in_rails.md Avoid implying that `#results` selector will only match a `div` element 2020-02-21 10:10:34 -08:00