<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>opensoul.org - Code Comments</title>
  <id>tag:www.opensoul.org,2009:mephisto/code/comments</id>
  <generator uri="http://mephistoblog.com" version="0.8.0">Mephisto Drax</generator>
  <link href="http://www.opensoul.org/feed/code/comments.xml" rel="self" type="application/atom+xml"/>
  <link href="http://www.opensoul.org/code" rel="alternate" type="text/html"/>
  <updated>2009-01-06T01:58:39Z</updated>
  <entry xml:base="http://www.opensoul.org/">
    <author>
      <name>Chris</name>
    </author>
    <id>tag:www.opensoul.org,2006-07-21:550:10312</id>
    <published>2009-01-06T01:58:39Z</published>
    <updated>2009-01-06T01:58:39Z</updated>
    <category term="Code"/>
    <link href="http://www.opensoul.org/2006/7/21/acts_as_audited" rel="alternate" type="text/html"/>
    <title>Comment on 'acts_as_audited' by Chris</title>
<content type="html">&lt;p&gt;Excellent, looking forward to the addition. Thanks Brandon!&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.opensoul.org/">
    <author>
      <name>Brandon</name>
    </author>
    <id>tag:www.opensoul.org,2006-11-13:658:10293</id>
    <published>2009-01-05T04:01:58Z</published>
    <updated>2009-01-05T04:01:58Z</updated>
    <category term="Code"/>
    <link href="http://www.opensoul.org/2006/11/13/acts_as_money" rel="alternate" type="text/html"/>
    <title>Comment on 'acts_as_money' by Brandon</title>
<content type="html">&lt;p&gt;Alexander,&lt;/p&gt;


	&lt;p&gt;Check out &lt;a href=&quot;http://github.com/collectiveidea/money/tree/master&quot;&gt;our fork of the money gem&lt;/a&gt;, which incorporates the functionality of this plugin.  Install the Rails 2.2 and RSpec gems and run &lt;code&gt;rake spec&lt;/code&gt;.  The tests pass for me.  Let me know if they don&#8217;t pass for you.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.opensoul.org/">
    <author>
      <name>Alexander Mikhailian</name>
    </author>
    <id>tag:www.opensoul.org,2006-11-13:658:10292</id>
    <published>2009-01-05T03:54:13Z</published>
    <updated>2009-01-05T03:54:13Z</updated>
    <category term="Code"/>
    <link href="http://www.opensoul.org/2006/11/13/acts_as_money" rel="alternate" type="text/html"/>
    <title>Comment on 'acts_as_money' by Alexander Mikhailian</title>
<content type="html">&lt;p&gt;Mea culpa, I just noticed that I did not test it with 2.1.0. Forgot to unfreeze.&lt;/p&gt;


	&lt;p&gt;Anyway, it is not working with 2.2.2 (the one that installs by default today with gem install rails).&lt;/p&gt;


	&lt;p&gt;P.S. Thanks for the lib, anyway. It is a nice hack. If only the money gem was not sucking so much&#8230;&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.opensoul.org/">
    <author>
      <name>Brandon</name>
    </author>
    <id>tag:www.opensoul.org,2006-07-21:550:10290</id>
    <published>2009-01-05T02:42:22Z</published>
    <updated>2009-01-05T02:42:22Z</updated>
    <category term="Code"/>
    <link href="http://www.opensoul.org/2006/7/21/acts_as_audited" rel="alternate" type="text/html"/>
    <title>Comment on 'acts_as_audited' by Brandon</title>
<content type="html">&lt;p&gt;Chris: This used to be a feature, but it got removed when I updated the plugin to make it Rails 2 compatible.  I will plan to add it back soon.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.opensoul.org/">
    <author>
      <name>Brandon</name>
    </author>
    <id>tag:www.opensoul.org,2006-11-13:658:10289</id>
    <published>2009-01-05T02:25:45Z</published>
    <updated>2009-01-05T02:25:45Z</updated>
    <category term="Code"/>
    <link href="http://www.opensoul.org/2006/11/13/acts_as_money" rel="alternate" type="text/html"/>
    <title>Comment on 'acts_as_money' by Brandon</title>
