<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Gem Install That</title>
	<atom:link href="http://geminstallthat.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://geminstallthat.wordpress.com</link>
	<description>Ruby on Rails Geek Blog</description>
	<lastBuildDate>Wed, 25 Nov 2009 00:00:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Adding vi keybindings to irb, script/console, and mysql by david wright</title>
		<link>http://geminstallthat.wordpress.com/2008/10/19/adding-vi-keybindings-to-irb-scriptconsole-mysql/#comment-169</link>
		<dc:creator>david wright</dc:creator>
		<pubDate>Wed, 25 Nov 2009 00:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=109#comment-169</guid>
		<description>I finally admitted to myself that set editing-mode vi in .inputrc was no longer working

Many Thanks for the great tip</description>
		<content:encoded><![CDATA[<p>I finally admitted to myself that set editing-mode vi in .inputrc was no longer working</p>
<p>Many Thanks for the great tip</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding vi keybindings to irb, script/console, and mysql by Neal Clark</title>
		<link>http://geminstallthat.wordpress.com/2008/10/19/adding-vi-keybindings-to-irb-scriptconsole-mysql/#comment-167</link>
		<dc:creator>Neal Clark</dc:creator>
		<pubDate>Sun, 15 Nov 2009 05:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=109#comment-167</guid>
		<description>if you&#039;re like me and can&#039;t live without ^L clearing the screen (in irb and script/console), you&#039;ll want this second line too:

bind -v
bind ^L ed-clear-screen</description>
		<content:encoded><![CDATA[<p>if you&#8217;re like me and can&#8217;t live without ^L clearing the screen (in irb and script/console), you&#8217;ll want this second line too:</p>
<p>bind -v<br />
bind ^L ed-clear-screen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE6 Accept Header is Faulty and Makes format.any Suck by jQuery, jRails and the Accept header - Moserei</title>
		<link>http://geminstallthat.wordpress.com/2008/05/14/ie6-accept-header-is-faulty/#comment-148</link>
		<dc:creator>jQuery, jRails and the Accept header - Moserei</dc:creator>
		<pubDate>Thu, 18 Jun 2009 12:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=33#comment-148</guid>
		<description>[...] browser compatibility I should favor the extension approach. And I&#8217;m not surprised it&#8217;s Microsoft&#8217;s [...]</description>
		<content:encoded><![CDATA[<p>[...] browser compatibility I should favor the extension approach. And I&#8217;m not surprised it&#8217;s Microsoft&#8217;s [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding vi keybindings to irb, script/console, and mysql by yogsototh</title>
		<link>http://geminstallthat.wordpress.com/2008/10/19/adding-vi-keybindings-to-irb-scriptconsole-mysql/#comment-145</link>
		<dc:creator>yogsototh</dc:creator>
		<pubDate>Thu, 11 Jun 2009 10:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=109#comment-145</guid>
		<description>Thank you so much. This is perfect :-). I used only bindkey -v in zsh, but this is far better.</description>
		<content:encoded><![CDATA[<p>Thank you so much. This is perfect <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . I used only bindkey -v in zsh, but this is far better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on These Chains of Selects by Nick Treffiletti</title>
		<link>http://geminstallthat.wordpress.com/2008/10/29/these-chains-of-selects/#comment-144</link>
		<dc:creator>Nick Treffiletti</dc:creator>
		<pubDate>Thu, 04 Jun 2009 16:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=131#comment-144</guid>
		<description>So it looks like you need to change all of your examples to be a new instance of ChainedSelects instead of ChainedSelect and you also need to populate the &#039;active&#039; field in the function with an array to prevent getting &#039;this.active is undefined&#039;.  Keeping the form markup the same the js here works...

new ChainedSelects({&quot;Acura&quot;:{&quot;RL&quot;:1, &quot;TL&quot;:2},&quot;Volkswagen&quot;:{&quot;Beetle&quot;:3,&quot;Passat&quot;:4}},&#039;cars&#039;, [&quot;make&quot;,&quot;model&quot;], [&quot;make&quot;])</description>
		<content:encoded><![CDATA[<p>So it looks like you need to change all of your examples to be a new instance of ChainedSelects instead of ChainedSelect and you also need to populate the &#8216;active&#8217; field in the function with an array to prevent getting &#8216;this.active is undefined&#8217;.  Keeping the form markup the same the js here works&#8230;</p>
<p>new ChainedSelects({&#8220;Acura&#8221;:{&#8220;RL&#8221;:1, &#8220;TL&#8221;:2},&#8221;Volkswagen&#8221;:{&#8220;Beetle&#8221;:3,&#8221;Passat&#8221;:4}},&#8217;cars&#8217;, ["make","model"], ["make"])</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on These Chains of Selects by Nick Treffiletti</title>
		<link>http://geminstallthat.wordpress.com/2008/10/29/these-chains-of-selects/#comment-143</link>
		<dc:creator>Nick Treffiletti</dc:creator>
		<pubDate>Thu, 04 Jun 2009 15:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=131#comment-143</guid>
		<description>loks like some of my code got cut off there, basically it was just the form in the example followed by what appears between the comments above in a body script tag</description>
		<content:encoded><![CDATA[<p>loks like some of my code got cut off there, basically it was just the form in the example followed by what appears between the comments above in a body script tag</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on These Chains of Selects by Nick Treffiletti</title>
		<link>http://geminstallthat.wordpress.com/2008/10/29/these-chains-of-selects/#comment-142</link>
		<dc:creator>Nick Treffiletti</dc:creator>
		<pubDate>Thu, 04 Jun 2009 15:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=131#comment-142</guid>
		<description>cool little plugin, Im getting an &#039;ChainedSelect is not defined&#039; in firebug when testing out your examples.  Once I change it to a &#039;new ChainedSelect&#039; im getting a new error of &#039;this.active is undefined&#039; 

my code is such:

      
        
        
      
      
      
      //chained select js
        new ChainedSelects({&quot;Acura&quot;:{&quot;RL&quot;:1, &quot;TL&quot;:2},&quot;Volkswagen&quot;:{&quot;Beetle&quot;:3,&quot;Passat&quot;:4}},&#039;cars&#039;, [[&quot;make&quot;, &quot;Car Make&quot;],&quot;model&quot;])
      // end
      </description>
		<content:encoded><![CDATA[<p>cool little plugin, Im getting an &#8216;ChainedSelect is not defined&#8217; in firebug when testing out your examples.  Once I change it to a &#8216;new ChainedSelect&#8217; im getting a new error of &#8216;this.active is undefined&#8217; </p>
<p>my code is such:</p>
<p>      //chained select js<br />
        new ChainedSelects({&#8220;Acura&#8221;:{&#8220;RL&#8221;:1, &#8220;TL&#8221;:2},&#8221;Volkswagen&#8221;:{&#8220;Beetle&#8221;:3,&#8221;Passat&#8221;:4}},&#8217;cars&#8217;, [["make", "Car Make"],&#8221;model&#8221;])<br />
      // end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passenger with Rails 2.3 application (MissingSourceFile) by John Dewey</title>
		<link>http://geminstallthat.wordpress.com/2009/03/01/passenger-with-rails-23-application-missingsourcefile/#comment-140</link>
		<dc:creator>John Dewey</dc:creator>
		<pubDate>Mon, 18 May 2009 22:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=192#comment-140</guid>
		<description>Hi Kevin -

It should be backward compatible.  Passenger loads application_controller first, then falls back to application.

http://github.com/FooBarWidget/passenger/blob/f71974611d5ebe66875fbe3b053738926a5df18c/lib/phusion_passenger/railz/application_spawner.rb</description>
		<content:encoded><![CDATA[<p>Hi Kevin -</p>
<p>It should be backward compatible.  Passenger loads application_controller first, then falls back to application.</p>
<p><a href="http://github.com/FooBarWidget/passenger/blob/f71974611d5ebe66875fbe3b053738926a5df18c/lib/phusion_passenger/railz/application_spawner.rb" rel="nofollow">http://github.com/FooBarWidget/passenger/blob/f71974611d5ebe66875fbe3b053738926a5df18c/lib/phusion_passenger/railz/application_spawner.rb</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passenger with Rails 2.3 application (MissingSourceFile) by Kevin Monk</title>
		<link>http://geminstallthat.wordpress.com/2009/03/01/passenger-with-rails-23-application-missingsourcefile/#comment-139</link>
		<dc:creator>Kevin Monk</dc:creator>
		<pubDate>Mon, 18 May 2009 11:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=192#comment-139</guid>
		<description>ANybody know how this may effect other apps on the same server that have their rails gem frozen to Rails &lt; 2.3

i.e. is it backwards compatible. Is it likely that I&#039;ll have my older Apps looking for a non_existent application_controller.rb?</description>
		<content:encoded><![CDATA[<p>ANybody know how this may effect other apps on the same server that have their rails gem frozen to Rails &lt; 2.3</p>
<p>i.e. is it backwards compatible. Is it likely that I&#8217;ll have my older Apps looking for a non_existent application_controller.rb?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passenger with Rails 2.3 application (MissingSourceFile) by Jarl</title>
		<link>http://geminstallthat.wordpress.com/2009/03/01/passenger-with-rails-23-application-missingsourcefile/#comment-136</link>
		<dc:creator>Jarl</dc:creator>
		<pubDate>Mon, 04 May 2009 12:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=192#comment-136</guid>
		<description>I figured it out, the problem was not BB passenger package on jaunty. The problem was that I forgot to set the RailsEnv variable in the apache conf file. The BB package for hardy also seem to work fine on jaunty as well.</description>
		<content:encoded><![CDATA[<p>I figured it out, the problem was not BB passenger package on jaunty. The problem was that I forgot to set the RailsEnv variable in the apache conf file. The BB package for hardy also seem to work fine on jaunty as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
