namespaced_engine
namespaced_engine copied to clipboard
Generator to create Modular engine.
just added rails 3.2. support. Please look at my pull request #4. best regards Eugen
Running this: `rails g modular:engine engines/testtfc --namespace=TestTFC` Leads to this error: ``` [!] There was an error parsing `Gemfile`: There was a NameError while loading test_tfc_testtfc.gemspec: uninitialized constant TestTfc from...
Hi I have a suggestion, maybe you want to add it. I had the case that I wanted to reuse factories of the core in other modules (and module factories...