Creating a rails 3 engine / plugin / gem
Creating simple engines is, well, simple, but for a full-featured engine/app there are a extras you’ll want. It took me awhile to figure out how to handle things like namespacing, engine layout within app’s layout, migrations, centralized config, static assets, packaging as a gem. Here is my tutorial to get started with an advanced engine.
Post a comment