<?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 on: Using jQuery with Ruby on Rails</title>
	<atom:link href="http://jimneath.org/2008/06/18/using-jquery-with-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimneath.org/2008/06/18/using-jquery-with-ruby-on-rails/</link>
	<description>Ruby on Rails, Javascript, CSS and Standards</description>
	<lastBuildDate>Tue, 31 Aug 2010 04:37:10 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Diosan</title>
		<link>http://jimneath.org/2008/06/18/using-jquery-with-ruby-on-rails/comment-page-1/#comment-976</link>
		<dc:creator>Diosan</dc:creator>
		<pubDate>Sun, 15 Nov 2009 20:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=43#comment-976</guid>
		<description>This looks great... but I have a problem, I am rails newbie so It is probably because i am not doing something correctly.... the problem i have is that I dont have the file application.html.erb</description>
		<content:encoded><![CDATA[<p>This looks great&#8230; but I have a problem, I am rails newbie so It is probably because i am not doing something correctly&#8230;. the problem i have is that I dont have the file application.html.erb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck</title>
		<link>http://jimneath.org/2008/06/18/using-jquery-with-ruby-on-rails/comment-page-1/#comment-975</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Thu, 12 Nov 2009 21:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=43#comment-975</guid>
		<description>Great article!&lt;br&gt;&lt;br&gt;I&#039;m truly a newbie when it comes to RoR and this kind of posts are really helpful for me.&lt;br&gt;&lt;br&gt;Just one thing, in the very first example of jQuery, you are using the attribute target with the value &quot;blank&quot;, when it should be the reserved name &quot;_blank&quot;, so it opens a new window for each link, instead of using the window named &quot;blank&quot; for all the links.&lt;br&gt;&lt;br&gt;Cheers :)</description>
		<content:encoded><![CDATA[<p>Great article!</p>
<p>I&#39;m truly a newbie when it comes to RoR and this kind of posts are really helpful for me.</p>
<p>Just one thing, in the very first example of jQuery, you are using the attribute target with the value &#8220;blank&#8221;, when it should be the reserved name &#8220;_blank&#8221;, so it opens a new window for each link, instead of using the window named &#8220;blank&#8221; for all the links.</p>
<p>Cheers :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: woto</title>
		<link>http://jimneath.org/2008/06/18/using-jquery-with-ruby-on-rails/comment-page-1/#comment-970</link>
		<dc:creator>woto</dc:creator>
		<pubDate>Sun, 08 Nov 2009 17:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=43#comment-970</guid>
		<description>Amazing! but did not understand:&lt;br&gt;&gt;&gt; I will say one thing though: a lot of the time you may just find it easier to use page &lt;&lt; at certain times:&lt;br&gt;On rails 2 weeks.&lt;br&gt;Sorry for bad English</description>
		<content:encoded><![CDATA[<p>Amazing! but did not understand:<br />&gt;&gt; I will say one thing though: a lot of the time you may just find it easier to use page &lt;&lt; at certain times:<br />On rails 2 weeks.<br />Sorry for bad English</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I have changed to JQuery in Rails &#124; ActivoRicordi Captain's log</title>
		<link>http://jimneath.org/2008/06/18/using-jquery-with-ruby-on-rails/comment-page-1/#comment-969</link>
		<dc:creator>I have changed to JQuery in Rails &#124; ActivoRicordi Captain's log</dc:creator>
		<pubDate>Sun, 08 Nov 2009 11:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=43#comment-969</guid>
		<description>[...] prototype is a challenger.The reasons why I think this are beautifully illustrated on the following post. To use jQuery in rails install the following [...]</description>
		<content:encoded><![CDATA[<p>[...] prototype is a challenger.The reasons why I think this are beautifully illustrated on the following post. To use jQuery in rails install the following [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helton Marinho</title>
		<link>http://jimneath.org/2008/06/18/using-jquery-with-ruby-on-rails/comment-page-1/#comment-945</link>
		<dc:creator>Helton Marinho</dc:creator>
		<pubDate>Thu, 23 Apr 2009 14:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=43#comment-945</guid>
		<description>good job!
I prefer jQuery why is very simple, small code and good documentation.

In my jobs dont exists time to developed in complex code, but i need good interface, functionally and compatibility. I has in jQuery.

is not apology, ok?

// find marinho in table...
$(&#039;table tbody tr td:contains(marinho)&#039;).css({
     color: &#039;red&#039;,
     backgroundColor:&#039;#CCC&#039;
});</description>
		<content:encoded><![CDATA[<p>good job!<br />
I prefer jQuery why is very simple, small code and good documentation.</p>
<p>In my jobs dont exists time to developed in complex code, but i need good interface, functionally and compatibility. I has in jQuery.</p>
<p>is not apology, ok?</p>
<p>// find marinho in table&#8230;<br />
$(&#8217;table tbody tr td:contains(marinho)&#8217;).css({<br />
     color: &#8216;red&#8217;,<br />
     backgroundColor:&#8217;#CCC&#8217;<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://jimneath.org/2008/06/18/using-jquery-with-ruby-on-rails/comment-page-1/#comment-694</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Tue, 28 Oct 2008 10:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=43#comment-694</guid>
		<description>Man, I sure hope this works. I&#039;m a frontend developer (read CSS tech head), and about 90% into the project, my client said &quot;oh yeah, hey, rails has these helpers... scriptaculous will explode because of your jquery&quot; lolol. 

Of course, she&#039;s only using helpers, so if jRails works, it&#039;ll be a godsend. I find out tomorrow. Cross your fingers!</description>
		<content:encoded><![CDATA[<p>Man, I sure hope this works. I&#8217;m a frontend developer (read CSS tech head), and about 90% into the project, my client said &#8220;oh yeah, hey, rails has these helpers&#8230; scriptaculous will explode because of your jquery&#8221; lolol. </p>
<p>Of course, she&#8217;s only using helpers, so if jRails works, it&#8217;ll be a godsend. I find out tomorrow. Cross your fingers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://jimneath.org/2008/06/18/using-jquery-with-ruby-on-rails/comment-page-1/#comment-458</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 11 Jul 2008 22:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=43#comment-458</guid>
		<description>Nice article. jQuery seems a lot nicer in these examples, but it can get pretty messy pretty quickly. I recently wrote a in-browser code editor with prototype, and I think it would&#039;ve been scruffy with jQuery.</description>
		<content:encoded><![CDATA[<p>Nice article. jQuery seems a lot nicer in these examples, but it can get pretty messy pretty quickly. I recently wrote a in-browser code editor with prototype, and I think it would&#8217;ve been scruffy with jQuery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paper Bits &#8211; links for 2008-06-26</title>
		<link>http://jimneath.org/2008/06/18/using-jquery-with-ruby-on-rails/comment-page-1/#comment-441</link>
		<dc:creator>Paper Bits &#8211; links for 2008-06-26</dc:creator>
		<pubDate>Thu, 10 Jul 2008 00:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=43#comment-441</guid>
		<description>[...] Using jQuery with Ruby on Rails &#124; Ruby on Rails (tags: howto ruby ajax rails webdev) [...]</description>
		<content:encoded><![CDATA[<p>[...] Using jQuery with Ruby on Rails | Ruby on Rails (tags: howto ruby ajax rails webdev) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-07-01 at brant interactive</title>
		<link>http://jimneath.org/2008/06/18/using-jquery-with-ruby-on-rails/comment-page-1/#comment-397</link>
		<dc:creator>links for 2008-07-01 at brant interactive</dc:creator>
		<pubDate>Tue, 01 Jul 2008 02:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=43#comment-397</guid>
		<description>[...] Using jQuery with Ruby on Rails &#124; Ruby on Rails (tags: jquery rails javascript) [...]</description>
		<content:encoded><![CDATA[<p>[...] Using jQuery with Ruby on Rails | Ruby on Rails (tags: jquery rails javascript) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Space Babies &#187; Blog Archive &#187; jQuery here I come</title>
		<link>http://jimneath.org/2008/06/18/using-jquery-with-ruby-on-rails/comment-page-1/#comment-387</link>
		<dc:creator>Space Babies &#187; Blog Archive &#187; jQuery here I come</dc:creator>
		<pubDate>Thu, 26 Jun 2008 23:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=43#comment-387</guid>
		<description>[...] and more lightweight, what more could a boy want? Well, my built-in view helpers darn it! Enter jRails (stage left, as they say). All jQuery goodness, no Prototype badness, I [...]</description>
		<content:encoded><![CDATA[<p>[...] and more lightweight, what more could a boy want? Well, my built-in view helpers darn it! Enter jRails (stage left, as they say). All jQuery goodness, no Prototype badness, I [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
