Swiftiply configuration for rails application

Hi,

Im trying to configure swiftiply and mongrel for my rails application.
I followed the tutorial provided in the link:

http://jit.nuance9.com/2007/11/rails-on … ngrel.html

Im getting the following error when trying to bring swiftiply up:

/usr/local/lib/ruby/gems/1.8/gems/swiftiply-0.6.1.1/bin/swiftiply:122:in
postprocess_config_load': undefined method has_key?’ for
swiftcore.org”:String (NoMethodError)
from
/usr/local/lib/ruby/gems/1.8/gems/swiftiply-0.6.1.1/bin/swiftiply:121:in
each' from /usr/local/lib/ruby/gems/1.8/gems/swiftiply-0.6.1.1/bin/swiftiply:121:in postprocess_config_load’
from
/usr/local/lib/ruby/gems/1.8/gems/swiftiply-0.6.1.1/bin/swiftiply:94:in
parse_options' from /usr/local/lib/ruby/gems/1.8/gems/swiftiply-0.6.1.1/bin/swiftiply:137:in run’
from
/usr/local/lib/ruby/gems/1.8/gems/swiftiply-0.6.1.1/bin/swiftiply:149
from /usr/local/bin/swiftiply:19:in `load’
from /usr/local/bin/swiftiply:19

Can anyone please share any thoughts on this? My version of ruby is
1.8.6. Im completely new to rails.

Thanks

On Tue, 29 Jan 2008, Anusha Vinod wrote:

postprocess_config_load': undefined method has_key?’ for
swiftcore.org”:String (NoMethodError)

Hmmm. I would guess that there is a problem with the configuration that
Swiftiply is being given.

It’s not really a general Ruby issue, so if you want, you can follow up
on
the Swiftiply mailing list, or email me directly at [email protected].

Send me a copy of your configuration file.

I’ll also be on irc.freenode.net in the #swiftcore channel later, but
there are usually some helpful people in there if you drop in and I’m
not
there yet.

Thanks,

Kirk H.