Displaying 1 result from an estimated 1 matches for "gen_1".
Did you mean:
gen1
2009 Dec 09
1
How to namespace custom generators?
...his works
fine and they all show up under "User" as they should when I run
script/generate.
I would like to be able to have multiple Dirs. under ~/.rails/
generators so I can better organize things and have unique repos for
each.
If I do something like ~/.rails/generators/cms_generators/gen_1 and
~/.rails/generators/cms_generators/gen_2, running script/server prints
out the "User" located generators as "cms_generators". It''s just the
parent dir to the actual generator... and the actual generators are
not being found.
How can I set this up so I can better or...