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
精彩评论