[Haml] Fix the FAQ not to refer to init.rb anymore.

This commit is contained in:
Nathan Weizenbaum 2010-07-05 14:13:02 -07:00
parent 39176452d6
commit fca8f48bc2
1 changed files with 3 additions and 2 deletions

View File

@ -132,8 +132,9 @@ in Haml, you have to do
{#q-blank-page}
There are several reasons these things might be happening.
First of all, make sure `vendor/plugins/haml` really exists
and has an `init.rb` file in there.
First of all, make sure that Haml really is installed;
either you've loaded the gem (via `config.gem` in Rails 2.3 or in the Gemfile in Rails 3),
or `vendor/plugins/haml` exists and contains files.
Then try restarting Mongrel or WEBrick or whatever you might be using.
Finally, if none of these work,