Actions
Patch #43897
closedUse `bin/rails` instead of `rake` in documentation
Description
Several documents under doc/ use commands such as rake, bundle exec rake, or the rails command for running tasks. This patch updates those examples to use bin/rails instead.
bin/rails is the standard command entry point in recent Rails versions. Because it runs commands in the context of the application's own Gemfile and Bundler environment, it eliminates the need for bundle exec, helps reduce environment-related errors, and makes the documented commands easier for users to follow.
Files
Updated by Go MAEDA about 1 month ago
- Target version changed from Candidate for next minor release to 6.1.3
Setting the target version to 6.1.3.
Updated by Go MAEDA about 1 month ago
- Status changed from New to Resolved
- Assignee set to Go MAEDA
Committed the patch in r24542.
Updated by Go MAEDA about 1 month ago
- Status changed from Resolved to Closed
Merged the change into 6.1-stable in r24545.
Actions