Publishing a Plugin via ./script/plugin

Hi

How do I publish a plugin so I can download it via ./script/plugin.
I’ve put my plugin (ActiveRBAC) on http://wiki.rubyonrails.com/rails/
pages/Plugins but seemingly ./script/plugin discover does not find it :confused:

Even if I do

./script/plugin source
https://activerbac.turingstudio.com/source/active_rbac/trunk/
active_rbac

it does not appear on ./script/plugin list.

Can someone help me?

Regards,

Manuel H.

On 2/27/06, Manuel H. [email protected] wrote:

active_rbac

it does not appear on ./script/plugin list.

Can someone help me?

Regards,

Manuel H.

By default, script/plugin comes with one source: the rails svn repo.
script/plugin discover will scan the wiki for possible new sources.
If you notice, most of the listed plugins live in a plugins directory.

Try creating https://activerbac.turingstudio.com/source/plugins with
svn:externals of the active rbac trunk to
https://activerbac.turingstudio.com/source/plugins/active_rbac.


Rick O.
http://techno-weenie.net

Hi

By default, script/plugin comes with one source: the rails svn repo.
script/plugin discover will scan the wiki for possible new sources.
If you notice, most of the listed plugins live in a plugins directory.

Ah, OK. I think I got it working now.

Thanks a lot,

Manuel