rename icon indicating copy to clipboard operation
rename copied to clipboard

rails 5 error

Open NanoMeko opened this issue 7 years ago • 3 comments

Running via Spring preloader in process 5582 Expected boolean default value for '--markerb'; got :erb (string) Expected string default value for '--helper'; got true (boolean) Expected string default value for '--assets'; got true (boolean) Could not find generator 'rename:into'. Maybe you meant 'rename:app_to', 'generator' or 'devise:erb' Run rails generate --help for more options.

NanoMeko avatar Mar 21 '17 21:03 NanoMeko

I'm getting this same error in Rails 3:

Could not find generator rename:into.

LimeBlast avatar Apr 20 '17 10:04 LimeBlast

@NanoMeko Spring preloader warning is a know issue with Thor. Modified thor dependency which should fix the problem for rails >= 4.

@LimeBlast I'll check with Rails 3 soon. What's the ruby version you are using?

morshedalam avatar Apr 23 '17 08:04 morshedalam

DISABLE_SPRING=1 rails generate rename:into Your-New-App-Name works...

exocode avatar Oct 15 '19 10:10 exocode