On Fri, Feb 26, 2010 at 8:04 PM, Nathan Weizenbaum <nex...@gmail.com> wrote:
> It's because you're using RVM, I should think. RVM separates out gem
> environments, so you need to install Haml in the same one in which Rails was
> installed. If you weren't using RVM with Rails 2.*, then that wouldn't have
> been an issue.

This is correct. RVM separates each interpreter into it's own self
contained world
and you can further subdivide this using gemsets. Whichever environment you
are running rails from you must 'gem install haml' if you did 'gem
"haml"' in your
Gemfile for Rails3.

  ~Wayne

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to h...@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to