<content type="html">&lt;p&gt;Alexander,&lt;/p&gt;


	&lt;p&gt;The plugin should be compatible with edge and 2.2.  Use the &lt;a href=&quot;http://github.com/collectiveidea/acts_as_money/tree/rails-2.1&quot;&gt;rails-2.1 tag&lt;/a&gt; for 2.1 and prior.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.opensoul.org/">
    <author>
      <name>Alexander Mikhailian</name>
    </author>
    <id>tag:www.opensoul.org,2006-11-13:658:10287</id>
    <published>2009-01-04T22:33:00Z</published>
    <updated>2009-01-04T22:33:00Z</updated>
    <category term="Code"/>
    <link href="http://www.opensoul.org/2006/11/13/acts_as_money" rel="alternate" type="text/html"/>
    <title>Comment on 'acts_as_money' by Alexander Mikhailian</title>
<content type="html">&lt;p&gt;I just tried your &lt;em&gt;acts_as_money&lt;/em&gt; plugin with rails 2.2.2 and rails 2.1.0 and I get in both cases the following exception:&lt;/p&gt;


&lt;pre&gt;Unknown key(s): converter&lt;/pre&gt;

	&lt;p&gt;with the App Stacktrace&lt;/p&gt;


&lt;pre&gt;vendor/rails/activesupport/lib/active_support/core_ext/hash/keys.rb:47:in `assert_valid_keys'
vendor/plugins/composed_of_conversion/lib/aggregations.rb:136:in `composed_of'
vendor/plugins/acts_as_money/lib/acts_as_money.rb:21:in `money'
app/models/transfer.rb:7
app/controllers/clients_controller.rb:18:in `show'
&lt;/pre&gt;</content>  </entry>
  <entry xml:base="http://www.opensoul.org/">
    <author>
      <name>AstommaGeaniownepay</name>
    </author>
    <id>tag:www.opensoul.org,2008-06-23:6587:10283</id>
    <published>2009-01-04T20:32:45Z</published>
    <updated>2009-01-04T20:32:45Z</updated>
    <category term="Code"/>
    <link href="http://www.opensoul.org/2008/6/23/obscure-rubygems-error" rel="alternate" type="text/html"/>
    <title>Comment on 'Obscure RubyGems Error' by AstommaGeaniownepay</title>
