<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Holland On Rails Comments Feed</title>
    <link>http://www.hollandonrails.nl</link>
    <description>Weblog over Ruby On Rails in den Nederlandsche taal - Reacties</description>
    <item>
      <title>JSONP</title>
      <description>&lt;p&gt;You are correct and I have adjusted the post above accordingly. Thanks for pointing me in the right direction.&lt;/p&gt;
&lt;p&gt;(sidenote: I left the post almost intact, just for the record).&lt;/p&gt;</description>
      <author>jeroenbulters@gmail.com(Jeroen Bulters)</author>
      <pubDate>Thu, 13 Oct 2011 09:15:20 +0200</pubDate>
      <link>http://hollandonrails.nl/comments/2927</link>
      <guid>http://hollandonrails.nl/comments/2927</guid>
    </item>
    <item>
      <title>JSONP</title>
      <description>&lt;p&gt;Actually, you can do&lt;/p&gt;
render :json =&amp;gt; object, :callback =&amp;gt; params[:callback]
&lt;p&gt;And it works. It&amp;#8217;s not documented in the default Rails documentation, though.&lt;/p&gt;
&lt;p&gt;Here&amp;#8217;s the implementation code:&lt;br /&gt;
https://github.com/rails/rails/blob/4f044528c0373b0a581a12b1311a7a544ded6c58/actionpack/lib/action_controller/metal/renderers.rb#L96&lt;/p&gt;</description>
      <author>jan@defv.be(Jan De Poorter)</author>
      <pubDate>Wed, 12 Oct 2011 17:45:42 +0200</pubDate>
      <link>http://hollandonrails.nl/comments/2925</link>
      <guid>http://hollandonrails.nl/comments/2925</guid>
    </item>
    <item>
      <title>Reverse search in IRB</title>
      <description>&lt;p&gt;Great! I really miss reverse search in my irb sessions.&lt;/p&gt;</description>
      <author>wijnand@videre.net(Wijnand Wiersma)</author>
      <pubDate>Mon, 16 Aug 2010 23:36:26 +0200</pubDate>
      <link>http://hollandonrails.nl/comments/2924</link>
      <guid>http://hollandonrails.nl/comments/2924</guid>
    </item>
    <item>
      <title>Git tip: Removing remote tags</title>
      <description>&lt;p&gt;I already use &lt;span class="caps"&gt;GRB&lt;/span&gt; to manage my branches, but this article is about delete remote tags, not branches. If it is possible to delete local/remote tags with grb, I stand corrected if I&amp;#8217;m wrong.&lt;/p&gt;</description>
      <author>johan@holder.nl(Johan Vermeulen)</author>
      <pubDate>Mon, 09 Aug 2010 10:50:21 +0200</pubDate>
      <link>http://hollandonrails.nl/comments/2923</link>
      <guid>http://hollandonrails.nl/comments/2923</guid>
    </item>
    <item>
      <title>Git tip: Removing remote tags</title>
      <description>&lt;p&gt;You can make this a lot easier for yourself by using git_remote_branch.&lt;/p&gt;
&lt;p&gt;You can just call grb delete &lt;branch_name&gt; and your remote branch will be deleted.&lt;/p&gt;</description>
      <author>chiel.wester@holder.nl(Chiel Wester)</author>
      <pubDate>Fri, 06 Aug 2010 11:25:37 +0200</pubDate>
      <link>http://hollandonrails.nl/comments/2922</link>
      <guid>http://hollandonrails.nl/comments/2922</guid>
    </item>
    <item>
      <title>Suppress Rails logging</title>
      <description>&lt;p&gt;Hey Dax!&lt;/p&gt;
&lt;p&gt;Maybe handy to have a boolean somewhere to hide and show the &lt;span class="caps"&gt;SQL&lt;/span&gt; queries? in development.rb or something.&lt;/p&gt;
&lt;p&gt;Can imagine that you would like to see the sql queries the most of the times.&lt;/p&gt;
&lt;p&gt;Michael&lt;/p&gt;</description>
      <author>michaelkoper@gmail.com(Michael)</author>
      <pubDate>Wed, 28 Jul 2010 12:19:07 +0200</pubDate>
      <link>http://hollandonrails.nl/comments/2921</link>
      <guid>http://hollandonrails.nl/comments/2921</guid>
    </item>
    <item>
      <title>RubyAndRails Conference 2010</title>
      <description>&lt;p&gt;Mooie reden om Nederland weer eens te bezoeken :)&lt;/p&gt;</description>
      <author>michaelkoper@gmail.com(Michael)</author>
      <pubDate>Thu, 22 Jul 2010 09:33:19 +0200</pubDate>
      <link>http://hollandonrails.nl/comments/2920</link>
      <guid>http://hollandonrails.nl/comments/2920</guid>
    </item>
    <item>
      <title>Writing more with less</title>
      <description>&lt;p&gt;You forget to mention that less.js is also suited for server side node.js apps, serving the same purpose as the less gems for ruby.&lt;/p&gt;</description>
      <author>jeroenbulters@gmail.com(Jeroen Bulters)</author>
      <pubDate>Thu, 15 Jul 2010 09:10:15 +0200</pubDate>
      <link>http://hollandonrails.nl/comments/2919</link>
      <guid>http://hollandonrails.nl/comments/2919</guid>
    </item>
    <item>
      <title>Browser testing web apps</title>
      <description>&lt;p&gt;Ziet er goed uit! Vind het altijd maar irritant om tests weg te gooien of 20 keer te veranderen&amp;#8230;&lt;/p&gt;</description>
      <author>michaelkoper@gmail.com(Michael)</author>
      <pubDate>Wed, 07 Jul 2010 16:42:01 +0200</pubDate>
      <link>http://hollandonrails.nl/comments/2918</link>
      <guid>http://hollandonrails.nl/comments/2918</guid>
    </item>
    <item>
      <title>Named scopes, still needed ?</title>
      <description>&lt;p&gt;For scopes with parameters I totally agree, those should be put in a class method.&lt;/p&gt;
&lt;p&gt;But for your last example I prefer the &amp;#8220;scoped&amp;#8221; way.&lt;/p&gt;</description>
      <author>royalain@gmail.com(Roy van der Meij)</author>
      <pubDate>Fri, 25 Jun 2010 11:12:11 +0200</pubDate>
      <link>http://hollandonrails.nl/comments/2917</link>
      <guid>http://hollandonrails.nl/comments/2917</guid>
    </item>
  </channel>
</rss>
