RailsApps / rails_layout

Generates Rails application layout files for various front-end frameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rails generate layout:devise foundation5 hangs

b3ccio opened this issue · comments

I made sure Spring wasn't running as it was an issue with other generate scripts.

DISABLE_SPRING=1 rails generate layout:devise foundation5 fixed it.