>
> I'm puzzling through these instructions:
>
> http://www.texperts.com/2007/12/21/using-action-web-service-with-rails-20/
>
> And I've gotten as far as the instructions that read ... "First,
> above the Rails::Initializer.run block put ..." but I don't have any
> "Rails::Initializer.run" block.
>
Then you're probably not looking in the right file, because rails
wouldn't run without it.
Fred
"class Rails::Configuration ... end" goes before the Rails::Initializer.run
block. The lines starting with "config" go inside the
Rails::Initializer.run block.