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.
|
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. |
|||
|
|
|
You are looking for Rails Engines instead I believe. If not, then can you explain your problem further? |
|||
|
|