About plugins implementation

hi everybody,

i am new to rails…
i want to know how to use plugins within our rails development…ie how
to call the plugins inside a rails application,
and how to install them…
is there any conditions to use plugins?
is it important to install the ‘subversion’ before using plugins?
or
Without subversion, can i use plugins? really i dont know…please help
me guys…
i expect some good replies…

with regards,
Neo

Hi,

You can find good advices about using and writing plugins, here:

http://nubyonrails.com/articles/2006/05/04/the-complete-guide-to-rails-plugins-part-i

http://nubyonrails.com/articles/2006/05/04/the-complete-guide-to-rails-plugins-part-ii

i want to know how to use plugins within our rails development…ie how
to call the plugins inside a rails application,
and how to install them…

Simply use “script/plugins your_plugins_here” install inside your Rails
app.
You probably nedd an “script/plugins discover” to update the plugin
listbefore

is there any conditions to use plugins?
I think no, only findthe plugin you want to do the job
is it important to install the ‘subversion’ before using plugins?
or
Without subversion, can i use plugins? really i dont know…please help
me guys…
Yes you can but subversions isn’t difficult to set-up and can save you a
lot of time in your development.

i expect some good replies…
HTH