See http://haml-lang.com/ for info on how to use HAML yourself.
Alon
I was also confused about where to find the CSS, it looks like it was
generated, but I can't tell from where yet. I'm thinking of starting a
wiki page of "Where do things live?" to help people unfamiliar with the
project (or maybe just rails in general) navigate their way around.
-Tony
CSS is in public/stylesheets and is not generated.
Wiki page for new developers is a great idea. At the very least keep
notes on what you learn coming up to speed.
> --
> You received this message because you are subscribed to the Google Groups
> "Freehub Users" group.
> To post to this group, send email to freehu...@googlegroups.com.
> To unsubscribe from this group, send email to
> freehub-user...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/freehub-users?hl=en.
>
>
Static content (CSS, javascript, images, any static HTML such as 404
pages) for rails projects is in the public/ subtree.
Learning where things live is a big part of the rails learning curve.
J.P.