Standard way of downloading & using rails standard plugins

Hi,

I am a newbie to ruby & rails.
Can anybody give me some inputs as to how to download & use standard
rails
plugins.

Any help regarding this will be greatly appreciated.

You can use the command-line script ‘plugin’ in the scripts directory
of your rails app to install plugins. You can find available plugins
at the rails plugin directory at http://www.agilewebdevelopment.com/
plugins and run ./script/plugin install .


Benjamin C.
http://www.bencurtis.com/
http://www.tesly.com/ – Collaborative test case management
http://www.agilewebdevelopment.com/ – Resources for the Rails community

On 6/12/06, Benjamin C. [email protected] wrote:

You can use the command-line script ‘plugin’ in the scripts directory
of your rails app to install plugins. You can find available plugins
at the rails plugin directory at http://www.agilewebdevelopment.com/
plugins and run ./script/plugin install .

Have you done any work on integrating your plugin repository with the
plugin
script? It seems like with your XML API we could get away from the
“scrape”
step and have plugin install directly query awd.com.

Thoughts?

I haven’t had a chance to do it yet, but the plan is to have it done
eventually.


Benjamin C.
http://www.bencurtis.com/
http://www.tesly.com/ – Collaborative test case management
http://www.agilewebdevelopment.com/ – Resources for the Rails community