Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #9483 (new enhancement)

Opened 8 months ago

[PATCH] Allow user to specify plugin name in ''script/plugin install''

Reported by: steadman Assigned to: core
Priority: normal Milestone: 2.x
Component: Railties Version: edge
Severity: normal Keywords: plugin install
Cc:

Description

This patch adds a -n (or --name) parameter to script/plugin install so the user can specify the name of the plugin in the vendor/plugins directory.

This is simpler than trying to come up with logic to parse the name out of the URL.

Attachments

plugin_install_name.txt (1.0 kB) - added by steadman on 09/05/07 04:26:19.
Patch

Change History

09/05/07 04:26:19 changed by steadman

  • attachment plugin_install_name.txt added.

Patch