rails/guides/source
Edward Tippett 2130d523b4 Use correct tense of cast for guides
Switch to `cast` for describing the past tense actions.

`casted` is a common mistake, but not correct English.
2023-10-13 13:07:07 +10:30
..
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 Development of Rails 7.2 starts now 2023-09-27 03:59:11 +00: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 [skip ci] Added missing $ for a bash script 2023-08-23 15:58:08 +05:30
4_0_release_notes.md Update 4_0_release_notes.md 2023-03-30 22:32:37 +02:00
4_1_release_notes.md Fixed few typos in tests and guide 2023-08-01 23:31:17 +05:30
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 Follow #47946 and apply to release notes 2023-05-16 18:18:14 +09:00
7_0_release_notes.md Ruby code block indentation issue fix 2023-09-07 01:14:48 +05:30
7_1_release_notes.md Merge pull request #49538 from akhilgkrishnan/capitalize-framework-names 2023-10-11 17:04:27 +02:00
7_2_release_notes.md Merge pull request #49532 from akhilgkrishnan/base-template-for-7-2-release-note 2023-10-11 23:03:13 +02:00
action_cable_overview.md Move example to API docs [ci-skip] 2023-10-07 11:55:34 -05:00
action_controller_overview.md [skip ci] Add composite primary key examples to Rails guides 2023-09-05 10:33:27 -05:00
action_mailbox_basics.md Add rubocop-md for linting guides snippets 2023-03-15 10:48:19 +09:00
action_mailer_basics.md Remove blank line in Action Mailer Basics guide 2023-09-19 15:02:20 -04:00
action_text_overview.md Fixed formatting of 'contenteditable' and 'execCommand' in the Action Text guide to make it more consistent with the rest of the documentation. 2023-10-09 22:34:08 +00:00
action_view_helpers.md Fix the wrong markdown hightlighting [skip ci] 2023-09-28 20:14:35 +05:30
action_view_overview.md Add documentation for locals: and local_assigns [ci skip] 2023-09-18 08:31:03 -04:00
active_job_basics.md Document verbose logging for Active Job 2023-04-06 08:39:20 +09:00
active_model_basics.md Add rubocop-md for linting guides snippets 2023-03-15 10:48:19 +09:00
active_record_basics.md Development of Rails 7.2 starts now 2023-09-27 03:59:11 +00:00
active_record_callbacks.md Capitalize framework names [ci-skip] 2023-10-07 12:26:26 -05:00
active_record_composite_primary_keys.md Development of Rails 7.2 starts now 2023-09-27 03:59:11 +00:00
active_record_encryption.md Advise upgraders to set active_record.encryption.hash_digest_class 2023-10-11 22:51:59 +00:00
active_record_migrations.md Simplify up / down migration example [ci-skip] 2023-10-07 12:26:26 -05:00
active_record_multiple_databases.md Enable raising when running rubocop-md against invalid ruby snippets 2023-09-27 23:12:48 +03:00
active_record_postgresql.md Use correct tense of cast for guides 2023-10-13 13:07:07 +10:30
active_record_querying.md Enable raising when running rubocop-md against invalid ruby snippets 2023-09-27 23:12:48 +03:00
active_record_validations.md Use correct tense of cast for guides 2023-10-13 13:07:07 +10:30
active_storage_overview.md Enable Style/RedundantDoubleSplatHashBraces rubocop cop 2023-10-11 14:55:00 +03:00
active_support_core_extensions.md Enable Style/RedundantDoubleSplatHashBraces rubocop cop 2023-10-11 14:55:00 +03:00
active_support_instrumentation.md Move Server Timing info to Configuration guide [ci-skip] 2023-10-07 12:26:21 -05:00
api_app.md Introduce markdownlint for guides 2023-03-27 12:14:18 +09:00
api_documentation_guidelines.md Recommend fixed-width fonts for HTML and CSS as well in docs [ci-skip] 2023-10-11 11:20:11 +02:00
asset_pipeline.md Remove unnecessary monospace formatting [ci-skip] 2023-10-11 23:47:52 -05:00
association_basics.md This adds the following methods to the definition of available methods in the guide: 2023-09-28 21:20:44 -04:00
autoloading_and_reloading_constants.md Enable raising when running rubocop-md against invalid ruby snippets 2023-09-27 23:12:48 +03:00
caching_with_rails.md Explain how to configure collection cache key 2023-10-11 09:54:54 +02:00
classic_to_zeitwerk_howto.md Added the missing codeblock highlights in guides 2023-08-31 21:51:04 +05:30
command_line.md Updated the rails version in 7.1 to 7.2 in guide [skip ci] 2023-10-11 20:26:23 +05:30
configuring.md Update filter_parameters default in configuring guide [ci skip] 2023-10-12 14:45:55 +02:00
contributing_to_ruby_on_rails.md Conditionally print $stdout when invoking run_generator (#49448) 2023-10-03 07:01:16 -04:00
debugging_rails_applications.md Development of Rails 7.2 starts now 2023-09-27 03:59:11 +00:00
development_dependencies_install.md Added the missing codeblock highlights in guides 2023-08-31 21:51:04 +05:30
documents.yaml Merge pull request #49491 from tnir/tn-date-rails71 2023-10-05 08:01:36 +00:00
engines.md Simplify explanation by removing docs for classic mode 2023-09-04 06:29:33 +00:00
error_reporting.md Use "library.name" format in initializer examples 2023-05-07 18:11:16 -04:00
form_helpers.md [skip ci] Add composite primary key examples to Rails guides 2023-09-05 10:33:27 -05:00
generators.md Update links in Generator Guides 2023-10-03 09:27:33 -04:00
getting_started.md Updated the rails version in 7.1 to 7.2 in guide [skip ci] 2023-10-11 20:26:23 +05:30
i18n.md Enable raising when running rubocop-md against invalid ruby snippets 2023-09-27 23:12:48 +03:00
index.html.erb Fix headings in guides index [ci-skip] 2023-04-20 08:14:49 +02:00
initialization.md Add rubocop-md for linting guides snippets 2023-03-15 10:48:19 +09:00
layout.html.erb Use h1 for guide titles 2023-04-18 22:27:03 +02:00
layouts_and_rendering.md Action View: docs use application/ instead of shared/ 2023-09-15 12:06:22 -04:00
maintenance_policy.md Update guide: NPM -> npm 2023-10-11 19:07:50 +09:00
plugins.md Added the missing codeblock highlights in guides 2023-08-31 21:51:04 +05:30
rails_application_templates.md Run after_bundle blocks with app:template command 2023-05-21 14:34:48 -05: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 Note that guide text should wrap at 80 columns 2023-09-08 13:22:28 +01:00
security.md Enable raising when running rubocop-md against invalid ruby snippets 2023-09-27 23:12:48 +03:00
testing.md Point to API docs instead of edge [ci skip] 2023-10-09 10:19:38 -03: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 Fix numbered list and indentation of code blocks on upgrade guide 2023-10-12 08:46:39 -03:00
working_with_javascript_in_rails.md Just clarifies a little the bun installation process and gives people instructions what to do if it did not install. 2023-10-12 18:01:38 -04:00