You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2019. It is now read-only.
执行rails g homeland:install,提示
Error: Command 'homeland:install:migrations' not recognized
查看源码发现homeland用的是
rails homeland:install:migrations
改用
rake homeland:install:migrations
后成功
The text was updated successfully, but these errors were encountered: