rails g controller test index show 运行haml出错
error haml [not found]
在网站上搜到两种解决办法
1 在Gemfile中添加
gem 'haml-rails'
2 在Gemfile中添加
gem 'rails3-generators'
本文介绍了解决 Rails 应用中 Haml 渲染出现的问题,通过在 Gemfile 中添加 'haml-rails' 或 'rails3-generators' 宝石来修复 haml 渲染错误。
rails g controller test index show 运行haml出错
error haml [not found]
在网站上搜到两种解决办法
1 在Gemfile中添加
gem 'haml-rails'
2 在Gemfile中添加
gem 'rails3-generators'

被折叠的 条评论
为什么被折叠?