simply_mongo 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. data/lib/generators/simply_mongo/install/templates/mongo.rb +1 -1
  2. data/lib/generators/simply_mongo/install/templates/mongo.yml +3 -3
  3. data/lib/simply_mongo/version.rb +1 -1
  4. data/test/cmd_line_client/Enterprise.json +30 -0
  5. data/test/cmd_line_client/client.rb +128 -0
  6. data/test/enterprise/Gemfile +45 -0
  7. data/test/enterprise/Gemfile.lock +122 -0
  8. data/test/{dummy → enterprise}/README.rdoc +4 -0
  9. data/test/{dummy → enterprise}/Rakefile +1 -1
  10. data/test/enterprise/app/assets/images/rails.png +0 -0
  11. data/test/{dummy → enterprise}/app/assets/javascripts/application.js +0 -0
  12. data/test/enterprise/app/assets/javascripts/enterprises.js.coffee +3 -0
  13. data/test/{dummy → enterprise}/app/assets/stylesheets/application.css +1 -1
  14. data/test/enterprise/app/assets/stylesheets/enterprises.css.scss +3 -0
  15. data/test/{dummy → enterprise}/app/controllers/application_controller.rb +0 -0
  16. data/test/enterprise/app/controllers/enterprises_controller.rb +62 -0
  17. data/test/{dummy → enterprise}/app/helpers/application_helper.rb +0 -0
  18. data/test/enterprise/app/helpers/enterprises_helper.rb +2 -0
  19. data/test/enterprise/app/views/enterprises/create.html.erb +2 -0
  20. data/test/enterprise/app/views/enterprises/new.html.erb +2 -0
  21. data/test/{dummy → enterprise}/app/views/layouts/application.html.erb +1 -1
  22. data/test/{dummy → enterprise}/config/application.rb +16 -10
  23. data/test/enterprise/config/boot.rb +6 -0
  24. data/test/{dummy → enterprise}/config/environment.rb +1 -1
  25. data/test/{dummy → enterprise}/config/environments/development.rb +1 -7
  26. data/test/{dummy → enterprise}/config/environments/production.rb +2 -5
  27. data/test/{dummy → enterprise}/config/environments/test.rb +1 -3
  28. data/test/{dummy → enterprise}/config/initializers/backtrace_silencers.rb +0 -0
  29. data/test/{dummy/db/test.sqlite3 → enterprise/config/initializers/databases.rb} +0 -0
  30. data/test/{dummy → enterprise}/config/initializers/inflections.rb +0 -0
  31. data/test/{dummy → enterprise}/config/initializers/mime_types.rb +0 -0
  32. data/test/enterprise/config/initializers/mongo.rb +47 -0
  33. data/test/{dummy → enterprise}/config/initializers/secret_token.rb +1 -1
  34. data/test/{dummy → enterprise}/config/initializers/session_store.rb +2 -2
  35. data/test/{dummy → enterprise}/config/initializers/wrap_parameters.rb +2 -5
  36. data/test/{dummy → enterprise}/config/locales/en.yml +0 -0
  37. data/test/enterprise/config/mongo.yml +45 -0
  38. data/test/{dummy → enterprise}/config/routes.rb +10 -1
  39. data/test/{dummy → enterprise}/config.ru +1 -1
  40. data/test/enterprise/db/seeds.rb +7 -0
  41. data/test/enterprise/doc/README_FOR_APP +2 -0
  42. data/test/enterprise/log/development.log +968 -0
  43. data/test/{dummy → enterprise}/public/404.html +0 -0
  44. data/test/{dummy → enterprise}/public/422.html +0 -0
  45. data/test/{dummy → enterprise}/public/500.html +0 -0
  46. data/test/{dummy → enterprise}/public/favicon.ico +0 -0
  47. data/test/enterprise/public/index.html +241 -0
  48. data/test/enterprise/public/robots.txt +5 -0
  49. data/test/{dummy → enterprise}/script/rails +0 -0
  50. data/test/enterprise/tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016 +0 -0
  51. data/test/enterprise/tmp/cache/assets/E25/4C0/sprockets%2Fde2fd9fd11c04a582cdbbe3d84a35ae6 +0 -0
  52. data/test/enterprise/tmp/pids/server.pid +1 -0
  53. metadata +100 -67
  54. data/test/dummy/config/boot.rb +0 -10
  55. data/test/dummy/config/database.yml +0 -25
  56. data/test/dummy/log/test.log +0 -3
  57. data/test/simply_mongo_test.rb +0 -7
  58. data/test/test_helper.rb +0 -15
