How to: Rails 3.1: Engine vs. Mountable App
How to: Rails 3.1: Engine vs. Mountable App
Rails 3.1: Engine vs. Mountable App
Can someone help me understand the differences between a Rails Engine and a Mountable app? In Rails 3.1, you can create either one with the “rails new plugin ___” command.
rails plugin new forum full # Engine rails plugin new forum mountable # Mountable App
When would you want to use one versus the other? I know you can package an Engine as a gem, for one. Is…
View On WordPress















