Search code examples
ruby-on-railsrubygemsruby-on-rails-pluginsruby-on-rails-3

Rails 3: Using a gem as my main app


I want to use the code of a gem as my main application code instead of just installing it with "bundle install".

How can I create an entire rails app based on a gem and using that gem as my app?

Thank you.


Solution

  • You are looking for Rails Engines instead I believe. If not, then can you explain your problem further?