Does anyone have any thoughts on this one? Thanks, Elliott
On Dec 8, 7:03 pm, elliottg <[email protected]> wrote: > I have a few custom generators within ~/.rails/generators. This 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 organize things? > > Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

