creating a rails plugin

Corrected URL link.

Amita Bhatkhande wrote:

I am trying to develop a rails plugin. I am referring to instructions on: http://guides.rubyonrails.org/creating_plugins.html I am quite confused about where should I start.

1. If I need to add MVC to my plugin, then do I need to follow http://guides.rubyonrails.org/creating_ … test_setup ? I am not really extending core classes or adding new method to ActiveRecord.

2. How do I install the generated plugin using 'script/plugin install location'? Should one copy the entire 'vendor/plugins/yaffle' directory somewhere and give its path in the install location field?

-- Amita.

1. If I need to add MVC to my plugin, then do I need to follow http://guides.rubyonrails.org/creating_plugins.html#_tests . test_setup ? I am not really extending core classes or adding new method to ActiveRecord.

Corrected URL link.