haml与markdown声称rdiscount未找到

Vad*_*dim 4 markdown haml ruby-on-rails rdiscount

我指定了

gem 'haml'
gem 'rdiscount'
Run Code Online (Sandbox Code Playgroud)

在我的Gemfile中运行bundle install

相关代码是

.welcome-message
  :markdown
    Welcome **#{current_user.email}**
Run Code Online (Sandbox Code Playgroud)

当我访问页面时,我得到了

无法运行Markdown过滤器; 需要'rdiscount'或'peg_markdown'或'maruku'或'bluecloth',但没有找到

我正在使用rails 3.0.5,我错过了什么?

Vad*_*dim 20

事实证明我是个白痴.所需要的只是重新启动服务器.继续所有人.