board-client 0.3.0 → 0.99.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. data/.gitignore +4 -0
  2. data/.rspec +1 -0
  3. data/.rvmrc +47 -0
  4. data/Gemfile +1 -7
  5. data/README.md +63 -17
  6. data/Rakefile +4 -44
  7. data/board-client.gemspec +22 -66
  8. data/lib/board/client.rb +41 -22
  9. data/lib/board/client/api.rb +29 -0
  10. data/lib/board/client/candidates.rb +13 -0
  11. data/lib/board/client/organizations.rb +17 -0
  12. data/lib/board/client/request.rb +98 -0
  13. data/lib/board/client/user_organizations.rb +20 -0
  14. data/lib/board/client/users.rb +21 -0
  15. data/lib/board/client/version.rb +5 -0
  16. data/spec/board/client_spec.rb +27 -83
  17. data/spec/cassettes/candidate_exists_with_id.yml +30 -0
  18. data/spec/cassettes/candidate_id_does_not_exist.yml +336 -0
  19. data/spec/cassettes/candidate_invite_email_exists.yml +30 -0
  20. data/spec/cassettes/candidate_invite_when_invalid.yml +30 -0
  21. data/spec/cassettes/candidate_invite_when_valid.yml +32 -0
  22. data/spec/cassettes/list_user_organizations_with_invalid_id.yml +346 -0
  23. data/spec/cassettes/list_user_organizations_with_valid_id.yml +30 -0
  24. data/spec/cassettes/organization_add_user.yml +26 -0
  25. data/spec/cassettes/organization_add_user_-_organization_does_not_exist.yml +356 -0
  26. data/spec/cassettes/organization_add_user_-_user_does_not_exist.yml +348 -0
  27. data/spec/cassettes/organization_create_is_invalid.yml +30 -0
  28. data/spec/cassettes/organization_create_is_valid.yml +32 -0
  29. data/spec/cassettes/organization_exists_with_email.yml +30 -0
  30. data/spec/cassettes/organization_exists_with_id.yml +30 -0
  31. data/spec/cassettes/organization_id_does_not_exist.yml +354 -0
  32. data/spec/cassettes/organization_name_does_not_exist.yml +334 -0
  33. data/spec/cassettes/unsubscribe_email_does_not_exist.yml +340 -0
  34. data/spec/cassettes/unsubscribe_email_exists.yml +30 -0
  35. data/spec/cassettes/user_does_exist.yml +30 -0
  36. data/spec/cassettes/user_does_not_exist.yml +32 -0
  37. data/spec/cassettes/user_email_does_not_exist.yml +334 -0
  38. data/spec/cassettes/user_email_md5_does_not_exist.yml +334 -0
  39. data/spec/cassettes/user_exists_with_email.yml +30 -0
  40. data/spec/cassettes/user_exists_with_email_md5.yml +30 -0
  41. data/spec/cassettes/user_exists_with_id.yml +30 -0
  42. data/spec/cassettes/user_id_does_not_exist.yml +346 -0
  43. data/spec/cassettes/user_missing_attributes.yml +30 -0
  44. data/spec/integration/candidates/find_spec.rb +28 -0
  45. data/spec/integration/candidates/invite_spec.rb +48 -0
  46. data/spec/integration/organizations/add_user_spec.rb +34 -0
  47. data/spec/integration/organizations/create_spec.rb +38 -0
  48. data/spec/integration/organizations/find_spec.rb +50 -0
  49. data/spec/integration/users/create_spec.rb +54 -0
  50. data/spec/integration/users/find_spec.rb +73 -0
  51. data/spec/integration/users/list_organizations_spec.rb +36 -0
  52. data/spec/integration/users/unsubscribe_spec.rb +27 -0
  53. data/spec/spec_helper.rb +6 -5
  54. data/spec/support/integration_helpers.rb +17 -0
  55. data/spec/support/vcr.rb +11 -0
  56. metadata +144 -52
  57. data/Gemfile.lock +0 -22
  58. data/lib/board/candidate_search.rb +0 -45
  59. data/lib/board/request.rb +0 -78
  60. data/spec/board/candidate_search_spec.rb +0 -45
  61. data/spec/spec.opts +0 -1
