Learning Ruby on Rails 2.1
Advanced Ruby on Rails 2.1
Ruby on Rails Quick Guide
Ruby Tutorial
Ruby on Rails Resources
Selected Reading
© 2013 TutorialsPoint.COM
|
Ruby on Rails 2.1 - The Plug-ins
Advertisements
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 |
Check following link for more information on Rails Plug-in.
Advertisements
|
|
|