Hi, I was playing around with an extension that would have some
generators and I stumbled across what appeared to be a deliberate
decision to not allow extensions to generate code.
If this is the case, I can understand why, for the most part, it’s
unnecessary and probably a bad idea to add extra generators; but I do
have a specific use case where they would be warranted (setting up
RSpec examples in extensions). Is there any way to get around this
that doesn’t involve having to tell users to paste a line into
script/generate? Or any plans to allow extensions to define
generators like Rails plugins can?
-Andrew