rubygems - How do you create a rails migration generator in a ruby gem? -


I need to create a simple Rail 2.3.8 gem and inside it a migration file. I am following this structure:

/ generator / generator / conductor_migration / generator / conductor_magnage / conductor_magazine_partner.rb / generator / conductor_magazine / templates / generator / conductor_magazine / templates / conductor_marter. RB

But when I install gem in my app and generate script / conductor_mgrage I say that migration can not be found Received.

Any thoughts?

This is a bug in the bundle for 2.3.8. I have received a note from him yesterday that you can not use the generator in gems with local bundler in 2.3.X, which you have to install from the server. Lovely.


Comments