Documentation on Getting Started Page is incorrect
Reported by lukaso | July 5th, 2010 @ 05:57 PM
http://iphoneonrails.com/getting-started
The code under 'Support for nested resources...'
Response *res = [Connection get:dogPersonPath withUser:[[self
class] getUser]
andPassword:[[self class] getPassword]];
Should use 'getRemoteUser' instead of 'getUser' and 'getRemotePassword' instead of 'getPassword'.
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Port of Rails' ActiveResource framework to the iPhone.