<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Haml Google Group</title>
  <link>http://groups.google.com/group/haml</link>
  <description>Discussing the HAML language which is currently implemented in Rails. Bug reports, help offers, advice, features, patches, and questions welcome!</description>
  <language>en</language>
  <item>
  <title>Re: [haml] Re: Weird production issue</title>
  <link>http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/c5ae560f1f0f43bc?show_docid=c5ae560f1f0f43bc</link>
  <description>
  I&#39;d appreciate some more debugging, if possible - I&#39;d like to resolve this &lt;br&gt; issue. Ugly mode shouldn&#39;t ever cause behavioral changes. &lt;br&gt; &lt;p&gt;Could you try taking the raw Haml and removing code to find the minimal file &lt;br&gt; that still demonstrates the issue?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/c5ae560f1f0f43bc?show_docid=c5ae560f1f0f43bc</guid>
  <author>
  nex...@gmail.com
  (Nathan Weizenbaum)
  </author>
  <pubDate>Tue, 10 Nov 2009 02:47:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: Weird production issue</title>
  <link>http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/edf171a6d13e549d?show_docid=edf171a6d13e549d</link>
  <description>
  Yep, disabling ugly mode in production seems to have resolved the &lt;br&gt; issue for me. I&#39;ll keep debugging and let you know if I figure &lt;br&gt; anything else.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/edf171a6d13e549d?show_docid=edf171a6d13e549d</guid>
  <author>
  spd1...@gmail.com
  (Paul Singh)
  </author>
  <pubDate>Tue, 10 Nov 2009 02:12:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: Weird production issue</title>
  <link>http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/ec5ef02aa407fd45?show_docid=ec5ef02aa407fd45</link>
  <description>
  Sure thing, here&#39;s all of the raw stuff: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://gist.github.com/230489&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;I can point you to a production version running on heroku if you want &lt;br&gt; to see it in action.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/ec5ef02aa407fd45?show_docid=ec5ef02aa407fd45</guid>
  <author>
  spd1...@gmail.com
  (Paul Singh)
  </author>
  <pubDate>Tue, 10 Nov 2009 00:38:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: [haml] Re: Weird production issue</title>
  <link>http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/73adf73f85410237?show_docid=73adf73f85410237</link>
  <description>
  If you give me a link to your code, I&#39;ll take a look at it. There are some &lt;br&gt; compilation differences between development and production (due to ugly mode &lt;br&gt; being enabled in default in production), and that could be causing something &lt;br&gt; like this...**
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/73adf73f85410237?show_docid=73adf73f85410237</guid>
  <author>
  nex...@gmail.com
  (Nathan Weizenbaum)
  </author>
  <pubDate>Mon, 09 Nov 2009 23:57:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: Weird production issue</title>
  <link>http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/7605925497bfa1bb?show_docid=7605925497bfa1bb</link>
  <description>
  Unfortunately, I don&#39;t think that&#39;s the problem -- I&#39;m definitely &lt;br&gt; using &amp;quot;- form_for&amp;quot; here. &lt;br&gt; &lt;p&gt;What&#39;s particularly odd is that the form appears to compile just fine &lt;br&gt; in development... once I switch to production, it just seems to be &lt;br&gt; repeating the form at random places inside the original form. If &lt;br&gt; you&#39;re interested, I can privately send you a link to the production
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/7605925497bfa1bb?show_docid=7605925497bfa1bb</guid>
  <author>
  spd1...@gmail.com
  (Paul Singh)
  </author>
  <pubDate>Mon, 09 Nov 2009 23:36:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: [haml] Weird production issue</title>
  <link>http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/c8125df2efe36333?show_docid=c8125df2efe36333</link>
  <description>
  You&#39;re probably writing &amp;quot;= form_for&amp;quot; instead of &amp;quot;- form_for&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/c8125df2efe36333?show_docid=c8125df2efe36333</guid>
  <author>
  ch...@eppsteins.net
  (Chris Eppstein)
  </author>
  <pubDate>Mon, 09 Nov 2009 23:33:51 UT