@@ -0,0 +1,30 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :post
5
+ uri: http://localhost:3000/api/v1/organizations
6
+ body: user_credentials=Bdrc3t1LaiWtygbJ4jD6&description=%3ch1%3eNike%20Shoes%3c%2fh1%3e&website=http%3a%2f%2fnike.com&name=
7
+ headers:
8
+ content-type:
9
+ - application/x-www-form-urlencoded
10
+ response: !ruby/struct:VCR::Response
11
+ status: !ruby/struct:VCR::ResponseStatus
12
+ code: 422
13
+ message:
14
+ headers:
15
+ x-ua-compatible:
16
+ - IE=Edge
17
+ content-type:
18
+ - text/html; charset=utf-8
19
+ date:
20
+ - Mon, 29 Aug 2011 18:19:04 GMT
21
+ x-runtime:
22
+ - "0.116192"
23
+ set-cookie:
24
+ - _board_session=BAh7BiIPc2Vzc2lvbl9pZCIlZjczZTk4Y2E4NWVmYjVkN2VkNWI2ODcwOWZkYWFkYTM%3D--c14755217ed9be612e635649802ace5e4c6ad906; path=/; HttpOnly
25
+ cache-control:
26
+ - no-cache
27
+ transfer-encoding:
28
+ - chunked
29
+ body: " "
30
+ http_version: "1.1"
@@ -0,0 +1,32 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :post
5
+ uri: http://localhost:3000/api/v1/organizations
6
+ body: user_credentials=Bdrc3t1LaiWtygbJ4jD6&description=%3ch1%3eNike%20Shoes%3c%2fh1%3e&website=http%3a%2f%2fnike.com&name=Nike
7
+ headers:
8
+ content-type:
9
+ - application/x-www-form-urlencoded
10
+ response: !ruby/struct:VCR::Response
11
+ status: !ruby/struct:VCR::ResponseStatus
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ x-ua-compatible:
16
+ - IE=Edge
17
+ etag:
18
+ - "\"d22f305b3cd432e575d158fbe14b6af8\""
19
+ content-type:
20
+ - application/json; charset=utf-8
21
+ date:
22
+ - Mon, 29 Aug 2011 18:19:03 GMT
23
+ x-runtime:
24
+ - "0.502354"
25
+ set-cookie:
26
+ - _board_session=BAh7BiIPc2Vzc2lvbl9pZCIlMWIwMWQyOWFmZDY1MjhkMmRhZjdlZTgyZWI0YjM1ODA%3D--a53ef318443c2810c15bdabcf767e8e37fa0bf1b; path=/; HttpOnly
27
+ cache-control:
28
+ - max-age=0, private, must-revalidate
29
+ transfer-encoding:
30
+ - chunked
31
+ body: "{\"name\":\"Nike\",\"tracking_code\":null,\"created_at\":\"2011-08-29T18:19:04Z\",\"administrator_id\":null,\"updated_at\":\"2011-08-29T18:19:04Z\",\"logo\":{\"url\":null,\"medium\":{\"url\":null},\"large\":{\"url\":null},\"small\":{\"url\":null},\"mini\":{\"url\":null}},\"jobs_count\":0,\"id\":5,\"website\":\"http://nike.com\",\"employee_count_id\":null,\"description\":\"<h1>Nike Shoes</h1>\",\"cached_slug\":\"nike\",\"headquarters_id\":null}"
32
+ http_version: "1.1"
@@ -0,0 +1,30 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://localhost:3000/api/v1/organizations
6
+ body: user_credentials=Bdrc3t1LaiWtygbJ4jD6&name=RecruitMilitary
7
+ headers:
8
+ content-type:
9
+ - application/x-www-form-urlencoded
10
+ response: !ruby/struct:VCR::Response
11
+ status: !ruby/struct:VCR::ResponseStatus
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ x-ua-compatible:
16
+ - IE=Edge
17
+ etag:
18
+ - "\"8149640f9571db8d1c801a4aad6519e8\""
19
+ content-type:
20
+ - application/json; charset=utf-8
21
+ date:
22
+ - Mon, 29 Aug 2011 18:19:04 GMT
23
+ x-runtime:
24
+ - "0.202967"
25
+ cache-control:
26
+ - max-age=0, private, must-revalidate
27
+ transfer-encoding:
28
+ - chunked
29
+ body: "{\"name\":\"RecruitMilitary\",\"tracking_code\":null,\"created_at\":\"2011-08-29T18:18:16Z\",\"administrator_id\":null,\"updated_at\":\"2011-08-29T18:18:16Z\",\"logo\":{\"url\":null,\"medium\":{\"url\":null},\"large\":{\"url\":null},\"small\":{\"url\":null},\"mini\":{\"url\":null}},\"jobs_count\":0,\"id\":1,\"website\":\"http://www.recruitmilitary.com\",\"employee_count_id\":null,\"description\":null,\"cached_slug\":\"recruitmilitary\",\"headquarters_id\":null}"
30
+ http_version: "1.1"
@@ -0,0 +1,30 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://localhost:3000/api/v1/organizations/1
6
+ body: user_credentials=Bdrc3t1LaiWtygbJ4jD6
7
+ headers:
8
+ content-type:
9
+ - application/x-www-form-urlencoded
10
+ response: !ruby/struct:VCR::Response
11
+ status: !ruby/struct:VCR::ResponseStatus
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ x-ua-compatible:
16
+ - IE=Edge
17
+ etag:
18
+ - "\"8149640f9571db8d1c801a4aad6519e8\""
19
+ content-type:
20
+ - application/json; charset=utf-8
21
+ date:
22
+ - Mon, 29 Aug 2011 18:19:04 GMT
23
+ x-runtime:
24
+ - "0.180349"
25
+ cache-control:
26
+ - max-age=0, private, must-revalidate
27
+ transfer-encoding:
28
+ - chunked
29
+ body: "{\"name\":\"RecruitMilitary\",\"tracking_code\":null,\"created_at\":\"2011-08-29T18:18:16Z\",\"administrator_id\":null,\"updated_at\":\"2011-08-29T18:18:16Z\",\"logo\":{\"url\":null,\"medium\":{\"url\":null},\"large\":{\"url\":null},\"small\":{\"url\":null},\"mini\":{\"url\":null}},\"jobs_count\":0,\"id\":1,\"website\":\"http://www.recruitmilitary.com\",\"employee_count_id\":null,\"description\":null,\"cached_slug\":\"recruitmilitary\",\"headquarters_id\":null}"
30
+ http_version: "1.1"
@@ -0,0 +1,354 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://localhost:3000/api/v1/organizations/100000
6
+ body: user_credentials=Bdrc3t1LaiWtygbJ4jD6
7
+ headers:
8
+ content-type:
9
+ - application/x-www-form-urlencoded
10
+ response: !ruby/struct:VCR::Response
11
+ status: !ruby/struct:VCR::ResponseStatus
12
+ code: 404
13
+ message: Not Found
14
+ headers:
15
+ content-type:
16
+ - text/html
17
+ date:
18
+ - Mon, 29 Aug 2011 18:19:04 GMT
19
+ x-runtime:
20
+ - "0.134249"
21
+ content-length:
22
+ - "49722"
23
+ body: |
24
+ <html xmlns="http://www.w3.org/1999/xhtml">
25
+ <head>
26
+ <title>Action Controller: Exception caught</title>
27
+ <style>
28
+ body { background-color: #fff; color: #333; }
29
+
30
+ body, p, ol, ul, td {
31
+ font-family: verdana, arial, helvetica, sans-serif;
32
+ font-size: 13px;
33
+ line-height: 18px;
34
+ }
35
+
36
+ pre {
37
+ background-color: #eee;
38
+ padding: 10px;
39
+ font-size: 11px;
40
+ }
41
+
42
+ a { color: #000; }
43
+ a:visited { color: #666; }
44
+ a:hover { color: #fff; background-color:#000; }
45
+ </style>
46
+ </head>
47
+ <body>
48
+
49
+ <h1>
50
+ ActiveRecord::RecordNotFound
51
+ in Api::V1::OrganizationsController#show
52
+ </h1>
53
+ <pre>Couldn't find Organization with ID=100000</pre>
54
+
55
+
56
+ <p><code>Rails.root: /Users/michaelguterl/code/rm/board</code></p>
57
+
58
+ <div id="traces">
59
+ <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> |
60
+ <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> |
61
+ <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>
62
+
63
+ <div id="Application-Trace" style="display: block;">
64
+ <pre><code>app/controllers/api/v1/organizations_controller.rb:15:in `show'</code></pre>
65
+ </div>
66
+ <div id="Framework-Trace" style="display: none;">
67
+ <pre><code>activerecord (3.0.9) lib/active_record/relation/finder_methods.rb:304:in `find_one_without_friendly'
68
+ friendly_id (3.2.1) lib/friendly_id/active_record_adapter/relation.rb:77:in `send'
69
+ friendly_id (3.2.1) lib/friendly_id/active_record_adapter/relation.rb:77:in `find_one_with_slug'
70
+ friendly_id (3.2.1) lib/friendly_id/active_record_adapter/relation.rb:58:in `find_one_with_cached_slug'
71
+ friendly_id (3.2.1) lib/friendly_id/active_record_adapter/relation.rb:23:in `find_one'
72
+ friendly_id (3.2.1) lib/friendly_id/active_record_adapter/relation.rb:150:in `find_one'
73
+ activerecord (3.0.9) lib/active_record/relation/finder_methods.rb:289:in `find_with_ids'
74
+ activerecord (3.0.9) lib/active_record/relation/finder_methods.rb:107:in `find'
75
+ activerecord (3.0.9) lib/active_record/base.rb:444:in `__send__'
76
+ activerecord (3.0.9) lib/active_record/base.rb:444:in `find'
77
+ actionpack (3.0.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
78
+ actionpack (3.0.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
79
+ actionpack (3.0.9) lib/abstract_controller/base.rb:150:in `process_action'
80
+ actionpack (3.0.9) lib/action_controller/metal/rendering.rb:11:in `process_action'
81
+ actionpack (3.0.9) lib/abstract_controller/callbacks.rb:18:in `process_action'
82
+ activesupport (3.0.9) lib/active_support/callbacks.rb:461:in `_run__1856042258__process_action__453433196__callbacks'
83
+ activesupport (3.0.9) lib/active_support/callbacks.rb:410:in `send'
84
+ activesupport (3.0.9) lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'
85
+ activesupport (3.0.9) lib/active_support/callbacks.rb:94:in `send'
86
+ activesupport (3.0.9) lib/active_support/callbacks.rb:94:in `run_callbacks'
87
+ actionpack (3.0.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
88
+ actionpack (3.0.9) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
89
+ activesupport (3.0.9) lib/active_support/notifications.rb:52:in `instrument'
90
+ activesupport (3.0.9) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
91
+ activesupport (3.0.9) lib/active_support/notifications.rb:52:in `instrument'
92
+ actionpack (3.0.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
93
+ actionpack (3.0.9) lib/action_controller/metal/rescue.rb:17:in `process_action'
94
+ newrelic_rpm (3.0.1) lib/new_relic/agent/instrumentation/rails3/action_controller.rb:34:in `process_action'
95
+ newrelic_rpm (3.0.1) lib/new_relic/agent/instrumentation/controller_instrumentation.rb:253:in `perform_action_with_newrelic_trace'
96
+ newrelic_rpm (3.0.1) lib/new_relic/agent/method_tracer.rb:193:in `trace_execution_scoped'
97
+ newrelic_rpm (3.0.1) lib/new_relic/agent/instrumentation/controller_instrumentation.rb:248:in `perform_action_with_newrelic_trace'
98
+ newrelic_rpm (3.0.1) lib/new_relic/agent/instrumentation/rails3/action_controller.rb:33:in `process_action'
99
+ actionpack (3.0.9) lib/abstract_controller/base.rb:119:in `process'
100
+ actionpack (3.0.9) lib/abstract_controller/rendering.rb:41:in `process'
101
+ actionpack (3.0.9) lib/action_controller/metal.rb:138:in `dispatch'
102
+ actionpack (3.0.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
103
+ actionpack (3.0.9) lib/action_controller/metal.rb:178:in `action'
104
+ actionpack (3.0.9) lib/action_dispatch/routing/route_set.rb:62:in `call'
105
+ actionpack (3.0.9) lib/action_dispatch/routing/route_set.rb:62:in `dispatch'
106
+ actionpack (3.0.9) lib/action_dispatch/routing/route_set.rb:27:in `call'
107
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:148:in `call'
108
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:93:in `recognize'
109
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:89:in `optimized_each'
110
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:92:in `recognize'
111
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:139:in `call'
112
+ actionpack (3.0.9) lib/action_dispatch/routing/route_set.rb:493:in `call'
113
+ /Users/michaelguterl/.rvm/gems/ree-1.8.7-2011.03@rm-board/bundler/gems/oauth2-provider-465353dcca4f/lib/oauth2/provider/rack/middleware.rb:14:in `call'
114
+ /Users/michaelguterl/.rvm/gems/ree-1.8.7-2011.03@rm-board/bundler/gems/oauth2-provider-465353dcca4f/lib/oauth2/provider/rack/middleware.rb:10:in `catch'
115
+ /Users/michaelguterl/.rvm/gems/ree-1.8.7-2011.03@rm-board/bundler/gems/oauth2-provider-465353dcca4f/lib/oauth2/provider/rack/middleware.rb:10:in `call'
116
+ newrelic_rpm (3.0.1) lib/new_relic/rack/browser_monitoring.rb:18:in `call'
117
+ newrelic_rpm (3.0.1) lib/new_relic/rack/developer_mode.rb:24:in `call'
118
+ hoptoad_notifier (2.4.11) lib/hoptoad_notifier/rack.rb:27:in `call'
119
+ haml (3.0.25) lib/sass/plugin/rack.rb:41:in `call'
120
+ actionpack (3.0.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
121
+ actionpack (3.0.9) lib/action_dispatch/middleware/head.rb:14:in `call'
122
+ rack (1.2.3) lib/rack/methodoverride.rb:24:in `call'
123
+ actionpack (3.0.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
124
+ actionpack (3.0.9) lib/action_dispatch/middleware/flash.rb:182:in `call'
125
+ actionpack (3.0.9) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
126
+ actionpack (3.0.9) lib/action_dispatch/middleware/cookies.rb:302:in `call'
127
+ activerecord (3.0.9) lib/active_record/query_cache.rb:32:in `call'
128
+ activerecord (3.0.9) lib/active_record/connection_adapters/abstract/query_cache.rb:28:in `cache'
129
+ activerecord (3.0.9) lib/active_record/query_cache.rb:12:in `cache'
130
+ activerecord (3.0.9) lib/active_record/query_cache.rb:31:in `call'
131
+ activerecord (3.0.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:354:in `call'
132
+ actionpack (3.0.9) lib/action_dispatch/middleware/callbacks.rb:46:in `call'
133
+ activesupport (3.0.9) lib/active_support/callbacks.rb:416:in `_run_call_callbacks'
134
+ actionpack (3.0.9) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
135
+ rack (1.2.3) lib/rack/sendfile.rb:107:in `call'
136
+ actionpack (3.0.9) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
137
+ actionpack (3.0.9) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
138
+ railties (3.0.9) lib/rails/rack/logger.rb:13:in `call'
139
+ rack (1.2.3) lib/rack/runtime.rb:17:in `call'
140
+ activesupport (3.0.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
141
+ rack (1.2.3) lib/rack/lock.rb:11:in `call'
142
+ rack (1.2.3) lib/rack/lock.rb:11:in `synchronize'
143
+ rack (1.2.3) lib/rack/lock.rb:11:in `call'
144
+ actionpack (3.0.9) lib/action_dispatch/middleware/static.rb:30:in `call'
145
+ hoptoad_notifier (2.4.11) lib/hoptoad_notifier/user_informer.rb:12:in `call'
146
+ railties (3.0.9) lib/rails/application.rb:168:in `call'
147
+ railties (3.0.9) lib/rails/application.rb:77:in `send'
148
+ railties (3.0.9) lib/rails/application.rb:77:in `method_missing'
149
+ rack (1.2.3) lib/rack/urlmap.rb:47:in `call'
150
+ rack (1.2.3) lib/rack/urlmap.rb:41:in `each'
151
+ rack (1.2.3) lib/rack/urlmap.rb:41:in `call'
152
+ railties (3.0.9) lib/rails/rack/log_tailer.rb:14:in `call'
153
+ rack (1.2.3) lib/rack/content_length.rb:13:in `call'
154
+ rack (1.2.3) lib/rack/chunked.rb:15:in `call'
155
+ rack (1.2.3) lib/rack/handler/mongrel.rb:67:in `process'
156
+ mongrel (1.1.5) lib/mongrel.rb:159:in `process_client'
157
+ mongrel (1.1.5) lib/mongrel.rb:158:in `each'
158
+ mongrel (1.1.5) lib/mongrel.rb:158:in `process_client'
159
+ mongrel (1.1.5) lib/mongrel.rb:285:in `run'
160
+ mongrel (1.1.5) lib/mongrel.rb:285:in `initialize'
161
+ mongrel (1.1.5) lib/mongrel.rb:285:in `new'
162
+ mongrel (1.1.5) lib/mongrel.rb:285:in `run'
163
+ mongrel (1.1.5) lib/mongrel.rb:268:in `initialize'
164
+ mongrel (1.1.5) lib/mongrel.rb:268:in `new'
165
+ mongrel (1.1.5) lib/mongrel.rb:268:in `run'
166
+ rack (1.2.3) lib/rack/handler/mongrel.rb:38:in `run'
167
+ rack (1.2.3) lib/rack/server.rb:217:in `start'
168
+ railties (3.0.9) lib/rails/commands/server.rb:65:in `start'
169
+ railties (3.0.9) lib/rails/commands.rb:30
170
+ railties (3.0.9) lib/rails/commands.rb:27:in `tap'
171
+ railties (3.0.9) lib/rails/commands.rb:27
172
+ script/rails:6:in `require'
173
+ script/rails:6</code></pre>
174
+ </div>
175
+ <div id="Full-Trace" style="display: none;">
176
+ <pre><code>activerecord (3.0.9) lib/active_record/relation/finder_methods.rb:304:in `find_one_without_friendly'
177
+ friendly_id (3.2.1) lib/friendly_id/active_record_adapter/relation.rb:77:in `send'
178
+ friendly_id (3.2.1) lib/friendly_id/active_record_adapter/relation.rb:77:in `find_one_with_slug'
179
+ friendly_id (3.2.1) lib/friendly_id/active_record_adapter/relation.rb:58:in `find_one_with_cached_slug'
180
+ friendly_id (3.2.1) lib/friendly_id/active_record_adapter/relation.rb:23:in `find_one'
181
+ friendly_id (3.2.1) lib/friendly_id/active_record_adapter/relation.rb:150:in `find_one'
182
+ activerecord (3.0.9) lib/active_record/relation/finder_methods.rb:289:in `find_with_ids'
183
+ activerecord (3.0.9) lib/active_record/relation/finder_methods.rb:107:in `find'
184
+ activerecord (3.0.9) lib/active_record/base.rb:444:in `__send__'
185
+ activerecord (3.0.9) lib/active_record/base.rb:444:in `find'
186
+ app/controllers/api/v1/organizations_controller.rb:15:in `show'
187
+ actionpack (3.0.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
188
+ actionpack (3.0.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
189
+ actionpack (3.0.9) lib/abstract_controller/base.rb:150:in `process_action'
190
+ actionpack (3.0.9) lib/action_controller/metal/rendering.rb:11:in `process_action'
191
+ actionpack (3.0.9) lib/abstract_controller/callbacks.rb:18:in `process_action'
192
+ activesupport (3.0.9) lib/active_support/callbacks.rb:461:in `_run__1856042258__process_action__453433196__callbacks'
193
+ activesupport (3.0.9) lib/active_support/callbacks.rb:410:in `send'
194
+ activesupport (3.0.9) lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'
195
+ activesupport (3.0.9) lib/active_support/callbacks.rb:94:in `send'
196
+ activesupport (3.0.9) lib/active_support/callbacks.rb:94:in `run_callbacks'
197
+ actionpack (3.0.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
198
+ actionpack (3.0.9) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
199
+ activesupport (3.0.9) lib/active_support/notifications.rb:52:in `instrument'
200
+ activesupport (3.0.9) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
201
+ activesupport (3.0.9) lib/active_support/notifications.rb:52:in `instrument'
202
+ actionpack (3.0.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
203
+ actionpack (3.0.9) lib/action_controller/metal/rescue.rb:17:in `process_action'
204
+ newrelic_rpm (3.0.1) lib/new_relic/agent/instrumentation/rails3/action_controller.rb:34:in `process_action'
205
+ newrelic_rpm (3.0.1) lib/new_relic/agent/instrumentation/controller_instrumentation.rb:253:in `perform_action_with_newrelic_trace'
206
+ newrelic_rpm (3.0.1) lib/new_relic/agent/method_tracer.rb:193:in `trace_execution_scoped'
207
+ newrelic_rpm (3.0.1) lib/new_relic/agent/instrumentation/controller_instrumentation.rb:248:in `perform_action_with_newrelic_trace'
208
+ newrelic_rpm (3.0.1) lib/new_relic/agent/instrumentation/rails3/action_controller.rb:33:in `process_action'
209
+ actionpack (3.0.9) lib/abstract_controller/base.rb:119:in `process'
210
+ actionpack (3.0.9) lib/abstract_controller/rendering.rb:41:in `process'
211
+ actionpack (3.0.9) lib/action_controller/metal.rb:138:in `dispatch'
212
+ actionpack (3.0.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
213
+ actionpack (3.0.9) lib/action_controller/metal.rb:178:in `action'
214
+ actionpack (3.0.9) lib/action_dispatch/routing/route_set.rb:62:in `call'
215
+ actionpack (3.0.9) lib/action_dispatch/routing/route_set.rb:62:in `dispatch'
216
+ actionpack (3.0.9) lib/action_dispatch/routing/route_set.rb:27:in `call'
217
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:148:in `call'
218
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:93:in `recognize'
219
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:89:in `optimized_each'
220
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:92:in `recognize'
221
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:139:in `call'
222
+ actionpack (3.0.9) lib/action_dispatch/routing/route_set.rb:493:in `call'
223
+ /Users/michaelguterl/.rvm/gems/ree-1.8.7-2011.03@rm-board/bundler/gems/oauth2-provider-465353dcca4f/lib/oauth2/provider/rack/middleware.rb:14:in `call'
224
+ /Users/michaelguterl/.rvm/gems/ree-1.8.7-2011.03@rm-board/bundler/gems/oauth2-provider-465353dcca4f/lib/oauth2/provider/rack/middleware.rb:10:in `catch'
225
+ /Users/michaelguterl/.rvm/gems/ree-1.8.7-2011.03@rm-board/bundler/gems/oauth2-provider-465353dcca4f/lib/oauth2/provider/rack/middleware.rb:10:in `call'
226
+ newrelic_rpm (3.0.1) lib/new_relic/rack/browser_monitoring.rb:18:in `call'
227
+ newrelic_rpm (3.0.1) lib/new_relic/rack/developer_mode.rb:24:in `call'
228
+ hoptoad_notifier (2.4.11) lib/hoptoad_notifier/rack.rb:27:in `call'
229
+ haml (3.0.25) lib/sass/plugin/rack.rb:41:in `call'
230
+ actionpack (3.0.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
231
+ actionpack (3.0.9) lib/action_dispatch/middleware/head.rb:14:in `call'
232
+ rack (1.2.3) lib/rack/methodoverride.rb:24:in `call'
233
+ actionpack (3.0.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
234
+ actionpack (3.0.9) lib/action_dispatch/middleware/flash.rb:182:in `call'
235
+ actionpack (3.0.9) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
236
+ actionpack (3.0.9) lib/action_dispatch/middleware/cookies.rb:302:in `call'
237
+ activerecord (3.0.9) lib/active_record/query_cache.rb:32:in `call'
238
+ activerecord (3.0.9) lib/active_record/connection_adapters/abstract/query_cache.rb:28:in `cache'
239
+ activerecord (3.0.9) lib/active_record/query_cache.rb:12:in `cache'
240
+ activerecord (3.0.9) lib/active_record/query_cache.rb:31:in `call'
241
+ activerecord (3.0.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:354:in `call'
242
+ actionpack (3.0.9) lib/action_dispatch/middleware/callbacks.rb:46:in `call'
243
+ activesupport (3.0.9) lib/active_support/callbacks.rb:416:in `_run_call_callbacks'
244
+ actionpack (3.0.9) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
245
+ rack (1.2.3) lib/rack/sendfile.rb:107:in `call'
246
+ actionpack (3.0.9) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
247
+ actionpack (3.0.9) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
248
+ railties (3.0.9) lib/rails/rack/logger.rb:13:in `call'
249
+ rack (1.2.3) lib/rack/runtime.rb:17:in `call'
250
+ activesupport (3.0.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
251
+ rack (1.2.3) lib/rack/lock.rb:11:in `call'
252
+ rack (1.2.3) lib/rack/lock.rb:11:in `synchronize'
253
+ rack (1.2.3) lib/rack/lock.rb:11:in `call'
254
+ actionpack (3.0.9) lib/action_dispatch/middleware/static.rb:30:in `call'
255
+ hoptoad_notifier (2.4.11) lib/hoptoad_notifier/user_informer.rb:12:in `call'
256
+ railties (3.0.9) lib/rails/application.rb:168:in `call'
257
+ railties (3.0.9) lib/rails/application.rb:77:in `send'
258
+ railties (3.0.9) lib/rails/application.rb:77:in `method_missing'
259
+ rack (1.2.3) lib/rack/urlmap.rb:47:in `call'
260
+ rack (1.2.3) lib/rack/urlmap.rb:41:in `each'
261
+ rack (1.2.3) lib/rack/urlmap.rb:41:in `call'
262
+ railties (3.0.9) lib/rails/rack/log_tailer.rb:14:in `call'
263
+ rack (1.2.3) lib/rack/content_length.rb:13:in `call'
264
+ rack (1.2.3) lib/rack/chunked.rb:15:in `call'
265
+ rack (1.2.3) lib/rack/handler/mongrel.rb:67:in `process'
266
+ mongrel (1.1.5) lib/mongrel.rb:159:in `process_client'
267
+ mongrel (1.1.5) lib/mongrel.rb:158:in `each'
268
+ mongrel (1.1.5) lib/mongrel.rb:158:in `process_client'
269
+ mongrel (1.1.5) lib/mongrel.rb:285:in `run'
270
+ mongrel (1.1.5) lib/mongrel.rb:285:in `initialize'
271
+ mongrel (1.1.5) lib/mongrel.rb:285:in `new'
272
+ mongrel (1.1.5) lib/mongrel.rb:285:in `run'
273
+ mongrel (1.1.5) lib/mongrel.rb:268:in `initialize'
274
+ mongrel (1.1.5) lib/mongrel.rb:268:in `new'
275
+ mongrel (1.1.5) lib/mongrel.rb:268:in `run'
276
+ rack (1.2.3) lib/rack/handler/mongrel.rb:38:in `run'
277
+ rack (1.2.3) lib/rack/server.rb:217:in `start'
278
+ railties (3.0.9) lib/rails/commands/server.rb:65:in `start'
279
+ railties (3.0.9) lib/rails/commands.rb:30
280
+ railties (3.0.9) lib/rails/commands.rb:27:in `tap'
281
+ railties (3.0.9) lib/rails/commands.rb:27
282
+ script/rails:6:in `require'
283
+ script/rails:6</code></pre>
284
+ </div>
285
+ </div>
286
+
287
+
288
+
289
+ <h2 style="margin-top: 30px">Request</h2>
290
+ <p><b>Parameters</b>: <pre>{&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;,
291
+ &quot;id&quot;=&gt;&quot;100000&quot;}</pre></p>
292
+
293
+ <p><a href="#" onclick="document.getElementById('session_dump').style.display='block'; return false;">Show session dump</a></p>
294
+ <div id="session_dump" style="display:none"><pre></pre></div>
295
+
296
+ <p><a href="#" onclick="document.getElementById('env_dump').style.display='block'; return false;">Show env dump</a></p>
297
+ <div id="env_dump" style="display:none"><pre>CONTENT_LENGTH: &quot;37&quot;
298
+ CONTENT_TYPE: &quot;application/x-www-form-urlencoded&quot;
299
+ GATEWAY_INTERFACE: &quot;CGI/1.2&quot;
300
+ HTTP_ACCEPT: &quot;*/*&quot;
301
+ HTTP_HOST: &quot;localhost:3000&quot;
302
+ HTTP_VERSION: &quot;HTTP/1.1&quot;
303
+ PATH_INFO: &quot;/api/v1/organizations/100000&quot;
304
+ QUERY_STRING: &quot;&quot;
305
+ REMOTE_ADDR: &quot;127.0.0.1&quot;
306
+ REQUEST_METHOD: &quot;GET&quot;
307
+ REQUEST_PATH: &quot;/api/v1/organizations/100000&quot;
308
+ REQUEST_URI: &quot;/api/v1/organizations/100000&quot;
309
+ SCRIPT_NAME: &quot;&quot;
310
+ SERVER_NAME: &quot;localhost&quot;
311
+ SERVER_PORT: &quot;3000&quot;
312
+ SERVER_PROTOCOL: &quot;HTTP/1.1&quot;
313
+ SERVER_SOFTWARE: &quot;Mongrel 1.1.5&quot;
314
+ action_controller.instance: #&lt;Api::V1::OrganizationsController:0x10d999a90 @_action_name=&quot;show&quot;, @_headers={&quot;Content-Type&quot;=&gt;&quot;text/html&quot;}, @_config=#&lt;OrderedHash {}&gt;, @_env={&quot;action_dispatch.request.formats&quot;=&gt;[#&lt;Mime::Type:0x10b13b710 @symbol=nil, @synonyms=[], @string=&quot;*/*&quot;&gt;], &quot;action_dispatch.request.parameters&quot;=&gt;{&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;100000&quot;, &quot;controller&quot;=&gt;&quot;api/v1/organizations&quot;}, &quot;rack.session&quot;=&gt;{}, &quot;HTTP_ACCEPT&quot;=&gt;&quot;*/*&quot;, &quot;HTTP_HOST&quot;=&gt;&quot;localhost:3000&quot;, &quot;SERVER_NAME&quot;=&gt;&quot;localhost&quot;, &quot;action_dispatch.remote_ip&quot;=&gt;#&lt;ActionDispatch::RemoteIp::RemoteIpGetter:0x10dc6e6a8 @env={...}, @trusted_proxies=/(^127\.0\.0\.1$|^(10|172\.(1[6-9]|2[0-9]|30|31)|192\.168)\.)/i, @check_ip_spoofing=true, @remote_addrs=[]&gt;, &quot;rack.url_scheme&quot;=&gt;&quot;http&quot;, &quot;REQUEST_PATH&quot;=&gt;&quot;/api/v1/organizations/100000&quot;, &quot;CONTENT_LENGTH&quot;=&gt;&quot;37&quot;, &quot;action_dispatch.request.query_parameters&quot;=&gt;{}, &quot;action_dispatch.request.unsigned_session_cookie&quot;=&gt;{}, &quot;rack.errors&quot;=&gt;#&lt;IO:0x1094fcd10&gt;, &quot;CONTENT_TYPE&quot;=&gt;&quot;application/x-www-form-urlencoded&quot;, &quot;SERVER_PROTOCOL&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;hoptoad.error_id&quot;=&gt;nil, &quot;action_dispatch.request.accepts&quot;=&gt;[#&lt;Mime::Type:0x10b13b710 @symbol=nil, @synonyms=[], @string=&quot;*/*&quot;&gt;], &quot;action_dispatch.secret_token&quot;=&gt;&quot;83967e16c1b5ea7b4d2ebe7e14135a9472ea4e95cef9becba105bc5887b9fd997f834e05ffd72d402b425e9c2a87ef70b56c5ae19c86c1e49bfb03462c074425&quot;, &quot;rack.version&quot;=&gt;[1, 1], &quot;rack.run_once&quot;=&gt;false, &quot;SERVER_SOFTWARE&quot;=&gt;&quot;Mongrel 1.1.5&quot;, &quot;PATH_INFO&quot;=&gt;&quot;/api/v1/organizations/100000&quot;, &quot;REMOTE_ADDR&quot;=&gt;&quot;127.0.0.1&quot;, &quot;action_dispatch.request.path_parameters&quot;=&gt;{:action=&gt;&quot;show&quot;, :id=&gt;&quot;100000&quot;, :controller=&gt;&quot;api/v1/organizations&quot;}, &quot;SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;action_dispatch.parameter_filter&quot;=&gt;[:password], &quot;action_dispatch.show_exceptions&quot;=&gt;true, &quot;rack.multithread&quot;=&gt;false, &quot;HTTP_VERSION&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;action_dispatch.request.request_parameters&quot;=&gt;{&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;}, &quot;rack.request.form_vars&quot;=&gt;&quot;user_credentials=Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action_dispatch.cookies&quot;=&gt;{}, &quot;rack.multiprocess&quot;=&gt;false, &quot;REQUEST_URI&quot;=&gt;&quot;/api/v1/organizations/100000&quot;, &quot;rack.request.query_hash&quot;=&gt;{}, &quot;rack.request.form_input&quot;=&gt;#&lt;StringIO:0x10dc6fd00&gt;, &quot;SERVER_PORT&quot;=&gt;&quot;3000&quot;, &quot;action_controller.instance&quot;=&gt;#&lt;Api::V1::OrganizationsController:0x10d999a90 ...&gt;, &quot;rack.session.options&quot;=&gt;{:expire_after=&gt;nil, :httponly=&gt;true, :domain=&gt;nil, :path=&gt;&quot;/&quot;, :secure=&gt;false, :id=&gt;nil}, &quot;REQUEST_METHOD&quot;=&gt;&quot;GET&quot;, &quot;oauth2&quot;=&gt;#&lt;OAuth2::Provider::Rack::ResourceRequest:0x10dc54730 @env={...}&gt;, &quot;rack.request.query_string&quot;=&gt;&quot;&quot;, &quot;rack.request.form_hash&quot;=&gt;{&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;}, &quot;action_dispatch.request.content_type&quot;=&gt;#&lt;Mime::Type:0x108a2fe28 @symbol=:url_encoded_form, @synonyms=[], @string=&quot;application/x-www-form-urlencoded&quot;&gt;, &quot;QUERY_STRING&quot;=&gt;&quot;&quot;, &quot;rack.input&quot;=&gt;#&lt;StringIO:0x10dc6fd00&gt;, &quot;GATEWAY_INTERFACE&quot;=&gt;&quot;CGI/1.2&quot;}, @_response=#&lt;ActionDispatch::Response:0x10d999900 @cookie=[], @cache_control={}, @body=[], @header={}, @writer=#&lt;Proc:0x0000000108d46878@/Users/michaelguterl/.rvm/gems/ree-1.8.7-2011.03@rm-board/gems/actionpack-3.0.9/lib/action_dispatch/http/response.rb:43&gt;, @block=nil, @blank=false, @status=200, @sending_file=false, @etag=nil, @length=0, @request=#&lt;ActionDispatch::Request:0x10d9999c8 @request_method=&quot;GET&quot;, @filtered_parameters={&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;100000&quot;, &quot;controller&quot;=&gt;&quot;api/v1/organizations&quot;}, @fullpath=&quot;/api/v1/organizations/100000&quot;, @env={&quot;action_dispatch.request.formats&quot;=&gt;[#&lt;Mime::Type:0x10b13b710 @symbol=nil, @synonyms=[], @string=&quot;*/*&quot;&gt;], &quot;action_dispatch.request.parameters&quot;=&gt;{&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;100000&quot;, &quot;controller&quot;=&gt;&quot;api/v1/organizations&quot;}, &quot;rack.session&quot;=&gt;{}, &quot;HTTP_ACCEPT&quot;=&gt;&quot;*/*&quot;, &quot;HTTP_HOST&quot;=&gt;&quot;localhost:3000&quot;, &quot;SERVER_NAME&quot;=&gt;&quot;localhost&quot;, &quot;action_dispatch.remote_ip&quot;=&gt;#&lt;ActionDispatch::RemoteIp::RemoteIpGetter:0x10dc6e6a8 @env={...}, @trusted_proxies=/(^127\.0\.0\.1$|^(10|172\.(1[6-9]|2[0-9]|30|31)|192\.168)\.)/i, @check_ip_spoofing=true, @remote_addrs=[]&gt;, &quot;rack.url_scheme&quot;=&gt;&quot;http&quot;, &quot;REQUEST_PATH&quot;=&gt;&quot;/api/v1/organizations/100000&quot;, &quot;CONTENT_LENGTH&quot;=&gt;&quot;37&quot;, &quot;action_dispatch.request.query_parameters&quot;=&gt;{}, &quot;action_dispatch.request.unsigned_session_cookie&quot;=&gt;{}, &quot;rack.errors&quot;=&gt;#&lt;IO:0x1094fcd10&gt;, &quot;CONTENT_TYPE&quot;=&gt;&quot;application/x-www-form-urlencoded&quot;, &quot;SERVER_PROTOCOL&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;hoptoad.error_id&quot;=&gt;nil, &quot;action_dispatch.request.accepts&quot;=&gt;[#&lt;Mime::Type:0x10b13b710 @symbol=nil, @synonyms=[], @string=&quot;*/*&quot;&gt;], &quot;action_dispatch.secret_token&quot;=&gt;&quot;83967e16c1b5ea7b4d2ebe7e14135a9472ea4e95cef9becba105bc5887b9fd997f834e05ffd72d402b425e9c2a87ef70b56c5ae19c86c1e49bfb03462c074425&quot;, &quot;rack.version&quot;=&gt;[1, 1], &quot;rack.run_once&quot;=&gt;false, &quot;SERVER_SOFTWARE&quot;=&gt;&quot;Mongrel 1.1.5&quot;, &quot;PATH_INFO&quot;=&gt;&quot;/api/v1/organizations/100000&quot;, &quot;REMOTE_ADDR&quot;=&gt;&quot;127.0.0.1&quot;, &quot;action_dispatch.request.path_parameters&quot;=&gt;{:action=&gt;&quot;show&quot;, :id=&gt;&quot;100000&quot;, :controller=&gt;&quot;api/v1/organizations&quot;}, &quot;SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;action_dispatch.parameter_filter&quot;=&gt;[:password], &quot;action_dispatch.show_exceptions&quot;=&gt;true, &quot;rack.multithread&quot;=&gt;false, &quot;HTTP_VERSION&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;action_dispatch.request.request_parameters&quot;=&gt;{&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;}, &quot;rack.request.form_vars&quot;=&gt;&quot;user_credentials=Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action_dispatch.cookies&quot;=&gt;{}, &quot;rack.multiprocess&quot;=&gt;false, &quot;REQUEST_URI&quot;=&gt;&quot;/api/v1/organizations/100000&quot;, &quot;rack.request.query_hash&quot;=&gt;{}, &quot;rack.request.form_input&quot;=&gt;#&lt;StringIO:0x10dc6fd00&gt;, &quot;SERVER_PORT&quot;=&gt;&quot;3000&quot;, &quot;action_controller.instance&quot;=&gt;#&lt;Api::V1::OrganizationsController:0x10d999a90 ...&gt;, &quot;rack.session.options&quot;=&gt;{:expire_after=&gt;nil, :httponly=&gt;true, :domain=&gt;nil, :path=&gt;&quot;/&quot;, :secure=&gt;false, :id=&gt;nil}, &quot;REQUEST_METHOD&quot;=&gt;&quot;GET&quot;, &quot;oauth2&quot;=&gt;#&lt;OAuth2::Provider::Rack::ResourceRequest:0x10dc54730 @env={...}&gt;, &quot;rack.request.query_string&quot;=&gt;&quot;&quot;, &quot;rack.request.form_hash&quot;=&gt;{&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;}, &quot;action_dispatch.request.content_type&quot;=&gt;#&lt;Mime::Type:0x108a2fe28 @symbol=:url_encoded_form, @synonyms=[], @string=&quot;application/x-www-form-urlencoded&quot;&gt;, &quot;QUERY_STRING&quot;=&gt;&quot;&quot;, &quot;rack.input&quot;=&gt;#&lt;StringIO:0x10dc6fd00&gt;, &quot;GATEWAY_INTERFACE&quot;=&gt;&quot;CGI/1.2&quot;}, @method=&quot;GET&quot;&gt;&gt;, @lookup_context=#&lt;ActionView::LookupContext:0x10d999590 @view_paths=[#&lt;ActionView::FileSystemResolver:0x10ad35d28 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10ad36ca0 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/ssl_requirement/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10ad83910 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/serialized_attributes/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10adf8f30 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/haml/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10af2a1b0 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/formtastic/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10af6ec70 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/caching_presenter/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10af82c70 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/attribute_mapper/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10affa1d0 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/alter_table/app/views&quot;, @cached={}&gt;], @details_key=nil, @details={:handlers=&gt;[:haml, :rhtml, :rjs, :rxml, :builder, :erb], :formats=&gt;[:html, :text, :js, :css, :ics, :csv, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json], :locale=&gt;[:en, :en]}, @skip_default_locale=false, @frozen_formats=false&gt;, @_request=#&lt;ActionDispatch::Request:0x10d9999c8 @request_method=&quot;GET&quot;, @filtered_parameters={&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;100000&quot;, &quot;controller&quot;=&gt;&quot;api/v1/organizations&quot;}, @fullpath=&quot;/api/v1/organizations/100000&quot;, @env={&quot;action_dispatch.request.formats&quot;=&gt;[#&lt;Mime::Type:0x10b13b710 @symbol=nil, @synonyms=[], @string=&quot;*/*&quot;&gt;], &quot;action_dispatch.request.parameters&quot;=&gt;{&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;100000&quot;, &quot;controller&quot;=&gt;&quot;api/v1/organizations&quot;}, &quot;rack.session&quot;=&gt;{}, &quot;HTTP_ACCEPT&quot;=&gt;&quot;*/*&quot;, &quot;HTTP_HOST&quot;=&gt;&quot;localhost:3000&quot;, &quot;SERVER_NAME&quot;=&gt;&quot;localhost&quot;, &quot;action_dispatch.remote_ip&quot;=&gt;#&lt;ActionDispatch::RemoteIp::RemoteIpGetter:0x10dc6e6a8 @env={...}, @trusted_proxies=/(^127\.0\.0\.1$|^(10|172\.(1[6-9]|2[0-9]|30|31)|192\.168)\.)/i, @check_ip_spoofing=true, @remote_addrs=[]&gt;, &quot;rack.url_scheme&quot;=&gt;&quot;http&quot;, &quot;REQUEST_PATH&quot;=&gt;&quot;/api/v1/organizations/100000&quot;, &quot;CONTENT_LENGTH&quot;=&gt;&quot;37&quot;, &quot;action_dispatch.request.query_parameters&quot;=&gt;{}, &quot;action_dispatch.request.unsigned_session_cookie&quot;=&gt;{}, &quot;rack.errors&quot;=&gt;#&lt;IO:0x1094fcd10&gt;, &quot;CONTENT_TYPE&quot;=&gt;&quot;application/x-www-form-urlencoded&quot;, &quot;SERVER_PROTOCOL&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;hoptoad.error_id&quot;=&gt;nil, &quot;action_dispatch.request.accepts&quot;=&gt;[#&lt;Mime::Type:0x10b13b710 @symbol=nil, @synonyms=[], @string=&quot;*/*&quot;&gt;], &quot;action_dispatch.secret_token&quot;=&gt;&quot;83967e16c1b5ea7b4d2ebe7e14135a9472ea4e95cef9becba105bc5887b9fd997f834e05ffd72d402b425e9c2a87ef70b56c5ae19c86c1e49bfb03462c074425&quot;, &quot;rack.version&quot;=&gt;[1, 1], &quot;rack.run_once&quot;=&gt;false, &quot;SERVER_SOFTWARE&quot;=&gt;&quot;Mongrel 1.1.5&quot;, &quot;PATH_INFO&quot;=&gt;&quot;/api/v1/organizations/100000&quot;, &quot;REMOTE_ADDR&quot;=&gt;&quot;127.0.0.1&quot;, &quot;action_dispatch.request.path_parameters&quot;=&gt;{:action=&gt;&quot;show&quot;, :id=&gt;&quot;100000&quot;, :controller=&gt;&quot;api/v1/organizations&quot;}, &quot;SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;action_dispatch.parameter_filter&quot;=&gt;[:password], &quot;action_dispatch.show_exceptions&quot;=&gt;true, &quot;rack.multithread&quot;=&gt;false, &quot;HTTP_VERSION&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;action_dispatch.request.request_parameters&quot;=&gt;{&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;}, &quot;rack.request.form_vars&quot;=&gt;&quot;user_credentials=Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action_dispatch.cookies&quot;=&gt;{}, &quot;rack.multiprocess&quot;=&gt;false, &quot;REQUEST_URI&quot;=&gt;&quot;/api/v1/organizations/100000&quot;, &quot;rack.request.query_hash&quot;=&gt;{}, &quot;rack.request.form_input&quot;=&gt;#&lt;StringIO:0x10dc6fd00&gt;, &quot;SERVER_PORT&quot;=&gt;&quot;3000&quot;, &quot;action_controller.instance&quot;=&gt;#&lt;Api::V1::OrganizationsController:0x10d999a90 ...&gt;, &quot;rack.session.options&quot;=&gt;{:expire_after=&gt;nil, :httponly=&gt;true, :domain=&gt;nil, :path=&gt;&quot;/&quot;, :secure=&gt;false, :id=&gt;nil}, &quot;REQUEST_METHOD&quot;=&gt;&quot;GET&quot;, &quot;oauth2&quot;=&gt;#&lt;OAuth2::Provider::Rack::ResourceRequest:0x10dc54730 @env={...}&gt;, &quot;rack.request.query_string&quot;=&gt;&quot;&quot;, &quot;rack.request.form_hash&quot;=&gt;{&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;}, &quot;action_dispatch.request.content_type&quot;=&gt;#&lt;Mime::Type:0x108a2fe28 @symbol=:url_encoded_form, @synonyms=[], @string=&quot;application/x-www-form-urlencoded&quot;&gt;, &quot;QUERY_STRING&quot;=&gt;&quot;&quot;, &quot;rack.input&quot;=&gt;#&lt;StringIO:0x10dc6fd00&gt;, &quot;GATEWAY_INTERFACE&quot;=&gt;&quot;CGI/1.2&quot;}, @method=&quot;GET&quot;&gt;, @_params={&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;100000&quot;, &quot;controller&quot;=&gt;&quot;api/v1/organizations&quot;}, @_response_body=nil, @view_context_class=nil, @action_has_layout=true, @_status=200&gt;
315
+ action_dispatch.cookies: {}
316
+ action_dispatch.parameter_filter: [:password]
317
+ action_dispatch.remote_ip: #&lt;ActionDispatch::RemoteIp::RemoteIpGetter:0x10dc6e6a8 @env={&quot;action_dispatch.request.formats&quot;=&gt;[#&lt;Mime::Type:0x10b13b710 @symbol=nil, @synonyms=[], @string=&quot;*/*&quot;&gt;], &quot;action_dispatch.request.parameters&quot;=&gt;{&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;100000&quot;, &quot;controller&quot;=&gt;&quot;api/v1/organizations&quot;}, &quot;rack.session&quot;=&gt;{}, &quot;HTTP_ACCEPT&quot;=&gt;&quot;*/*&quot;, &quot;HTTP_HOST&quot;=&gt;&quot;localhost:3000&quot;, &quot;SERVER_NAME&quot;=&gt;&quot;localhost&quot;, &quot;action_dispatch.remote_ip&quot;=&gt;#&lt;ActionDispatch::RemoteIp::RemoteIpGetter:0x10dc6e6a8 ...&gt;, &quot;rack.url_scheme&quot;=&gt;&quot;http&quot;, &quot;REQUEST_PATH&quot;=&gt;&quot;/api/v1/organizations/100000&quot;, &quot;CONTENT_LENGTH&quot;=&gt;&quot;37&quot;, &quot;action_dispatch.request.query_parameters&quot;=&gt;{}, &quot;action_dispatch.request.unsigned_session_cookie&quot;=&gt;{}, &quot;rack.errors&quot;=&gt;#&lt;IO:0x1094fcd10&gt;, &quot;CONTENT_TYPE&quot;=&gt;&quot;application/x-www-form-urlencoded&quot;, &quot;SERVER_PROTOCOL&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;hoptoad.error_id&quot;=&gt;nil, &quot;action_dispatch.request.accepts&quot;=&gt;[#&lt;Mime::Type:0x10b13b710 @symbol=nil, @synonyms=[], @string=&quot;*/*&quot;&gt;], &quot;action_dispatch.secret_token&quot;=&gt;&quot;83967e16c1b5ea7b4d2ebe7e14135a9472ea4e95cef9becba105bc5887b9fd997f834e05ffd72d402b425e9c2a87ef70b56c5ae19c86c1e49bfb03462c074425&quot;, &quot;rack.version&quot;=&gt;[1, 1], &quot;rack.run_once&quot;=&gt;false, &quot;SERVER_SOFTWARE&quot;=&gt;&quot;Mongrel 1.1.5&quot;, &quot;PATH_INFO&quot;=&gt;&quot;/api/v1/organizations/100000&quot;, &quot;REMOTE_ADDR&quot;=&gt;&quot;127.0.0.1&quot;, &quot;action_dispatch.request.path_parameters&quot;=&gt;{:action=&gt;&quot;show&quot;, :id=&gt;&quot;100000&quot;, :controller=&gt;&quot;api/v1/organizations&quot;}, &quot;SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;action_dispatch.parameter_filter&quot;=&gt;[:password], &quot;action_dispatch.show_exceptions&quot;=&gt;true, &quot;rack.multithread&quot;=&gt;false, &quot;HTTP_VERSION&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;action_dispatch.request.request_parameters&quot;=&gt;{&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;}, &quot;rack.request.form_vars&quot;=&gt;&quot;user_credentials=Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action_dispatch.cookies&quot;=&gt;{}, &quot;rack.multiprocess&quot;=&gt;false, &quot;REQUEST_URI&quot;=&gt;&quot;/api/v1/organizations/100000&quot;, &quot;rack.request.query_hash&quot;=&gt;{}, &quot;rack.request.form_input&quot;=&gt;#&lt;StringIO:0x10dc6fd00&gt;, &quot;SERVER_PORT&quot;=&gt;&quot;3000&quot;, &quot;action_controller.instance&quot;=&gt;#&lt;Api::V1::OrganizationsController:0x10d999a90 @_action_name=&quot;show&quot;, @_headers={&quot;Content-Type&quot;=&gt;&quot;text/html&quot;}, @_config=#&lt;OrderedHash {}&gt;, @_env={...}, @_response=#&lt;ActionDispatch::Response:0x10d999900 @cookie=[], @cache_control={}, @body=[], @header={}, @writer=#&lt;Proc:0x0000000108d46878@/Users/michaelguterl/.rvm/gems/ree-1.8.7-2011.03@rm-board/gems/actionpack-3.0.9/lib/action_dispatch/http/response.rb:43&gt;, @block=nil, @blank=false, @status=200, @sending_file=false, @etag=nil, @length=0, @request=#&lt;ActionDispatch::Request:0x10d9999c8 @request_method=&quot;GET&quot;, @filtered_parameters={&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;100000&quot;, &quot;controller&quot;=&gt;&quot;api/v1/organizations&quot;}, @fullpath=&quot;/api/v1/organizations/100000&quot;, @env={...}, @method=&quot;GET&quot;&gt;&gt;, @lookup_context=#&lt;ActionView::LookupContext:0x10d999590 @view_paths=[#&lt;ActionView::FileSystemResolver:0x10ad35d28 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10ad36ca0 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/ssl_requirement/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10ad83910 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/serialized_attributes/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10adf8f30 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/haml/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10af2a1b0 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/formtastic/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10af6ec70 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/caching_presenter/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10af82c70 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/attribute_mapper/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10affa1d0 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/alter_table/app/views&quot;, @cached={}&gt;], @details_key=nil, @details={:handlers=&gt;[:haml, :rhtml, :rjs, :rxml, :builder, :erb], :formats=&gt;[:html, :text, :js, :css, :ics, :csv, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json], :locale=&gt;[:en, :en]}, @skip_default_locale=false, @frozen_formats=false&gt;, @_request=#&lt;ActionDispatch::Request:0x10d9999c8 @request_method=&quot;GET&quot;, @filtered_parameters={&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;100000&quot;, &quot;controller&quot;=&gt;&quot;api/v1/organizations&quot;}, @fullpath=&quot;/api/v1/organizations/100000&quot;, @env={...}, @method=&quot;GET&quot;&gt;, @_params={&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;100000&quot;, &quot;controller&quot;=&gt;&quot;api/v1/organizations&quot;}, @_response_body=nil, @view_context_class=nil, @action_has_layout=true, @_status=200&gt;, &quot;rack.session.options&quot;=&gt;{:expire_after=&gt;nil, :httponly=&gt;true, :domain=&gt;nil, :path=&gt;&quot;/&quot;, :secure=&gt;false, :id=&gt;nil}, &quot;REQUEST_METHOD&quot;=&gt;&quot;GET&quot;, &quot;oauth2&quot;=&gt;#&lt;OAuth2::Provider::Rack::ResourceRequest:0x10dc54730 @env={...}&gt;, &quot;rack.request.query_string&quot;=&gt;&quot;&quot;, &quot;rack.request.form_hash&quot;=&gt;{&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;}, &quot;action_dispatch.request.content_type&quot;=&gt;#&lt;Mime::Type:0x108a2fe28 @symbol=:url_encoded_form, @synonyms=[], @string=&quot;application/x-www-form-urlencoded&quot;&gt;, &quot;QUERY_STRING&quot;=&gt;&quot;&quot;, &quot;rack.input&quot;=&gt;#&lt;StringIO:0x10dc6fd00&gt;, &quot;GATEWAY_INTERFACE&quot;=&gt;&quot;CGI/1.2&quot;}, @trusted_proxies=/(^127\.0\.0\.1$|^(10|172\.(1[6-9]|2[0-9]|30|31)|192\.168)\.)/i, @check_ip_spoofing=true, @remote_addrs=[]&gt;
318
+ action_dispatch.request.accepts: [#&lt;Mime::Type:0x10b13b710 @symbol=nil, @synonyms=[], @string=&quot;*/*&quot;&gt;]
319
+ action_dispatch.request.content_type: #&lt;Mime::Type:0x108a2fe28 @symbol=:url_encoded_form, @synonyms=[], @string=&quot;application/x-www-form-urlencoded&quot;&gt;
320
+ action_dispatch.request.formats: [#&lt;Mime::Type:0x10b13b710 @symbol=nil, @synonyms=[], @string=&quot;*/*&quot;&gt;]
321
+ action_dispatch.request.parameters: {&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;100000&quot;, &quot;controller&quot;=&gt;&quot;api/v1/organizations&quot;}
322
+ action_dispatch.request.path_parameters: {:action=&gt;&quot;show&quot;, :id=&gt;&quot;100000&quot;, :controller=&gt;&quot;api/v1/organizations&quot;}
323
+ action_dispatch.request.query_parameters: {}
324
+ action_dispatch.request.request_parameters: {&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;}
325
+ action_dispatch.request.unsigned_session_cookie: {}
326
+ action_dispatch.secret_token: &quot;83967e16c1b5ea7b4d2ebe7e14135a9472ea4e95cef9becba105bc5887b9fd997f834e05ffd72d402b425e9c2a87ef70b56c5ae19c86c1e49bfb03462c074425&quot;
327
+ action_dispatch.show_exceptions: true
328
+ hoptoad.error_id: nil
329
+ oauth2: #&lt;OAuth2::Provider::Rack::ResourceRequest:0x10dc54730 @env={&quot;action_dispatch.request.formats&quot;=&gt;[#&lt;Mime::Type:0x10b13b710 @symbol=nil, @synonyms=[], @string=&quot;*/*&quot;&gt;], &quot;action_dispatch.request.parameters&quot;=&gt;{&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;100000&quot;, &quot;controller&quot;=&gt;&quot;api/v1/organizations&quot;}, &quot;rack.session&quot;=&gt;{}, &quot;HTTP_ACCEPT&quot;=&gt;&quot;*/*&quot;, &quot;HTTP_HOST&quot;=&gt;&quot;localhost:3000&quot;, &quot;SERVER_NAME&quot;=&gt;&quot;localhost&quot;, &quot;action_dispatch.remote_ip&quot;=&gt;#&lt;ActionDispatch::RemoteIp::RemoteIpGetter:0x10dc6e6a8 @env={...}, @trusted_proxies=/(^127\.0\.0\.1$|^(10|172\.(1[6-9]|2[0-9]|30|31)|192\.168)\.)/i, @check_ip_spoofing=true, @remote_addrs=[]&gt;, &quot;rack.url_scheme&quot;=&gt;&quot;http&quot;, &quot;REQUEST_PATH&quot;=&gt;&quot;/api/v1/organizations/100000&quot;, &quot;CONTENT_LENGTH&quot;=&gt;&quot;37&quot;, &quot;action_dispatch.request.query_parameters&quot;=&gt;{}, &quot;action_dispatch.request.unsigned_session_cookie&quot;=&gt;{}, &quot;rack.errors&quot;=&gt;#&lt;IO:0x1094fcd10&gt;, &quot;CONTENT_TYPE&quot;=&gt;&quot;application/x-www-form-urlencoded&quot;, &quot;SERVER_PROTOCOL&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;hoptoad.error_id&quot;=&gt;nil, &quot;action_dispatch.request.accepts&quot;=&gt;[#&lt;Mime::Type:0x10b13b710 @symbol=nil, @synonyms=[], @string=&quot;*/*&quot;&gt;], &quot;action_dispatch.secret_token&quot;=&gt;&quot;83967e16c1b5ea7b4d2ebe7e14135a9472ea4e95cef9becba105bc5887b9fd997f834e05ffd72d402b425e9c2a87ef70b56c5ae19c86c1e49bfb03462c074425&quot;, &quot;rack.version&quot;=&gt;[1, 1], &quot;rack.run_once&quot;=&gt;false, &quot;SERVER_SOFTWARE&quot;=&gt;&quot;Mongrel 1.1.5&quot;, &quot;PATH_INFO&quot;=&gt;&quot;/api/v1/organizations/100000&quot;, &quot;REMOTE_ADDR&quot;=&gt;&quot;127.0.0.1&quot;, &quot;action_dispatch.request.path_parameters&quot;=&gt;{:action=&gt;&quot;show&quot;, :id=&gt;&quot;100000&quot;, :controller=&gt;&quot;api/v1/organizations&quot;}, &quot;SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;action_dispatch.parameter_filter&quot;=&gt;[:password], &quot;action_dispatch.show_exceptions&quot;=&gt;true, &quot;rack.multithread&quot;=&gt;false, &quot;HTTP_VERSION&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;action_dispatch.request.request_parameters&quot;=&gt;{&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;}, &quot;rack.request.form_vars&quot;=&gt;&quot;user_credentials=Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action_dispatch.cookies&quot;=&gt;{}, &quot;rack.multiprocess&quot;=&gt;false, &quot;REQUEST_URI&quot;=&gt;&quot;/api/v1/organizations/100000&quot;, &quot;rack.request.query_hash&quot;=&gt;{}, &quot;rack.request.form_input&quot;=&gt;#&lt;StringIO:0x10dc6fd00&gt;, &quot;SERVER_PORT&quot;=&gt;&quot;3000&quot;, &quot;action_controller.instance&quot;=&gt;#&lt;Api::V1::OrganizationsController:0x10d999a90 @_action_name=&quot;show&quot;, @_headers={&quot;Content-Type&quot;=&gt;&quot;text/html&quot;}, @_config=#&lt;OrderedHash {}&gt;, @_env={...}, @_response=#&lt;ActionDispatch::Response:0x10d999900 @cookie=[], @cache_control={}, @body=[], @header={}, @writer=#&lt;Proc:0x0000000108d46878@/Users/michaelguterl/.rvm/gems/ree-1.8.7-2011.03@rm-board/gems/actionpack-3.0.9/lib/action_dispatch/http/response.rb:43&gt;, @block=nil, @blank=false, @status=200, @sending_file=false, @etag=nil, @length=0, @request=#&lt;ActionDispatch::Request:0x10d9999c8 @request_method=&quot;GET&quot;, @filtered_parameters={&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;100000&quot;, &quot;controller&quot;=&gt;&quot;api/v1/organizations&quot;}, @fullpath=&quot;/api/v1/organizations/100000&quot;, @env={...}, @method=&quot;GET&quot;&gt;&gt;, @lookup_context=#&lt;ActionView::LookupContext:0x10d999590 @view_paths=[#&lt;ActionView::FileSystemResolver:0x10ad35d28 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10ad36ca0 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/ssl_requirement/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10ad83910 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/serialized_attributes/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10adf8f30 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/haml/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10af2a1b0 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/formtastic/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10af6ec70 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/caching_presenter/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10af82c70 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/attribute_mapper/app/views&quot;, @cached={}&gt;, #&lt;ActionView::FileSystemResolver:0x10affa1d0 @caching=false, @path=&quot;/Users/michaelguterl/code/rm/board/vendor/plugins/alter_table/app/views&quot;, @cached={}&gt;], @details_key=nil, @details={:handlers=&gt;[:haml, :rhtml, :rjs, :rxml, :builder, :erb], :formats=&gt;[:html, :text, :js, :css, :ics, :csv, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json], :locale=&gt;[:en, :en]}, @skip_default_locale=false, @frozen_formats=false&gt;, @_request=#&lt;ActionDispatch::Request:0x10d9999c8 @request_method=&quot;GET&quot;, @filtered_parameters={&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;100000&quot;, &quot;controller&quot;=&gt;&quot;api/v1/organizations&quot;}, @fullpath=&quot;/api/v1/organizations/100000&quot;, @env={...}, @method=&quot;GET&quot;&gt;, @_params={&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;100000&quot;, &quot;controller&quot;=&gt;&quot;api/v1/organizations&quot;}, @_response_body=nil, @view_context_class=nil, @action_has_layout=true, @_status=200&gt;, &quot;rack.session.options&quot;=&gt;{:expire_after=&gt;nil, :httponly=&gt;true, :domain=&gt;nil, :path=&gt;&quot;/&quot;, :secure=&gt;false, :id=&gt;nil}, &quot;REQUEST_METHOD&quot;=&gt;&quot;GET&quot;, &quot;oauth2&quot;=&gt;#&lt;OAuth2::Provider::Rack::ResourceRequest:0x10dc54730 ...&gt;, &quot;rack.request.query_string&quot;=&gt;&quot;&quot;, &quot;rack.request.form_hash&quot;=&gt;{&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;}, &quot;action_dispatch.request.content_type&quot;=&gt;#&lt;Mime::Type:0x108a2fe28 @symbol=:url_encoded_form, @synonyms=[], @string=&quot;application/x-www-form-urlencoded&quot;&gt;, &quot;QUERY_STRING&quot;=&gt;&quot;&quot;, &quot;rack.input&quot;=&gt;#&lt;StringIO:0x10dc6fd00&gt;, &quot;GATEWAY_INTERFACE&quot;=&gt;&quot;CGI/1.2&quot;}&gt;
330
+ rack.errors: #&lt;IO:0x1094fcd10&gt;
331
+ rack.input: #&lt;StringIO:0x10dc6fd00&gt;
332
+ rack.multiprocess: false
333
+ rack.multithread: false
334
+ rack.request.form_hash: {&quot;user_credentials&quot;=&gt;&quot;Bdrc3t1LaiWtygbJ4jD6&quot;}
335
+ rack.request.form_input: #&lt;StringIO:0x10dc6fd00&gt;
336
+ rack.request.form_vars: &quot;user_credentials=Bdrc3t1LaiWtygbJ4jD6&quot;
337
+ rack.request.query_hash: {}
338
+ rack.request.query_string: &quot;&quot;
339
+ rack.run_once: false
340
+ rack.session: {}
341
+ rack.session.options: {:expire_after=&gt;nil, :httponly=&gt;true, :domain=&gt;nil, :path=&gt;&quot;/&quot;, :secure=&gt;false, :id=&gt;nil}
342
+ rack.url_scheme: &quot;http&quot;
343
+ rack.version: [1, 1]</pre></div>
344
+
345
+
346
+ <h2 style="margin-top: 30px">Response</h2>
347
+ <p><b>Headers</b>: <pre>None</pre></p>
348
+
349
+
350
+
351
+ </body>
352
+ </html>
353
+
354
+ http_version: "1.1"