Skip to content

Commit

Permalink
Add period to end of comment sentences in env templates for consisten…
Browse files Browse the repository at this point in the history
…cy (rails#51677)

Add periods to comments in development.rb.tt and test.rb.tt for consistency.
[ci skip]

Co-authored-by: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
  • Loading branch information
2 people authored and fractaledmind committed May 13, 2024
1 parent 1d13315 commit 4925d6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -14,7 +14,7 @@ Rails.application.configure do
# Show full error reports.
config.consider_all_requests_local = true

# Enable server timing
# Enable server timing.
config.server_timing = true

# Enable/disable caching. By default caching is disabled.
Expand Down Expand Up @@ -85,7 +85,7 @@ Rails.application.configure do
# config.action_cable.disable_request_forgery_protection = true

<%- end -%>
# Raise error when a before_action's only/except options reference missing actions
# Raise error when a before_action's only/except options reference missing actions.
config.action_controller.raise_on_missing_callback_actions = true
<%- unless skip_rubocop? -%>

Expand Down
Expand Up @@ -64,6 +64,6 @@ Rails.application.configure do
# Annotate rendered view with file names.
# config.action_view.annotate_rendered_view_with_filenames = true

# Raise error when a before_action's only/except options reference missing actions
# Raise error when a before_action's only/except options reference missing actions.
config.action_controller.raise_on_missing_callback_actions = true
end

0 comments on commit 4925d6f

Please sign in to comment.