RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Plugin architecture on your self-hosted rails app?

I am working on a Rails app that I am looking to distribute, however, I want it to have a flexible plugin architecture. ala Wordpress or Lussumo Vanilla. Can someone point me in the right direction to get started with something like this? Thanks.

Comments

Redmine has plugins and is open source. The architecture isn’t too bad last I checked, so that might give you some ideas.

Try gem_plugin, which is distributed as a standalone gem, although mongrel uses it internally. It’s not Rails-specific, though, and gem_plugin doesn’t support nested dependencies (A->B->C). Yet?

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in