rails/activeresource - 0 views
-
-
張 旭 on 09 Mar 14所以執行 Person.find 時,會發送一個 GET 到 api.people.com:3000
-
張 旭 on 09 Mar 14所以執行 Person.find 時,會發送一個 GET 到 api.people.com:3000
-
-
Active Resource is built on a standard JSON or XML format for requesting and submitting resources over HTTP
-
When a request is made to a remote resource, a REST JSON request is generated, transmitted, and the result received and serialized into a usable Ruby object.
- ...2 more annotations...