Although the gem is named haml-edge, the file to require is still Haml. This means you have to do config.gem "haml-edge", :lib => "haml".
On Wed, Mar 24, 2010 at 2:31 AM, Nickolay Kolev <[email protected]> wrote: > Adding config.gem 'haml-edge' results in > > no such file to load -- haml-edge > > The gem is installed: > > gem list | grep haml > haml (2.2.22) > haml-edge (2.3.177) > > On Rails 2.3.5. > > Any ideas how to use haml-edge? > > Best, > Nickolay > > -- > You received this message because you are subscribed to the Google Groups > "Haml" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected] <haml%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
