Search code examples
ruby-on-railsrubyruby-on-rails-plugins

How can I turn my Rails app into a plugin?


I am currently developing a cms and want to reuse the functionality in other projects.


Solution

  • Check out Rails Engines.

    Its awesome to share code between your applications. you can sort of make your application into a plugin itself

    Try this railscast as well, Ryan bates explains it nicely

    http://railscasts.com/episodes/149-rails-engines