<content type="html">&lt;p&gt;airfare discount airfares discount
 &lt;a href=&quot;http:&quot; /&gt;cheap flights to orlando&lt;/a&gt; dublin flights to prague flights to&lt;/p&gt;


	&lt;p&gt;airfares inexpensive airline
 &lt;a href=&quot;http:&quot; /&gt;airfare deals cnn&lt;/a&gt; airfare discounts airfare&lt;/p&gt;


	&lt;p&gt;airline tickets cheap ticket
 &lt;a href=&quot;http:&quot; /&gt;last minute airfare clearance&lt;/a&gt; minute flights london flight low air fare&lt;/p&gt;


	&lt;p&gt;flights to orlando flights to
 &lt;a href=&quot;http:&quot; /&gt;cheap tickets&lt;/a&gt; discount air fares discount&lt;/p&gt;


	&lt;p&gt;airfare discount air fare
 &lt;a href=&quot;http:&quot; /&gt;international travel discount airfares&lt;/a&gt; flights to orlando flights to&lt;/p&gt;


	&lt;p&gt;airfare discount airfares discount
 &lt;a href=&quot;http:&quot; /&gt;flights&lt;/a&gt; budget flights business class&lt;/p&gt;


	&lt;p&gt;airfare business class airfares
 &lt;a href=&quot;http:&quot; /&gt;airfare&lt;/a&gt; air fare air fare deals air fares&lt;/p&gt;


	&lt;p&gt;domestic airfare domestic
 &lt;a href=&quot;http:&quot; /&gt;very cheap airfare&lt;/a&gt; budget airline budget flight&lt;/p&gt;


	&lt;p&gt;flights amsterdam flights flights
 &lt;a href=&quot;http:&quot; /&gt;cheap tickets airfare hawaii&lt;/a&gt; tickets airfares airfares europe&lt;/p&gt;


	&lt;p&gt;airfares travel flights us
 &lt;a href=&quot;http:&quot; /&gt;charter a flight&lt;/a&gt; tickets cheap flight&lt;/p&gt;


	&lt;p&gt;airfare new airlines one
 &lt;a href=&quot;http:&quot; /&gt;best prices on airfares&lt;/a&gt; flights to orlando flights to&lt;/p&gt;


	&lt;p&gt;airline tickets cheapest
 &lt;a href=&quot;http:&quot; /&gt;cheap tickets air&lt;/a&gt; cheep flights compare&lt;/p&gt;


	&lt;p&gt;budget airline budget flight
 &lt;a href=&quot;http:&quot; /&gt;last minute cheap flights&lt;/a&gt; online flights to flights&lt;/p&gt;


	&lt;p&gt;flights to orlando flights to
 &lt;a href=&quot;http:&quot; /&gt;british airways flights&lt;/a&gt; california orlando flights flight to&lt;/p&gt;


	&lt;p&gt;charter flight charter flights cheap
 &lt;a href=&quot;http:&quot; /&gt;airfare taxes air tickets added&lt;/a&gt; services airline ticket&lt;/p&gt;


	&lt;p&gt;low price airfare lowest air fare
 &lt;a href=&quot;http:&quot; /&gt;flight tickets&lt;/a&gt; services airline ticket&lt;/p&gt;


	&lt;p&gt;low cost airlines cheap
 &lt;a href=&quot;http:&quot; /&gt;flight  booking site iun kong hong&lt;/a&gt; airline com airline&lt;/p&gt;


	&lt;p&gt;airline tickets cheap airlines
 &lt;a href=&quot;http:&quot; /&gt;airline tickets cheap last minute&lt;/a&gt; airlines london flights&lt;/p&gt;


	&lt;p&gt;low price airfare lowest air fare
 &lt;a href=&quot;http:&quot; /&gt;discount domestic air travel&lt;/a&gt; air fare last minute airfare last&lt;/p&gt;


	&lt;p&gt;flights best flights
 &lt;a href=&quot;http:&quot; /&gt;e flight showstopper&lt;/a&gt; british airways plane ticket&lt;/p&gt;


	&lt;p&gt;air tickets plane tickets airways
 &lt;a href=&quot;http:&quot; /&gt;international travel discount airfares&lt;/a&gt; airline com airline&lt;/p&gt;


	&lt;p&gt;cheap flights from
 &lt;a href=&quot;http:&quot; /&gt;student discount airline tickets&lt;/a&gt; tickets book flight flights&lt;/p&gt;


	&lt;p&gt;europe airfare rates
 &lt;a href=&quot;http:&quot; /&gt;air fares&lt;/a&gt; to cheap international airfare&lt;/p&gt;


	&lt;p&gt;london flights to dubai
 &lt;a href=&quot;http:&quot; /&gt;air france&lt;/a&gt; airfares low cost airfare&lt;/p&gt;


	&lt;p&gt;flight deal booking flights
 &lt;a href=&quot;http:&quot; /&gt;dirt cheap airline flights&lt;/a&gt; cheap last minute airfare&lt;/p&gt;


	&lt;p&gt;budget flights business class
 &lt;a href=&quot;http:&quot; /&gt;cheapest airfares&lt;/a&gt; tickets international airfare&lt;/p&gt;


	&lt;p&gt;airports fly cheap cheap air ticket
 &lt;a href=&quot;http:&quot; /&gt;extremely cheap airline tickets&lt;/a&gt; air tickets plane tickets airways&lt;/p&gt;


	&lt;p&gt;flights london cheap flights
 &lt;a href=&quot;http:&quot; /&gt;cheapest airfare online&lt;/a&gt; flights best flights&lt;/p&gt;


	&lt;p&gt;airfare business class airfares
 &lt;a href=&quot;http:&quot; /&gt;flights from&lt;/a&gt; airfares travel flights us&lt;/p&gt;


	&lt;p&gt;student airfares the cheapest
 &lt;a href=&quot;http:&quot; /&gt;cheapest last minute airfares&lt;/a&gt; airline tickets cheap ticket&lt;/p&gt;


	&lt;p&gt;tickets book flight flights
 &lt;a href=&quot;http:&quot; /&gt;airline flights&lt;/a&gt; airline discount fares discount&lt;/p&gt;


	&lt;p&gt;airfare business class airfares
 &lt;a href=&quot;http:&quot; /&gt;airplane tickets&lt;/a&gt; flights last minute&lt;/p&gt;


	&lt;p&gt;charter flight charter flights cheap
 &lt;a href=&quot;http:&quot; /&gt;flight tickets&lt;/a&gt; search flights cheapflights fares cheap travel&lt;/p&gt;


	&lt;p&gt;air flights airfair airfare airfare auction
 &lt;a href=&quot;http:&quot; /&gt;cheap international air tickets&lt;/a&gt; tickets international airfare&lt;/p&gt;


	&lt;p&gt;flights airline reservation
 &lt;a href=&quot;http:&quot; /&gt;flights from bodrum turkey one way&lt;/a&gt; flights london cheap flights&lt;/p&gt;


	&lt;p&gt;air flights airfair airfare airfare auction
 &lt;a href=&quot;http:&quot; /&gt;book airplane flights&lt;/a&gt; cheap airfares cheap airline&lt;/p&gt;


	&lt;p&gt;way flights online airfare plane
 &lt;a href=&quot;http:&quot; /&gt;flight centre&lt;/a&gt; companies airline discount&lt;/p&gt;


	&lt;p&gt;flight cheapest flights
 &lt;a href=&quot;http:&quot; /&gt;military discount airfare tickets&lt;/a&gt; flight ticket cheap flight&lt;/p&gt;


	&lt;p&gt;airline tickets airline
 &lt;a href=&quot;http:&quot; /&gt;airline&lt;/a&gt; tickets airfares airfares europe&lt;/p&gt;


	&lt;p&gt;flights best flights
 &lt;a href=&quot;http:&quot; /&gt;american airlines&lt;/a&gt; cheap airline&lt;/p&gt;


	&lt;p&gt;bargain flights international
 &lt;a href=&quot;http:&quot; /&gt;flight travel times&lt;/a&gt; airline discount fares discount&lt;/p&gt;


	&lt;p&gt;flights airline reservation
 &lt;a href=&quot;http:&quot; /&gt;i am looking for discount airline tickets&lt;/a&gt; com cheap airfare tickets&lt;/p&gt;


	&lt;p&gt;cheep flights compare
 &lt;a href=&quot;http:&quot; /&gt;flight ticket&lt;/a&gt; tickets international airfare&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.opensoul.org/">
    <author>
      <name>Chris</name>
    </author>
    <id>tag:www.opensoul.org,2006-07-21:550:10263</id>
    <published>2009-01-03T01:23:33Z</published>
    <updated>2009-01-03T01:23:33Z</updated>
    <category term="Code"/>
    <link href="http://www.opensoul.org/2006/7/21/acts_as_audited" rel="alternate" type="text/html"/>
    <title>Comment on 'acts_as_audited' by Chris</title>
<content type="html">&lt;p&gt;I&#8217;d like to display both the new and prior value. How can I retrieve the prior attribute value for each audit change since only the changed value is stored?&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.opensoul.org/">
    <author>
      <name>Mathieu</name>
    </author>
    <id>tag:www.opensoul.org,2006-08-02:589:10206</id>
    <published>2008-12-30T15:04:44Z</published>
    <updated>2008-12-30T15:04:44Z</updated>
    <category term="Code"/>
    <link href="http://www.opensoul.org/2006/8/2/rpms-for-deploying-rails-on-centos" rel="alternate" type="text/html"/>
    <title>Comment on 'RPMs for Deploying Rails on CentOS' by Mathieu</title>
<content type="html">&lt;p&gt;none of the four links your provided  for configuring Apache and mongrel works.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.opensoul.org/">
    <author>
      <name>Seanderson7</name>
    </author>
    <id>tag:www.opensoul.org,2007-04-17:2671:10192</id>
    <published>2008-12-29T20:09:14Z</published>
    <updated>2008-12-29T20:09:14Z</updated>
    <category term="Code"/>
    <link href="http://www.opensoul.org/2007/4/17/moving-podcast-tracks-into-your-itunes-library" rel="alternate" type="text/html"/>
    <title>Comment on 'Moving Podcast tracks into your iTunes library' by Seanderson7</title>
<content type="html">&lt;p&gt;Found this old feed and tried to figure out how to get a file from the music folder to podcast folder. Nothing quite did the trick, but after following Carlos and Riskpeep to http://mp3tag.de/ I got the goods. This is a very sophisticated editor and it is free!&lt;/p&gt;


	&lt;p&gt;First, move your file to the folder that holds the other podcasts you want to associate it with. Look at the Extended Tags (Alt-T) and compare with the file that you want to have appear with those other podcasts. Add Extended Tag fields to match up with the files that show up in podcasts. Remove fields that do not appear in the &#8220;good&#8221; files. It takes a few minutes, but it is a very polished program and you should have no trouble getting podcasts to go where you want them.&lt;/p&gt;


	&lt;p&gt;Thanks for the help!!&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.opensoul.org/">
    <author>
      <name>Nate</name>
    </author>
    <id>tag:www.opensoul.org,2008-11-17:9556:10106</id>
    <published>2008-12-25T08:01:45Z</published>
    <updated>2008-12-25T08:01:45Z</updated>
    <category term="Code"/>
    <link href="http://www.opensoul.org/2008/11/17/making-nested-sets-cool" rel="alternate" type="text/html"/>
    <title>Comment on 'awesome_nested_set: making nested sets cool' by Nate</title>
