rails--rails/guides/source
John Bampton 6e85b6b86e Add spell checking with codespell as a GitHub Action
`codespell` works with a small custom dictionary and seems to find perhaps more spelling mistakes than `misspell` which really only fixes commonly misspelled English words.

Not all spell checkers can check all file types and most spell checkers can't find all the errors.

https://github.com/codespell-project/codespell
https://pypi.org/project/codespell/
2021-05-04 14:46:21 +10:00
..
kindle Use image/jpeg instead of non-standard image/jpg 2021-03-05 13:14:11 -05:00
2_2_release_notes.md chore: fix spelling 2021-04-15 15:49:48 +10:00
2_3_release_notes.md
3_0_release_notes.md
3_1_release_notes.md
3_2_release_notes.md chore: fix case of CSS and JavaScript 2021-04-15 21:52:58 +10:00
4_0_release_notes.md
4_1_release_notes.md docs: fix missing HTTPS on links [ci-skip] 2021-04-12 09:45:13 +10:00
4_2_release_notes.md docs: fix missing HTTPS on links [ci-skip] 2021-04-12 09:45:13 +10:00
5_0_release_notes.md docs: fix grammar and spelling [ci skip] 2021-04-15 18:51:29 +10:00
5_1_release_notes.md docs: fix missing HTTPS on links [ci-skip] 2021-04-12 09:45:13 +10:00
5_2_release_notes.md
6_0_release_notes.md
6_1_release_notes.md Fix typo in 6.1 release notes 2021-03-22 21:15:17 +00:00
7_0_release_notes.md Fix link to Upgrading guide from 7.0 Release Notes guide [ci skip] 2021-02-25 18:25:30 -03:00
_license.html.erb
_welcome.html.erb
action_cable_overview.md Restore dynamic URL example in Action Cable guide [ci skip] 2021-04-30 16:50:32 +01:00
action_controller_overview.md chore: fix grammar and spelling in Markdown and Ruby files 2021-04-15 19:32:27 +10:00
action_mailbox_basics.md chore: fix grammar and spelling in Markdown and Ruby files 2021-04-15 19:32:27 +10:00
action_mailer_basics.md Merge pull request #41248 from andrehjr/add-action-mailer-default-timeout 2021-04-27 23:12:56 -04:00
action_text_overview.md Fix HTML tag mismatches in Action Text README [ci skip] 2021-04-12 17:42:13 -04:00
action_view_helpers.md Lint Markdown blank lines around headings [ci-skip] 2021-04-14 01:17:46 +10:00
action_view_overview.md Lint Markdown blank lines around headings [ci-skip] 2021-04-14 01:17:46 +10:00
active_job_basics.md Extend example code for autoloading serializers 2021-04-27 16:43:32 +02:00
active_model_basics.md
active_record_basics.md Update all Migration version references 2021-05-02 21:17:04 +09:00
active_record_callbacks.md
active_record_encryption.md Rename "master key" -> "primary key" in Active Record encryption 2021-04-29 22:26:35 +02:00
active_record_migrations.md Update all Migration version references 2021-05-02 21:17:04 +09:00
active_record_multiple_databases.md Add option to skip joins for associations. 2021-04-19 11:17:31 -04:00
active_record_postgresql.md docs: fix missing HTTPS on links [ci-skip] 2021-04-12 09:45:13 +10:00
active_record_querying.md Lint Markdown blank lines around headings [ci-skip] 2021-04-14 01:17:46 +10:00
active_record_validations.md
active_storage_overview.md Document that S3 requires s3:PutObjectAcl for public access [ci skip] 2021-04-14 14:13:07 -04:00
active_support_core_extensions.md chore: fix grammar and spelling 2021-04-12 05:30:44 +10:00
active_support_instrumentation.md Provide context when logging unpermitted parameters 2021-03-31 17:15:23 -06:00
api_app.md Remove Rack::Runtime and deprecate referencing it 2021-04-12 14:31:12 -04:00
api_documentation_guidelines.md
asset_pipeline.md
association_basics.md Update all Migration version references 2021-05-02 21:17:04 +09:00
autoloading_and_reloading_constants.md Drops support for classic mode 2021-03-08 05:30:11 +01:00
autoloading_and_reloading_constants_classic_mode.md
caching_with_rails.md Document the new Active Support cache format 2021-04-26 11:20:59 +02:00
command_line.md Matched guide example with rails api docs [ci skip] 2021-05-01 13:18:45 +05:30
configuring.md Configure a default timeout for the smtp delivery method 2021-04-28 03:59:19 +00:00
contributing_to_ruby_on_rails.md Add spell checking with codespell as a GitHub Action 2021-05-04 14:46:21 +10:00
debugging_rails_applications.md Merge pull request #42114 from adityapandit17/guides_patch 2021-05-02 10:41:39 +09:00
development_dependencies_install.md chore: fix case of CSS and JavaScript 2021-04-15 21:52:58 +10:00
documents.yaml Encryption guide (WIP) 2021-04-01 15:02:13 +02:00
engines.md
form_helpers.md Simplify singular resource example 2021-03-28 18:38:51 -05:00
generators.md
getting_started.md Minor tweaks for Getting Started Guide [ci skip] 2021-05-01 12:03:53 +05:30
i18n.md
index.html.erb
initialization.md
layout.html.erb
layouts_and_rendering.md chore: fix case of CSS and JavaScript 2021-04-15 21:52:58 +10:00
maintenance_policy.md Clarify maintenance policy for bug fixes to security patches 2021-03-12 21:26:44 +00:00
plugins.md docs: fix grammar and spelling [ci skip] 2021-04-15 18:51:29 +10:00
rails_application_templates.md
rails_on_rack.md Remove Rack::Runtime and deprecate referencing it 2021-04-12 14:31:12 -04:00
routing.md Merge pull request #41727 from ghiculescu/patch-2 2021-04-30 10:31:16 +01:00
ruby_on_rails_guides_guidelines.md
security.md Improve guide of Command Line Injection [ci skip] 2021-05-02 12:47:35 +09:00
testing.md Lint Markdown blank lines around headings [ci-skip] 2021-04-14 01:17:46 +10:00
threading_and_code_execution.md
upgrading_ruby_on_rails.md Fix typo seemless -> seamless [ci skip] 2021-05-01 16:01:02 +09:00
webpacker.md Fix case of GitHub, JavaScript, TypeScript [ci skip] 2021-05-04 02:02:42 +10:00
working_with_javascript_in_rails.md docs: fix grammar and spelling [ci skip] 2021-04-15 18:51:29 +10:00