<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/haml</id>
  <title type="text">Haml Google Group</title>
  <subtitle type="text">
  Discussing the HAML language which is currently implemented in Rails. Bug reports, help offers, advice, features, patches, and questions welcome!
  </subtitle>
  <link href="/group/haml/feed/atom_v1_0_msgs.xml" rel="self" title="Haml feed"/>
  <updated>2009-11-10T02:47:09Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Nathan Weizenbaum</name>
  <email>nex...@gmail.com</email>
  </author>
  <updated>2009-11-10T02:47:09Z</updated>
  <id>http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/c5ae560f1f0f43bc?show_docid=c5ae560f1f0f43bc</id>
  <link href="http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/c5ae560f1f0f43bc?show_docid=c5ae560f1f0f43bc"/>
  <title type="text">Re: [haml] Re: Weird production issue</title>
  <summary type="html" xml:space="preserve">
  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?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Paul Singh</name>
  <email>spd1...@gmail.com</email>
  </author>
  <updated>2009-11-10T02:12:15Z</updated>
  <id>http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/edf171a6d13e549d?show_docid=edf171a6d13e549d</id>
  <link href="http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/edf171a6d13e549d?show_docid=edf171a6d13e549d"/>
  <title type="text">Re: Weird production issue</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Paul Singh</name>
  <email>spd1...@gmail.com</email>
  </author>
  <updated>2009-11-10T00:38:57Z</updated>
  <id>http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/ec5ef02aa407fd45?show_docid=ec5ef02aa407fd45</id>
  <link href="http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/ec5ef02aa407fd45?show_docid=ec5ef02aa407fd45"/>
  <title type="text">Re: Weird production issue</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nathan Weizenbaum</name>
  <email>nex...@gmail.com</email>
  </author>
  <updated>2009-11-09T23:57:41Z</updated>
  <id>http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/73adf73f85410237?show_docid=73adf73f85410237</id>
  <link href="http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/73adf73f85410237?show_docid=73adf73f85410237"/>
  <title type="text">Re: [haml] Re: Weird production issue</title>
  <summary type="html" xml:space="preserve">
  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...**
  </summary>
  </entry>
  <entry>
  <author>
  <name>Paul Singh</name>
  <email>spd1...@gmail.com</email>
  </author>
  <updated>2009-11-09T23:36:15Z</updated>
  <id>http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/7605925497bfa1bb?show_docid=7605925497bfa1bb</id>
  <link href="http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/7605925497bfa1bb?show_docid=7605925497bfa1bb"/>
  <title type="text">Re: Weird production issue</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Eppstein</name>
  <email>ch...@eppsteins.net</email>
  </author>
  <updated>2009-11-09T23:33:51Z</updated>
  <id>http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/c8125df2efe36333?show_docid=c8125df2efe36333</id>
  <link href="http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/c8125df2efe36333?show_docid=c8125df2efe36333"/>
  <title type="text">Re: [haml] Weird production issue</title>
  <summary type="html" xml:space="preserve">
  You&#39;re probably writing &amp;quot;= form_for&amp;quot; instead of &amp;quot;- form_for&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Paul Singh</name>
  <email>spd1...@gmail.com</email>
  </author>
  <updated>2009-11-09T23:28:09Z</updated>
  <id>http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/804825442f89a504?show_docid=804825442f89a504</id>
  <link href="http://groups.google.com/group/haml/browse_thread/thread/2d67ba562955c286/804825442f89a504?show_docid=804825442f89a504"/>
  <title type="text">Weird production issue</title>
  <summary type="html" xml:space="preserve">
  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?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nathan Weizenbaum</name>
  <email>nex...@gmail.com</email>
  </author>
  <updated>2009-11-09T22:16:10Z</updated>
  <id>http://groups.google.com/group/haml/browse_thread/thread/c9fb13807f5ebdfc/ba4cdb4e61fbb829?show_docid=ba4cdb4e61fbb829</id>
  <link href="http://groups.google.com/group/haml/browse_thread/thread/c9fb13807f5ebdfc/ba4cdb4e61fbb829?show_docid=ba4cdb4e61fbb829"/>
  <title type="text">Haml 2.2.13 Released</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>agibralter</name>
  <email>aaron.gibral...@gmail.com</email>
  </author>
  <updated>2009-11-09T17:07:29Z</updated>
  <id>http://groups.google.com/group/haml/browse_thread/thread/9f894522b36c5cbd/e525ae679ae9c890?show_docid=e525ae679ae9c890</id>
  <link href="http://groups.google.com/group/haml/browse_thread/thread/9f894522b36c5cbd/e525ae679ae9c890?show_docid=e525ae679ae9c890"/>
  <title type="text">Re: is there any way to avoid the creation of init.rb?</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>agibralter</name>
  <email>aaron.gibral...@gmail.com</email>
  </author>
  <updated>2009-11-09T16:56:38Z</updated>
  <id>http://groups.google.com/group/haml/browse_thread/thread/9f894522b36c5cbd/337dc5d8fa4d7147?show_docid=337dc5d8fa4d7147</id>
  <link href="http://groups.google.com/group/haml/browse_thread/thread/9f894522b36c5cbd/337dc5d8fa4d7147?show_docid=337dc5d8fa4d7147"/>
  <title type="text">is there any way to avoid the creation of init.rb?</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Norman Clarke</name>
  <email>com...@gmail.com</email>
  </author>
  <updated>2009-11-09T12:54:00Z</updated>
  <id>http://groups.google.com/group/haml/browse_thread/thread/fa1785e046bfa0af/4c5bb766ec2c571c?show_docid=4c5bb766ec2c571c</id>
  <link href="http://groups.google.com/group/haml/browse_thread/thread/fa1785e046bfa0af/4c5bb766ec2c571c?show_docid=4c5bb766ec2c571c"/>
  <title type="text">Re: [haml] Re: How does HAML get compiled?</title>
  <summary type="html" xml:space="preserve">
  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;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mislav Marohnić</name>
  <email>mislav.maroh...@gmail.com</email>
  </author>
  <updated>2009-11-09T09:51:57Z</updated>
  <id>http://groups.google.com/group/haml/browse_thread/thread/c52f419bf056457e/424bc047da48af1a?show_docid=424bc047da48af1a</id>
  <link href="http://groups.google.com/group/haml/browse_thread/thread/c52f419bf056457e/424bc047da48af1a?show_docid=424bc047da48af1a"/>
  <title type="text">Re: [haml] Re: What version of hpricot is necessary for running tests?</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nathan Weizenbaum</name>
  <email>nex...@gmail.com</email>
  </author>
  <updated>2009-11-09T00:42:23Z</updated>
  <id>http://groups.google.com/group/haml/browse_thread/thread/c52f419bf056457e/6c718a592518feda?show_docid=6c718a592518feda</id>
  <link href="http://groups.google.com/group/haml/browse_thread/thread/c52f419bf056457e/6c718a592518feda?show_docid=6c718a592518feda"/>
  <title type="text">Re: [haml] Re: What version of hpricot is necessary for running tests?</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nathan Weizenbaum</name>
  <email>nex...@gmail.com</email>
  </author>
  <updated>2009-11-08T20:12:13Z</updated>
  <id>http://groups.google.com/group/haml/browse_thread/thread/fa1785e046bfa0af/4026628453532e55?show_docid=4026628453532e55</id>
  <link href="http://groups.google.com/group/haml/browse_thread/thread/fa1785e046bfa0af/4026628453532e55?show_docid=4026628453532e55"/>
  <title type="text">Re: [haml] Re: How does HAML get compiled?</title>
  <summary type="html" xml:space="preserve">
  I&#39;m not sure what you mean by a &amp;quot;pagination error&amp;quot;.
  </summary>
  </entry>
  <entry>
  <author>
  <name>annemarie tannengrund</name>
  <email>annemarie.tannengr...@googlemail.com</email>
  </author>
  <updated>2009-11-08T09:30:31Z</updated>
  <id>http://groups.google.com/group/haml/browse_thread/thread/273ea72d548f556d/a3e474ca1b89b54b?show_docid=a3e474ca1b89b54b</id>
  <link href="http://groups.google.com/group/haml/browse_thread/thread/273ea72d548f556d/a3e474ca1b89b54b?show_docid=a3e474ca1b89b54b"/>
  <title type="text">Re: get all assigned variables used in teh templates (HAML/PHP)</title>
  <summary type="html" xml:space="preserve">
  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).
  </summary>
  </entry>
</feed>
