unwire / handsoap

Handsoap is a library for creating SOAP clients in Ruby
http://github.com/unwire/handsoap
225 stars 58 forks source link

Rails 3 generator #16

Closed matthewford closed 9 years ago

matthewford commented 14 years ago

Could we get a rails 3 version of the generator?

bobcalco commented 13 years ago

I would second this request. Either that or give me a way to use the generator outside of Rails.

DavidEGrayson commented 11 years ago

I second this request. Also, it seems like you have to install Rails 2 just to run the tests for this gem, so that is not cool.

troelskn commented 11 years ago

I'm not doing much Ruby these days, so I'm not using this library currently. As such, don't hold your breath for me to implement a Rails 3 generator. That said, the generator is rather simple - Most of the heavy lifting happens in the library code (Specifically in handsoap/parser.rb). So if you're up to it, a pull request would be appreciated.