Ruby provides many useful plug-ins which you can use in your Rails applications. Here are few scripts which help you to deal with pkug-ins.
| Plugin | Description |
|---|---|
| script/plugin discover | Discover plugin repositories |
| script/plugin list | List all available plugins |
| script/plugin install where | Install the "where" plugin |
| script/plugin install -x where | Install the "where" plugin as SVN external |
| script/plugin update | Update installed plugins |
| script/plugin source | Add a source repository |
| script/plugin unsource | Removes a source repository |
| script/plugin sources | Lists source repositories |

No comments:
Post a Comment