This documentation is deprecated, please have a look at “savonrb.com”:http://savonrb.com/! p. The dynamic coding style of Savon is more elegant and the Ruby magic makes it easy to use. Integrating SOAP services is now a fun task! p. Handsoap makes a good job on encapsulating SOAP calls and provides a wide spectrum of configuration points. […]
Category: Ruby
Heroku with ruby-aaws
The first step of migrating my Rails app to Heroku included only a reduced feature set. I completely removed all parts dealing with the Amazon-API, because ruby-aaws could not be installed as a gem on Heroku. The ruby-aaws gem is build on Ruby >= 1.8.7 while Heroku is running 1.8.6 #fail. I asked Ian Macdonald, […]
Heroku with custom domain
I recently decided to switch my Rails hosting platform. I started Rails using a shared hosting solution from domainFACTORY. That solution did not quite fill my needs so i decided to give Heroku a try. Switching to Heroku is an easy taks, at least if you know what you’re doing… Using Heroku The heroku documentation […]