<?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 version="2.0">
  <channel>
    <title>Douglas F Shearer :: Comments</title>
    <link>http://douglasfshearer.com/</link>
    <description />
    <language>en-us</language>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/douglasfshearer/comments" type="application/rss+xml" /><item>
      <title>lee on "GMail SMTP with Ruby on Rails and ActionMailer"</title>
      <description>i'm a asp.net web developer assigned to install redmine (v. 0.8.2) on a windows 2003 server. i have it up and running using the bitnami installer. i'm running into some issues getting the emailer to work.

i've changed the email.yml and need to install the action_mailer_tls. i've tried running a &amp;quot;.script/plugin&amp;quot; but it doesn't find my install path. can you be more specific like what is the proper redmine root directory? mine is installed at 'c:\program files\bitnami redmine stack&amp;quot;.

thanks. </description>
      <author>lee</author>
      <pubDate>Tue, 30 Jun 2009 16:17:23 +0000</pubDate>
      <link>http://douglasfshearer.com/blog/gmail-smtp-with-ruby-on-rails-and-actionmailer#comment_23613</link>
      <guid>http://douglasfshearer.com/blog/gmail-smtp-with-ruby-on-rails-and-actionmailer#comment_23613</guid>
    </item>
    <item>
      <title>munigela raju on "IE Bug Fix &amp;amp; Google Ads"</title>
      <description>pls fix google ads on my blog only googleads
</description>
      <author>munigela raju</author>
      <pubDate>Sat, 27 Jun 2009 05:12:07 +0000</pubDate>
      <link>http://douglasfshearer.com/blog/ie-bug-fix-amp-google-ads#comment_23612</link>
      <guid>http://douglasfshearer.com/blog/ie-bug-fix-amp-google-ads#comment_23612</guid>
    </item>
    <item>
      <title>munigela raju on "IE Bug Fix &amp;amp; Google Ads"</title>
      <description>pls fix google ads on my blog only googleads
</description>
      <author>munigela raju</author>
      <pubDate>Sat, 27 Jun 2009 05:10:27 +0000</pubDate>
      <link>http://douglasfshearer.com/blog/ie-bug-fix-amp-google-ads#comment_23611</link>
      <guid>http://douglasfshearer.com/blog/ie-bug-fix-amp-google-ads#comment_23611</guid>
    </item>
    <item>
      <title>munigela raju on "IE Bug Fix &amp;amp; Google Ads"</title>
      <description>pls fix google ads on my blog only googleads
</description>
      <author>munigela raju</author>
      <pubDate>Sat, 27 Jun 2009 05:09:27 +0000</pubDate>
      <link>http://douglasfshearer.com/blog/ie-bug-fix-amp-google-ads#comment_23610</link>
      <guid>http://douglasfshearer.com/blog/ie-bug-fix-amp-google-ads#comment_23610</guid>
    </item>
    <item>
      <title>Douglas F Shearer on "Rails Plugin: Acts_As_Indexed"</title>
      <description>Hi Benjamin. 

I've replied to you via email. Issue can be tracked here: http://github.com/dougal/acts_as_indexed/issues/#issue/1

Thanks.</description>
      <author>Douglas F Shearer</author>
      <pubDate>Wed, 17 Jun 2009 20:38:05 +0000</pubDate>
      <link>http://douglasfshearer.com/blog/rails-plugin-acts_as_indexed#comment_23609</link>
      <guid>http://douglasfshearer.com/blog/rails-plugin-acts_as_indexed#comment_23609</guid>
    </item>
    <item>
      <title>Benjamin K on "Rails Plugin: Acts_As_Indexed"</title>
      <description>Hi Douglas. I'm having a little trouble with Acts_As_Index missing some records. I have encountered several cases where find_with_index does not return a matching record. In every case I have observed that the query has been an entire searchable field (e.g. find_with_index('dogs') should return a record with an indexed field of 'dogs'), although find_with_index certainly doesn't fail for all such queries.

I have tried deleting the index files to force a rebuild, but the same records are missed each time.

I would be happy to send you a copy of my index files and some sample failing queries if this will help you track down the bug.</description>
      <author>Benjamin K</author>
      <pubDate>Sat, 13 Jun 2009 18:59:47 +0000</pubDate>
      <link>http://douglasfshearer.com/blog/rails-plugin-acts_as_indexed#comment_23608</link>
      <guid>http://douglasfshearer.com/blog/rails-plugin-acts_as_indexed#comment_23608</guid>
    </item>
    <item>
      <title>Douglas F Shearer on "Rails Plugin: Acts_As_Indexed"</title>
      <description>Kostas - The fix I put in place avoids having to modify Ruby Core classes, and instead probes for support of the ord method. See http://github.com/dougal/acts_as_indexed/commit/ccf931eb0d41dad5465e941e2839044e3819c4ed.

Einar - Exclusion of certain fields, and substring search  are items I have on my list of items to support in future versions. I couldn't, with any accuracy, say when these would be available.</description>
      <author>Douglas F Shearer</author>
      <pubDate>Fri, 12 Jun 2009 09:09:23 +0000</pubDate>
      <link>http://douglasfshearer.com/blog/rails-plugin-acts_as_indexed#comment_23607</link>
      <guid>http://douglasfshearer.com/blog/rails-plugin-acts_as_indexed#comment_23607</guid>
    </item>
    <item>
      <title>einar on "Rails Plugin: Acts_As_Indexed"</title>
      <description>thanks douglas, it now works fine for me.
Question:
How can i exclude some fields for one search? And is it possible to search for substrings?
i.E. its raining and i type in &amp;quot;rain&amp;quot; and raining will be found?</description>
      <author>einar</author>
      <pubDate>Fri, 12 Jun 2009 05:38:19 +0000</pubDate>
      <link>http://douglasfshearer.com/blog/rails-plugin-acts_as_indexed#comment_23606</link>
      <guid>http://douglasfshearer.com/blog/rails-plugin-acts_as_indexed#comment_23606</guid>
    </item>
    <item>
      <title>Kostas Papadimakis on "Rails Plugin: Acts_As_Indexed"</title>
      <description># quick hack for acts_as_indexed on ruby 1.8.6
class Fixnum
  def ord
    self
  end
end


I added this code in app/helpers/application_helper.rb (outside of the ApplicationHelper module) since I didn't know where else to put it. I'm not sure that Ruby returns the number when calling ord on a Fixnum, though.

If someone knows for sure, I would be glad to hear :)</description>
      <author>Kostas Papadimakis</author>
      <pubDate>Thu, 11 Jun 2009 20:34:13 +0000</pubDate>
      <link>http://douglasfshearer.com/blog/rails-plugin-acts_as_indexed#comment_23605</link>
      <guid>http://douglasfshearer.com/blog/rails-plugin-acts_as_indexed#comment_23605</guid>
    </item>
    <item>
      <title>Douglas F Shearer on "Rails Plugin: Acts_As_Indexed"</title>
      <description>Kostas and Einar - Thanks for your bug reports. 1.8.6 compatibility has now been fixed in my latest release.</description>
      <author>Douglas F Shearer</author>
      <pubDate>Thu, 11 Jun 2009 19:43:01 +0000</pubDate>
      <link>http://douglasfshearer.com/blog/rails-plugin-acts_as_indexed#comment_23604</link>
      <guid>http://douglasfshearer.com/blog/rails-plugin-acts_as_indexed#comment_23604</guid>
    </item>
  </channel>
</rss>
