Edge Rails doesn't display plugin / gem generators

Recently, I created a project skeleton with Edge Rails and established rspec

, rspec-rails

and cucumber

as a plug-in (git submodules). If I run:

$ script/generate

      

all I get is a list of built-in generators. Those of the plugins are not displayed. I installed the same plugins as gems and got the same result. Does anyone know why this is happening and / or how I can fix it?

+2


source to share


1 answer


Your best bet is probably to create an issue in the Rails ticketing system - http://rails.lighthouseapp.com . The right people will be there.



+1


source







All Articles