Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

1 Answer

up vote 0 down vote accepted

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.