@@ -0,0 +1,968 @@
1
+
2
+
3
+ Started GET "/enterprises/" for 127.0.0.1 at 2012-10-05 17:10:09 -0400
4
+
5
+ SyntaxError (/Users/rbirch/Development/projects/enterprise/app/controllers/enterprises_controller.rb:54: syntax error, unexpected ']', expecting keyword_end):
6
+ activesupport (3.2.8) lib/active_support/dependencies.rb:469:in `load'
7
+ activesupport (3.2.8) lib/active_support/dependencies.rb:469:in `block in load_file'
8
+ activesupport (3.2.8) lib/active_support/dependencies.rb:639:in `new_constants_in'
9
+ activesupport (3.2.8) lib/active_support/dependencies.rb:468:in `load_file'
10
+ activesupport (3.2.8) lib/active_support/dependencies.rb:353:in `require_or_load'
11
+ activesupport (3.2.8) lib/active_support/dependencies.rb:502:in `load_missing_constant'
12
+ activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing'
13
+ activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each'
14
+ activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing'
15
+ activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize'
16
+ activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each'
17
+ activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize'
18
+ activesupport (3.2.8) lib/active_support/dependencies.rb:554:in `get'
19
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
20
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller'
21
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call'
22
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
23
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
24
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
25
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call'
26
+ actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
27
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
28
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
29
+ actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call'
30
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
31
+ actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call'
32
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
33
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
34
+ actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call'
35
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
36
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2695295034691204200__call__3946129587273850849__callbacks'
37
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
38
+ activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
39
+ activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
40
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
41
+ actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call'
42
+ actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
43
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
44
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
45
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
46
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
47
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
48
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
49
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
50
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
51
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
52
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
53
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
54
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
55
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
56
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
57
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
58
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
59
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
60
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
61
+
62
+
63
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@simplymongo/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
64
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@simplymongo/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
65
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@simplymongo/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms)
66
+
67
+
68
+ Started GET "/enterprises/" for 127.0.0.1 at 2012-10-05 17:11:01 -0400
69
+ Processing by EnterprisesController#index as */*
70
+ Rendered text template (0.0ms)
71
+ Completed 200 OK in 3ms (Views: 1.5ms)
72
+
73
+
74
+ Started POST "/enterprises/create" for 127.0.0.1 at 2012-10-05 17:11:02 -0400
75
+ Processing by EnterprisesController#create as */*
76
+ Parameters: {"enterprise"=>{"name"=>"Slate Rock and Gravel", "description"=>"We dig and move rocks and gravel using the latest technologies", "street"=>"123 Quarry Pit", "city"=>"Bedrock", "zip"=>"12345", "country"=>"US", "phone"=>"1.123.1234", "web_site"=>"http://www.slaterockandgravel.com", "contacts"=>[{"first_name"=>"Fred", "last_name"=>"Flintstone", "email"=>[{"email"=>"fflintstone@bedrock.com", "description"=>"Work Email"}], "phone"=>[{"number"=>"1-123-1234", "description"=>"Home Phone"}]}]}}
77
+ WARNING: Can't verify CSRF token authenticity
78
+ Rendered text template (0.0ms)
79
+ Completed 200 OK in 253ms (Views: 0.4ms)
80
+
81
+
82
+ Started GET "/enterprises//506f4ce60bdb821e30000001" for 127.0.0.1 at 2012-10-05 17:11:02 -0400
83
+ Processing by EnterprisesController#show as */*
84
+ Parameters: {"id"=>"506f4ce60bdb821e30000001"}
85
+ Rendered text template (0.0ms)
86
+ Completed 200 OK in 1ms (Views: 0.3ms)
87
+
88
+
89
+ Started PUT "/enterprises/506f4ce60bdb821e30000001" for 127.0.0.1 at 2012-10-05 17:11:02 -0400
90
+ Processing by EnterprisesController#update as */*
91
+ Parameters: {"_id"=>"506f4ce60bdb821e30000001", "name"=>"Slate Rock and Gravel", "description"=>"We dig and move rocks and gravel using the latest technologies", "street"=>"123 Quarry Pit", "city"=>"Bedrock", "zip"=>"12345", "country"=>"US", "phone"=>"1.123.1234", "web_site"=>"http://www.slaterockandgravel.com", "contacts"=>"{\"first_name\"=>\"Fred\", \"last_name\"=>\"Flintstone\", \"email\"=>[{\"email\"=>\"fflintstone@slaterockandgravel.com\", \"description\"=>\"Work Email\"}], \"phone\"=>[{\"number\"=>\"1-123-1234\", \"description\"=>\"Home Phone\"}]}", "id"=>"506f4ce60bdb821e30000001"}
92
+ WARNING: Can't verify CSRF token authenticity
93
+ Completed 500 Internal Server Error in 1ms
94
+
95
+ NoMethodError (undefined method `eb' for SimplyMongo:Module):
96
+ app/controllers/enterprises_controller.rb:48:in `update'
97
+
98
+
99
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@simplymongo/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
100
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@simplymongo/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
101
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@simplymongo/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.4ms)
102
+
103
+
104
+ Started GET "/enterprises//506f4ce60bdb821e30000001" for 127.0.0.1 at 2012-10-05 17:11:02 -0400
105
+ Processing by EnterprisesController#show as */*
106
+ Parameters: {"id"=>"506f4ce60bdb821e30000001"}
107
+ Rendered text template (0.0ms)
108
+ Completed 200 OK in 1ms (Views: 0.3ms)
109
+
110
+
111
+ Started DELETE "/enterprises//506f4ce60bdb821e30000001" for 127.0.0.1 at 2012-10-05 17:11:02 -0400
112
+ Processing by EnterprisesController#destroy as */*
113
+ Parameters: {"id"=>"506f4ce60bdb821e30000001"}
114
+ WARNING: Can't verify CSRF token authenticity
115
+ Rendered text template (0.0ms)
116
+ Completed 200 OK in 1ms (Views: 0.3ms)
117
+
118
+
119
+ Started GET "/enterprises//506f4ce60bdb821e30000001" for 127.0.0.1 at 2012-10-05 17:11:02 -0400
120
+ Processing by EnterprisesController#show as */*
121
+ Parameters: {"id"=>"506f4ce60bdb821e30000001"}
122
+ Rendered text template (0.0ms)
123
+ Completed 200 OK in 1ms (Views: 0.2ms)
124
+
125
+
126
+ Started GET "/ceps" for 127.0.0.1 at 2012-10-05 17:26:10 -0400
127
+
128
+ ActionController::RoutingError (No route matches [GET] "/ceps"):
129
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
130
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
131
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
132
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
133
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
134
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
135
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
136
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
137
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
138
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
139
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
140
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
141
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
142
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
143
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
144
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
145
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
146
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
147
+
148
+
149
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@simplymongo/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
150
+
151
+
152
+ Started GET "/enterprises/" for 127.0.0.1 at 2012-11-09 14:25:37 -0500
153
+ Processing by EnterprisesController#index as */*
154
+ Rendered text template (0.0ms)
155
+ Completed 200 OK in 7ms (Views: 5.6ms)
156
+
157
+
158
+ Started POST "/enterprises/create" for 127.0.0.1 at 2012-11-09 14:25:37 -0500
159
+ Error occurred while parsing request parameters.
160
+ Contents:
161
+
162
+
163
+
164
+ MultiJson::DecodeError (757: unexpected token at '}
165
+ '):
166
+ json (1.7.5) lib/json/common.rb:155:in `parse'
167
+ json (1.7.5) lib/json/common.rb:155:in `parse'
168
+ multi_json (1.3.6) lib/multi_json/adapters/json_common.rb:7:in `load'
169
+ multi_json (1.3.6) lib/multi_json.rb:93:in `load'
170
+ activesupport (3.2.8) lib/active_support/json/decoding.rb:15:in `decode'
171
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:47:in `parse_formatted_parameters'
172
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:17:in `call'
173
+ actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call'
174
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
175
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
176
+ actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call'
177
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
178
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4336043454216451546__call__2207731005227539439__callbacks'
179
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
180
+ activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
181
+ activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
182
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
183
+ actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call'
184
+ actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
185
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
186
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
187
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
188
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
189
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
190
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
191
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
192
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
193
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
194
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
195
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
196
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
197
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
198
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
199
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
200
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
201
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
202
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
203
+
204
+
205
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
206
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
207
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms)
208
+
209
+
210
+ Started GET "/enterprises/" for 127.0.0.1 at 2012-11-09 14:26:07 -0500
211
+ Processing by EnterprisesController#index as */*
212
+ Rendered text template (0.0ms)
213
+ Completed 200 OK in 1ms (Views: 0.3ms)
214
+
215
+
216
+ Started POST "/enterprises/create" for 127.0.0.1 at 2012-11-09 14:26:07 -0500
217
+ Error occurred while parsing request parameters.
218
+ Contents:
219
+
220
+
221
+
222
+ MultiJson::DecodeError (757: unexpected token at '}
223
+ '):
224
+ json (1.7.5) lib/json/common.rb:155:in `parse'
225
+ json (1.7.5) lib/json/common.rb:155:in `parse'
226
+ multi_json (1.3.6) lib/multi_json/adapters/json_common.rb:7:in `load'
227
+ multi_json (1.3.6) lib/multi_json.rb:93:in `load'
228
+ activesupport (3.2.8) lib/active_support/json/decoding.rb:15:in `decode'
229
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:47:in `parse_formatted_parameters'
230
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:17:in `call'
231
+ actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call'
232
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
233
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
234
+ actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call'
235
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
236
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4336043454216451546__call__2207731005227539439__callbacks'
237
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
238
+ activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
239
+ activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
240
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
241
+ actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call'
242
+ actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
243
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
244
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
245
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
246
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
247
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
248
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
249
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
250
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
251
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
252
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
253
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
254
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
255
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
256
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
257
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
258
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
259
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
260
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
261
+
262
+
263
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
264
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
265
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.7ms)
266
+
267
+
268
+ Started GET "/enterprises/" for 127.0.0.1 at 2012-11-09 14:33:01 -0500
269
+ Processing by EnterprisesController#index as */*
270
+ Rendered text template (0.0ms)
271
+ Completed 200 OK in 1ms (Views: 0.3ms)
272
+
273
+
274
+ Started POST "/enterprises/create" for 127.0.0.1 at 2012-11-09 14:33:01 -0500
275
+ Error occurred while parsing request parameters.
276
+ Contents:
277
+
278
+
279
+
280
+ MultiJson::DecodeError (757: unexpected token at '}
281
+ '):
282
+ json (1.7.5) lib/json/common.rb:155:in `parse'
283
+ json (1.7.5) lib/json/common.rb:155:in `parse'
284
+ multi_json (1.3.6) lib/multi_json/adapters/json_common.rb:7:in `load'
285
+ multi_json (1.3.6) lib/multi_json.rb:93:in `load'
286
+ activesupport (3.2.8) lib/active_support/json/decoding.rb:15:in `decode'
287
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:47:in `parse_formatted_parameters'
288
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:17:in `call'
289
+ actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call'
290
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
291
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
292
+ actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call'
293
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
294
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4336043454216451546__call__2207731005227539439__callbacks'
295
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
296
+ activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
297
+ activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
298
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
299
+ actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call'
300
+ actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
301
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
302
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
303
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
304
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
305
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
306
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
307
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
308
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
309
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
310
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
311
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
312
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
313
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
314
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
315
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
316
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
317
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
318
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
319
+
320
+
321
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
322
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
323
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.2ms)
324
+
325
+
326
+ Started GET "/enterprises/" for 127.0.0.1 at 2012-11-09 14:41:05 -0500
327
+ Processing by EnterprisesController#index as */*
328
+ Rendered text template (0.0ms)
329
+ Completed 200 OK in 14ms (Views: 13.3ms)
330
+
331
+
332
+ Started POST "/enterprises/create" for 127.0.0.1 at 2012-11-09 14:41:05 -0500
333
+ Error occurred while parsing request parameters.
334
+ Contents:
335
+
336
+
337
+
338
+ MultiJson::DecodeError (757: unexpected token at '}
339
+ '):
340
+ json (1.7.5) lib/json/common.rb:155:in `parse'
341
+ json (1.7.5) lib/json/common.rb:155:in `parse'
342
+ multi_json (1.3.6) lib/multi_json/adapters/json_common.rb:7:in `load'
343
+ multi_json (1.3.6) lib/multi_json.rb:93:in `load'
344
+ activesupport (3.2.8) lib/active_support/json/decoding.rb:15:in `decode'
345
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:47:in `parse_formatted_parameters'
346
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:17:in `call'
347
+ actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call'
348
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
349
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
350
+ actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call'
351
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
352
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4336043454216451546__call__2207731005227539439__callbacks'
353
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
354
+ activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
355
+ activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
356
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
357
+ actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call'
358
+ actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
359
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
360
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
361
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
362
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
363
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
364
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
365
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
366
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
367
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
368
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
369
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
370
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
371
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
372
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
373
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
374
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
375
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
376
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
377
+
378
+
379
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
380
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
381
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.2ms)
382
+
383
+
384
+ Started GET "/enterprises/" for 127.0.0.1 at 2012-11-09 14:41:24 -0500
385
+ Processing by EnterprisesController#index as */*
386
+ Rendered text template (0.0ms)
387
+ Completed 200 OK in 1ms (Views: 0.3ms)
388
+
389
+
390
+ Started POST "/enterprises/create" for 127.0.0.1 at 2012-11-09 14:41:24 -0500
391
+ Error occurred while parsing request parameters.
392
+ Contents:
393
+
394
+
395
+
396
+ MultiJson::DecodeError (757: unexpected token at '}
397
+ '):
398
+ json (1.7.5) lib/json/common.rb:155:in `parse'
399
+ json (1.7.5) lib/json/common.rb:155:in `parse'
400
+ multi_json (1.3.6) lib/multi_json/adapters/json_common.rb:7:in `load'
401
+ multi_json (1.3.6) lib/multi_json.rb:93:in `load'
402
+ activesupport (3.2.8) lib/active_support/json/decoding.rb:15:in `decode'
403
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:47:in `parse_formatted_parameters'
404
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:17:in `call'
405
+ actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call'
406
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
407
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
408
+ actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call'
409
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
410
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4336043454216451546__call__2207731005227539439__callbacks'
411
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
412
+ activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
413
+ activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
414
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
415
+ actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call'
416
+ actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
417
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
418
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
419
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
420
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
421
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
422
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
423
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
424
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
425
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
426
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
427
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
428
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
429
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
430
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
431
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
432
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
433
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
434
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
435
+
436
+
437
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
438
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
439
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.7ms)
440
+
441
+
442
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2012-11-09 14:47:47 -0500
443
+ Served asset /rails.png - 200 OK (3ms)
444
+
445
+
446
+ Started GET "/enterprises/" for 127.0.0.1 at 2012-11-09 14:49:13 -0500
447
+ Processing by EnterprisesController#index as */*
448
+ Rendered text template (0.0ms)
449
+ Completed 200 OK in 7ms (Views: 5.8ms)
450
+
451
+
452
+ Started POST "/enterprises/create" for 127.0.0.1 at 2012-11-09 14:49:13 -0500
453
+ Error occurred while parsing request parameters.
454
+ Contents:
455
+
456
+
457
+
458
+ MultiJson::DecodeError (757: unexpected token at '}
459
+ '):
460
+ json (1.7.5) lib/json/common.rb:155:in `parse'
461
+ json (1.7.5) lib/json/common.rb:155:in `parse'
462
+ multi_json (1.3.6) lib/multi_json/adapters/json_common.rb:7:in `load'
463
+ multi_json (1.3.6) lib/multi_json.rb:93:in `load'
464
+ activesupport (3.2.8) lib/active_support/json/decoding.rb:15:in `decode'
465
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:47:in `parse_formatted_parameters'
466
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:17:in `call'
467
+ actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call'
468
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
469
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
470
+ actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call'
471
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
472
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__931283257428922339__call__772799909394788564__callbacks'
473
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
474
+ activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
475
+ activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
476
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
477
+ actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call'
478
+ actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
479
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
480
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
481
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
482
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
483
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
484
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
485
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
486
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
487
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
488
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
489
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
490
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
491
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
492
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
493
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
494
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
495
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
496
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
497
+
498
+
499
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
500
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
501
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.6ms)
502
+
503
+
504
+ Started GET "/enterprises/" for 127.0.0.1 at 2012-11-09 14:55:04 -0500
505
+ Processing by EnterprisesController#index as */*
506
+ Rendered text template (0.0ms)
507
+ Completed 200 OK in 1ms (Views: 0.3ms)
508
+
509
+
510
+ Started POST "/enterprises/create" for 127.0.0.1 at 2012-11-09 14:55:04 -0500
511
+ Error occurred while parsing request parameters.
512
+ Contents:
513
+
514
+
515
+
516
+ MultiJson::DecodeError (757: unexpected token at '}
517
+ '):
518
+ json (1.7.5) lib/json/common.rb:155:in `parse'
519
+ json (1.7.5) lib/json/common.rb:155:in `parse'
520
+ multi_json (1.3.6) lib/multi_json/adapters/json_common.rb:7:in `load'
521
+ multi_json (1.3.6) lib/multi_json.rb:93:in `load'
522
+ activesupport (3.2.8) lib/active_support/json/decoding.rb:15:in `decode'
523
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:47:in `parse_formatted_parameters'
524
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:17:in `call'
525
+ actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call'
526
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
527
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
528
+ actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call'
529
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
530
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__931283257428922339__call__772799909394788564__callbacks'
531
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
532
+ activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
533
+ activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
534
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
535
+ actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call'
536
+ actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
537
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
538
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
539
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
540
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
541
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
542
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
543
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
544
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
545
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
546
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
547
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
548
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
549
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
550
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
551
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
552
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
553
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
554
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
555
+
556
+
557
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
558
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
559
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.3ms)
560
+
561
+
562
+ Started GET "/enterprises/" for 127.0.0.1 at 2012-11-09 14:55:59 -0500
563
+ Processing by EnterprisesController#index as */*
564
+ Rendered text template (0.0ms)
565
+ Completed 200 OK in 1ms (Views: 0.3ms)
566
+
567
+
568
+ Started GET "/enterprises/" for 127.0.0.1 at 2012-11-09 14:56:11 -0500
569
+ Processing by EnterprisesController#index as */*
570
+ Rendered text template (0.0ms)
571
+ Completed 200 OK in 1ms (Views: 0.2ms)
572
+
573
+
574
+ Started POST "/enterprises/create" for 127.0.0.1 at 2012-11-09 14:56:11 -0500
575
+ Processing by EnterprisesController#create as */*
576
+ Parameters: {"enterprise"=>{"city"=>"Bedrock", "contacts"=>[{"email"=>[{"description"=>"Work Email", "email"=>"fflintstone@bedrock.com"}], "first_name"=>"Fred", "last_name"=>"Flintstone", "phone"=>[{"description"=>"Home Phone", "number"=>"1-123-1234"}]}], "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345"}}
577
+ WARNING: Can't verify CSRF token authenticity
578
+ {"city"=>"Bedrock", "contacts"=>[{"email"=>[{"description"=>"Work Email", "email"=>"fflintstone@bedrock.com"}], "first_name"=>"Fred", "last_name"=>"Flintstone", "phone"=>[{"description"=>"Home Phone", "number"=>"1-123-1234"}]}], "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345"}
579
+ Rendered text template (0.0ms)
580
+ Completed 200 OK in 263ms (Views: 0.5ms)
581
+
582
+
583
+ Started GET "/enterprises//509d5fdb0bdb821f75000001" for 127.0.0.1 at 2012-11-09 14:56:12 -0500
584
+ Processing by EnterprisesController#show as */*
585
+ Parameters: {"id"=>"509d5fdb0bdb821f75000001"}
586
+ Rendered text template (0.0ms)
587
+ Completed 200 OK in 2ms (Views: 0.4ms)
588
+
589
+
590
+ Started PUT "/enterprises/509d5fdb0bdb821f75000001" for 127.0.0.1 at 2012-11-09 14:56:12 -0500
591
+ Processing by EnterprisesController#update as */*
592
+ Parameters: {"_id"=>"509d5fdb0bdb821f75000001", "city"=>"Bedrock", "contacts"=>"{\"email\"=>[{\"description\"=>\"Work Email\", \"email\"=>\"fflintstone@slaterockandgravel.com\"}], \"first_name\"=>\"Fred\", \"last_name\"=>\"Flintstone\", \"phone\"=>[{\"description\"=>\"Home Phone\", \"number\"=>\"1-123-1234\"}]}", "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345", "id"=>"509d5fdb0bdb821f75000001"}
593
+ WARNING: Can't verify CSRF token authenticity
594
+ Completed 500 Internal Server Error in 1ms
595
+
596
+ NoMethodError (undefined method `eb' for SimplyMongo:Module):
597
+ app/controllers/enterprises_controller.rb:49:in `update'
598
+
599
+
600
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
601
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
602
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.4ms)
603
+
604
+
605
+ Started GET "/enterprises//509d5fdb0bdb821f75000001" for 127.0.0.1 at 2012-11-09 14:56:12 -0500
606
+ Processing by EnterprisesController#show as */*
607
+ Parameters: {"id"=>"509d5fdb0bdb821f75000001"}
608
+ Rendered text template (0.0ms)
609
+ Completed 200 OK in 14ms (Views: 0.4ms)
610
+
611
+
612
+ Started DELETE "/enterprises//509d5fdb0bdb821f75000001" for 127.0.0.1 at 2012-11-09 14:56:12 -0500
613
+ Processing by EnterprisesController#destroy as */*
614
+ Parameters: {"id"=>"509d5fdb0bdb821f75000001"}
615
+ WARNING: Can't verify CSRF token authenticity
616
+ Rendered text template (0.0ms)
617
+ Completed 200 OK in 1ms (Views: 0.3ms)
618
+
619
+
620
+ Started GET "/enterprises//509d5fdb0bdb821f75000001" for 127.0.0.1 at 2012-11-09 14:56:12 -0500
621
+ Processing by EnterprisesController#show as */*
622
+ Parameters: {"id"=>"509d5fdb0bdb821f75000001"}
623
+ Rendered text template (0.0ms)
624
+ Completed 200 OK in 1ms (Views: 0.2ms)
625
+
626
+
627
+ Started GET "/enterprises/" for 127.0.0.1 at 2012-11-09 14:56:40 -0500
628
+ Processing by EnterprisesController#index as */*
629
+ Rendered text template (0.0ms)
630
+ Completed 200 OK in 1ms (Views: 0.2ms)
631
+
632
+
633
+ Started POST "/enterprises/create" for 127.0.0.1 at 2012-11-09 14:56:40 -0500
634
+ Processing by EnterprisesController#create as */*
635
+ Parameters: {"enterprise"=>{"city"=>"Bedrock", "contacts"=>[{"email"=>[{"description"=>"Work Email", "email"=>"fflintstone@bedrock.com"}], "first_name"=>"Fred", "last_name"=>"Flintstone", "phone"=>[{"description"=>"Home Phone", "number"=>"1-123-1234"}]}], "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345"}}
636
+ WARNING: Can't verify CSRF token authenticity
637
+ {"city"=>"Bedrock", "contacts"=>[{"email"=>[{"description"=>"Work Email", "email"=>"fflintstone@bedrock.com"}], "first_name"=>"Fred", "last_name"=>"Flintstone", "phone"=>[{"description"=>"Home Phone", "number"=>"1-123-1234"}]}], "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345"}
638
+ Rendered text template (0.0ms)
639
+ Completed 200 OK in 1ms (Views: 0.2ms)
640
+
641
+
642
+ Started GET "/enterprises//509d5ff80bdb821f75000002" for 127.0.0.1 at 2012-11-09 14:56:40 -0500
643
+ Processing by EnterprisesController#show as */*
644
+ Parameters: {"id"=>"509d5ff80bdb821f75000002"}
645
+ Rendered text template (0.0ms)
646
+ Completed 200 OK in 1ms (Views: 0.2ms)
647
+
648
+
649
+ Started PUT "/enterprises/509d5ff80bdb821f75000002" for 127.0.0.1 at 2012-11-09 14:56:40 -0500
650
+ Processing by EnterprisesController#update as */*
651
+ Parameters: {"_id"=>"509d5ff80bdb821f75000002", "city"=>"Bedrock", "contacts"=>"{\"email\"=>[{\"description\"=>\"Work Email\", \"email\"=>\"fflintstone@slaterockandgravel.com\"}], \"first_name\"=>\"Fred\", \"last_name\"=>\"Flintstone\", \"phone\"=>[{\"description\"=>\"Home Phone\", \"number\"=>\"1-123-1234\"}]}", "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345", "id"=>"509d5ff80bdb821f75000002"}
652
+ WARNING: Can't verify CSRF token authenticity
653
+ Completed 500 Internal Server Error in 0ms
654
+
655
+ NoMethodError (undefined method `eb' for SimplyMongo:Module):
656
+ app/controllers/enterprises_controller.rb:49:in `update'
657
+
658
+
659
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
660
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
661
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.6ms)
662
+
663
+
664
+ Started GET "/enterprises//509d5ff80bdb821f75000002" for 127.0.0.1 at 2012-11-09 14:56:40 -0500
665
+ Processing by EnterprisesController#show as */*
666
+ Parameters: {"id"=>"509d5ff80bdb821f75000002"}
667
+ Rendered text template (0.0ms)
668
+ Completed 200 OK in 1ms (Views: 0.3ms)
669
+
670
+
671
+ Started DELETE "/enterprises//509d5ff80bdb821f75000002" for 127.0.0.1 at 2012-11-09 14:56:40 -0500
672
+ Processing by EnterprisesController#destroy as */*
673
+ Parameters: {"id"=>"509d5ff80bdb821f75000002"}
674
+ WARNING: Can't verify CSRF token authenticity
675
+ Rendered text template (0.0ms)
676
+ Completed 200 OK in 1ms (Views: 0.2ms)
677
+
678
+
679
+ Started GET "/enterprises//509d5ff80bdb821f75000002" for 127.0.0.1 at 2012-11-09 14:56:40 -0500
680
+ Processing by EnterprisesController#show as */*
681
+ Parameters: {"id"=>"509d5ff80bdb821f75000002"}
682
+ Rendered text template (0.0ms)
683
+ Completed 200 OK in 1ms (Views: 0.2ms)
684
+
685
+
686
+ Started GET "/enterprises/" for 127.0.0.1 at 2012-11-09 15:06:09 -0500
687
+ Processing by EnterprisesController#index as */*
688
+ Rendered text template (0.0ms)
689
+ Completed 200 OK in 1ms (Views: 0.2ms)
690
+
691
+
692
+ Started POST "/enterprises/create" for 127.0.0.1 at 2012-11-09 15:06:09 -0500
693
+ Processing by EnterprisesController#create as */*
694
+ Parameters: {"enterprise"=>{"city"=>"Bedrock", "contacts"=>[{"email"=>[{"description"=>"Work Email", "email"=>"fflintstone@bedrock.com"}], "first_name"=>"Fred", "last_name"=>"Flintstone", "phone"=>[{"description"=>"Home Phone", "number"=>"1-123-1234"}]}], "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345"}}
695
+ WARNING: Can't verify CSRF token authenticity
696
+ {"city"=>"Bedrock", "contacts"=>[{"email"=>[{"description"=>"Work Email", "email"=>"fflintstone@bedrock.com"}], "first_name"=>"Fred", "last_name"=>"Flintstone", "phone"=>[{"description"=>"Home Phone", "number"=>"1-123-1234"}]}], "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345"}
697
+ Rendered text template (0.0ms)
698
+ Completed 200 OK in 1ms (Views: 0.2ms)
699
+
700
+
701
+ Started GET "/enterprises//509d62310bdb821f75000003" for 127.0.0.1 at 2012-11-09 15:06:09 -0500
702
+ Processing by EnterprisesController#show as */*
703
+ Parameters: {"id"=>"509d62310bdb821f75000003"}
704
+ Rendered text template (0.0ms)
705
+ Completed 200 OK in 1ms (Views: 0.2ms)
706
+
707
+
708
+ Started PUT "/enterprises/509d62310bdb821f75000003" for 127.0.0.1 at 2012-11-09 15:06:09 -0500
709
+ Processing by EnterprisesController#update as */*
710
+ Parameters: {"_id"=>"509d62310bdb821f75000003", "city"=>"Bedrock", "contacts"=>"{\"email\"=>[{\"description\"=>\"Work Email\", \"email\"=>\"fflintstone@slaterockandgravel.com\"}], \"first_name\"=>\"Fred\", \"last_name\"=>\"Flintstone\", \"phone\"=>[{\"description\"=>\"Home Phone\", \"number\"=>\"1-123-1234\"}]}", "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345", "id"=>"509d62310bdb821f75000003"}
711
+ WARNING: Can't verify CSRF token authenticity
712
+ Completed 500 Internal Server Error in 0ms
713
+
714
+ NoMethodError (undefined method `eb' for SimplyMongo:Module):
715
+ app/controllers/enterprises_controller.rb:49:in `update'
716
+
717
+
718
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
719
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
720
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.2ms)
721
+
722
+
723
+ Started GET "/enterprises//509d62310bdb821f75000003" for 127.0.0.1 at 2012-11-09 15:06:09 -0500
724
+ Processing by EnterprisesController#show as */*
725
+ Parameters: {"id"=>"509d62310bdb821f75000003"}
726
+ Rendered text template (0.0ms)
727
+ Completed 200 OK in 1ms (Views: 0.3ms)
728
+
729
+
730
+ Started DELETE "/enterprises//509d62310bdb821f75000003" for 127.0.0.1 at 2012-11-09 15:06:10 -0500
731
+ Processing by EnterprisesController#destroy as */*
732
+ Parameters: {"id"=>"509d62310bdb821f75000003"}
733
+ WARNING: Can't verify CSRF token authenticity
734
+ Rendered text template (0.0ms)
735
+ Completed 200 OK in 1ms (Views: 0.2ms)
736
+
737
+
738
+ Started GET "/enterprises//509d62310bdb821f75000003" for 127.0.0.1 at 2012-11-09 15:06:10 -0500
739
+ Processing by EnterprisesController#show as */*
740
+ Parameters: {"id"=>"509d62310bdb821f75000003"}
741
+ Rendered text template (0.0ms)
742
+ Completed 200 OK in 1ms (Views: 0.2ms)
743
+
744
+
745
+ Started GET "/enterprises/" for 127.0.0.1 at 2012-11-10 08:40:22 -0500
746
+ Processing by EnterprisesController#index as */*
747
+ Rendered text template (0.0ms)
748
+ Completed 200 OK in 6ms (Views: 5.1ms)
749
+
750
+
751
+ Started POST "/enterprises/create" for 127.0.0.1 at 2012-11-10 08:40:22 -0500
752
+ Processing by EnterprisesController#create as */*
753
+ Parameters: {"enterprise"=>{"city"=>"Bedrock", "contacts"=>[{"email"=>[{"description"=>"Work Email", "email"=>"fflintstone@bedrock.com"}], "first_name"=>"Fred", "last_name"=>"Flintstone", "phone"=>[{"description"=>"Home Phone", "number"=>"1-123-1234"}]}], "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345"}}
754
+ WARNING: Can't verify CSRF token authenticity
755
+ {"city"=>"Bedrock", "contacts"=>[{"email"=>[{"description"=>"Work Email", "email"=>"fflintstone@bedrock.com"}], "first_name"=>"Fred", "last_name"=>"Flintstone", "phone"=>[{"description"=>"Home Phone", "number"=>"1-123-1234"}]}], "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345"}
756
+ Rendered text template (0.0ms)
757
+ Completed 200 OK in 2ms (Views: 0.3ms)
758
+
759
+
760
+ Started GET "/enterprises//509e59460bdb82400a000001" for 127.0.0.1 at 2012-11-10 08:40:22 -0500
761
+ Processing by EnterprisesController#show as */*
762
+ Parameters: {"id"=>"509e59460bdb82400a000001"}
763
+ Rendered text template (0.0ms)
764
+ Completed 200 OK in 1ms (Views: 0.3ms)
765
+
766
+
767
+ Started PUT "/enterprises/509e59460bdb82400a000001" for 127.0.0.1 at 2012-11-10 08:40:22 -0500
768
+ Processing by EnterprisesController#update as */*
769
+ Parameters: {"_id"=>"509e59460bdb82400a000001", "city"=>"Bedrock", "contacts"=>"{\"email\"=>[{\"description\"=>\"Work Email\", \"email\"=>\"fflintstone@slaterockandgravel.com\"}], \"first_name\"=>\"Fred\", \"last_name\"=>\"Flintstone\", \"phone\"=>[{\"description\"=>\"Home Phone\", \"number\"=>\"1-123-1234\"}]}", "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345", "id"=>"509e59460bdb82400a000001"}
770
+ WARNING: Can't verify CSRF token authenticity
771
+ Completed 500 Internal Server Error in 0ms
772
+
773
+ NoMethodError (undefined method `eb' for SimplyMongo:Module):
774
+ app/controllers/enterprises_controller.rb:49:in `update'
775
+
776
+
777
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
778
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
779
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms)
780
+
781
+
782
+ Started GET "/enterprises//509e59460bdb82400a000001" for 127.0.0.1 at 2012-11-10 08:40:22 -0500
783
+ Processing by EnterprisesController#show as */*
784
+ Parameters: {"id"=>"509e59460bdb82400a000001"}
785
+ Rendered text template (0.0ms)
786
+ Completed 200 OK in 1ms (Views: 0.3ms)
787
+
788
+
789
+ Started DELETE "/enterprises//509e59460bdb82400a000001" for 127.0.0.1 at 2012-11-10 08:40:22 -0500
790
+ Processing by EnterprisesController#destroy as */*
791
+ Parameters: {"id"=>"509e59460bdb82400a000001"}
792
+ WARNING: Can't verify CSRF token authenticity
793
+ Rendered text template (0.0ms)
794
+ Completed 200 OK in 1ms (Views: 0.3ms)
795
+
796
+
797
+ Started GET "/enterprises//509e59460bdb82400a000001" for 127.0.0.1 at 2012-11-10 08:40:22 -0500
798
+ Processing by EnterprisesController#show as */*
799
+ Parameters: {"id"=>"509e59460bdb82400a000001"}
800
+ Rendered text template (0.0ms)
801
+ Completed 200 OK in 1ms (Views: 0.2ms)
802
+
803
+
804
+ Started GET "/enterprises/" for 127.0.0.1 at 2012-11-10 08:49:48 -0500
805
+ Processing by EnterprisesController#index as */*
806
+ Rendered text template (0.0ms)
807
+ Completed 200 OK in 7ms (Views: 5.7ms)
808
+
809
+
810
+ Started POST "/enterprises/create" for 127.0.0.1 at 2012-11-10 08:49:49 -0500
811
+ Processing by EnterprisesController#create as */*
812
+ Parameters: {"enterprise"=>{"city"=>"Bedrock", "contacts"=>[{"email"=>[{"description"=>"Work Email", "email"=>"fflintstone@bedrock.com"}], "first_name"=>"Fred", "last_name"=>"Flintstone", "phone"=>[{"description"=>"Home Phone", "number"=>"1-123-1234"}]}], "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345"}}
813
+ WARNING: Can't verify CSRF token authenticity
814
+ {"city"=>"Bedrock", "contacts"=>[{"email"=>[{"description"=>"Work Email", "email"=>"fflintstone@bedrock.com"}], "first_name"=>"Fred", "last_name"=>"Flintstone", "phone"=>[{"description"=>"Home Phone", "number"=>"1-123-1234"}]}], "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345"}
815
+ Rendered text template (0.0ms)
816
+ Completed 200 OK in 2ms (Views: 0.3ms)
817
+
818
+
819
+ Started GET "/enterprises//509e5b7d0bdb8240fd000001" for 127.0.0.1 at 2012-11-10 08:49:49 -0500
820
+ Processing by EnterprisesController#show as */*
821
+ Parameters: {"id"=>"509e5b7d0bdb8240fd000001"}
822
+ Rendered text template (0.0ms)
823
+ Completed 200 OK in 1ms (Views: 0.3ms)
824
+
825
+
826
+ Started PUT "/enterprises/509e5b7d0bdb8240fd000001" for 127.0.0.1 at 2012-11-10 08:49:49 -0500
827
+ Processing by EnterprisesController#update as */*
828
+ Parameters: {"_id"=>"509e5b7d0bdb8240fd000001", "city"=>"Bedrock", "contacts"=>"{\"email\"=>[{\"description\"=>\"Work Email\", \"email\"=>\"fflintstone@slaterockandgravel.com\"}], \"first_name\"=>\"Fred\", \"last_name\"=>\"Flintstone\", \"phone\"=>[{\"description\"=>\"Home Phone\", \"number\"=>\"1-123-1234\"}]}", "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345", "id"=>"509e5b7d0bdb8240fd000001"}
829
+ WARNING: Can't verify CSRF token authenticity
830
+ Completed 500 Internal Server Error in 0ms
831
+
832
+ NoMethodError (undefined method `eb' for SimplyMongo:Module):
833
+ app/controllers/enterprises_controller.rb:49:in `update'
834
+
835
+
836
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
837
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
838
+ Rendered /Users/rbirch/.rvm/gems/ruby-1.9.3-p194@smongo_test/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.0ms)
839
+
840
+
841
+ Started GET "/enterprises//509e5b7d0bdb8240fd000001" for 127.0.0.1 at 2012-11-10 08:49:49 -0500
842
+ Processing by EnterprisesController#show as */*
843
+ Parameters: {"id"=>"509e5b7d0bdb8240fd000001"}
844
+ Rendered text template (0.0ms)
845
+ Completed 200 OK in 1ms (Views: 0.3ms)
846
+
847
+
848
+ Started DELETE "/enterprises//509e5b7d0bdb8240fd000001" for 127.0.0.1 at 2012-11-10 08:49:49 -0500
849
+ Processing by EnterprisesController#destroy as */*
850
+ Parameters: {"id"=>"509e5b7d0bdb8240fd000001"}
851
+ WARNING: Can't verify CSRF token authenticity
852
+ Rendered text template (0.0ms)
853
+ Completed 200 OK in 1ms (Views: 0.3ms)
854
+
855
+
856
+ Started GET "/enterprises//509e5b7d0bdb8240fd000001" for 127.0.0.1 at 2012-11-10 08:49:49 -0500
857
+ Processing by EnterprisesController#show as */*
858
+ Parameters: {"id"=>"509e5b7d0bdb8240fd000001"}
859
+ Rendered text template (0.0ms)
860
+ Completed 200 OK in 1ms (Views: 0.2ms)
861
+
862
+
863
+ Started GET "/enterprises/" for 127.0.0.1 at 2012-11-10 08:50:44 -0500
864
+ Processing by EnterprisesController#index as */*
865
+ Rendered text template (0.0ms)
866
+ Completed 200 OK in 1ms (Views: 0.5ms)
867
+
868
+
869
+ Started POST "/enterprises/create" for 127.0.0.1 at 2012-11-10 08:50:44 -0500
870
+ Processing by EnterprisesController#create as */*
871
+ Parameters: {"enterprise"=>{"city"=>"Bedrock", "contacts"=>[{"email"=>[{"description"=>"Work Email", "email"=>"fflintstone@bedrock.com"}], "first_name"=>"Fred", "last_name"=>"Flintstone", "phone"=>[{"description"=>"Home Phone", "number"=>"1-123-1234"}]}], "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345"}}
872
+ WARNING: Can't verify CSRF token authenticity
873
+ {"city"=>"Bedrock", "contacts"=>[{"email"=>[{"description"=>"Work Email", "email"=>"fflintstone@bedrock.com"}], "first_name"=>"Fred", "last_name"=>"Flintstone", "phone"=>[{"description"=>"Home Phone", "number"=>"1-123-1234"}]}], "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345"}
874
+ Rendered text template (0.0ms)
875
+ Completed 200 OK in 2ms (Views: 0.3ms)
876
+
877
+
878
+ Started GET "/enterprises//509e5bb40bdb8240fd000002" for 127.0.0.1 at 2012-11-10 08:50:44 -0500
879
+ Processing by EnterprisesController#show as */*
880
+ Parameters: {"id"=>"509e5bb40bdb8240fd000002"}
881
+ Rendered text template (0.0ms)
882
+ Completed 200 OK in 1ms (Views: 0.3ms)
883
+
884
+
885
+ Started PUT "/enterprises/509e5bb40bdb8240fd000002" for 127.0.0.1 at 2012-11-10 08:50:44 -0500
886
+ Processing by EnterprisesController#update as */*
887
+ Parameters: {"_id"=>"509e5bb40bdb8240fd000002", "city"=>"Bedrock", "contacts"=>"{\"email\"=>[{\"description\"=>\"Work Email\", \"email\"=>\"fflintstone@slaterockandgravel.com\"}], \"first_name\"=>\"Fred\", \"last_name\"=>\"Flintstone\", \"phone\"=>[{\"description\"=>\"Home Phone\", \"number\"=>\"1-123-1234\"}]}", "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345", "id"=>"509e5bb40bdb8240fd000002"}
888
+ WARNING: Can't verify CSRF token authenticity
889
+ Rendered text template (0.0ms)
890
+ Completed 200 OK in 2ms (Views: 0.3ms)
891
+
892
+
893
+ Started GET "/enterprises//509e5bb40bdb8240fd000002" for 127.0.0.1 at 2012-11-10 08:50:44 -0500
894
+ Processing by EnterprisesController#show as */*
895
+ Parameters: {"id"=>"509e5bb40bdb8240fd000002"}
896
+ Rendered text template (0.0ms)
897
+ Completed 200 OK in 1ms (Views: 0.2ms)
898
+
899
+
900
+ Started DELETE "/enterprises//509e5bb40bdb8240fd000002" for 127.0.0.1 at 2012-11-10 08:50:44 -0500
901
+ Processing by EnterprisesController#destroy as */*
902
+ Parameters: {"id"=>"509e5bb40bdb8240fd000002"}
903
+ WARNING: Can't verify CSRF token authenticity
904
+ Rendered text template (0.0ms)
905
+ Completed 200 OK in 1ms (Views: 0.3ms)
906
+
907
+
908
+ Started GET "/enterprises//509e5bb40bdb8240fd000002" for 127.0.0.1 at 2012-11-10 08:50:44 -0500
909
+ Processing by EnterprisesController#show as */*
910
+ Parameters: {"id"=>"509e5bb40bdb8240fd000002"}
911
+ Rendered text template (0.0ms)
912
+ Completed 200 OK in 1ms (Views: 0.2ms)
913
+
914
+
915
+ Started GET "/enterprises/" for 127.0.0.1 at 2012-11-10 08:51:01 -0500
916
+ Processing by EnterprisesController#index as */*
917
+ Rendered text template (0.0ms)
918
+ Completed 200 OK in 1ms (Views: 0.5ms)
919
+
920
+
921
+ Started POST "/enterprises/create" for 127.0.0.1 at 2012-11-10 08:51:01 -0500
922
+ Processing by EnterprisesController#create as */*
923
+ Parameters: {"enterprise"=>{"city"=>"Bedrock", "contacts"=>[{"email"=>[{"description"=>"Work Email", "email"=>"fflintstone@bedrock.com"}], "first_name"=>"Fred", "last_name"=>"Flintstone", "phone"=>[{"description"=>"Home Phone", "number"=>"1-123-1234"}]}], "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345"}}
924
+ WARNING: Can't verify CSRF token authenticity
925
+ {"city"=>"Bedrock", "contacts"=>[{"email"=>[{"description"=>"Work Email", "email"=>"fflintstone@bedrock.com"}], "first_name"=>"Fred", "last_name"=>"Flintstone", "phone"=>[{"description"=>"Home Phone", "number"=>"1-123-1234"}]}], "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345"}
926
+ Rendered text template (0.0ms)
927
+ Completed 200 OK in 1ms (Views: 0.3ms)
928
+
929
+
930
+ Started GET "/enterprises//509e5bc50bdb8240fd000003" for 127.0.0.1 at 2012-11-10 08:51:01 -0500
931
+ Processing by EnterprisesController#show as */*
932
+ Parameters: {"id"=>"509e5bc50bdb8240fd000003"}
933
+ Rendered text template (0.0ms)
934
+ Completed 200 OK in 1ms (Views: 0.3ms)
935
+
936
+
937
+ Started PUT "/enterprises/509e5bc50bdb8240fd000003" for 127.0.0.1 at 2012-11-10 08:51:01 -0500
938
+ Processing by EnterprisesController#update as */*
939
+ Parameters: {"_id"=>"509e5bc50bdb8240fd000003", "city"=>"Bedrock", "contacts"=>"{\"email\"=>[{\"description\"=>\"Work Email\", \"email\"=>\"fflintstone@slaterockandgravel.com\"}], \"first_name\"=>\"Fred\", \"last_name\"=>\"Flintstone\", \"phone\"=>[{\"description\"=>\"Home Phone\", \"number\"=>\"1-123-1234\"}]}", "country"=>"US", "description"=>"We dig and move rocks and gravel using the latest technologies", "name"=>"Slate Rock and Gravel", "phone"=>"1.123.1234", "street"=>"123 Quarry Pit", "web_site"=>"http://www.slaterockandgravel.com", "zip"=>"12345", "id"=>"509e5bc50bdb8240fd000003"}
940
+ WARNING: Can't verify CSRF token authenticity
941
+ Rendered text template (0.0ms)
942
+ Completed 200 OK in 1ms (Views: 0.3ms)
943
+
944
+
945
+ Started GET "/enterprises//509e5bc50bdb8240fd000003" for 127.0.0.1 at 2012-11-10 08:51:01 -0500
946
+ Processing by EnterprisesController#show as */*
947
+ Parameters: {"id"=>"509e5bc50bdb8240fd000003"}
948
+ Rendered text template (0.0ms)
949
+ Completed 200 OK in 1ms (Views: 0.2ms)
950
+
951
+
952
+ Started DELETE "/enterprises//509e5bc50bdb8240fd000003" for 127.0.0.1 at 2012-11-10 08:51:01 -0500
953
+ Processing by EnterprisesController#destroy as */*
954
+ Parameters: {"id"=>"509e5bc50bdb8240fd000003"}
955
+ WARNING: Can't verify CSRF token authenticity
956
+ Rendered text template (0.0ms)
957
+ Completed 200 OK in 1ms (Views: 0.3ms)
958
+
959
+
960
+ Started GET "/enterprises//509e5bc50bdb8240fd000003" for 127.0.0.1 at 2012-11-10 08:51:01 -0500
961
+ Processing by EnterprisesController#show as */*
962
+ Parameters: {"id"=>"509e5bc50bdb8240fd000003"}
963
+ Rendered text template (0.0ms)
964
+ Completed 200 OK in 1ms (Views: 0.2ms)
965
+
966
+
967
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2012-11-10 08:52:18 -0500
968
+ Served asset /rails.png - 304 Not Modified (1ms)