Skip to content

Instantly share code, notes, and snippets.

@kirkconnell
Created March 4, 2011 23:02
Show Gist options
  • Save kirkconnell/855870 to your computer and use it in GitHub Desktop.
Save kirkconnell/855870 to your computer and use it in GitHub Desktop.
Forgot Password Cassette
---
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :post
uri: !str
str: http://sgcore.local:80/database_states.xml
"@_rails_html_safe": false
body: |
<?xml version="1.0" encoding="UTF-8"?>
<database-state>
<state-name>reset</state-name>
<load-lookup type="boolean">true</load-lookup>
</database-state>
headers:
content-type:
- application/xml
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 201
message: Created
headers:
location:
- http://sgcore.local/database_states/1
content-type:
- application/xml; charset=utf-8
x-runtime:
- "376"
date:
- Fri, 04 Mar 2011 23:00:33 GMT
server:
- WEBrick/1.3.1 (Ruby/1.8.7/2010-04-19)
content-length:
- "1"
cache-control:
- no-cache
body: " "
http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :post
uri: !str
str: http://sgcore.local:80/v1/entities.xml
"@_rails_html_safe": false
body: |
<?xml version="1.0" encoding="UTF-8"?>
<entity>
<address1 nil="true"></address1>
<city nil="true"></city>
<address2 nil="true"></address2>
<company-name>Big Process Server</company-name>
<country nil="true"></country>
<postal-code nil="true"></postal-code>
<phone2 nil="true"></phone2>
<phone nil="true"></phone>
<fax nil="true"></fax>
<state nil="true"></state>
<email>[email protected]</email>
</entity>
headers:
content-type:
- application/xml
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 201
message: Created
headers:
content-type:
- application/xml; charset=utf-8
x-runtime:
- "170"
date:
- Fri, 04 Mar 2011 23:00:34 GMT
server:
- WEBrick/1.3.1 (Ruby/1.8.7/2010-04-19)
content-length:
- "1278"
cache-control:
- no-cache
body: |
<?xml version="1.0" encoding="UTF-8"?>
<entity>
<active type="boolean">true</active>
<address1 nil="true"></address1>
<address2 nil="true"></address2>
<assigned-to-id type="integer" nil="true"></assigned-to-id>
<city nil="true"></city>
<company-name>Big Process Server</company-name>
<contact-first-name nil="true"></contact-first-name>
<contact-last-name nil="true"></contact-last-name>
<country nil="true"></country>
<created-at type="datetime">2011-03-04T23:00:33Z</created-at>
<customer-identification type="integer">49404</customer-identification>
<email>[email protected]</email>
<entity-type-id type="integer">28486</entity-type-id>
<fax nil="true"></fax>
<freeform-phone nil="true"></freeform-phone>
<id type="integer">19204</id>
<lead-source-id type="integer" nil="true"></lead-source-id>
<phone nil="true"></phone>
<phone2 nil="true"></phone2>
<postal-code nil="true"></postal-code>
<recommendation-uuid nil="true"></recommendation-uuid>
<reconciled type="boolean" nil="true"></reconciled>
<sm-entity-id type="integer" nil="true"></sm-entity-id>
<state nil="true"></state>
<survey-uuid nil="true"></survey-uuid>
<updated-at type="datetime">2011-03-04T23:00:34Z</updated-at>
<website nil="true"></website>
</entity>
http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :get
uri: !str
str: http://sgcore.local:80/v1/entities/19204.xml
"@_rails_html_safe": false
body:
headers:
accept:
- application/xml
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 200
message: OK
headers:
etag:
- "\"3e4b30dd68e17893cd1faaf3c2e87fa5\""
content-type:
- application/xml; charset=utf-8
x-runtime:
- "7"
date:
- Fri, 04 Mar 2011 23:00:34 GMT
server:
- WEBrick/1.3.1 (Ruby/1.8.7/2010-04-19)
content-length:
- "1278"
cache-control:
- private, max-age=0, must-revalidate
body: |
<?xml version="1.0" encoding="UTF-8"?>
<entity>
<active type="boolean">true</active>
<address1 nil="true"></address1>
<address2 nil="true"></address2>
<assigned-to-id type="integer" nil="true"></assigned-to-id>
<city nil="true"></city>
<company-name>Big Process Server</company-name>
<contact-first-name nil="true"></contact-first-name>
<contact-last-name nil="true"></contact-last-name>
<country nil="true"></country>
<created-at type="datetime">2011-03-04T23:00:33Z</created-at>
<customer-identification type="integer">49404</customer-identification>
<email>[email protected]</email>
<entity-type-id type="integer">28486</entity-type-id>
<fax nil="true"></fax>
<freeform-phone nil="true"></freeform-phone>
<id type="integer">19204</id>
<lead-source-id type="integer" nil="true"></lead-source-id>
<phone nil="true"></phone>
<phone2 nil="true"></phone2>
<postal-code nil="true"></postal-code>
<recommendation-uuid nil="true"></recommendation-uuid>
<reconciled type="boolean" nil="true"></reconciled>
<sm-entity-id type="integer" nil="true"></sm-entity-id>
<state nil="true"></state>
<survey-uuid nil="true"></survey-uuid>
<updated-at type="datetime">2011-03-04T23:00:34Z</updated-at>
<website nil="true"></website>
</entity>
http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :post
uri: !str
str: http://sgcore.local:80/v1/users.xml
"@_rails_html_safe": false
body: |
<?xml version="1.0" encoding="UTF-8"?>
<user>
<entity-id type="integer">19204</entity-id>
<password-confirmation>password</password-confirmation>
<admin type="boolean">true</admin>
<last-name>Doe</last-name>
<time-zone>Mountain Time (US &amp; Canada)</time-zone>
<password>password</password>
<first-name>Joe</first-name>
<email>[email protected]</email>
</user>
headers:
content-type:
- application/xml
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 201
message: Created
headers:
content-type:
- application/xml; charset=utf-8
x-runtime:
- "11"
date:
- Fri, 04 Mar 2011 23:00:34 GMT
server:
- WEBrick/1.3.1 (Ruby/1.8.7/2010-04-19)
content-length:
- "1247"
cache-control:
- no-cache
body: |
<?xml version="1.0" encoding="UTF-8"?>
<user>
<active type="boolean" nil="true"></active>
<address1 nil="true"></address1>
<address2 nil="true"></address2>
<admin type="boolean">true</admin>
<changeflag type="boolean">false</changeflag>
<city nil="true"></city>
<country nil="true"></country>
<created-at type="datetime">2011-03-04T23:00:34Z</created-at>
<deleted-at type="datetime" nil="true"></deleted-at>
<email>[email protected]</email>
<encrypted-password>aa5c8da466fd56ff3dec9c4998fdf1e1dd23fbec4ca8346dae152df9f19df3f3</encrypted-password>
<entity-id type="integer">19204</entity-id>
<first-name>Joe</first-name>
<gapps-email nil="true"></gapps-email>
<gapps-hash nil="true"></gapps-hash>
<id type="integer">40786</id>
<last-login type="datetime" nil="true"></last-login>
<last-name>Doe</last-name>
<locked type="boolean">false</locked>
<phone nil="true"></phone>
<postal-code nil="true"></postal-code>
<salt>tmrDk+2N</salt>
<state nil="true"></state>
<time-zone>Mountain Time (US &amp; Canada)</time-zone>
<title nil="true"></title>
<token nil="true"></token>
<unencrypted-password>User Set</unencrypted-password>
<updated-at type="datetime">2011-03-04T23:00:34Z</updated-at>
</user>
http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :get
uri: !str
str: http://sgcore.local:80/v1/users/[email protected]
"@_rails_html_safe": false
body:
headers:
accept:
- application/xml
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 200
message: OK
headers:
etag:
- "\"01276953b1c42b82771060c6ba860419\""
content-type:
- application/xml; charset=utf-8
x-runtime:
- "4"
date:
- Fri, 04 Mar 2011 23:00:34 GMT
server:
- WEBrick/1.3.1 (Ruby/1.8.7/2010-04-19)
content-length:
- "1247"
cache-control:
- private, max-age=0, must-revalidate
body: |
<?xml version="1.0" encoding="UTF-8"?>
<user>
<active type="boolean" nil="true"></active>
<address1 nil="true"></address1>
<address2 nil="true"></address2>
<admin type="boolean">true</admin>
<changeflag type="boolean">false</changeflag>
<city nil="true"></city>
<country nil="true"></country>
<created-at type="datetime">2011-03-04T23:00:34Z</created-at>
<deleted-at type="datetime" nil="true"></deleted-at>
<email>[email protected]</email>
<encrypted-password>aa5c8da466fd56ff3dec9c4998fdf1e1dd23fbec4ca8346dae152df9f19df3f3</encrypted-password>
<entity-id type="integer">19204</entity-id>
<first-name>Joe</first-name>
<gapps-email nil="true"></gapps-email>
<gapps-hash nil="true"></gapps-hash>
<id type="integer">40786</id>
<last-login type="datetime" nil="true"></last-login>
<last-name>Doe</last-name>
<locked type="boolean">false</locked>
<phone nil="true"></phone>
<postal-code nil="true"></postal-code>
<salt>tmrDk+2N</salt>
<state nil="true"></state>
<time-zone>Mountain Time (US &amp; Canada)</time-zone>
<title nil="true"></title>
<token nil="true"></token>
<unencrypted-password>User Set</unencrypted-password>
<updated-at type="datetime">2011-03-04T23:00:34Z</updated-at>
</user>
http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :get
uri: !str
str: http://sgcore.local:80/v1/users/40786.xml
"@_rails_html_safe": false
body:
headers:
accept:
- application/xml
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 200
message: OK
headers:
etag:
- "\"01276953b1c42b82771060c6ba860419\""
content-type:
- application/xml; charset=utf-8
x-runtime:
- "4"
date:
- Fri, 04 Mar 2011 23:00:34 GMT
server:
- WEBrick/1.3.1 (Ruby/1.8.7/2010-04-19)
content-length:
- "1247"
cache-control:
- private, max-age=0, must-revalidate
body: |
<?xml version="1.0" encoding="UTF-8"?>
<user>
<active type="boolean" nil="true"></active>
<address1 nil="true"></address1>
<address2 nil="true"></address2>
<admin type="boolean">true</admin>
<changeflag type="boolean">false</changeflag>
<city nil="true"></city>
<country nil="true"></country>
<created-at type="datetime">2011-03-04T23:00:34Z</created-at>
<deleted-at type="datetime" nil="true"></deleted-at>
<email>[email protected]</email>
<encrypted-password>aa5c8da466fd56ff3dec9c4998fdf1e1dd23fbec4ca8346dae152df9f19df3f3</encrypted-password>
<entity-id type="integer">19204</entity-id>
<first-name>Joe</first-name>
<gapps-email nil="true"></gapps-email>
<gapps-hash nil="true"></gapps-hash>
<id type="integer">40786</id>
<last-login type="datetime" nil="true"></last-login>
<last-name>Doe</last-name>
<locked type="boolean">false</locked>
<phone nil="true"></phone>
<postal-code nil="true"></postal-code>
<salt>tmrDk+2N</salt>
<state nil="true"></state>
<time-zone>Mountain Time (US &amp; Canada)</time-zone>
<title nil="true"></title>
<token nil="true"></token>
<unencrypted-password>User Set</unencrypted-password>
<updated-at type="datetime">2011-03-04T23:00:34Z</updated-at>
</user>
http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :put
uri: !str
str: http://sgcore.local:80/v1/users/40786.xml
"@_rails_html_safe": false
body: |
<?xml version="1.0" encoding="UTF-8"?>
<user>
<salt>tmrDk+2N</salt>
<encrypted-password>aa5c8da466fd56ff3dec9c4998fdf1e1dd23fbec4ca8346dae152df9f19df3f3</encrypted-password>
<address1 nil="true"></address1>
<gapps-hash nil="true"></gapps-hash>
<city nil="true"></city>
<created-at type="datetime">2011-03-04T23:00:34Z</created-at>
<address2 nil="true"></address2>
<gapps-email nil="true"></gapps-email>
<last-login nil="true"></last-login>
<title nil="true"></title>
<country nil="true"></country>
<entity-id type="integer">19204</entity-id>
<postal-code nil="true"></postal-code>
<token>abc012def345</token>
<updated-at type="datetime">2011-03-04T23:00:34Z</updated-at>
<deleted-at nil="true"></deleted-at>
<unencrypted-password>User Set</unencrypted-password>
<admin type="boolean">true</admin>
<id type="integer">40786</id>
<phone nil="true"></phone>
<last-name>Doe</last-name>
<time-zone>Mountain Time (US &amp; Canada)</time-zone>
<changeflag type="boolean">false</changeflag>
<first-name>Joe</first-name>
<state nil="true"></state>
<locked type="boolean">false</locked>
<email>[email protected]</email>
<active nil="true"></active>
</user>
headers:
content-type:
- application/xml
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 200
message: OK
headers:
content-type:
- application/xml; charset=utf-8
x-runtime:
- "14"
date:
- Fri, 04 Mar 2011 23:00:34 GMT
server:
- WEBrick/1.3.1 (Ruby/1.8.7/2010-04-19)
content-length:
- "1"
cache-control:
- no-cache
body: " "
http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :get
uri: !str
str: http://sgcore.local:80/v1/users/40786.xml
"@_rails_html_safe": false
body:
headers:
accept:
- application/xml
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 200
message: OK
headers:
etag:
- "\"3be3854050386bae191e0198c37479ec\""
content-type:
- application/xml; charset=utf-8
x-runtime:
- "5"
date:
- Fri, 04 Mar 2011 23:00:34 GMT
server:
- WEBrick/1.3.1 (Ruby/1.8.7/2010-04-19)
content-length:
- "1248"
cache-control:
- private, max-age=0, must-revalidate
body: |
<?xml version="1.0" encoding="UTF-8"?>
<user>
<active type="boolean" nil="true"></active>
<address1 nil="true"></address1>
<address2 nil="true"></address2>
<admin type="boolean">true</admin>
<changeflag type="boolean">false</changeflag>
<city nil="true"></city>
<country nil="true"></country>
<created-at type="datetime">2011-03-04T23:00:34Z</created-at>
<deleted-at type="datetime" nil="true"></deleted-at>
<email>[email protected]</email>
<encrypted-password>aa5c8da466fd56ff3dec9c4998fdf1e1dd23fbec4ca8346dae152df9f19df3f3</encrypted-password>
<entity-id type="integer">19204</entity-id>
<first-name>Joe</first-name>
<gapps-email nil="true"></gapps-email>
<gapps-hash nil="true"></gapps-hash>
<id type="integer">40786</id>
<last-login type="datetime" nil="true"></last-login>
<last-name>Doe</last-name>
<locked type="boolean">false</locked>
<phone nil="true"></phone>
<postal-code nil="true"></postal-code>
<salt>tmrDk+2N</salt>
<state nil="true"></state>
<time-zone>Mountain Time (US &amp; Canada)</time-zone>
<title nil="true"></title>
<token>abc012def345</token>
<unencrypted-password>User Set</unencrypted-password>
<updated-at type="datetime">2011-03-04T23:00:34Z</updated-at>
</user>
http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :get
uri: !str
str: http://sgcore.local:80/v1/users/[email protected]
"@_rails_html_safe": false
body:
headers:
accept:
- application/xml
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 200
message: OK
headers:
etag:
- "\"3be3854050386bae191e0198c37479ec\""
content-type:
- application/xml; charset=utf-8
x-runtime:
- "4"
date:
- Fri, 04 Mar 2011 23:00:34 GMT
server:
- WEBrick/1.3.1 (Ruby/1.8.7/2010-04-19)
content-length:
- "1248"
cache-control:
- private, max-age=0, must-revalidate
body: |
<?xml version="1.0" encoding="UTF-8"?>
<user>
<active type="boolean" nil="true"></active>
<address1 nil="true"></address1>
<address2 nil="true"></address2>
<admin type="boolean">true</admin>
<changeflag type="boolean">false</changeflag>
<city nil="true"></city>
<country nil="true"></country>
<created-at type="datetime">2011-03-04T23:00:34Z</created-at>
<deleted-at type="datetime" nil="true"></deleted-at>
<email>[email protected]</email>
<encrypted-password>aa5c8da466fd56ff3dec9c4998fdf1e1dd23fbec4ca8346dae152df9f19df3f3</encrypted-password>
<entity-id type="integer">19204</entity-id>
<first-name>Joe</first-name>
<gapps-email nil="true"></gapps-email>
<gapps-hash nil="true"></gapps-hash>
<id type="integer">40786</id>
<last-login type="datetime" nil="true"></last-login>
<last-name>Doe</last-name>
<locked type="boolean">false</locked>
<phone nil="true"></phone>
<postal-code nil="true"></postal-code>
<salt>tmrDk+2N</salt>
<state nil="true"></state>
<time-zone>Mountain Time (US &amp; Canada)</time-zone>
<title nil="true"></title>
<token>abc012def345</token>
<unencrypted-password>User Set</unencrypted-password>
<updated-at type="datetime">2011-03-04T23:00:34Z</updated-at>
</user>
http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :get
uri: !str
str: http://sgcore.local:80/v1/users/40786.xml
"@_rails_html_safe": false
body:
headers:
accept:
- application/xml
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 200
message: OK
headers:
etag:
- "\"3be3854050386bae191e0198c37479ec\""
content-type:
- application/xml; charset=utf-8
x-runtime:
- "4"
date:
- Fri, 04 Mar 2011 23:00:34 GMT
server:
- WEBrick/1.3.1 (Ruby/1.8.7/2010-04-19)
content-length:
- "1248"
cache-control:
- private, max-age=0, must-revalidate
body: |
<?xml version="1.0" encoding="UTF-8"?>
<user>
<active type="boolean" nil="true"></active>
<address1 nil="true"></address1>
<address2 nil="true"></address2>
<admin type="boolean">true</admin>
<changeflag type="boolean">false</changeflag>
<city nil="true"></city>
<country nil="true"></country>
<created-at type="datetime">2011-03-04T23:00:34Z</created-at>
<deleted-at type="datetime" nil="true"></deleted-at>
<email>[email protected]</email>
<encrypted-password>aa5c8da466fd56ff3dec9c4998fdf1e1dd23fbec4ca8346dae152df9f19df3f3</encrypted-password>
<entity-id type="integer">19204</entity-id>
<first-name>Joe</first-name>
<gapps-email nil="true"></gapps-email>
<gapps-hash nil="true"></gapps-hash>
<id type="integer">40786</id>
<last-login type="datetime" nil="true"></last-login>
<last-name>Doe</last-name>
<locked type="boolean">false</locked>
<phone nil="true"></phone>
<postal-code nil="true"></postal-code>
<salt>tmrDk+2N</salt>
<state nil="true"></state>
<time-zone>Mountain Time (US &amp; Canada)</time-zone>
<title nil="true"></title>
<token>abc012def345</token>
<unencrypted-password>User Set</unencrypted-password>
<updated-at type="datetime">2011-03-04T23:00:34Z</updated-at>
</user>
http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :get
uri: !str
str: http://sgcore.local:80/v1/users/40786.xml
"@_rails_html_safe": false
body:
headers:
accept:
- application/xml
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 200
message: OK
headers:
etag:
- "\"3be3854050386bae191e0198c37479ec\""
content-type:
- application/xml; charset=utf-8
x-runtime:
- "4"
date:
- Fri, 04 Mar 2011 23:00:35 GMT
server:
- WEBrick/1.3.1 (Ruby/1.8.7/2010-04-19)
content-length:
- "1248"
cache-control:
- private, max-age=0, must-revalidate
body: |
<?xml version="1.0" encoding="UTF-8"?>
<user>
<active type="boolean" nil="true"></active>
<address1 nil="true"></address1>
<address2 nil="true"></address2>
<admin type="boolean">true</admin>
<changeflag type="boolean">false</changeflag>
<city nil="true"></city>
<country nil="true"></country>
<created-at type="datetime">2011-03-04T23:00:34Z</created-at>
<deleted-at type="datetime" nil="true"></deleted-at>
<email>[email protected]</email>
<encrypted-password>aa5c8da466fd56ff3dec9c4998fdf1e1dd23fbec4ca8346dae152df9f19df3f3</encrypted-password>
<entity-id type="integer">19204</entity-id>
<first-name>Joe</first-name>
<gapps-email nil="true"></gapps-email>
<gapps-hash nil="true"></gapps-hash>
<id type="integer">40786</id>
<last-login type="datetime" nil="true"></last-login>
<last-name>Doe</last-name>
<locked type="boolean">false</locked>
<phone nil="true"></phone>
<postal-code nil="true"></postal-code>
<salt>tmrDk+2N</salt>
<state nil="true"></state>
<time-zone>Mountain Time (US &amp; Canada)</time-zone>
<title nil="true"></title>
<token>abc012def345</token>
<unencrypted-password>User Set</unencrypted-password>
<updated-at type="datetime">2011-03-04T23:00:34Z</updated-at>
</user>
http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :put
uri: !str
str: http://sgcore.local:80/v1/users/40786/update_password.xml?user%5Bpassword_confirmation%5D=abcdef&user%5Bpassword%5D=abcdef
"@_rails_html_safe": false
body:
headers:
content-type:
- application/xml
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 200
message: OK
headers:
etag:
- "\"aad0440b1a6de5b42397b6cdde35ce6b\""
content-type:
- application/xml; charset=utf-8
x-runtime:
- "67"
date:
- Fri, 04 Mar 2011 23:00:35 GMT
server:
- WEBrick/1.3.1 (Ruby/1.8.7/2010-04-19)
content-length:
- "1247"
cache-control:
- private, max-age=0, must-revalidate
body: |
<?xml version="1.0" encoding="UTF-8"?>
<user>
<active type="boolean" nil="true"></active>
<address1 nil="true"></address1>
<address2 nil="true"></address2>
<admin type="boolean">true</admin>
<changeflag type="boolean">false</changeflag>
<city nil="true"></city>
<country nil="true"></country>
<created-at type="datetime">2011-03-04T23:00:34Z</created-at>
<deleted-at type="datetime" nil="true"></deleted-at>
<email>[email protected]</email>
<encrypted-password>e9a7cbd32b99589da0d784bd1bf89051a16d7ef36dad01242cae410a6a08fdae</encrypted-password>
<entity-id type="integer">19204</entity-id>
<first-name>Joe</first-name>
<gapps-email nil="true"></gapps-email>
<gapps-hash nil="true"></gapps-hash>
<id type="integer">40786</id>
<last-login type="datetime" nil="true"></last-login>
<last-name>Doe</last-name>
<locked type="boolean">false</locked>
<phone nil="true"></phone>
<postal-code nil="true"></postal-code>
<salt>SQPYuWq0</salt>
<state nil="true"></state>
<time-zone>Mountain Time (US &amp; Canada)</time-zone>
<title nil="true"></title>
<token nil="true"></token>
<unencrypted-password>User Set</unencrypted-password>
<updated-at type="datetime">2011-03-04T23:00:35Z</updated-at>
</user>
http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :get
uri: !str
str: http://sgcore.local:80/v1/users/40786.xml
"@_rails_html_safe": false
body:
headers:
accept:
- application/xml
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 200
message: OK
headers:
etag:
- "\"aad0440b1a6de5b42397b6cdde35ce6b\""
content-type:
- application/xml; charset=utf-8
x-runtime:
- "4"
date:
- Fri, 04 Mar 2011 23:00:35 GMT
server:
- WEBrick/1.3.1 (Ruby/1.8.7/2010-04-19)
content-length:
- "1247"
cache-control:
- private, max-age=0, must-revalidate
body: |
<?xml version="1.0" encoding="UTF-8"?>
<user>
<active type="boolean" nil="true"></active>
<address1 nil="true"></address1>
<address2 nil="true"></address2>
<admin type="boolean">true</admin>
<changeflag type="boolean">false</changeflag>
<city nil="true"></city>
<country nil="true"></country>
<created-at type="datetime">2011-03-04T23:00:34Z</created-at>
<deleted-at type="datetime" nil="true"></deleted-at>
<email>[email protected]</email>
<encrypted-password>e9a7cbd32b99589da0d784bd1bf89051a16d7ef36dad01242cae410a6a08fdae</encrypted-password>
<entity-id type="integer">19204</entity-id>
<first-name>Joe</first-name>
<gapps-email nil="true"></gapps-email>
<gapps-hash nil="true"></gapps-hash>
<id type="integer">40786</id>
<last-login type="datetime" nil="true"></last-login>
<last-name>Doe</last-name>
<locked type="boolean">false</locked>
<phone nil="true"></phone>
<postal-code nil="true"></postal-code>
<salt>SQPYuWq0</salt>
<state nil="true"></state>
<time-zone>Mountain Time (US &amp; Canada)</time-zone>
<title nil="true"></title>
<token nil="true"></token>
<unencrypted-password>User Set</unencrypted-password>
<updated-at type="datetime">2011-03-04T23:00:35Z</updated-at>
</user>
http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :post
uri: !str
str: http://sgcore.local:80/sessions.xml
"@_rails_html_safe": false
body: |
<?xml version="1.0" encoding="UTF-8"?>
<session>
<password>abcdef</password>
<email>[email protected]</email>
</session>
headers:
content-type:
- application/xml
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 201
message: Created
headers:
location:
- http://sgcore.local/users/40786
content-type:
- text/html; charset=utf-8
x-runtime:
- "7"
date:
- Fri, 04 Mar 2011 23:00:35 GMT
server:
- WEBrick/1.3.1 (Ruby/1.8.7/2010-04-19)
content-length:
- "1"
cache-control:
- no-cache
body: " "
http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :get
uri: !str
str: http://sgcore.local:80/v1/users/40786.xml
"@_rails_html_safe": false
body:
headers:
accept:
- application/xml
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 200
message: OK
headers:
etag:
- "\"aad0440b1a6de5b42397b6cdde35ce6b\""
content-type:
- application/xml; charset=utf-8
x-runtime:
- "4"
date:
- Fri, 04 Mar 2011 23:00:35 GMT
server:
- WEBrick/1.3.1 (Ruby/1.8.7/2010-04-19)
content-length:
- "1247"
cache-control:
- private, max-age=0, must-revalidate
body: |
<?xml version="1.0" encoding="UTF-8"?>
<user>
<active type="boolean" nil="true"></active>
<address1 nil="true"></address1>
<address2 nil="true"></address2>
<admin type="boolean">true</admin>
<changeflag type="boolean">false</changeflag>
<city nil="true"></city>
<country nil="true"></country>
<created-at type="datetime">2011-03-04T23:00:34Z</created-at>
<deleted-at type="datetime" nil="true"></deleted-at>
<email>[email protected]</email>
<encrypted-password>e9a7cbd32b99589da0d784bd1bf89051a16d7ef36dad01242cae410a6a08fdae</encrypted-password>
<entity-id type="integer">19204</entity-id>
<first-name>Joe</first-name>
<gapps-email nil="true"></gapps-email>
<gapps-hash nil="true"></gapps-hash>
<id type="integer">40786</id>
<last-login type="datetime" nil="true"></last-login>
<last-name>Doe</last-name>
<locked type="boolean">false</locked>
<phone nil="true"></phone>
<postal-code nil="true"></postal-code>
<salt>SQPYuWq0</salt>
<state nil="true"></state>
<time-zone>Mountain Time (US &amp; Canada)</time-zone>
<title nil="true"></title>
<token nil="true"></token>
<unencrypted-password>User Set</unencrypted-password>
<updated-at type="datetime">2011-03-04T23:00:35Z</updated-at>
</user>
http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :get
uri: !str
str: http://sgcore.local:80/v1/users/40786.xml
"@_rails_html_safe": false
body:
headers:
accept:
- application/xml
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 200
message: OK
headers:
etag:
- "\"aad0440b1a6de5b42397b6cdde35ce6b\""
content-type:
- application/xml; charset=utf-8
x-runtime:
- "4"
date:
- Fri, 04 Mar 2011 23:00:35 GMT
server:
- WEBrick/1.3.1 (Ruby/1.8.7/2010-04-19)
content-length:
- "1247"
cache-control:
- private, max-age=0, must-revalidate
body: |
<?xml version="1.0" encoding="UTF-8"?>
<user>
<active type="boolean" nil="true"></active>
<address1 nil="true"></address1>
<address2 nil="true"></address2>
<admin type="boolean">true</admin>
<changeflag type="boolean">false</changeflag>
<city nil="true"></city>
<country nil="true"></country>
<created-at type="datetime">2011-03-04T23:00:34Z</created-at>
<deleted-at type="datetime" nil="true"></deleted-at>
<email>[email protected]</email>
<encrypted-password>e9a7cbd32b99589da0d784bd1bf89051a16d7ef36dad01242cae410a6a08fdae</encrypted-password>
<entity-id type="integer">19204</entity-id>
<first-name>Joe</first-name>
<gapps-email nil="true"></gapps-email>
<gapps-hash nil="true"></gapps-hash>
<id type="integer">40786</id>
<last-login type="datetime" nil="true"></last-login>
<last-name>Doe</last-name>
<locked type="boolean">false</locked>
<phone nil="true"></phone>
<postal-code nil="true"></postal-code>
<salt>SQPYuWq0</salt>
<state nil="true"></state>
<time-zone>Mountain Time (US &amp; Canada)</time-zone>
<title nil="true"></title>
<token nil="true"></token>
<unencrypted-password>User Set</unencrypted-password>
<updated-at type="datetime">2011-03-04T23:00:35Z</updated-at>
</user>
http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :put
uri: !str
str: http://sgcore.local:80/v1/users/40786.xml
"@_rails_html_safe": false
body: |
<?xml version="1.0" encoding="UTF-8"?>
<user>
<salt>tmrDk+2N</salt>
<encrypted-password>aa5c8da466fd56ff3dec9c4998fdf1e1dd23fbec4ca8346dae152df9f19df3f3</encrypted-password>
<address1 nil="true"></address1>
<gapps-hash nil="true"></gapps-hash>
<city nil="true"></city>
<created-at type="datetime">2011-03-04T23:00:34Z</created-at>
<address2 nil="true"></address2>
<gapps-email nil="true"></gapps-email>
<last-login nil="true"></last-login>
<title nil="true"></title>
<country nil="true"></country>
<entity-id type="integer">19204</entity-id>
<postal-code nil="true"></postal-code>
<token>abc012def345</token>
<updated-at type="datetime">2011-03-04T23:00:34Z</updated-at>
<deleted-at nil="true"></deleted-at>
<admin type="boolean">true</admin>
<unencrypted-password>User Set</unencrypted-password>
<id type="integer">40786</id>
<phone nil="true"></phone>
<last-name>Doe</last-name>
<time-zone>Mountain Time (US &amp; Canada)</time-zone>
<changeflag type="boolean">false</changeflag>
<first-name>Joe</first-name>
<state nil="true"></state>
<locked type="boolean">false</locked>
<email>[email protected]</email>
<active nil="true"></active>
</user>
headers:
content-type:
- application/xml
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 404
message: Not Found
headers:
content-type:
- text/html; charset=utf-8
server:
- WEBrick/1.3.1 (Ruby/1.8.7/2010-04-19)
date:
- Fri, 04 Mar 2011 23:03:19 GMT
content-length:
- "14252"
cache-control:
- no-cache
body: |-
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Action Controller: Exception caught</title>
<style>
body { background-color: #fff; color: #333; }
body, p, ol, ul, td {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
}
pre {
background-color: #eee;
padding: 10px;
font-size: 11px;
}
a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }
</style>
</head>
<body>
<h1>
ActiveRecord::RecordNotFound
in V1/usersController#update
</h1>
<pre>Couldn't find User with ID=40786</pre>
<p><code>RAILS_ROOT: /Users/kirk/Westin/sgcore</code></p>
<div id="traces">
<a href="#" onclick="document.getElementById('Framework-Trace').style.display='none';document.getElementById('Full-Trace').style.display='none';document.getElementById('Application-Trace').style.display='block';; return false;">Application Trace</a> |
<a href="#" onclick="document.getElementById('Application-Trace').style.display='none';document.getElementById('Full-Trace').style.display='none';document.getElementById('Framework-Trace').style.display='block';; return false;">Framework Trace</a> |
<a href="#" onclick="document.getElementById('Application-Trace').style.display='none';document.getElementById('Framework-Trace').style.display='none';document.getElementById('Full-Trace').style.display='block';; return false;">Full Trace</a>
<div id="Application-Trace" style="display: block;">
<pre><code>/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/activerecord-2.3.10/lib/active_record/base.rb:1620:in `find_one'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/activerecord-2.3.10/lib/active_record/base.rb:1603:in `find_from_ids'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/activerecord-2.3.10/lib/active_record/base.rb:620:in `find'
/Users/kirk/Westin/sgcore/app/controllers/v1/users_controller.rb:19:in `update'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/base.rb:1333:in `send'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/base.rb:1333:in `perform_action_without_filters'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/filters.rb:617:in `call_filters'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/activesupport-2.3.10/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/activesupport-2.3.10/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/flash.rb:151:in `perform_action'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/base.rb:532:in `send'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/base.rb:532:in `process_without_filters'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/filters.rb:606:in `process'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/base.rb:391:in `process'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/base.rb:386:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/routing/route_set.rb:438:in `call'</code></pre>
</div>
<div id="Framework-Trace" style="display: none;">
<pre><code>/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/dispatcher.rb:87:in `dispatch'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/dispatcher.rb:121:in `_call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/dispatcher.rb:106:in `call'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/server.rb:162:in `start'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/server.rb:95:in `start'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/server.rb:92:in `each'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/server.rb:92:in `start'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/server.rb:23:in `start'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/server.rb:82:in `start'
script/server:3:in `require'
script/server:3</code></pre>
</div>
<div id="Full-Trace" style="display: none;">
<pre><code>/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/activerecord-2.3.10/lib/active_record/base.rb:1620:in `find_one'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/activerecord-2.3.10/lib/active_record/base.rb:1603:in `find_from_ids'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/activerecord-2.3.10/lib/active_record/base.rb:620:in `find'
/Users/kirk/Westin/sgcore/app/controllers/v1/users_controller.rb:19:in `update'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/base.rb:1333:in `send'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/base.rb:1333:in `perform_action_without_filters'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/filters.rb:617:in `call_filters'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/activesupport-2.3.10/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/activesupport-2.3.10/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/flash.rb:151:in `perform_action'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/base.rb:532:in `send'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/base.rb:532:in `process_without_filters'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/filters.rb:606:in `process'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/base.rb:391:in `process'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/base.rb:386:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/routing/route_set.rb:438:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/dispatcher.rb:87:in `dispatch'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/dispatcher.rb:121:in `_call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/activerecord-2.3.10/lib/active_record/query_cache.rb:29:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/activerecord-2.3.10/lib/active_record/query_cache.rb:29:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/activerecord-2.3.10/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/activerecord-2.3.10/lib/active_record/query_cache.rb:9:in `cache'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/activerecord-2.3.10/lib/active_record/query_cache.rb:28:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/activerecord-2.3.10/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/string_coercion.rb:25:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/rack-1.1.0/lib/rack/head.rb:9:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/rack-1.1.0/lib/rack/methodoverride.rb:24:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/params_parser.rb:15:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/session/cookie_store.rb:100:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/failsafe.rb:26:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/rack-1.1.0/lib/rack/lock.rb:11:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/rack-1.1.0/lib/rack/lock.rb:11:in `synchronize'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/rack-1.1.0/lib/rack/lock.rb:11:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/actionpack-2.3.10/lib/action_controller/dispatcher.rb:106:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/rails-2.3.10/lib/rails/rack/static.rb:31:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/rack-1.1.0/lib/rack/urlmap.rb:47:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/rack-1.1.0/lib/rack/urlmap.rb:41:in `each'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/rack-1.1.0/lib/rack/urlmap.rb:41:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/rails-2.3.10/lib/rails/rack/log_tailer.rb:17:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/rack-1.1.0/lib/rack/content_length.rb:13:in `call'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/rack-1.1.0/lib/rack/handler/webrick.rb:48:in `service'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/server.rb:162:in `start'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/server.rb:95:in `start'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/server.rb:92:in `each'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/server.rb:92:in `start'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/server.rb:23:in `start'
/Users/kirk/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/webrick/server.rb:82:in `start'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/rack-1.1.0/lib/rack/handler/webrick.rb:14:in `run'
/Users/kirk/.rvm/gems/ree-1.8.7-2010.02@sgcore/gems/rails-2.3.10/lib/commands/server.rb:111
script/server:3:in `require'
script/server:3</code></pre>
</div>
</div>
<h2 style="margin-top: 30px">Request</h2>
<p><b>Parameters</b>: <pre>{&quot;format&quot;=&gt;&quot;xml&quot;,
&quot;id&quot;=&gt;&quot;40786&quot;,
&quot;user&quot;=&gt;{&quot;encrypted_password&quot;=&gt;&quot;aa5c8da466fd56ff3dec9c4998fdf1e1dd23fbec4ca8346dae152df9f19df3f3&quot;,
&quot;gapps_hash&quot;=&gt;nil,
&quot;salt&quot;=&gt;&quot;tmrDk+2N&quot;,
&quot;address1&quot;=&gt;nil,
&quot;city&quot;=&gt;nil,
&quot;created_at&quot;=&gt;Fri Mar 04 23:00:34 UTC 2011,
&quot;address2&quot;=&gt;nil,
&quot;gapps_email&quot;=&gt;nil,
&quot;last_login&quot;=&gt;nil,
&quot;title&quot;=&gt;nil,
&quot;country&quot;=&gt;nil,
&quot;entity_id&quot;=&gt;19204,
&quot;updated_at&quot;=&gt;Fri Mar 04 23:00:34 UTC 2011,
&quot;postal_code&quot;=&gt;nil,
&quot;token&quot;=&gt;&quot;abc012def345&quot;,
&quot;deleted_at&quot;=&gt;nil,
&quot;admin&quot;=&gt;true,
&quot;unencrypted_password&quot;=&gt;&quot;User Set&quot;,
&quot;id&quot;=&gt;40786,
&quot;phone&quot;=&gt;nil,
&quot;last_name&quot;=&gt;&quot;Doe&quot;,
&quot;changeflag&quot;=&gt;false,
&quot;time_zone&quot;=&gt;&quot;Mountain Time (US &amp; Canada)&quot;,
&quot;state&quot;=&gt;nil,
&quot;locked&quot;=&gt;false,
&quot;email&quot;=&gt;&quot;[email protected]&quot;,
&quot;active&quot;=&gt;nil,
&quot;first_name&quot;=&gt;&quot;Joe&quot;}}</pre></p>
<p><a href="#" onclick="document.getElementById('session_dump').style.display='block'; return false;">Show session dump</a></p>
<div id="session_dump" style="display:none"><pre class='debug_dump'>---
</pre></div>
<h2 style="margin-top: 30px">Response</h2>
<p><b>Headers</b>: <pre>{&quot;Content-Type&quot;=&gt;&quot;&quot;,
&quot;Cache-Control&quot;=&gt;&quot;no-cache&quot;}</pre></p>
</body>
</html>
http_version: "1.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment