<?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/"
		>
<channel>
	<title>Comments for I On Rails</title>
	<atom:link href="http://ionrails.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ionrails.com</link>
	<description>Keeping an &#039;I&#039; on RoR</description>
	<lastBuildDate>Fri, 10 Feb 2012 19:53:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Comment on Ruby Require VS Load VS Include VS Extend by Sirisha</title>
		<link>http://ionrails.com/2009/09/19/ruby_require-vs-load-vs-include-vs-extend/comment-page-1/#comment-1938</link>
		<dc:creator>Sirisha</dc:creator>
		<pubDate>Fri, 10 Feb 2012 19:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://ionrails.com/?p=242#comment-1938</guid>
		<description>Super Explanation</description>
		<content:encoded><![CDATA[<p>Super Explanation</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing a Private Git Repository on your Shared Hosting Account, BlueHost by Robert</title>
		<link>http://ionrails.com/2009/07/15/installing-a-private-git-repository-on-your-shared-hosting-account-bluehost/comment-page-1/#comment-1890</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 03 Feb 2012 17:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://ionrails.com/?p=3#comment-1890</guid>
		<description>Thanks! Great article.
I&#039;d like to make one correction: for the git clone command, in order to git it to work for me, I prepended ssh:// to the url, such as:

git clone ssh://username@domain.com/~/git_project</description>
		<content:encoded><![CDATA[<p>Thanks! Great article.<br />
I&#8217;d like to make one correction: for the git clone command, in order to git it to work for me, I prepended ssh:// to the url, such as:</p>
<p>git clone ssh://username@domain.com/~/git_project</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on auto_complete Plugin and Virtual Attributes by navid</title>
		<link>http://ionrails.com/2010/06/26/auto_complete-plugin-and-virtual-attributes/comment-page-1/#comment-1889</link>
		<dc:creator>navid</dc:creator>
		<pubDate>Fri, 03 Feb 2012 16:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://ionrails.com/?p=424#comment-1889</guid>
		<description>I now actually suggest using Autocomplete which is part of JQuery http://jqueryui.com/demos/autocomplete/</description>
		<content:encoded><![CDATA[<p>I now actually suggest using Autocomplete which is part of JQuery <a href="http://jqueryui.com/demos/autocomplete/" rel="nofollow">http://jqueryui.com/demos/autocomplete/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dealing with Money in Rails by joshuapinter</title>
		<link>http://ionrails.com/2010/06/16/money-in-rails/comment-page-1/#comment-1807</link>
		<dc:creator>joshuapinter</dc:creator>
		<pubDate>Wed, 18 Jan 2012 18:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://ionrails.com/?p=393#comment-1807</guid>
		<description>I would recommend taking a look at the Money gem. It handles money, currency and exchange *extremely* well. http://github.com/RubyMoney/money</description>
		<content:encoded><![CDATA[<p>I would recommend taking a look at the Money gem. It handles money, currency and exchange *extremely* well. <a href="http://github.com/RubyMoney/money" rel="nofollow">http://github.com/RubyMoney/money</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using lambda with named scopes in Rails 3 by megatux</title>
		<link>http://ionrails.com/2011/04/12/using-lambda-with-named-scopes-in-rails-3/comment-page-1/#comment-1800</link>
		<dc:creator>megatux</dc:creator>
		<pubDate>Tue, 17 Jan 2012 16:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://ionrails.com/?p=690#comment-1800</guid>
		<description>You can also use a class method like this

  def self.search(query)
    where([&quot;name LIKE ?&quot;, &quot;%#{query}%&quot;])
  end

if you don&#039;t like the lambda syntax</description>
		<content:encoded><![CDATA[<p>You can also use a class method like this</p>
<p>  def self.search(query)<br />
    where(["name LIKE ?", "%#{query}%"])<br />
  end</p>
<p>if you don&#8217;t like the lambda syntax</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bundle Install &#8211; missing mysql.h by Anthony</title>
		<link>http://ionrails.com/2011/04/13/bundle-install-missing-mysql-h/comment-page-1/#comment-1779</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Fri, 23 Dec 2011 02:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://ionrails.com/?p=695#comment-1779</guid>
		<description>I&#039;m stuck on step 4:

$ ./configure –with-unix-socket-path=/Applications/MAMP/tmp/mysql/mysql.sock –without-server –prefix=/Applications/MAMP/Library

configure: error: invalid variable name: –with-unix-socket-path</description>
		<content:encoded><![CDATA[<p>I&#8217;m stuck on step 4:</p>
<p>$ ./configure –with-unix-socket-path=/Applications/MAMP/tmp/mysql/mysql.sock –without-server –prefix=/Applications/MAMP/Library</p>
<p>configure: error: invalid variable name: –with-unix-socket-path</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scriptaculous Effect.BlindUp and Effect.BlindDown by scotty</title>
		<link>http://ionrails.com/2009/08/12/scriptaculous-effect-blindup-and-effect-blinddown/comment-page-1/#comment-1772</link>
		<dc:creator>scotty</dc:creator>
		<pubDate>Mon, 03 Oct 2011 04:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://ionrails.com/?p=130#comment-1772</guid>
		<description>Very nice instructions. I used your suggestions and made a slight modification, since I need multiple show/hide&#039;s for different divs:

function show_log_div(log_div, hide_button_div, show_button_div){
    Effect.BlindDown(log_div);
    $(hide_button_div).style.display = &#039;inline&#039;;
    $(show_button_div).style.display = &#039;none&#039;;
  }

  function hide_log_div(log_div, hide_button_div, show_button_div){
    Effect.BlindUp(log_div);
    $(hide_button_div).style.display = &#039;none&#039;;
    $(show_button_div).style.display = &#039;inline&#039;;
  }

This brought me from 12 functions to 2 (6 divs with show/hide functionality.

Also used rails  instead of link_to, per your suggestion.</description>
		<content:encoded><![CDATA[<p>Very nice instructions. I used your suggestions and made a slight modification, since I need multiple show/hide&#8217;s for different divs:</p>
<p>function show_log_div(log_div, hide_button_div, show_button_div){<br />
    Effect.BlindDown(log_div);<br />
    $(hide_button_div).style.display = &#8216;inline&#8217;;<br />
    $(show_button_div).style.display = &#8216;none&#8217;;<br />
  }</p>
<p>  function hide_log_div(log_div, hide_button_div, show_button_div){<br />
    Effect.BlindUp(log_div);<br />
    $(hide_button_div).style.display = &#8216;none&#8217;;<br />
    $(show_button_div).style.display = &#8216;inline&#8217;;<br />
  }</p>
<p>This brought me from 12 functions to 2 (6 divs with show/hide functionality.</p>
<p>Also used rails  instead of link_to, per your suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby Require VS Load VS Include VS Extend by uma mahesh varma</title>
		<link>http://ionrails.com/2009/09/19/ruby_require-vs-load-vs-include-vs-extend/comment-page-1/#comment-1317</link>
		<dc:creator>uma mahesh varma</dc:creator>
		<pubDate>Sun, 19 Jun 2011 09:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://ionrails.com/?p=242#comment-1317</guid>
		<description>Very useful and Good explanation.


Thank you.
Uma.</description>
		<content:encoded><![CDATA[<p>Very useful and Good explanation.</p>
<p>Thank you.<br />
Uma.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to upgrade/update the sqlite3 version on your Mac by RonOnRails</title>
		<link>http://ionrails.com/2009/09/30/how-to-upgradeupdate-the-sqlite3-version-on-your-mac/comment-page-1/#comment-1158</link>
		<dc:creator>RonOnRails</dc:creator>
		<pubDate>Wed, 11 May 2011 08:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://ionrails.com/?p=283#comment-1158</guid>
		<description>There are a couple of gotchas:

curl http://www.sqlite.org/sqlite-3.6.18.tar.gz &#124; tar xvfz

delete the f switch otherwise tar expects an argument to follow.

./configure –prefix=/usr/local

The long dash before should be replaced by --(double dash).

This works:

mkdir ~/src
cd ~/src
curl http://www.sqlite.org/sqlite-3.6.18.tar.gz &#124; tar xvz
cd sqlite-3.6.18
autoconf
./configure --prefix=/usr/local
make
sudo make install

# check what version of SQLite is installed
sqlite3 –version
# 3.6.18</description>
		<content:encoded><![CDATA[<p>There are a couple of gotchas:</p>
<p>curl <a href="http://www.sqlite.org/sqlite-3.6.18.tar.gz" rel="nofollow">http://www.sqlite.org/sqlite-3.6.18.tar.gz</a> | tar xvfz</p>
<p>delete the f switch otherwise tar expects an argument to follow.</p>
<p>./configure –prefix=/usr/local</p>
<p>The long dash before should be replaced by &#8211;(double dash).</p>
<p>This works:</p>
<p>mkdir ~/src<br />
cd ~/src<br />
curl <a href="http://www.sqlite.org/sqlite-3.6.18.tar.gz" rel="nofollow">http://www.sqlite.org/sqlite-3.6.18.tar.gz</a> | tar xvz<br />
cd sqlite-3.6.18<br />
autoconf<br />
./configure &#8211;prefix=/usr/local<br />
make<br />
sudo make install</p>
<p># check what version of SQLite is installed<br />
sqlite3 –version<br />
# 3.6.18</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a MySQL Database from Terminal or Command Line by Vladimir</title>
		<link>http://ionrails.com/2010/01/11/creating-a-mysql-database-from-terminal-or-command-line/comment-page-1/#comment-1029</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Wed, 06 Apr 2011 18:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://ionrails.com/?p=308#comment-1029</guid>
		<description>Thank you! It&#039;s exactly what I was searching for.

Does exists any command available in Terminal to list all available databases?</description>
		<content:encoded><![CDATA[<p>Thank you! It&#8217;s exactly what I was searching for.</p>
<p>Does exists any command available in Terminal to list all available databases?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