<content type="html">&lt;p&gt;Really appreciate the plugin.  I seem to have a bit of an issue and it very well may be related to my limited experience with rails.&lt;/p&gt;


	&lt;p&gt;Calling new() with my form params seems to blank out the parent_id.  Is this expected behaviour because move_to_child_of sets the parent_id or is this something I screwed up in my implementation?  I can grab the parent_id before calling new(), but I&#8217;m curious as to the workings going on here.  Perhaps there is a better way to handle fetching the parent record in this case&#8230;&lt;/p&gt;


	&lt;p&gt;Thanks again.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.opensoul.org/">
    <author>
      <name>Brandon</name>
    </author>
    <id>tag:www.opensoul.org,2006-09-16:629:10069</id>
    <published>2008-12-23T17:03:08Z</published>
    <updated>2008-12-23T17:03:08Z</updated>
    <category term="Code"/>
    <link href="http://www.opensoul.org/2006/9/16/paypal-ipn-in-rails-with-active-merchant" rel="alternate" type="text/html"/>
    <title>Comment on 'Paypal IPN in Rails with Active Merchant' by Brandon</title>
<content type="html">&lt;p&gt;Todd,&lt;/p&gt;


	&lt;p&gt;Keep in mind that Paypal will send you an &lt;span class=&quot;caps&quot;&gt;IPN&lt;/span&gt; any time the status of the payment changes.  For example, for an e-check, they&#8217;ll send the &lt;span class=&quot;caps&quot;&gt;IPN&lt;/span&gt; with a pending status when the check is submitted, and then again when the check clears.  So check &lt;code&gt;notify.status&lt;/code&gt; to see if that is changing.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.opensoul.org/">
    <author>
      <name>Todd</name>
    </author>
    <id>tag:www.opensoul.org,2006-09-16:629:9934</id>
    <published>2008-12-16T15:46:31Z</published>
    <updated>2008-12-16T15:46:31Z</updated>
    <category term="Code"/>
    <link href="http://www.opensoul.org/2006/9/16/paypal-ipn-in-rails-with-active-merchant" rel="alternate" type="text/html"/>
    <title>Comment on 'Paypal IPN in Rails with Active Merchant' by Todd</title>
<content type="html">&lt;p&gt;Thanks for the write-up. I&#8217;m using AM to process my IPNs but I&#8217;m having some problems. PayPal is continuing to send IPNs after I call notify.acknowledge, so I&#8217;m assuming there is something wrong with the acknowledgment. I posted something on PayPal and this was the response I got&lt;/p&gt;


	&lt;p&gt;http://www.paypaldeveloper.com/pdn/board/message?board.id=ipn&#38;thread.id=15228&lt;/p&gt;


	&lt;p&gt;Has anyone else run into this issue? Any ideas? I can process the &lt;span class=&quot;caps&quot;&gt;IPN&lt;/span&gt; without any problems, but I don&#8217;t want PayPal re-sending IPNs when its not necessary.&lt;/p&gt;


	&lt;p&gt;Thanks.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.opensoul.org/">
    <author>
      <name>Brandon</name>
    </author>
    <id>tag:www.opensoul.org,2006-07-21:550:9889</id>
    <published>2008-12-12T17:27:23Z</published>
    <updated>2008-12-12T17:27:23Z</updated>
    <category term="Code"/>
    <link href="http://www.opensoul.org/2006/7/21/acts_as_audited" rel="alternate" type="text/html"/>
    <title>Comment on 'acts_as_audited' by Brandon</title>
<content type="html">&lt;p&gt;Yep, it works with 2.2. I&#8217;m guessing you&#8217;re viewing the a gui.  The changes are a text field that store a serialized hash of the changes, and the gui is probably truncating it.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.opensoul.org/">
    <author>
      <name>But well</name>
    </author>
    <id>tag:www.opensoul.org,2008-08-21:7207:9886</id>
    <published>2008-12-12T14:27:58Z</published>
    <updated>2008-12-12T14:27:58Z</updated>
    <category term="Code"/>
    <link href="http://www.opensoul.org/2008/8/21/life-without-fixtures" rel="alternate" type="text/html"/>
    <title>Comment on 'Life without fixtures' by But well</title>
<content type="html">&lt;p&gt;But fixtures are loaded in a database&#8230; I don&#8217;t get your point&lt;/p&gt;</content>  </entry>
</feed>
