rd_station 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. checksums.yaml +15 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +3 -0
  4. data/Rakefile +34 -0
  5. data/app/assets/javascripts/rd_station/application.js +13 -0
  6. data/app/assets/javascripts/rd_station/leads.js +2 -0
  7. data/app/assets/stylesheets/rd_station/application.css +15 -0
  8. data/app/assets/stylesheets/rd_station/leads.css +4 -0
  9. data/app/assets/stylesheets/scaffold.css +56 -0
  10. data/app/controllers/rd_station/application_controller.rb +4 -0
  11. data/app/controllers/rd_station/leads_controller.rb +87 -0
  12. data/app/helpers/rd_station/application_helper.rb +4 -0
  13. data/app/helpers/rd_station/leads_helper.rb +4 -0
  14. data/app/models/rd_station/lead.rb +4 -0
  15. data/app/views/layouts/rd_station/application.html.erb +14 -0
  16. data/app/views/rd_station/leads/_form.html.erb +45 -0
  17. data/app/views/rd_station/leads/edit.html.erb +6 -0
  18. data/app/views/rd_station/leads/index.html.erb +41 -0
  19. data/app/views/rd_station/leads/new.html.erb +5 -0
  20. data/app/views/rd_station/leads/show.html.erb +39 -0
  21. data/config/routes.rb +4 -0
  22. data/db/migrate/20140414213110_create_rd_station_leads.rb +15 -0
  23. data/lib/rd_station/engine.rb +7 -0
  24. data/lib/rd_station/version.rb +3 -0
  25. data/lib/rd_station.rb +4 -0
  26. data/lib/tasks/rd_station_tasks.rake +4 -0
  27. data/test/controllers/rd_station/leads_controller_test.rb +51 -0
  28. data/test/dummy/README.rdoc +28 -0
  29. data/test/dummy/Rakefile +6 -0
  30. data/test/dummy/app/assets/javascripts/application.js +13 -0
  31. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  32. data/test/dummy/app/controllers/application_controller.rb +5 -0
  33. data/test/dummy/app/helpers/application_helper.rb +2 -0
  34. data/test/dummy/app/models/user.rb +6 -0
  35. data/test/dummy/app/views/layouts/application.html.erb +15 -0
  36. data/test/dummy/bin/bundle +3 -0
  37. data/test/dummy/bin/rails +4 -0
  38. data/test/dummy/bin/rake +4 -0
  39. data/test/dummy/config/application.rb +23 -0
  40. data/test/dummy/config/boot.rb +5 -0
  41. data/test/dummy/config/database.yml +25 -0
  42. data/test/dummy/config/environment.rb +5 -0
  43. data/test/dummy/config/environments/development.rb +38 -0
  44. data/test/dummy/config/environments/production.rb +83 -0
  45. data/test/dummy/config/environments/test.rb +39 -0
  46. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  47. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  48. data/test/dummy/config/initializers/devise.rb +256 -0
  49. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  50. data/test/dummy/config/initializers/inflections.rb +16 -0
  51. data/test/dummy/config/initializers/mime_types.rb +4 -0
  52. data/test/dummy/config/initializers/session_store.rb +3 -0
  53. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  54. data/test/dummy/config/locales/devise.en.yml +59 -0
  55. data/test/dummy/config/locales/en.yml +23 -0
  56. data/test/dummy/config/routes.rb +5 -0
  57. data/test/dummy/config/secrets.yml +22 -0
  58. data/test/dummy/config.ru +4 -0
  59. data/test/dummy/db/development.sqlite3 +0 -0
  60. data/test/dummy/db/migrate/20140415153543_devise_create_users.rb +42 -0
  61. data/test/dummy/db/migrate/20140415160534_add_highrise_site_and_highrise_user_to_user.rb +6 -0
  62. data/test/dummy/db/schema.rb +48 -0
  63. data/test/dummy/log/development.log +2368 -0
  64. data/test/dummy/public/404.html +67 -0
  65. data/test/dummy/public/422.html +67 -0
  66. data/test/dummy/public/500.html +66 -0
  67. data/test/dummy/public/favicon.ico +0 -0
  68. data/test/dummy/test/fixtures/users.yml +11 -0
  69. data/test/dummy/test/models/user_test.rb +7 -0
  70. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  71. data/test/dummy/tmp/cache/assets/development/sprockets/28406951d1ba26a9b4964555fc18dfe1 +0 -0
  72. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  73. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  74. data/test/dummy/tmp/cache/assets/development/sprockets/4b0b5b16ab033c5d85355ae521175f76 +0 -0
  75. data/test/dummy/tmp/cache/assets/development/sprockets/6e9816bb03d693d6a2caa917115d65b8 +0 -0
  76. data/test/dummy/tmp/cache/assets/development/sprockets/763e620b69ccc332f83159b9f2a6ad73 +0 -0
  77. data/test/dummy/tmp/cache/assets/development/sprockets/88f57146f2737749dc6c29cadc70a772 +0 -0
  78. data/test/dummy/tmp/cache/assets/development/sprockets/8acde4d762f8781a843cc6af67d7c622 +0 -0
  79. data/test/dummy/tmp/cache/assets/development/sprockets/998295eee6a0834f305af073f483b138 +0 -0
  80. data/test/dummy/tmp/cache/assets/development/sprockets/a3c4f42c5aa96b1d17d646e969b26d4e +0 -0
  81. data/test/dummy/tmp/cache/assets/development/sprockets/a72094d050f9eadda89d286bef6f3cde +0 -0
  82. data/test/dummy/tmp/cache/assets/development/sprockets/c9150ad21eb2bed180787c2dc637a998 +0 -0
  83. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  84. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  85. data/test/dummy/tmp/cache/assets/development/sprockets/e19c3d2acf4dbc1eb6517d9535a82413 +0 -0
  86. data/test/dummy/tmp/cache/assets/development/sprockets/f2c7ee7531b1671bc4dd48423c803142 +0 -0
  87. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  88. data/test/fixtures/rd_station/leads.yml +19 -0
  89. data/test/helpers/rd_station/leads_helper_test.rb +6 -0
  90. data/test/integration/navigation_test.rb +10 -0
  91. data/test/models/rd_station/lead_test.rb +9 -0
  92. data/test/rd_station_test.rb +7 -0
  93. data/test/test_helper.rb +15 -0
  94. metadata +259 -0
