Displaying 1 result from an estimated 1 matches for "newapplication".
Did you mean:
napplication
2007 Jan 18
2
How to use API from AWS -- help!
...my "api_method"
calls and details what methods expect and return.
Now, that''s how I''m setup, and I''ve tested all of this and followed the
AWDWRv2 book. My problem is trying to access these methods from a
completely new application, so continuing:
$> rails newapplication
- "newapplication" will be one of the many applications that must use
the users web service to register and login, etc. How can I access
these methods? Here''s what I''m trying (with no luck):
1) In: class SomeController < ApplicationController I have,
web_client_ap...