<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">
<channel>
	<title>Comments for Millarian</title>
	
	<link>http://millarian.com</link>
	<description>Musings of a startup junkie and Ruby on Rails nerd.</description>
	<lastBuildDate>Thu, 04 Apr 2013 20:21:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/MillarianComments" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="millariancomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Rails link_to and HTML options by Pedro Mamede</title>
		<link>http://millarian.com/programming/ruby-on-rails/rails-link_to-and-html-options/comment-page-1/#comment-1044</link>
		<dc:creator>Pedro Mamede</dc:creator>
		<pubDate>Thu, 04 Apr 2013 20:21:11 +0000</pubDate>
		<guid isPermaLink="false" />
		<description><![CDATA[Thanks a lot! 
 
PS:  If you need the html_options only, the ( ) are not needed. ]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot! </p>
<p>PS:  If you need the html_options only, the ( ) are not needed. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing aspell and raspell for Ultrasphinx by Simon B.</title>
		<link>http://millarian.com/programming/installing-aspell-and-raspell-for-ultrasphinx/comment-page-1/#comment-1043</link>
		<dc:creator>Simon B.</dc:creator>
		<pubDate>Thu, 21 Mar 2013 12:45:46 +0000</pubDate>
		<guid isPermaLink="false" />
		<description><![CDATA[The link ( custom wordlist needed by Ultrasphinx =&gt; blog.EvanWeaver...) is broken. The specific error message seems to come from a missing file. Get rid of the error message with   touch `aspell config dict-dir` 
Then, if you actually want the spelling support, perhaps replace your newly touched and thus empty file with contents similar to this example:  &lt;a href=&quot;https://github.com/evan/ultrasphinx/blob/master/examples/ap.multi&quot; rel=&quot;nofollow&quot;&gt;https://github.com/evan/ultrasphinx/blob/master/e...&lt;/a&gt; and  ]]></description>
		<content:encoded><![CDATA[<p>The link ( custom wordlist needed by Ultrasphinx =&gt; blog.EvanWeaver&#8230;) is broken. The specific error message seems to come from a missing file. Get rid of the error message with   touch `aspell config dict-dir`<br />
Then, if you actually want the spelling support, perhaps replace your newly touched and thus empty file with contents similar to this example:  <a href="https://github.com/evan/ultrasphinx/blob/master/examples/ap.multi" rel="nofollow"></a><a href="https://github.com/evan/ultrasphinx/blob/master/e" rel="nofollow">https://github.com/evan/ultrasphinx/blob/master/e</a>&#8230; and  </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Tip: has_many :through =&gt; checkboxes by David Mauricio</title>
		<link>http://millarian.com/programming/ruby-on-rails/quick-tip-has_many-through-checkboxes/comment-page-1/#comment-1040</link>
		<dc:creator>David Mauricio</dc:creator>
		<pubDate>Fri, 07 Dec 2012 15:52:14 +0000</pubDate>
		<guid isPermaLink="false" />
		<description><![CDATA[And how to validate for atleast 1 memership?  
I&#039;ve tried: 
   validates :memership, :length =&gt; { :minimum =&gt; 1} #must have atleast 1 record in the HABTM relation 
 
But it does return activerecord validation errors while checking many memerships or none 
 
Nice post! ]]></description>
		<content:encoded><![CDATA[<p>And how to validate for atleast 1 memership?<br />
I&#039;ve tried:<br />
   validates :memership, :length =&gt; { :minimum =&gt; 1} #must have atleast 1 record in the HABTM relation </p>
<p>But it does return activerecord validation errors while checking many memerships or none </p>
<p>Nice post! </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How Twitter replaced my RSS reader by Thoughts on the Pros and Cons of the New Twitter iPad Application | Digital Possibilities</title>
		<link>http://millarian.com/random/how-twitter-replaced-my-rss-reader/comment-page-1/#comment-1039</link>
		<dc:creator>Thoughts on the Pros and Cons of the New Twitter iPad Application | Digital Possibilities</dc:creator>
		<pubDate>Fri, 21 Sep 2012 04:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://millarian.com/?p=2628#comment-1039</guid>
		<description><![CDATA[[...] you use twitter essentially to replace RSS fields and converse, the sliding planes does make a lot of sense, but twitter wants to be more than [...]]]></description>
		<content:encoded><![CDATA[<p>[...] you use twitter essentially to replace RSS fields and converse, the sliding planes does make a lot of sense, but twitter wants to be more than [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Tip: has_many :through =&gt; checkboxes by Eric Goldberg</title>
		<link>http://millarian.com/programming/ruby-on-rails/quick-tip-has_many-through-checkboxes/comment-page-1/#comment-1038</link>
		<dc:creator>Eric Goldberg</dc:creator>
		<pubDate>Fri, 07 Sep 2012 06:52:09 +0000</pubDate>
		<guid isPermaLink="false" />
		<description><![CDATA[Or you could just do: 
 
params[:user][:group_ids] &#124;&#124;= []  
 
In your controller&#039;s update method, before calling update_attributes. ]]></description>
		<content:encoded><![CDATA[<p>Or you could just do: </p>
<p>params[:user][:group_ids] ||= []  </p>
<p>In your controller&#039;s update method, before calling update_attributes. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Tip: has_many :through =&gt; checkboxes by nachopro</title>
		<link>http://millarian.com/programming/ruby-on-rails/quick-tip-has_many-through-checkboxes/comment-page-1/#comment-1037</link>
		<dc:creator>nachopro</dc:creator>
		<pubDate>Tue, 24 Jul 2012 18:27:58 +0000</pubDate>
		<guid isPermaLink="false" />
		<description><![CDATA[Muchas gracias por el aporte! Saludos desde Argentina ]]></description>
		<content:encoded><![CDATA[<p>Muchas gracias por el aporte! Saludos desde Argentina </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Tip: has_many :through =&gt; checkboxes by Evgeny</title>
		<link>http://millarian.com/programming/ruby-on-rails/quick-tip-has_many-through-checkboxes/comment-page-1/#comment-1036</link>
		<dc:creator>Evgeny</dc:creator>
		<pubDate>Fri, 20 Jul 2012 19:17:41 +0000</pubDate>
		<guid isPermaLink="false" />
		<description><![CDATA[Thank you sir, this helped me immensely, even all these years later. ]]></description>
		<content:encoded><![CDATA[<p>Thank you sir, this helped me immensely, even all these years later. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails link_to and HTML options by Nicholas</title>
		<link>http://millarian.com/programming/ruby-on-rails/rails-link_to-and-html-options/comment-page-1/#comment-1035</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Mon, 16 Jul 2012 04:30:24 +0000</pubDate>
		<guid isPermaLink="false" />
		<description><![CDATA[Thanks for this, very helpful ]]></description>
		<content:encoded><![CDATA[<p>Thanks for this, very helpful </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Maps API with large data sets by James</title>
		<link>http://millarian.com/programming/google-maps-api-with-large-data-sets/comment-page-1/#comment-1034</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 03 Jul 2012 04:10:06 +0000</pubDate>
		<guid isPermaLink="false" />
		<description><![CDATA[Hello 
 
I was wondering if there is away to get ZOHO CRM to work with google maps so I can see a marker for my accounts, potential clients, and lead in three different markers and then sort them by the fields inputted through the CRM? I am not tech savvy here at all on APPS or anything just would like to get this done. Help if possible!!!! ]]></description>
		<content:encoded><![CDATA[<p>Hello </p>
<p>I was wondering if there is away to get ZOHO CRM to work with google maps so I can see a marker for my accounts, potential clients, and lead in three different markers and then sort them by the fields inputted through the CRM? I am not tech savvy here at all on APPS or anything just would like to get this done. Help if possible!!!! </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SEO Resources for Dummies (i.e., me) by joseph</title>
		<link>http://millarian.com/random/seo-resources-for-dummies/comment-page-1/#comment-1032</link>
		<dc:creator>joseph</dc:creator>
		<pubDate>Thu, 21 Jun 2012 04:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://millarian.com/?p=2308#comment-1032</guid>
		<description><![CDATA[friend if you want to do seo than you have to spend some time on it if you dont spend than you dont know complete seo and it will be not gud for yours seo work.. ]]></description>
		<content:encoded><![CDATA[<p>friend if you want to do seo than you have to spend some time on it if you dont spend than you dont know complete seo and it will be not gud for yours seo work.. </p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Dynamic page generated in 15.989 seconds. --><!-- Cached page generated by WP-Super-Cache on 2013-05-22 21:05:00 --><!-- Compression = gzip -->
