Thanks for the info. I was going to release 3.2.0 today to Rubygems, so this is now the only issue holding up the release.
Can you check and see if this problem happens with 3.2.0.rc.2? 3.2.0.rc.3 specifically changes how the Sass filter works in combination with Rails and the asset pipeline, so it would be good to know if those changes, or something else, is to blame for your problem. Could you possibly also upload a minimal version of your app (or a new app) that shows this problem? I'd like to get this resolved as quickly as possible so the release can go out. Thanks! Norman On Tue, Feb 5, 2013 at 6:43 AM, Robin Houdmeyers <[email protected]>wrote: > Hi, thanks for answering. > I don't get any error messages. My page is rendered, but updated sass > isn't re-rendered. > I tried multiple versions of sass(-rails), but It won't render in > combination with haml 3.2.0. > > It might be important that i'm not using the asset pipeline yet, jammit > does the assets job. > > > Op maandag 4 februari 2013 17:35:24 UTC+1 schreef Norman Clarke het > volgende: >> >> Thanks for the report - could you possibly provide some more >> information on what goes wrong? For example, error messages, full >> stack traces, or anything else that could help us reproduce the >> problem? >> >> I've just created a trivial Rails app with Haml 3.2.0.rc.3 and Sass >> 3.2.5 and have not noticed any problem rendering Sass files. >> >> Regards, >> >> Norman >> >> On Feb 4, 1:20 pm, Robin Houdmeyers <[email protected]> wrote: >> > I am unable to render sass files inside Rails when using haml >> *3.2.0.rc.3*. >> > These seem to be the conflicting gems: >> > >> > - haml 3.2.0.rc.3 >> > - sass 3.2.5 >> > >> > I come from haml 3.1.7 and I need an upgraded haml to support data >> hyphen >> > attritues >> > >> > Op maandag 28 januari 2013 17:15:44 UTC+1 schreef Norman Clarke het >> > volgende: >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > > Hi, >> > >> > > Haml 3.2.0 Release Candidate 3 has been released. Changes from RC 2 >> > > include several bug fixes related to thread safety, and support for >> using >> > > Rails asset helper methods inside Sass and SCSS filters. >> > >> > > The full diff from RC2 can be seen here: >> > >> > >https://github.com/haml/haml/**compare/3.2.0.rc.2...3.2.0.rc.**3<https://github.com/haml/haml/compare/3.2.0.rc.2...3.2.0.rc.3> >> > >> > > I plan on waiting one week, and if no new bugs are reported, >> 3.2.0.rc.3 >> > > will be released as 3.2.0 with no changes other than documentation >> > > improvements. >> > >> > > Regards, >> > >> > > Norman >> > -- > You received this message because you are subscribed to the Google Groups > "Haml" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/haml?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Haml" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/haml?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
