<?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: jQuery Validation in Ruby on Rails</title>
	<atom:link href="http://sleekd.com/tutorials/jquery-validation-in-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://sleekd.com/tutorials/jquery-validation-in-ruby-on-rails/</link>
	<description>Tutorials and articles on web design and development</description>
	<lastBuildDate>Thu, 29 Dec 2011 17:49:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: kc00l</title>
		<link>http://sleekd.com/tutorials/jquery-validation-in-ruby-on-rails/comment-page-1/#comment-279</link>
		<dc:creator>kc00l</dc:creator>
		<pubDate>Sun, 25 Dec 2011 15:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://sleekd.com/?p=93#comment-279</guid>
		<description>@KP:
#routes.rb
resources :users do
  get :check_email, :in =&gt; :collection
end

To catch both #new_user and #edit_user forms I use a $(&#039;form[id*=user]&#039;) selector... silly me wondering why the validate plugin wasn&#039;t activated for the edit action form ;)</description>
		<content:encoded><![CDATA[<p>@KP:<br />
#routes.rb<br />
resources :users do<br />
  get :check_email, :in =&gt; :collection<br />
end</p>
<p>To catch both #new_user and #edit_user forms I use a $(&#8216;form[id*=user]&#8216;) selector&#8230; silly me wondering why the validate plugin wasn&#8217;t activated for the edit action form <img src='http://sleekd.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KP</title>
		<link>http://sleekd.com/tutorials/jquery-validation-in-ruby-on-rails/comment-page-1/#comment-276</link>
		<dc:creator>KP</dc:creator>
		<pubDate>Thu, 01 Dec 2011 12:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://sleekd.com/?p=93#comment-276</guid>
		<description>Hey how will you change route file for rails 3.1.3? Thanks.</description>
		<content:encoded><![CDATA[<p>Hey how will you change route file for rails 3.1.3? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ionut cucu</title>
		<link>http://sleekd.com/tutorials/jquery-validation-in-ruby-on-rails/comment-page-1/#comment-275</link>
		<dc:creator>ionut cucu</dc:creator>
		<pubDate>Tue, 29 Nov 2011 21:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://sleekd.com/?p=93#comment-275</guid>
		<description>Great tutorial. Worked like a charm. Mulţam fain!</description>
		<content:encoded><![CDATA[<p>Great tutorial. Worked like a charm. Mulţam fain!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: waqas</title>
		<link>http://sleekd.com/tutorials/jquery-validation-in-ruby-on-rails/comment-page-1/#comment-273</link>
		<dc:creator>waqas</dc:creator>
		<pubDate>Tue, 15 Nov 2011 13:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://sleekd.com/?p=93#comment-273</guid>
		<description>Sleekd Hero you saved my day, thanks very much indeed for the simple &amp; easy share, that&#039;s what I just needed.</description>
		<content:encoded><![CDATA[<p>Sleekd Hero you saved my day, thanks very much indeed for the simple &amp; easy share, that&#8217;s what I just needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitaly</title>
		<link>http://sleekd.com/tutorials/jquery-validation-in-ruby-on-rails/comment-page-1/#comment-267</link>
		<dc:creator>Vitaly</dc:creator>
		<pubDate>Mon, 31 Oct 2011 10:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://sleekd.com/?p=93#comment-267</guid>
		<description>If validation DOES NOT WORKING, try to change from
$(&quot;#new_user&quot;).validate({
 -- to --
$(&quot;form&quot;).validate({

- It should help.</description>
		<content:encoded><![CDATA[<p>If validation DOES NOT WORKING, try to change from<br />
$(&#8220;#new_user&#8221;).validate({<br />
 &#8212; to &#8211;<br />
$(&#8220;form&#8221;).validate({</p>
<p>- It should help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

