Have cells and cells-haml successfully installed in a rails app, trying to generate a cell (i.e. "rails g cell header") yields the following console error:
Running via Spring preloader in process 25247
Could not find generator 'cell'. Maybe you meant 'job', 'model' or 'task'
Run rails generate --help for more options.
More info:
Ruby version -- ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14]
Rails version -- 4.2.5
Cells version -- 4.1.1
Have cells and cells-haml successfully installed in a rails app, trying to generate a cell (i.e. "rails g cell header") yields the following console error:
Running via Spring preloader in process 25247 Could not find generator 'cell'. Maybe you meant 'job', 'model' or 'task' Run
rails generate --help
for more options.More info: Ruby version -- ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14] Rails version -- 4.2.5 Cells version -- 4.1.1