Hi, I got the same problem a few days ago (http://groups.google.com/group/ haml/browse_thread/thread/9a1cc4868ab12c72). I was unable to recreate a minimal Rails app that demonstrates the issue, as suggested by Nathan (maybe you could). The cause of this issue is probably the presence of non Rails3-ready gem (or several). Which version of the haml gem do you use? I finally regenerated a blank rails 3.0.0.beta4 app, used haml (3.0.10) and copied all the files I needed in it, and it worked. Not so elegant for a solution but I'm still investigating the cause of this issue (probably the devise gem in my case). Best, Yannis
On Jun 9, 5:04 pm, cs44 <[email protected]> wrote: > Using Rails3 (b3) app with haml 3.0.10, I'm unable to generate CSS > from my sass files @ public/stylesheets/sass. I don't see an error in > my rails console, so I'm not sure where the point of failure is. That > said, 'sass --watch public/stylesheets/sass:public/stylesheets' is > working just fine, but we'd really like to figure out why sass and > rails aren't playing nicely. > > Any suggestions on debugging this? Is there a specific location for > sass errors? > > Thanks! > > Gemfile: > > gem 'rails', '3.0.0.beta3' > gem 'sqlite3-ruby', :require => 'sqlite3' > gem 'haml' > gem 'rails3-generators', :group => :development -- 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.
