I am getting this error when run ror project "C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- haml (MissingSourceFile)"
views:
65answers:
2
+1
A:
You may need to add:
config.gem haml
to your environment.rb file
srboisvert
2010-01-29 09:36:36