Project

General

Profile

Actions

Patch #43897

closed

Use `bin/rails` instead of `rake` in documentation

Added by Go MAEDA 24 days ago. Updated 15 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Documentation
Target version:

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

Actions #1

Updated by Go MAEDA 22 days ago

  • Target version changed from Candidate for next minor release to 6.1.3

Setting the target version to 6.1.3.

Actions #2

Updated by Go MAEDA 16 days ago

  • Status changed from New to Resolved
  • Assignee set to Go MAEDA

Committed the patch in r24542.

Actions #3

Updated by Go MAEDA 15 days ago

  • Status changed from Resolved to Closed

Merged the change into 6.1-stable in r24545.

Actions

Also available in: Atom PDF