@@ -0,0 +1,2368 @@
1
+  (40.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2
+  (0.2ms) select sqlite_version(*)
3
+  (22.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4
+ ActiveRecord::SchemaMigration Load (5.9ms) SELECT "schema_migrations".* FROM "schema_migrations"
5
+ Migrating to CreateRdStationLeads (20140414213110)
6
+  (0.3ms) begin transaction
7
+  (38.5ms) CREATE TABLE "rd_station_leads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "last_name" varchar(255), "emial" varchar(255), "company" varchar(255), "job_title" varchar(255), "phone" varchar(255), "website" varchar(255), "created_at" datetime, "updated_at" datetime)
8
+ SQL (137.9ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140414213110"]]
9
+  (251.4ms) commit transaction
10
+ ActiveRecord::SchemaMigration Load (5.9ms) SELECT "schema_migrations".* FROM "schema_migrations"
11
+
12
+
13
+ Started GET "/rd_statizz" for 10.0.2.2 at 2014-04-14 21:32:34 +0000
14
+
15
+ ActionController::RoutingError (No route matches [GET] "/rd_statizz"):
16
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
17
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
18
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
19
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
20
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
21
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
22
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
23
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
24
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
25
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
26
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
27
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
28
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
29
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
30
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
31
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
32
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
33
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
34
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
35
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
36
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
37
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
38
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
39
+
40
+
41
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms)
42
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms)
43
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
44
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (198.3ms)
45
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (348.9ms)
46
+
47
+
48
+ Started GET "/rd_station" for 10.0.2.2 at 2014-04-14 21:32:48 +0000
49
+
50
+ ActionController::RoutingError (No route matches [GET] "/rd_station"):
51
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
52
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
53
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
54
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
55
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
56
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
57
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
58
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
59
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
60
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
61
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
62
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
63
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
64
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
65
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
66
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
67
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
68
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
69
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
70
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
71
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
72
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
73
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
74
+
75
+
76
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms)
77
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (31.5ms)
78
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
79
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.0ms)
80
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (159.1ms)
81
+
82
+
83
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-14 21:32:57 +0000
84
+ Processing by RdStation::LeadsController#index as HTML
85
+ RdStation::Lead Load (49.3ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
86
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (96.0ms)
87
+ Completed 200 OK in 1946ms (Views: 1422.6ms | ActiveRecord: 49.3ms)
88
+
89
+
90
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 21:33:00 +0000
91
+
92
+
93
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 21:33:00 +0000
94
+
95
+
96
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 21:33:00 +0000
97
+
98
+
99
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 21:33:01 +0000
100
+
101
+
102
+ Started GET "/rd_station/leads/new" for 10.0.2.2 at 2014-04-14 21:33:46 +0000
103
+ Processing by RdStation::LeadsController#new as HTML
104
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/_form.html.erb (205.9ms)
105
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/new.html.erb within layouts/rd_station/application (358.0ms)
106
+ Completed 200 OK in 927ms (Views: 905.0ms | ActiveRecord: 15.4ms)
107
+
108
+
109
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 21:33:48 +0000
110
+
111
+
112
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 21:33:48 +0000
113
+
114
+
115
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 21:33:49 +0000
116
+
117
+
118
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 21:33:49 +0000
119
+
120
+
121
+ Started POST "/rd_station/leads" for 10.0.2.2 at 2014-04-14 21:35:16 +0000
122
+ Processing by RdStation::LeadsController#create as HTML
123
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"rjZaA18vT+oJudcwkSFcoQmhjjFNWF2LthQETFeuOI8=", "lead"=>{"name"=>"Bruno", "last_name"=>"Tripoloni", "emial"=>"bruno.tripoloni@gmail.com", "company"=>"comanue", "job_title"=>"criação de site", "phone"=>"(18) 3528-5172", "website"=>"brunotripoloni.uni.me"}, "commit"=>"Create Lead"}
124
+  (0.4ms) begin transaction
125
+ SQL (17.4ms) INSERT INTO "rd_station_leads" ("company", "created_at", "emial", "job_title", "last_name", "name", "phone", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["company", "comanue"], ["created_at", "2014-04-14 21:35:16.755357"], ["emial", "bruno.tripoloni@gmail.com"], ["job_title", "criação de site"], ["last_name", "Tripoloni"], ["name", "Bruno"], ["phone", "(18) 3528-5172"], ["updated_at", "2014-04-14 21:35:16.755357"], ["website", "brunotripoloni.uni.me"]]
126
+  (18.9ms) commit transaction
127
+ Redirected to http://localhost:3000/rd_station/leads/1
128
+ Completed 302 Found in 368ms (ActiveRecord: 36.6ms)
129
+
130
+
131
+ Started GET "/rd_station/leads/1" for 10.0.2.2 at 2014-04-14 21:35:17 +0000
132
+ Processing by RdStation::LeadsController#show as HTML
133
+ Parameters: {"id"=>"1"}
134
+ RdStation::Lead Load (18.9ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 1]]
135
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/show.html.erb within layouts/rd_station/application (6.8ms)
136
+ Completed 200 OK in 623ms (Views: 588.8ms | ActiveRecord: 18.9ms)
137
+
138
+
139
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 21:35:18 +0000
140
+
141
+
142
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 21:35:18 +0000
143
+
144
+
145
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 21:35:18 +0000
146
+
147
+
148
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 21:35:19 +0000
149
+
150
+
151
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-14 21:35:22 +0000
152
+ Processing by RdStation::LeadsController#index as HTML
153
+ RdStation::Lead Load (5.1ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
154
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (10.1ms)
155
+ Completed 200 OK in 534ms (Views: 528.2ms | ActiveRecord: 5.1ms)
156
+
157
+
158
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 21:35:23 +0000
159
+
160
+
161
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 21:35:23 +0000
162
+
163
+
164
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 21:35:24 +0000
165
+
166
+
167
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 21:35:24 +0000
168
+
169
+
170
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-14 23:12:14 +0000
171
+ Processing by RdStation::LeadsController#index as HTML
172
+ RdStation::Lead Load (51.8ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
173
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (280.1ms)
174
+ Completed 200 OK in 2297ms (Views: 1579.2ms | ActiveRecord: 67.9ms)
175
+
176
+
177
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 23:12:23 +0000
178
+
179
+
180
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 23:12:23 +0000
181
+
182
+
183
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 23:12:24 +0000
184
+
185
+
186
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 23:12:24 +0000
187
+
188
+
189
+ Started GET "/rd_station/leads/new" for 10.0.2.2 at 2014-04-14 23:12:28 +0000
190
+ Processing by RdStation::LeadsController#new as HTML
191
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/_form.html.erb (242.4ms)
192
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/new.html.erb within layouts/rd_station/application (447.4ms)
193
+ Completed 200 OK in 1146ms (Views: 1144.5ms | ActiveRecord: 0.0ms)
194
+
195
+
196
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 23:12:29 +0000
197
+
198
+
199
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 23:12:30 +0000
200
+
201
+
202
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 23:12:30 +0000
203
+
204
+
205
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 23:12:30 +0000
206
+
207
+
208
+ Started POST "/rd_station/leads" for 10.0.2.2 at 2014-04-14 23:12:42 +0000
209
+ Processing by RdStation::LeadsController#create as HTML
210
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"rjZaA18vT+oJudcwkSFcoQmhjjFNWF2LthQETFeuOI8=", "lead"=>{"name"=>"Karina", "last_name"=>"Tripoloni", "emial"=>"", "company"=>"", "job_title"=>"", "phone"=>"", "website"=>""}, "commit"=>"Create Lead"}
211
+  (1.3ms) begin transaction
212
+ SQL (14.4ms) INSERT INTO "rd_station_leads" ("company", "created_at", "emial", "job_title", "last_name", "name", "phone", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["company", ""], ["created_at", "2014-04-14 23:12:42.923687"], ["emial", ""], ["job_title", ""], ["last_name", "Tripoloni"], ["name", "Karina"], ["phone", ""], ["updated_at", "2014-04-14 23:12:42.923687"], ["website", ""]]
213
+  (18.7ms) commit transaction
214
+ Redirected to http://localhost:3000/rd_station/leads/2
215
+ Completed 500 Internal Server Error in 73042ms
216
+
217
+ ActiveResource::TimeoutError (Timeout::Error):
218
+ activeresource (4.0.0) lib/active_resource/connection.rb:125:in `rescue in request'
219
+ activeresource (4.0.0) lib/active_resource/connection.rb:118:in `request'
220
+ activeresource (4.0.0) lib/active_resource/connection.rb:106:in `block in post'
221
+ activeresource (4.0.0) lib/active_resource/connection.rb:216:in `with_auth'
222
+ activeresource (4.0.0) lib/active_resource/connection.rb:106:in `post'
223
+ activeresource (4.0.0) lib/active_resource/base.rb:1435:in `block in create'
224
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
225
+ activeresource (4.0.0) lib/active_resource/base.rb:1434:in `create'
226
+ activeresource (4.0.0) lib/active_resource/observing.rb:21:in `create_with_notifications'
227
+ activeresource (4.0.0) lib/active_resource/base.rb:1224:in `block in save'
228
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
229
+ activeresource (4.0.0) lib/active_resource/base.rb:1223:in `save'
230
+ activeresource (4.0.0) lib/active_resource/validations.rb:116:in `save_with_validation'
231
+ activeresource (4.0.0) lib/active_resource/observing.rb:21:in `save_with_notifications'
232
+ /vagrant/rd_station/app/controllers/rd_station/leads_controller.rb:37:in `create'
233
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
234
+ actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
235
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
236
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
237
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
238
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
239
+ activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
240
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
241
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
242
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
243
+ actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
244
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
245
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
246
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
247
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
248
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
249
+ actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
250
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
251
+ actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
252
+ actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
253
+ actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
254
+ actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
255
+ actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
256
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
257
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
258
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
259
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
260
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
261
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
262
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
263
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
264
+ railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
265
+ railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
266
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
267
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
268
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
269
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
270
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
271
+ rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
272
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
273
+ actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
274
+ actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
275
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
276
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
277
+ actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
278
+ activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
279
+ activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
280
+ activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
281
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
282
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
283
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
284
+ actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
285
+ actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
286
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
287
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
288
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
289
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
290
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
291
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
292
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
293
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
294
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
295
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
296
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
297
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
298
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
299
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
300
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
301
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
302
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
303
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
304
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
305
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
306
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
307
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
308
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
309
+
310
+
311
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.0ms)
312
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
313
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms)
314
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (125.2ms)
315
+
316
+
317
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-14 23:14:32 +0000
318
+ Processing by RdStation::LeadsController#index as HTML
319
+ RdStation::Lead Load (15.4ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
320
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (75.2ms)
321
+ Completed 200 OK in 878ms (Views: 698.2ms | ActiveRecord: 21.0ms)
322
+
323
+
324
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 23:14:34 +0000
325
+
326
+
327
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 23:14:34 +0000
328
+
329
+
330
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 23:14:35 +0000
331
+
332
+
333
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 23:14:35 +0000
334
+
335
+
336
+ Started GET "/rd_station/leads/2" for 10.0.2.2 at 2014-04-14 23:14:47 +0000
337
+ Processing by RdStation::LeadsController#show as HTML
338
+ Parameters: {"id"=>"2"}
339
+ RdStation::Lead Load (9.9ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 2]]
340
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/show.html.erb within layouts/rd_station/application (5.2ms)
341
+ Completed 200 OK in 611ms (Views: 592.2ms | ActiveRecord: 9.9ms)
342
+
343
+
344
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 23:14:48 +0000
345
+
346
+
347
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 23:14:48 +0000
348
+
349
+
350
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 23:14:49 +0000
351
+
352
+
353
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 23:14:49 +0000
354
+
355
+
356
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-14 23:16:51 +0000
357
+ Processing by RdStation::LeadsController#index as HTML
358
+ RdStation::Lead Load (10.2ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
359
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (61.5ms)
360
+ Completed 200 OK in 690ms (Views: 553.0ms | ActiveRecord: 17.2ms)
361
+
362
+
363
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 23:16:52 +0000
364
+
365
+
366
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 23:16:53 +0000
367
+
368
+
369
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 23:16:53 +0000
370
+
371
+
372
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 23:16:53 +0000
373
+
374
+
375
+ Started GET "/rd_station/leads/2" for 10.0.2.2 at 2014-04-14 23:16:59 +0000
376
+ Processing by RdStation::LeadsController#show as HTML
377
+ Parameters: {"id"=>"2"}
378
+ RdStation::Lead Load (6.9ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 2]]
379
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/show.html.erb within layouts/rd_station/application (4.4ms)
380
+ Completed 200 OK in 696ms (Views: 683.0ms | ActiveRecord: 6.9ms)
381
+
382
+
383
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 23:17:00 +0000
384
+
385
+
386
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 23:17:00 +0000
387
+
388
+
389
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 23:17:01 +0000
390
+
391
+
392
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 23:17:01 +0000
393
+
394
+
395
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-14 23:17:04 +0000
396
+ Processing by RdStation::LeadsController#index as HTML
397
+ RdStation::Lead Load (10.1ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
398
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (24.9ms)
399
+ Completed 200 OK in 606ms (Views: 594.9ms | ActiveRecord: 10.1ms)
400
+
401
+
402
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 23:17:05 +0000
403
+
404
+
405
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 23:17:05 +0000
406
+
407
+
408
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 23:17:05 +0000
409
+
410
+
411
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 23:17:06 +0000
412
+
413
+
414
+ Started GET "/rd_station/leads/new" for 10.0.2.2 at 2014-04-14 23:17:07 +0000
415
+ Processing by RdStation::LeadsController#new as HTML
416
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/_form.html.erb (26.3ms)
417
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/new.html.erb within layouts/rd_station/application (199.3ms)
418
+ Completed 200 OK in 796ms (Views: 793.1ms | ActiveRecord: 0.0ms)
419
+
420
+
421
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 23:17:09 +0000
422
+
423
+
424
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 23:17:09 +0000
425
+
426
+
427
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 23:17:10 +0000
428
+
429
+
430
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 23:17:10 +0000
431
+
432
+
433
+ Started POST "/rd_station/leads" for 10.0.2.2 at 2014-04-14 23:17:55 +0000
434
+ Processing by RdStation::LeadsController#create as HTML
435
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"rjZaA18vT+oJudcwkSFcoQmhjjFNWF2LthQETFeuOI8=", "lead"=>{"name"=>"Bruna", "last_name"=>"Tripoloni", "emial"=>"bruna.tripoloni@gmail.com", "company"=>"nikkito", "job_title"=>"criação de site", "phone"=>"(18) 3528-5172", "website"=>"10.0.0.com"}, "commit"=>"Create Lead"}
436
+  (0.4ms) begin transaction
437
+ SQL (20.9ms) INSERT INTO "rd_station_leads" ("company", "created_at", "emial", "job_title", "last_name", "name", "phone", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["company", "nikkito"], ["created_at", "2014-04-14 23:17:55.615955"], ["emial", "bruna.tripoloni@gmail.com"], ["job_title", "criação de site"], ["last_name", "Tripoloni"], ["name", "Bruna"], ["phone", "(18) 3528-5172"], ["updated_at", "2014-04-14 23:17:55.615955"], ["website", "10.0.0.com"]]
438
+  (29.9ms) commit transaction
439
+ Redirected to http://localhost:3000/rd_station/leads/3
440
+ Completed 302 Found in 4409ms (ActiveRecord: 51.2ms)
441
+
442
+
443
+ Started GET "/rd_station/leads/3" for 10.0.2.2 at 2014-04-14 23:18:00 +0000
444
+ Processing by RdStation::LeadsController#show as HTML
445
+ Parameters: {"id"=>"3"}
446
+ RdStation::Lead Load (12.1ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 3]]
447
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/show.html.erb within layouts/rd_station/application (3.7ms)
448
+ Completed 200 OK in 657ms (Views: 630.2ms | ActiveRecord: 12.1ms)
449
+
450
+
451
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 23:18:01 +0000
452
+
453
+
454
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 23:18:01 +0000
455
+
456
+
457
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 23:18:02 +0000
458
+
459
+
460
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 23:18:02 +0000
461
+
462
+
463
+ Started GET "/rd_station/leasdf" for 10.0.2.2 at 2014-04-14 23:46:21 +0000
464
+
465
+ ActionController::RoutingError (No route matches [GET] "/rd_station/leasdf"):
466
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
467
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
468
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
469
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
470
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
471
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
472
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
473
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
474
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
475
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
476
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
477
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
478
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
479
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
480
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
481
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
482
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
483
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
484
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
485
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
486
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
487
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
488
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
489
+
490
+
491
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
492
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.0ms)
493
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (14.8ms)
494
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (43.7ms)
495
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (191.2ms)
496
+
497
+
498
+ Started GET "/rd_station/leasdf" for 10.0.2.2 at 2014-04-14 23:47:04 +0000
499
+
500
+ ActionController::RoutingError (No route matches [GET] "/rd_station/leasdf"):
501
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
502
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
503
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
504
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
505
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
506
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
507
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
508
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
509
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
510
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
511
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
512
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
513
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
514
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
515
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
516
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
517
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
518
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
519
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
520
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
521
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
522
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
523
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
524
+
525
+
526
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
527
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms)
528
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
529
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.4ms)
530
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (106.6ms)
531
+
532
+
533
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-14 23:49:06 +0000
534
+
535
+ SyntaxError (/vagrant/rd_station/app/controllers/rd_station/leads_controller.rb:67: syntax error, unexpected tIDENTIFIER, expecting ')'
536
+ ... contact_data: { email_addresses: [ { addr...
537
+ ... ^
538
+ /vagrant/rd_station/app/controllers/rd_station/leads_controller.rb:67: syntax error, unexpected ')', expecting keyword_end
539
+ /vagrant/rd_station/app/controllers/rd_station/leads_controller.rb:81: syntax error, unexpected $end, expecting keyword_end):
540
+ activesupport (4.1.0) lib/active_support/dependencies.rb:443:in `load'
541
+ activesupport (4.1.0) lib/active_support/dependencies.rb:443:in `block in load_file'
542
+ activesupport (4.1.0) lib/active_support/dependencies.rb:633:in `new_constants_in'
543
+ activesupport (4.1.0) lib/active_support/dependencies.rb:442:in `load_file'
544
+ activesupport (4.1.0) lib/active_support/dependencies.rb:342:in `require_or_load'
545
+ activesupport (4.1.0) lib/active_support/dependencies.rb:480:in `load_missing_constant'
546
+ activesupport (4.1.0) lib/active_support/dependencies.rb:180:in `const_missing'
547
+ activesupport (4.1.0) lib/active_support/inflector/methods.rb:240:in `const_get'
548
+ activesupport (4.1.0) lib/active_support/inflector/methods.rb:240:in `block in constantize'
549
+ activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `each'
550
+ activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `inject'
551
+ activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `constantize'
552
+ activesupport (4.1.0) lib/active_support/dependencies.rb:552:in `get'
553
+ activesupport (4.1.0) lib/active_support/dependencies.rb:583:in `constantize'
554
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference'
555
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:66:in `controller'
556
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:44:in `call'
557
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
558
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
559
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
560
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
561
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
562
+ railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
563
+ railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
564
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
565
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
566
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
567
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
568
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
569
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
570
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
571
+ actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
572
+ actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
573
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
574
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
575
+ actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
576
+ activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
577
+ activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
578
+ activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
579
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
580
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
581
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
582
+ actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
583
+ actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
584
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
585
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
586
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
587
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
588
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
589
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
590
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
591
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
592
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
593
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
594
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
595
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
596
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
597
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
598
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
599
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
600
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
601
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
602
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
603
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
604
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
605
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
606
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
607
+
608
+
609
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms)
610
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
611
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms)
612
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (58.4ms)
613
+
614
+
615
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-14 23:50:07 +0000
616
+ Processing by RdStation::LeadsController#index as HTML
617
+ RdStation::Lead Load (14.4ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
618
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (69.6ms)
619
+ Completed 200 OK in 719ms (Views: 558.7ms | ActiveRecord: 19.8ms)
620
+
621
+
622
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 23:50:09 +0000
623
+
624
+
625
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 23:50:09 +0000
626
+
627
+
628
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 23:50:10 +0000
629
+
630
+
631
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 23:50:10 +0000
632
+
633
+
634
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-14 23:53:35 +0000
635
+ Processing by RdStation::LeadsController#index as HTML
636
+ RdStation::Lead Load (14.2ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
637
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (81.8ms)
638
+ Completed 200 OK in 728ms (Views: 572.6ms | ActiveRecord: 20.2ms)
639
+
640
+
641
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 23:53:37 +0000
642
+
643
+
644
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 23:53:37 +0000
645
+
646
+
647
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 23:53:37 +0000
648
+
649
+
650
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 23:53:38 +0000
651
+
652
+
653
+ Started GET "/rd_station/to_highrise/1" for 10.0.2.2 at 2014-04-14 23:53:42 +0000
654
+ Processing by RdStation::LeadsController#send_to_highrise as HTML
655
+ Parameters: {"id"=>"1"}
656
+ Completed 400 Bad Request in 3ms
657
+
658
+ ActionController::ParameterMissing (param is missing or the value is empty: lead):
659
+ actionpack (4.1.0) lib/action_controller/metal/strong_parameters.rb:183:in `require'
660
+ /vagrant/rd_station/app/controllers/rd_station/leads_controller.rb:80:in `lead_params'
661
+ /vagrant/rd_station/app/controllers/rd_station/leads_controller.rb:54:in `send_to_highrise'
662
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
663
+ actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
664
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
665
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
666
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
667
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
668
+ activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
669
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
670
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
671
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
672
+ actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
673
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
674
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
675
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
676
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
677
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
678
+ actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
679
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
680
+ actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
681
+ actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
682
+ actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
683
+ actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
684
+ actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
685
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
686
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
687
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
688
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
689
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
690
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
691
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
692
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
693
+ railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
694
+ railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
695
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
696
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
697
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
698
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
699
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
700
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
701
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
702
+ actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
703
+ actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
704
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
705
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
706
+ actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
707
+ activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
708
+ activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
709
+ activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
710
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
711
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
712
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
713
+ actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
714
+ actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
715
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
716
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
717
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
718
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
719
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
720
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
721
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
722
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
723
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
724
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
725
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
726
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
727
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
728
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
729
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
730
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
731
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
732
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
733
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
734
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
735
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
736
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
737
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
738
+
739
+
740
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.4ms)
741
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms)
742
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (70.7ms)
743
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (175.7ms)
744
+
745
+
746
+ Started GET "/rd_station/to_highrise/1" for 10.0.2.2 at 2014-04-14 23:55:13 +0000
747
+ Processing by RdStation::LeadsController#send_to_highrise as HTML
748
+ Parameters: {"id"=>"1"}
749
+ RdStation::Lead Load (6.4ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 1]]
750
+ Completed 500 Internal Server Error in 3463ms
751
+
752
+ ActionView::MissingTemplate (Missing template rd_station/leads/send_to_highrise, rd_station/application/send_to_highrise with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
753
+ * "/vagrant/rd_station/test/dummy/app/views"
754
+ * "/vagrant/rd_station/app/views"
755
+ ):
756
+ actionview (4.1.0) lib/action_view/path_set.rb:46:in `find'
757
+ actionview (4.1.0) lib/action_view/lookup_context.rb:124:in `find'
758
+ actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
759
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:41:in `determine_template'
760
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:8:in `render'
761
+ actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
762
+ actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render'
763
+ actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template'
764
+ actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
765
+ actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body'
766
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
767
+ actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
768
+ actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render'
769
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render'
770
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
771
+ activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
772
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
773
+ activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
774
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
775
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
776
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
777
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
778
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
779
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
780
+ actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
781
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
782
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
783
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
784
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
785
+ activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
786
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
787
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
788
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
789
+ actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
790
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
791
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
792
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
793
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
794
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
795
+ actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
796
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
797
+ actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
798
+ actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
799
+ actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
800
+ actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
801
+ actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
802
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
803
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
804
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
805
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
806
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
807
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
808
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
809
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
810
+ railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
811
+ railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
812
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
813
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
814
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
815
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
816
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
817
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
818
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
819
+ actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
820
+ actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
821
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
822
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
823
+ actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
824
+ activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
825
+ activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
826
+ activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
827
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
828
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
829
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
830
+ actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
831
+ actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
832
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
833
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
834
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
835
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
836
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
837
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
838
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
839
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
840
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
841
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
842
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
843
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
844
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
845
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
846
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
847
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
848
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
849
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
850
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
851
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
852
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
853
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
854
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
855
+
856
+
857
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (1.4ms)
858
+
859
+
860
+ Started GET "/rd_station/to_highrise/1" for 10.0.2.2 at 2014-04-14 23:56:01 +0000
861
+ Processing by RdStation::LeadsController#send_to_highrise as HTML
862
+ Parameters: {"id"=>"1"}
863
+ RdStation::Lead Load (7.4ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 1]]
864
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (149.1ms)
865
+ Completed 500 Internal Server Error in 8227ms
866
+
867
+ ActionView::Template::Error (undefined method `each' for nil:NilClass):
868
+ 15: </thead>
869
+ 16:
870
+ 17: <tbody>
871
+ 18: <% @leads.each do |lead| %>
872
+ 19: <tr>
873
+ 20: <td><%= lead.name %></td>
874
+ 21: <td><%= lead.last_name %></td>
875
+ /vagrant/rd_station/app/views/rd_station/leads/index.html.erb:18:in `__vagrant_rd_station_app_views_rd_station_leads_index_html_erb___161930499_92667410'
876
+ actionview (4.1.0) lib/action_view/template.rb:145:in `block in render'
877
+ activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument'
878
+ actionview (4.1.0) lib/action_view/template.rb:339:in `instrument'
879
+ actionview (4.1.0) lib/action_view/template.rb:143:in `render'
880
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
881
+ actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
882
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
883
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
884
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
885
+ actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
886
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
887
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
888
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
889
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
890
+ actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
891
+ actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render'
892
+ actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template'
893
+ actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
894
+ actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body'
895
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
896
+ actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
897
+ actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render'
898
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render'
899
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
900
+ activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
901
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
902
+ activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
903
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
904
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
905
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
906
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
907
+ /vagrant/rd_station/app/controllers/rd_station/leads_controller.rb:70:in `send_to_highrise'
908
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
909
+ actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
910
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
911
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
912
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
913
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
914
+ activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
915
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
916
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
917
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
918
+ actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
919
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
920
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
921
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
922
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
923
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
924
+ actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
925
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
926
+ actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
927
+ actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
928
+ actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
929
+ actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
930
+ actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
931
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
932
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
933
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
934
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
935
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
936
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
937
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
938
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
939
+ railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
940
+ railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
941
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
942
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
943
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
944
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
945
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
946
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
947
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
948
+ actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
949
+ actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
950
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
951
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
952
+ actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
953
+ activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
954
+ activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
955
+ activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
956
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
957
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
958
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
959
+ actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
960
+ actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
961
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
962
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
963
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
964
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
965
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
966
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
967
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
968
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
969
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
970
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
971
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
972
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
973
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
974
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
975
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
976
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
977
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
978
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
979
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
980
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
981
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
982
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
983
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
984
+
985
+
986
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms)
987
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.1ms)
988
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (64.2ms)
989
+
990
+
991
+ Started GET "/rd_station/to_highrise/1" for 10.0.2.2 at 2014-04-14 23:56:37 +0000
992
+ Processing by RdStation::LeadsController#send_to_highrise as HTML
993
+ Parameters: {"id"=>"1"}
994
+ RdStation::Lead Load (12.8ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 1]]
995
+ Completed 500 Internal Server Error in 3711ms
996
+
997
+ NameError (undefined local variable or method `root_path' for #<RdStation::LeadsController:0xa540bc8>):
998
+ /vagrant/rd_station/app/controllers/rd_station/leads_controller.rb:70:in `send_to_highrise'
999
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1000
+ actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
1001
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
1002
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
1003
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
1004
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
1005
+ activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
1006
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
1007
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
1008
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
1009
+ actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
1010
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1011
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
1012
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1013
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
1014
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1015
+ actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1016
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1017
+ actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
1018
+ actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
1019
+ actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
1020
+ actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1021
+ actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
1022
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
1023
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1024
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
1025
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1026
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
1027
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
1028
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
1029
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
1030
+ railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
1031
+ railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
1032
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1033
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
1034
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
1035
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
1036
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1037
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1038
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1039
+ actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1040
+ actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
1041
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1042
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1043
+ actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
1044
+ activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
1045
+ activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
1046
+ activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
1047
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1048
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
1049
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1050
+ actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
1051
+ actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1052
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1053
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1054
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
1055
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
1056
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1057
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
1058
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
1059
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
1060
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1061
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1062
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1063
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
1064
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1065
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
1066
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1067
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
1068
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
1069
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1070
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1071
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1072
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1073
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1074
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1075
+
1076
+
1077
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms)
1078
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms)
1079
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.6ms)
1080
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (67.8ms)
1081
+
1082
+
1083
+ Started GET "/rd_station/to_hisda" for 10.0.2.2 at 2014-04-14 23:56:48 +0000
1084
+
1085
+ ActionController::RoutingError (No route matches [GET] "/rd_station/to_hisda"):
1086
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1087
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1088
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
1089
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
1090
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1091
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
1092
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
1093
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
1094
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1095
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1096
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1097
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
1098
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1099
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
1100
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1101
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
1102
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
1103
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1104
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1105
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1106
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1107
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1108
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1109
+
1110
+
1111
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms)
1112
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms)
1113
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
1114
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (28.5ms)
1115
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (183.0ms)
1116
+
1117
+
1118
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-14 23:57:12 +0000
1119
+ Processing by RdStation::LeadsController#index as HTML
1120
+ RdStation::Lead Load (15.7ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
1121
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (92.9ms)
1122
+ Completed 200 OK in 814ms (Views: 637.2ms | ActiveRecord: 26.8ms)
1123
+
1124
+
1125
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 23:57:14 +0000
1126
+
1127
+
1128
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 23:57:14 +0000
1129
+
1130
+
1131
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 23:57:14 +0000
1132
+
1133
+
1134
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 23:57:14 +0000
1135
+
1136
+
1137
+ Started GET "/rd_station/to_highrise/1" for 10.0.2.2 at 2014-04-14 23:57:26 +0000
1138
+ Processing by RdStation::LeadsController#send_to_highrise as HTML
1139
+ Parameters: {"id"=>"1"}
1140
+ RdStation::Lead Load (19.8ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 1]]
1141
+ Redirected to http://localhost:3000/rd_station/leads
1142
+ Completed 302 Found in 6702ms (ActiveRecord: 19.8ms)
1143
+
1144
+
1145
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-14 23:57:33 +0000
1146
+ Processing by RdStation::LeadsController#index as HTML
1147
+ RdStation::Lead Load (8.3ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
1148
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (32.9ms)
1149
+ Completed 200 OK in 611ms (Views: 602.2ms | ActiveRecord: 8.3ms)
1150
+
1151
+
1152
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 23:57:34 +0000
1153
+
1154
+
1155
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 23:57:35 +0000
1156
+
1157
+
1158
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 23:57:35 +0000
1159
+
1160
+
1161
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 23:57:35 +0000
1162
+
1163
+
1164
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-14 23:59:38 +0000
1165
+ Processing by RdStation::LeadsController#index as HTML
1166
+ RdStation::Lead Load (13.5ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
1167
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (81.4ms)
1168
+ Completed 200 OK in 796ms (Views: 620.7ms | ActiveRecord: 21.8ms)
1169
+
1170
+
1171
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 23:59:40 +0000
1172
+
1173
+
1174
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 23:59:40 +0000
1175
+
1176
+
1177
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 23:59:40 +0000
1178
+
1179
+
1180
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 23:59:41 +0000
1181
+
1182
+
1183
+ Started GET "/rd_station/to_highrise/3" for 10.0.2.2 at 2014-04-14 23:59:43 +0000
1184
+ Processing by RdStation::LeadsController#send_to_highrise as HTML
1185
+ Parameters: {"id"=>"3"}
1186
+ RdStation::Lead Load (5.2ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 3]]
1187
+ Redirected to http://localhost:3000/rd_station/leads
1188
+ Completed 302 Found in 8768ms (ActiveRecord: 5.2ms)
1189
+
1190
+
1191
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-14 23:59:52 +0000
1192
+ Processing by RdStation::LeadsController#index as HTML
1193
+ RdStation::Lead Load (13.9ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
1194
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (29.6ms)
1195
+ Completed 200 OK in 635ms (Views: 620.1ms | ActiveRecord: 13.9ms)
1196
+
1197
+
1198
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-14 23:59:53 +0000
1199
+
1200
+
1201
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-14 23:59:53 +0000
1202
+
1203
+
1204
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-14 23:59:54 +0000
1205
+
1206
+
1207
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-14 23:59:54 +0000
1208
+
1209
+
1210
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-15 00:39:49 +0000
1211
+ Processing by RdStation::LeadsController#index as HTML
1212
+ RdStation::Lead Load (13.6ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
1213
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (133.6ms)
1214
+ Completed 200 OK in 861ms (Views: 700.6ms | ActiveRecord: 28.7ms)
1215
+
1216
+
1217
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-15 00:39:51 +0000
1218
+
1219
+
1220
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-15 00:39:52 +0000
1221
+
1222
+
1223
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-15 00:39:52 +0000
1224
+
1225
+
1226
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-15 00:39:52 +0000
1227
+
1228
+
1229
+ Started GET "/rd_station/to_highrise/1" for 10.0.2.2 at 2014-04-15 00:40:05 +0000
1230
+ Processing by RdStation::LeadsController#send_to_highrise as HTML
1231
+ Parameters: {"id"=>"1"}
1232
+ RdStation::Lead Load (5.3ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 1]]
1233
+ Redirected to http://localhost:3000/rd_station/leads
1234
+ Completed 302 Found in 2439ms (ActiveRecord: 5.3ms)
1235
+
1236
+
1237
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-15 00:40:08 +0000
1238
+ Processing by RdStation::LeadsController#index as HTML
1239
+ RdStation::Lead Load (13.2ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
1240
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (35.8ms)
1241
+ Completed 200 OK in 639ms (Views: 625.5ms | ActiveRecord: 13.2ms)
1242
+
1243
+
1244
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-15 00:40:09 +0000
1245
+
1246
+
1247
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-15 00:40:09 +0000
1248
+
1249
+
1250
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-15 00:40:10 +0000
1251
+
1252
+
1253
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-15 00:40:10 +0000
1254
+
1255
+
1256
+ Started GET "/rd_station/leads/2" for 10.0.2.2 at 2014-04-15 00:43:59 +0000
1257
+ Processing by RdStation::LeadsController#show as HTML
1258
+ Parameters: {"id"=>"2"}
1259
+ RdStation::Lead Load (7.2ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 2]]
1260
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/show.html.erb within layouts/rd_station/application (6.5ms)
1261
+ Completed 200 OK in 576ms (Views: 562.0ms | ActiveRecord: 7.2ms)
1262
+
1263
+
1264
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-15 00:44:00 +0000
1265
+
1266
+
1267
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-15 00:44:00 +0000
1268
+
1269
+
1270
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-15 00:44:01 +0000
1271
+
1272
+
1273
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-15 00:44:01 +0000
1274
+
1275
+
1276
+ Started GET "/rd_station/leads/3" for 10.0.2.2 at 2014-04-15 00:44:09 +0000
1277
+ Processing by RdStation::LeadsController#show as HTML
1278
+ Parameters: {"id"=>"3"}
1279
+ RdStation::Lead Load (8.4ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 3]]
1280
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/show.html.erb within layouts/rd_station/application (3.4ms)
1281
+ Completed 200 OK in 691ms (Views: 672.7ms | ActiveRecord: 8.4ms)
1282
+
1283
+
1284
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-15 00:44:10 +0000
1285
+
1286
+
1287
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-15 00:44:11 +0000
1288
+
1289
+
1290
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-15 00:44:11 +0000
1291
+
1292
+
1293
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-15 00:44:11 +0000
1294
+
1295
+
1296
+ Started GET "/rd_station/to_highrise/1" for 10.0.2.2 at 2014-04-15 00:52:54 +0000
1297
+
1298
+ SyntaxError (/vagrant/rd_station/app/controllers/rd_station/leads_controller.rb:63: syntax error, unexpected tLABEL
1299
+ company-name: @lead[:company],
1300
+ ^
1301
+ /vagrant/rd_station/app/controllers/rd_station/leads_controller.rb:64: syntax error, unexpected tLABEL, expecting '='
1302
+ ... contact_data: { email_addresses: [ { addre...
1303
+ ... ^
1304
+ /vagrant/rd_station/app/controllers/rd_station/leads_controller.rb:66: syntax error, unexpected ')', expecting keyword_end):
1305
+ activesupport (4.1.0) lib/active_support/dependencies.rb:443:in `load'
1306
+ activesupport (4.1.0) lib/active_support/dependencies.rb:443:in `block in load_file'
1307
+ activesupport (4.1.0) lib/active_support/dependencies.rb:633:in `new_constants_in'
1308
+ activesupport (4.1.0) lib/active_support/dependencies.rb:442:in `load_file'
1309
+ activesupport (4.1.0) lib/active_support/dependencies.rb:342:in `require_or_load'
1310
+ activesupport (4.1.0) lib/active_support/dependencies.rb:480:in `load_missing_constant'
1311
+ activesupport (4.1.0) lib/active_support/dependencies.rb:180:in `const_missing'
1312
+ activesupport (4.1.0) lib/active_support/inflector/methods.rb:240:in `const_get'
1313
+ activesupport (4.1.0) lib/active_support/inflector/methods.rb:240:in `block in constantize'
1314
+ activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `each'
1315
+ activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `inject'
1316
+ activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `constantize'
1317
+ activesupport (4.1.0) lib/active_support/dependencies.rb:552:in `get'
1318
+ activesupport (4.1.0) lib/active_support/dependencies.rb:583:in `constantize'
1319
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference'
1320
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:66:in `controller'
1321
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:44:in `call'
1322
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1323
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
1324
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
1325
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
1326
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
1327
+ railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
1328
+ railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
1329
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1330
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
1331
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
1332
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
1333
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1334
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1335
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1336
+ actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1337
+ actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
1338
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1339
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1340
+ actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
1341
+ activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
1342
+ activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
1343
+ activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
1344
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1345
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
1346
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1347
+ actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
1348
+ actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1349
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1350
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1351
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
1352
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
1353
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1354
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
1355
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
1356
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
1357
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1358
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1359
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1360
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
1361
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1362
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
1363
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1364
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
1365
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
1366
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1367
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1368
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1369
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1370
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1371
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1372
+
1373
+
1374
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.1ms)
1375
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.8ms)
1376
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.0ms)
1377
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (62.0ms)
1378
+
1379
+
1380
+ Started GET "/rd_station/to_highrise/1" for 10.0.2.2 at 2014-04-15 00:53:18 +0000
1381
+ Processing by RdStation::LeadsController#send_to_highrise as HTML
1382
+ Parameters: {"id"=>"1"}
1383
+ RdStation::Lead Load (5.4ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 1]]
1384
+ Redirected to http://localhost:3000/rd_station/leads
1385
+ Completed 302 Found in 4515ms (ActiveRecord: 19.3ms)
1386
+
1387
+
1388
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-15 00:53:23 +0000
1389
+ Processing by RdStation::LeadsController#index as HTML
1390
+ RdStation::Lead Load (7.4ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
1391
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (67.5ms)
1392
+ Completed 200 OK in 637ms (Views: 629.1ms | ActiveRecord: 7.4ms)
1393
+
1394
+
1395
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-15 00:53:24 +0000
1396
+
1397
+
1398
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-15 00:53:25 +0000
1399
+
1400
+
1401
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-15 00:53:25 +0000
1402
+
1403
+
1404
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-15 00:53:25 +0000
1405
+
1406
+
1407
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-15 13:50:33 +0000
1408
+ Processing by RdStation::LeadsController#index as HTML
1409
+ RdStation::Lead Load (68.0ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
1410
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (187.9ms)
1411
+ Completed 200 OK in 1875ms (Views: 1235.4ms | ActiveRecord: 76.0ms)
1412
+
1413
+
1414
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-15 13:50:40 +0000
1415
+
1416
+
1417
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-15 13:50:40 +0000
1418
+
1419
+
1420
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-15 13:50:41 +0000
1421
+
1422
+
1423
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-15 13:50:41 +0000
1424
+
1425
+
1426
+ Started GET "/rd_station/to_highrise/1" for 10.0.2.2 at 2014-04-15 13:51:25 +0000
1427
+ Processing by RdStation::LeadsController#send_to_highrise as HTML
1428
+ Parameters: {"id"=>"1"}
1429
+ RdStation::Lead Load (4.0ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 1]]
1430
+ Completed 500 Internal Server Error in 12ms
1431
+
1432
+ NoMethodError (undefined method `new' for Highrise:Module):
1433
+ /vagrant/rd_station/app/controllers/rd_station/leads_controller.rb:58:in `send_to_highrise'
1434
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1435
+ actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
1436
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
1437
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
1438
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
1439
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
1440
+ activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
1441
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
1442
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
1443
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
1444
+ actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
1445
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1446
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
1447
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1448
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
1449
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1450
+ actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1451
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1452
+ actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
1453
+ actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
1454
+ actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
1455
+ actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1456
+ actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
1457
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
1458
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1459
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
1460
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1461
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
1462
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
1463
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
1464
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
1465
+ railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
1466
+ railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
1467
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1468
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
1469
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
1470
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
1471
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1472
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1473
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1474
+ actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1475
+ actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
1476
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1477
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1478
+ actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
1479
+ activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
1480
+ activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
1481
+ activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
1482
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1483
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
1484
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1485
+ actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
1486
+ actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1487
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1488
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1489
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
1490
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
1491
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1492
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
1493
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
1494
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
1495
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1496
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1497
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1498
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
1499
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1500
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
1501
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1502
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
1503
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
1504
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1505
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1506
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1507
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1508
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1509
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1510
+
1511
+
1512
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
1513
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (8.0ms)
1514
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
1515
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (84.0ms)
1516
+
1517
+
1518
+ Started GET "/rd_station/to_highrise/1" for 10.0.2.2 at 2014-04-15 13:52:25 +0000
1519
+ Processing by RdStation::LeadsController#send_to_highrise as HTML
1520
+ Parameters: {"id"=>"1"}
1521
+ RdStation::Lead Load (8.0ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 1]]
1522
+ Completed 500 Internal Server Error in 280ms
1523
+
1524
+ NameError (uninitialized constant RdStation::LeadsController::Rdhighrise):
1525
+ /vagrant/rd_station/app/controllers/rd_station/leads_controller.rb:58:in `send_to_highrise'
1526
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1527
+ actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
1528
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
1529
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
1530
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
1531
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
1532
+ activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
1533
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
1534
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
1535
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
1536
+ actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
1537
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1538
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
1539
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1540
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
1541
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1542
+ actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1543
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1544
+ actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
1545
+ actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
1546
+ actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
1547
+ actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1548
+ actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
1549
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
1550
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1551
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
1552
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1553
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
1554
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
1555
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
1556
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
1557
+ railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
1558
+ railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
1559
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1560
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
1561
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
1562
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
1563
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1564
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1565
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1566
+ actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1567
+ actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
1568
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1569
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1570
+ actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
1571
+ activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
1572
+ activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
1573
+ activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
1574
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1575
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
1576
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1577
+ actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
1578
+ actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1579
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1580
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1581
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
1582
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
1583
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1584
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
1585
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
1586
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
1587
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1588
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1589
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1590
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
1591
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1592
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
1593
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1594
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
1595
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
1596
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1597
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1598
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1599
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1600
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1601
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1602
+
1603
+
1604
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.0ms)
1605
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms)
1606
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.0ms)
1607
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (48.0ms)
1608
+
1609
+
1610
+ Started GET "/rd_station/to_highrise/1" for 10.0.2.2 at 2014-04-15 13:53:00 +0000
1611
+ Processing by RdStation::LeadsController#send_to_highrise as HTML
1612
+ Parameters: {"id"=>"1"}
1613
+ RdStation::Lead Load (4.0ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 1]]
1614
+ Completed 500 Internal Server Error in 672ms
1615
+
1616
+ NameError (uninitialized constant RdStation::LeadsController::Rdhighrise):
1617
+ /vagrant/rd_station/app/controllers/rd_station/leads_controller.rb:58:in `send_to_highrise'
1618
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1619
+ actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
1620
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
1621
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
1622
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
1623
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
1624
+ activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
1625
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
1626
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
1627
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
1628
+ actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
1629
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1630
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
1631
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1632
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
1633
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1634
+ actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1635
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1636
+ actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
1637
+ actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
1638
+ actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
1639
+ actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1640
+ actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
1641
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
1642
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1643
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
1644
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1645
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
1646
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
1647
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
1648
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
1649
+ railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
1650
+ railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
1651
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1652
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
1653
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
1654
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
1655
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1656
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1657
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1658
+ actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1659
+ actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
1660
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1661
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1662
+ actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
1663
+ activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
1664
+ activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
1665
+ activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
1666
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1667
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
1668
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1669
+ actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
1670
+ actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1671
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1672
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1673
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
1674
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
1675
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1676
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
1677
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
1678
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
1679
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1680
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1681
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1682
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
1683
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1684
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
1685
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1686
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
1687
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
1688
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1689
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1690
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1691
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1692
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1693
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1694
+
1695
+
1696
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.0ms)
1697
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.0ms)
1698
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (96.0ms)
1699
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (211.9ms)
1700
+
1701
+
1702
+ Started GET "/rd_station/to_highrise/1" for 10.0.2.2 at 2014-04-15 14:06:50 +0000
1703
+ Processing by RdStation::LeadsController#send_to_highrise as HTML
1704
+ Parameters: {"id"=>"1"}
1705
+ RdStation::Lead Load (4.0ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 1]]
1706
+ Completed 500 Internal Server Error in 304ms
1707
+
1708
+ NameError (uninitialized constant RdStation::LeadsController::Rdhighrise):
1709
+ /vagrant/rd_station/app/controllers/rd_station/leads_controller.rb:58:in `send_to_highrise'
1710
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1711
+ actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
1712
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
1713
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
1714
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
1715
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
1716
+ activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
1717
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
1718
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
1719
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
1720
+ actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
1721
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1722
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
1723
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1724
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
1725
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1726
+ actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1727
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1728
+ actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
1729
+ actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
1730
+ actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
1731
+ actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1732
+ actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
1733
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
1734
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1735
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
1736
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1737
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
1738
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
1739
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
1740
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
1741
+ railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
1742
+ railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
1743
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1744
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
1745
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
1746
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
1747
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1748
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1749
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1750
+ actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1751
+ actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
1752
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1753
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1754
+ actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
1755
+ activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
1756
+ activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
1757
+ activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
1758
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1759
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
1760
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1761
+ actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
1762
+ actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1763
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1764
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1765
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
1766
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
1767
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1768
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
1769
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
1770
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
1771
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1772
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1773
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1774
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
1775
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1776
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
1777
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1778
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
1779
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
1780
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1781
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1782
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1783
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1784
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1785
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1786
+
1787
+
1788
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.0ms)
1789
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms)
1790
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.0ms)
1791
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (52.0ms)
1792
+ User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1
1793
+ SQLite3::SQLException: no such table: users: SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1
1794
+ ActiveRecord::SchemaMigration Load (8.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
1795
+ Migrating to DeviseCreateUsers (20140415153543)
1796
+  (0.0ms) begin transaction
1797
+  (12.0ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime) 
1798
+  (0.0ms) select sqlite_version(*)
1799
+  (60.0ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
1800
+  (0.0ms) SELECT sql
1801
+ FROM sqlite_master
1802
+ WHERE name='index_users_on_email' AND type='index'
1803
+ UNION ALL
1804
+ SELECT sql
1805
+ FROM sqlite_temp_master
1806
+ WHERE name='index_users_on_email' AND type='index'
1807
+
1808
+  (0.0ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
1809
+ SQL (60.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140415153543"]]
1810
+  (16.0ms) commit transaction
1811
+ ActiveRecord::SchemaMigration Load (8.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
1812
+  (4.0ms)  SELECT sql
1813
+ FROM sqlite_master
1814
+ WHERE name='index_users_on_reset_password_token' AND type='index'
1815
+ UNION ALL
1816
+ SELECT sql
1817
+ FROM sqlite_temp_master
1818
+ WHERE name='index_users_on_reset_password_token' AND type='index'
1819
+ 
1820
+  (4.0ms) SELECT sql
1821
+ FROM sqlite_master
1822
+ WHERE name='index_users_on_email' AND type='index'
1823
+ UNION ALL
1824
+ SELECT sql
1825
+ FROM sqlite_temp_master
1826
+ WHERE name='index_users_on_email' AND type='index'
1827
+
1828
+ User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1
1829
+
1830
+
1831
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-15 15:40:33 +0000
1832
+ ActiveRecord::SchemaMigration Load (8.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
1833
+ Processing by RdStation::LeadsController#index as HTML
1834
+ RdStation::Lead Load (4.0ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
1835
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (139.9ms)
1836
+ Completed 200 OK in 1119ms (Views: 1007.5ms | ActiveRecord: 12.0ms)
1837
+
1838
+
1839
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-15 15:40:36 +0000
1840
+
1841
+
1842
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-15 15:40:37 +0000
1843
+
1844
+
1845
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-15 15:40:37 +0000
1846
+
1847
+
1848
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-15 15:40:37 +0000
1849
+
1850
+
1851
+ Started GET "/devise" for 10.0.2.2 at 2014-04-15 15:41:58 +0000
1852
+
1853
+ ActionController::RoutingError (No route matches [GET] "/devise"):
1854
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1855
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1856
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
1857
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
1858
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1859
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
1860
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
1861
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
1862
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1863
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1864
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1865
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
1866
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1867
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
1868
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1869
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
1870
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
1871
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1872
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1873
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1874
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1875
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1876
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1877
+
1878
+
1879
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms)
1880
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.0ms)
1881
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.0ms)
1882
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (311.9ms)
1883
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (467.8ms)
1884
+
1885
+
1886
+ Started GET "/users/sign_in" for 10.0.2.2 at 2014-04-15 15:42:13 +0000
1887
+ Processing by Devise::SessionsController#new as HTML
1888
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/shared/_links.erb (4.0ms)
1889
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/sessions/new.html.erb within layouts/application (331.8ms)
1890
+ Completed 200 OK in 1099ms (Views: 951.6ms | ActiveRecord: 8.0ms)
1891
+
1892
+
1893
+ Started GET "/assets/application.css?body=1" for 10.0.2.2 at 2014-04-15 15:42:15 +0000
1894
+
1895
+
1896
+ Started GET "/assets/application.js?body=1" for 10.0.2.2 at 2014-04-15 15:42:15 +0000
1897
+
1898
+
1899
+ Started GET "/users/sign_in" for 10.0.2.2 at 2014-04-15 15:42:34 +0000
1900
+ Processing by Devise::SessionsController#new as HTML
1901
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/shared/_links.erb (0.0ms)
1902
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/sessions/new.html.erb within layouts/application (104.0ms)
1903
+ Completed 200 OK in 524ms (Views: 523.8ms | ActiveRecord: 0.0ms)
1904
+
1905
+
1906
+ Started GET "/assets/application.js?body=1" for 10.0.2.2 at 2014-04-15 15:42:34 +0000
1907
+
1908
+
1909
+ Started GET "/assets/application.css?body=1" for 10.0.2.2 at 2014-04-15 15:42:35 +0000
1910
+
1911
+
1912
+ Started GET "/users/sign_up" for 10.0.2.2 at 2014-04-15 15:42:54 +0000
1913
+ Processing by Devise::RegistrationsController#new as HTML
1914
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/shared/_links.erb (4.0ms)
1915
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/registrations/new.html.erb within layouts/application (80.0ms)
1916
+ Completed 200 OK in 488ms (Views: 483.8ms | ActiveRecord: 0.0ms)
1917
+
1918
+
1919
+ Started GET "/assets/application.css?body=1" for 10.0.2.2 at 2014-04-15 15:42:55 +0000
1920
+
1921
+
1922
+ Started GET "/assets/application.js?body=1" for 10.0.2.2 at 2014-04-15 15:42:55 +0000
1923
+
1924
+
1925
+ Started POST "/users" for 10.0.2.2 at 2014-04-15 15:43:07 +0000
1926
+ Processing by Devise::RegistrationsController#create as HTML
1927
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"rjZaA18vT+oJudcwkSFcoQmhjjFNWF2LthQETFeuOI8=", "user"=>{"email"=>"bruno.tripoloni@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
1928
+  (0.0ms) begin transaction
1929
+ User Exists (8.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'bruno.tripoloni@gmail.com' LIMIT 1
1930
+ Binary data inserted for `string` type on column `encrypted_password`
1931
+ SQL (12.0ms) INSERT INTO "users" ("created_at", "email", "encrypted_password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-04-15 15:43:08.104400"], ["email", "bruno.tripoloni@gmail.com"], ["encrypted_password", "$2a$10$F.QqOLEMoU/7hYaVltETNexAPxZXJNztgZrbchEsnVyCHtvT4aQhC"], ["updated_at", "2014-04-15 15:43:08.104400"]]
1932
+  (12.0ms) commit transaction
1933
+  (0.0ms) begin transaction
1934
+ Binary data inserted for `string` type on column `current_sign_in_ip`
1935
+ Binary data inserted for `string` type on column `last_sign_in_ip`
1936
+ SQL (16.0ms) UPDATE "users" SET "current_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_at" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["current_sign_in_at", "2014-04-15 15:43:08.276320"], ["current_sign_in_ip", "10.0.2.2"], ["last_sign_in_at", "2014-04-15 15:43:08.276320"], ["last_sign_in_ip", "10.0.2.2"], ["sign_in_count", 1], ["updated_at", "2014-04-15 15:43:08.284316"]]
1937
+  (20.0ms) commit transaction
1938
+ Redirected to http://localhost:3000/
1939
+ Completed 302 Found in 1064ms (ActiveRecord: 68.0ms)
1940
+
1941
+
1942
+ Started GET "/" for 10.0.2.2 at 2014-04-15 15:43:08 +0000
1943
+ Processing by Rails::WelcomeController#index as HTML
1944
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.1.0/lib/rails/templates/rails/welcome/index.html.erb (4.0ms)
1945
+ Completed 200 OK in 64ms (Views: 64.0ms | ActiveRecord: 0.0ms)
1946
+
1947
+
1948
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-15 15:43:18 +0000
1949
+ Processing by RdStation::LeadsController#index as HTML
1950
+ RdStation::Lead Load (12.0ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
1951
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (24.0ms)
1952
+ Completed 200 OK in 484ms (Views: 471.8ms | ActiveRecord: 12.0ms)
1953
+
1954
+
1955
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-15 15:43:19 +0000
1956
+
1957
+
1958
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-15 15:43:20 +0000
1959
+
1960
+
1961
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-15 15:43:20 +0000
1962
+
1963
+
1964
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-15 15:43:20 +0000
1965
+
1966
+
1967
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-15 15:46:04 +0000
1968
+ Processing by RdStation::LeadsController#index as HTML
1969
+ RdStation::Lead Load (8.0ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
1970
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (135.9ms)
1971
+ Completed 500 Internal Server Error in 468ms
1972
+
1973
+ ActionView::Template::Error (undefined local variable or method `user' for #<#<Class:0x983a208>:0xa5cd0b4>):
1974
+ 28: <td><%= link_to 'Edit', edit_lead_path(lead) %></td>
1975
+ 29: <td><%= link_to 'Destroy', lead, method: :delete, data: { confirm: 'Are you sure?' } %></td>
1976
+ 30: <td>
1977
+ 31: <% if user.signed_in? %>
1978
+ 32: <%= link_to 'Send to Highrise', to_highrise_path(lead) %></td>
1979
+ 33: <% end %>
1980
+ 34: </tr>
1981
+ /vagrant/rd_station/app/views/rd_station/leads/index.html.erb:31:in `block in __vagrant_rd_station_app_views_rd_station_leads_index_html_erb___69429705_86923600'
1982
+ activerecord (4.1.0) lib/active_record/relation/delegation.rb:46:in `each'
1983
+ activerecord (4.1.0) lib/active_record/relation/delegation.rb:46:in `each'
1984
+ /vagrant/rd_station/app/views/rd_station/leads/index.html.erb:18:in `__vagrant_rd_station_app_views_rd_station_leads_index_html_erb___69429705_86923600'
1985
+ actionview (4.1.0) lib/action_view/template.rb:145:in `block in render'
1986
+ activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument'
1987
+ actionview (4.1.0) lib/action_view/template.rb:339:in `instrument'
1988
+ actionview (4.1.0) lib/action_view/template.rb:143:in `render'
1989
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
1990
+ actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
1991
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
1992
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1993
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
1994
+ actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
1995
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
1996
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
1997
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
1998
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
1999
+ actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
2000
+ actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render'
2001
+ actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template'
2002
+ actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
2003
+ actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body'
2004
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
2005
+ actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
2006
+ actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render'
2007
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render'
2008
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
2009
+ activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
2010
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
2011
+ activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
2012
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
2013
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
2014
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
2015
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
2016
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
2017
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
2018
+ actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
2019
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
2020
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
2021
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
2022
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
2023
+ activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
2024
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
2025
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
2026
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
2027
+ actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
2028
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
2029
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
2030
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2031
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
2032
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
2033
+ actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
2034
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2035
+ actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
2036
+ actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
2037
+ actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
2038
+ actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
2039
+ actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
2040
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
2041
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
2042
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
2043
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
2044
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
2045
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
2046
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
2047
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
2048
+ railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
2049
+ railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
2050
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
2051
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
2052
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
2053
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
2054
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
2055
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
2056
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
2057
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
2058
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
2059
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
2060
+ actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2061
+ actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
2062
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
2063
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
2064
+ actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
2065
+ activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
2066
+ activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
2067
+ activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
2068
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2069
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
2070
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2071
+ actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
2072
+ actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
2073
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2074
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2075
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
2076
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
2077
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2078
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
2079
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
2080
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
2081
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2082
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2083
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2084
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
2085
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2086
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
2087
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2088
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
2089
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
2090
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2091
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2092
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2093
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2094
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2095
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2096
+
2097
+
2098
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms)
2099
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
2100
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (40.0ms)
2101
+
2102
+
2103
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-15 15:46:44 +0000
2104
+ Processing by RdStation::LeadsController#index as HTML
2105
+ RdStation::Lead Load (4.0ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
2106
+ User Load (8.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1
2107
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (183.9ms)
2108
+ Completed 200 OK in 624ms (Views: 607.7ms | ActiveRecord: 12.0ms)
2109
+
2110
+
2111
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-15 15:46:45 +0000
2112
+
2113
+
2114
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-15 15:46:46 +0000
2115
+
2116
+
2117
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-15 15:46:46 +0000
2118
+
2119
+
2120
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-15 15:46:46 +0000
2121
+
2122
+
2123
+ Started GET "/rd_statioas" for 10.0.2.2 at 2014-04-15 15:46:52 +0000
2124
+
2125
+ ActionController::RoutingError (No route matches [GET] "/rd_statioas"):
2126
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2127
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2128
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
2129
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
2130
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2131
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
2132
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
2133
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
2134
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2135
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2136
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2137
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
2138
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2139
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
2140
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2141
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
2142
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
2143
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2144
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2145
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2146
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2147
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2148
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2149
+
2150
+
2151
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (12.0ms)
2152
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (12.0ms)
2153
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.0ms)
2154
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.0ms)
2155
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (104.0ms)
2156
+
2157
+
2158
+ Started GET "/users/sign_out" for 10.0.2.2 at 2014-04-15 15:47:11 +0000
2159
+
2160
+ ActionController::RoutingError (No route matches [GET] "/users/sign_out"):
2161
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2162
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2163
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
2164
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
2165
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2166
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
2167
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
2168
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
2169
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2170
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2171
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2172
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
2173
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2174
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
2175
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2176
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
2177
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
2178
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2179
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2180
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2181
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2182
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2183
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2184
+
2185
+
2186
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.0ms)
2187
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.0ms)
2188
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
2189
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.0ms)
2190
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (135.9ms)
2191
+
2192
+
2193
+ Started GET "/users/sign_out" for 10.0.2.2 at 2014-04-15 15:47:15 +0000
2194
+
2195
+ ActionController::RoutingError (No route matches [GET] "/users/sign_out"):
2196
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2197
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2198
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
2199
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
2200
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2201
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
2202
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
2203
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
2204
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2205
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2206
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2207
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
2208
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2209
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
2210
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2211
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
2212
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
2213
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2214
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2215
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2216
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2217
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2218
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2219
+
2220
+
2221
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms)
2222
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.0ms)
2223
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
2224
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.0ms)
2225
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (107.9ms)
2226
+
2227
+
2228
+ Started GET "/rd_station/asd" for 10.0.2.2 at 2014-04-15 15:47:50 +0000
2229
+
2230
+ ActionController::RoutingError (No route matches [GET] "/rd_station/asd"):
2231
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2232
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2233
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
2234
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
2235
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2236
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
2237
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
2238
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
2239
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2240
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2241
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2242
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
2243
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2244
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
2245
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2246
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
2247
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
2248
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2249
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2250
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2251
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2252
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2253
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2254
+
2255
+
2256
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms)
2257
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.0ms)
2258
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
2259
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.0ms)
2260
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (88.0ms)
2261
+ ActiveRecord::SchemaMigration Load (8.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
2262
+ Migrating to AddHighriseSiteAndHighriseUserToUser (20140415160534)
2263
+  (0.0ms) begin transaction
2264
+  (12.0ms) ALTER TABLE "users" ADD "highrise_site" varchar(255)
2265
+  (0.0ms) ALTER TABLE "users" ADD "highrise_user" varchar(255)
2266
+ SQL (72.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140415160534"]]
2267
+  (12.0ms) commit transaction
2268
+ ActiveRecord::SchemaMigration Load (8.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
2269
+  (4.0ms) SELECT sql
2270
+ FROM sqlite_master
2271
+ WHERE name='index_users_on_reset_password_token' AND type='index'
2272
+ UNION ALL
2273
+ SELECT sql
2274
+ FROM sqlite_temp_master
2275
+ WHERE name='index_users_on_reset_password_token' AND type='index'
2276
+
2277
+  (8.0ms)  SELECT sql
2278
+ FROM sqlite_master
2279
+ WHERE name='index_users_on_email' AND type='index'
2280
+ UNION ALL
2281
+ SELECT sql
2282
+ FROM sqlite_temp_master
2283
+ WHERE name='index_users_on_email' AND type='index'
2284
+ 
2285
+ User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1
2286
+  (0.0ms) begin transaction
2287
+ SQL (12.0ms) UPDATE "users" SET "highrise_site" = ?, "highrise_user" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["highrise_site", "https://brunotripoloni.highrisehq.com"], ["highrise_user", "ac3c0c23c6333683a221dc75b70be717"], ["updated_at", "2014-04-15 16:09:50.686423"]]
2288
+  (12.0ms) commit transaction
2289
+ User Load (36.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1
2290
+
2291
+
2292
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-15 16:12:39 +0000
2293
+ ActiveRecord::SchemaMigration Load (8.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
2294
+ Processing by RdStation::LeadsController#index as HTML
2295
+ RdStation::Lead Load (4.0ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
2296
+ User Load (8.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1
2297
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (415.8ms)
2298
+ Completed 200 OK in 1395ms (Views: 1267.4ms | ActiveRecord: 24.0ms)
2299
+
2300
+
2301
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-15 16:12:43 +0000
2302
+
2303
+
2304
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-15 16:12:43 +0000
2305
+
2306
+
2307
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-15 16:12:44 +0000
2308
+
2309
+
2310
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-15 16:12:44 +0000
2311
+
2312
+
2313
+ Started GET "/rd_station/to_highrise/1" for 10.0.2.2 at 2014-04-15 16:12:51 +0000
2314
+ Processing by RdStation::LeadsController#send_to_highrise as HTML
2315
+ Parameters: {"id"=>"1"}
2316
+ RdStation::Lead Load (12.0ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 1]]
2317
+ User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1
2318
+ Redirected to http://localhost:3000/rd_station/leads
2319
+ Completed 302 Found in 3826ms (ActiveRecord: 16.0ms)
2320
+
2321
+
2322
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-15 16:12:55 +0000
2323
+ Processing by RdStation::LeadsController#index as HTML
2324
+ RdStation::Lead Load (12.0ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
2325
+ User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1
2326
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (32.0ms)
2327
+ Completed 200 OK in 460ms (Views: 439.8ms | ActiveRecord: 16.0ms)
2328
+
2329
+
2330
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-15 16:12:56 +0000
2331
+
2332
+
2333
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-15 16:12:56 +0000
2334
+
2335
+
2336
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-15 16:12:57 +0000
2337
+
2338
+
2339
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-15 16:12:57 +0000
2340
+
2341
+
2342
+ Started GET "/rd_station/to_highrise/3" for 10.0.2.2 at 2014-04-15 16:57:18 +0000
2343
+ Processing by RdStation::LeadsController#send_to_highrise as HTML
2344
+ Parameters: {"id"=>"3"}
2345
+ RdStation::Lead Load (4.0ms) SELECT "rd_station_leads".* FROM "rd_station_leads" WHERE "rd_station_leads"."id" = ? LIMIT 1 [["id", 3]]
2346
+ User Load (16.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1
2347
+ Redirected to http://localhost:3000/rd_station/leads
2348
+ Completed 302 Found in 10967ms (ActiveRecord: 20.0ms)
2349
+
2350
+
2351
+ Started GET "/rd_station/leads" for 10.0.2.2 at 2014-04-15 16:57:30 +0000
2352
+ Processing by RdStation::LeadsController#index as HTML
2353
+ RdStation::Lead Load (4.0ms) SELECT "rd_station_leads".* FROM "rd_station_leads"
2354
+ User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1
2355
+ Rendered /vagrant/rd_station/app/views/rd_station/leads/index.html.erb within layouts/rd_station/application (28.0ms)
2356
+ Completed 200 OK in 492ms (Views: 483.8ms | ActiveRecord: 8.0ms)
2357
+
2358
+
2359
+ Started GET "/assets/rd_station/application.css?body=1" for 10.0.2.2 at 2014-04-15 16:57:31 +0000
2360
+
2361
+
2362
+ Started GET "/assets/rd_station/application.js?body=1" for 10.0.2.2 at 2014-04-15 16:57:31 +0000
2363
+
2364
+
2365
+ Started GET "/assets/rd_station/leads.css?body=1" for 10.0.2.2 at 2014-04-15 16:57:31 +0000
2366
+
2367
+
2368
+ Started GET "/assets/rd_station/leads.js?body=1" for 10.0.2.2 at 2014-04-15 16:57:31 +0000