I am trying to create a simple web service in rails 3, but when I use rails g web_services remote it doesn’t work, the error is: Could not find generator web_service.
I tried to install actionwebservice gem, but the problem continues…
What should I do here?
thanks
actionwebservice is a very, very, very old gem. If you’re looking to create an API then I would take a look at Grape and see if that fits your need.