开发者

Ruby error: no such file to load -- haml (MissingSourceFile)

I am getting this error when I run my project:

C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_ori开发者_StackOverflow中文版ginal_require': 
no such file to load -- haml (MissingSourceFile)


Did you install the haml rubygem?

gem install haml


You may need to add:

config.gem haml 

to your environment.rb file

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