browsermedia / browsercms

BrowserCMS: Humane Content Management for Rails
http://browsercms.org
GNU Lesser General Public License v3.0
1.17k stars 260 forks source link

Generate modules as mountable engines #450

Closed peakpg closed 12 years ago

peakpg commented 13 years ago

Developers should be able to generate a new module which will also be a Rails Mountable Engine via:

bcms module bcms_name_of_module

We have updated the module generator so that it generate mountable engines. They should have dummy applications and take advantage of the fact that generated models and controllers are automated namespaced.

peakpg commented 12 years ago

This is complete.