</pubDate>
  </item>
  <item>
  <title>Weird production issue</title>
  <link>http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/804825442f89a504?show_docid=804825442f89a504</link>
  <description>
  While using HAML in development mode, everything appears to be fine. &lt;br&gt; Oddly enough, when I switch over to production mode, I notice that my &lt;br&gt; form_for seems to repeat itself 3 or 4 times... have any thoughts on &lt;br&gt; what I might be doing wrong?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/804825442f89a504?show_docid=804825442f89a504</guid>
  <author>
  spd1...@gmail.com
  (Paul Singh)
  </author>
  <pubDate>Mon, 09 Nov 2009 23:28:09 UT
</pubDate>
  </item>
  <item>
  <title>Haml 2.2.13 Released</title>
  <link>http://groups.google.com/group/haml/browse_thread/thread/c9fb13807f5ebdfc/ba4cdb4e61fbb829?show_docid=ba4cdb4e61fbb829</link>
  <description>
  I&#39;ve just released Haml 2.2.13. The only changes are some (mildly hacky) &lt;br&gt; support for encoding compatibility with database adapters under Ruby 1.9 &lt;br&gt; (see &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://haml-lang.com/docs/yardoc/HAML_REFERENCE.md.html#encoding-option&quot;&gt;[link]&lt;/a&gt;), &lt;br&gt; and compatibility with Hpricot 0.8.2 for html2haml. There are no changes to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/haml/browse_thread/thread/c9fb13807f5ebdfc/ba4cdb4e61fbb829?show_docid=ba4cdb4e61fbb829</guid>
  <author>
  nex...@gmail.com
  (Nathan Weizenbaum)
  </author>
  <pubDate>Mon, 09 Nov 2009 22:16:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: is there any way to avoid the creation of init.rb?</title>
  <link>http://groups.google.com/group/haml/browse_thread/thread/9f894522b36c5cbd/e525ae679ae9c890?show_docid=e525ae679ae9c890</link>
  <description>
  Ah ok nevermind... it seeems like it only **re**-creates init.rb. I &lt;br&gt; won&#39;t create a vendor/plugins/haml/init.rb out of the blue. I went &lt;br&gt; ahead and deleted init.rb and I think that solves my problem.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/haml/browse_thread/thread/9f894522b36c5cbd/e525ae679ae9c890?show_docid=e525ae679ae9c890</guid>
  <author>
  aaron.gibral...@gmail.com
  (agibralter)
  </author>
  <pubDate>Mon, 09 Nov 2009 17:07:29 UT
</pubDate>
  </item>
  <item>
  <title>is there any way to avoid the creation of init.rb?</title>
  <link>http://groups.google.com/group/haml/browse_thread/thread/9f894522b36c5cbd/337dc5d8fa4d7147?show_docid=337dc5d8fa4d7147</link>
  <description>
  haml-2.2.9/lib/haml/template.r b:57 seems to be creating a vendor/ &lt;br&gt; plugins/haml/init.rb file. This is is not compatible with the &lt;br&gt; config.gem &#39;haml&#39; way of doing things... config.gem already &lt;br&gt; automatically requires haml, so there is no need for the require &lt;br&gt; &#39;haml&#39; in init.rb. Also, since the require &#39;haml&#39; line is forcibly
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/haml/browse_thread/thread/9f894522b36c5cbd/337dc5d8fa4d7147?show_docid=337dc5d8fa4d7147</guid>
  <author>
  aaron.gibral...@gmail.com
  (agibralter)
  </author>
  <pubDate>Mon, 09 Nov 2009 16:56:38 UT
