web_service removed from Rails?

Forums > Book - Chapter 6 > web_service removed from Rails?

Login to post a new topic

Author Message
neil
Member since 12 Feb 16:35
0 posts

I’m on Rails 2.02, and it looks as though I’m going to struggle with getting the Blogger API working because the web_service generator appears to have been stripped from Rails (unless I’m going crazy?!). Has anyone else encountered this problem and found a workaround?

bharat
Member since 25 Feb 12:52
0 posts

Rails 2.0 dropped Action Web Service from core, with the promise that all you had to do to get it back was to install the gem.
gem install actionwebservice

u196598
Member since 10 Mar 19:08
0 posts

I installed activewebservice using:
gem install activewebservice


But when trying to run following:
ruby script/generate web_service Backend


I still get the same error:
Couln’t find ‘web_service’ generator


Can someone help me this?


Thanks a lot.