Is it possible to running embedded rails application inside a Ruby gem? How?

link|improve this question

62% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Yes, see how the rails plugin new --full --mountable command's output contains the test/dummy Rails application.

This command will actually generate a gem structure for a Rails engine.

link|improve this answer
Loool. Thank you very much. Rails's an awesome framework. :))))))) – Zeck Dec 1 '11 at 4:37
feedback

Your Answer

 
or
required, but never shown

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