rails-engine / homeland

Community Rails Engine
https://homeland-app.herokuapp.com/homeland
MIT License
316 stars 57 forks source link

执行rails g homeland:install出错 #13

Open zhdwwf opened 8 years ago

zhdwwf commented 8 years ago

执行rails g homeland:install,提示

Error: Command 'homeland:install:migrations' not recognized

查看源码发现homeland用的是

rails homeland:install:migrations

改用

rake homeland:install:migrations

后成功

huacnlee commented 8 years ago

哦,这个细节是貌似是 Rails 4 和 Rails 5 的差别

zhdwwf commented 8 years ago

哦,我用的是4.2.2,这样的话install的时候是否能判断一下Rails版本然后使用不同的命令,好避免4.x版本下出错