</pubDate>
  </item>
  <item>
  <title>Re: [haml] Re: How does HAML get compiled?</title>
  <link>http://groups.google.com/group/haml/browse_thread/thread/fa1785e046bfa0af/4c5bb766ec2c571c?show_docid=4c5bb766ec2c571c</link>
  <description>
  I am guessing you that you haven&#39;t set up will_paginate? Haml_scaffold &lt;br&gt; by default adds code that depends on will_paginate, but doesn&#39;t &lt;br&gt; install the gem nor does it configure it in environment.rb. &lt;br&gt; &lt;p&gt;So make sure you have a line like &lt;br&gt; &lt;p&gt;gem &amp;quot;will_paginage&amp;quot; &lt;br&gt; &lt;p&gt;in your environment.rb, and it should work &amp;quot;out of the box.&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/haml/browse_thread/thread/fa1785e046bfa0af/4c5bb766ec2c571c?show_docid=4c5bb766ec2c571c</guid>
  <author>
  com...@gmail.com
  (Norman Clarke)
  </author>
  <pubDate>Mon, 09 Nov 2009 12:54:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: [haml] Re: What version of hpricot is necessary for running tests?</title>
  <link>http://groups.google.com/group/haml/browse_thread/thread/c52f419bf056457e/424bc047da48af1a?show_docid=424bc047da48af1a</link>
  <description>
  Why port to Nokogiri? We are not using any of its extra features, nor we &lt;br&gt; need speed. Hpricot is a great parser and I&#39;ve seen it resolve a messy HTML &lt;br&gt; document with loads of SCRIPT tags much better than Nokogiri. &lt;br&gt; If it isn&#39;t broken, don&#39;t change it. And if the code is incompatible with &lt;br&gt; new Hpricot, just load the old one (v0.6.x) via the `gem` function.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/haml/browse_thread/thread/c52f419bf056457e/424bc047da48af1a?show_docid=424bc047da48af1a</guid>
  <author>
  mislav.maroh...@gmail.com
  (Mislav Marohnić)
  </author>
  <pubDate>Mon, 09 Nov 2009 09:51:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: [haml] Re: What version of hpricot is necessary for running tests?</title>
  <link>http://groups.google.com/group/haml/browse_thread/thread/c52f419bf056457e/6c718a592518feda?show_docid=6c718a592518feda</link>
  <description>
  Apparently Hpricot 0.8.2 breaks a lot of stuff... I&#39;ve pushed compatibility &lt;br&gt; fixes to stable and master. They&#39;ll be released as part of 2.2.13, probably &lt;br&gt; some time today or tomorrow.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/haml/browse_thread/thread/c52f419bf056457e/6c718a592518feda?show_docid=6c718a592518feda</guid>
  <author>
  nex...@gmail.com
  (Nathan Weizenbaum)
  </author>
  <pubDate>Mon, 09 Nov 2009 00:42:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: [haml] Re: How does HAML get compiled?</title>
  <link>http://groups.google.com/group/haml/browse_thread/thread/fa1785e046bfa0af/4026628453532e55?show_docid=4026628453532e55</link>
  <description>
  I&#39;m not sure what you mean by a &amp;quot;pagination error&amp;quot;.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/haml/browse_thread/thread/fa1785e046bfa0af/4026628453532e55?show_docid=4026628453532e55</guid>
  <author>
  nex...@gmail.com
  (Nathan Weizenbaum)
  </author>
  <pubDate>Sun, 08 Nov 2009 20:12:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: get all assigned variables used in teh templates (HAML/PHP)</title>
  <link>http://groups.google.com/group/haml/browse_thread/thread/273ea72d548f556d/a3e474ca1b89b54b?show_docid=a3e474ca1b89b54b</link>
  <description>
  sorry if this was unclear, yepp its HAML for PHP (http:// &lt;br&gt; phphaml.sourceforge.net/). &lt;br&gt; &lt;p&gt;and nope, there is no PHP HAML group (at least i didnt find any).
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/haml/browse_thread/thread/273ea72d548f556d/a3e474ca1b89b54b?show_docid=a3e474ca1b89b54b</guid>
  <author>
  annemarie.tannengr...@googlemail.com
  (annemarie tannengrund)
  </author>
  <pubDate>Sun, 08 Nov 2009 09:30:31 UT
</pubDate>
  </item>
  </channel>
</rss>
