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

missing files in test app for new modules #674

Closed andyoll closed 10 years ago

andyoll commented 10 years ago

Using 4.0 alpha:

when creating a new module, a few files are missing from the test app:

andyoll commented 10 years ago

there is an issue regarding devise and creating new modules, but it is not about a missing file in the dummy app. seems like initialisation of rails app happens before ./config/initializers/devise.rb is copied into place, and complains about missing config. running module generator a second time works fine, since the devise.tb has been added by now.