The Basics of Creating Rails Plugins — Ruby on Rails Guides says rails plugin --help,
but it causes LoadError.
And rails plugin new --help shows help messages.
Which is correct?
- The command line in edgeguides is wrong.
-
rails plugin --help will show help.
On Tuesday, March 12, 2013 9:01:25 AM UTC, Kazuhiro NISHIYAMA wrote:
The Basics of Creating Rails Plugins — Ruby on Rails Guides says rails plugin --help, but it causes LoadError.
And rails plugin new --help shows help messages.
rails plugins have been removed from rails 4 - anything that’s left is
vestigial and should be removed.
Fred