action_smser 2.1.2 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.md +4 -13
- data/lib/action_smser/base.rb +6 -7
- data/lib/action_smser/delivery_methods/nexmo.rb +3 -3
- data/lib/action_smser/delivery_methods/simple_http.rb +5 -9
- data/lib/action_smser/delivery_methods/smstrade.rb +2 -2
- data/lib/action_smser/version.rb +1 -1
- data/test/dummy/db/schema.rb +19 -2
- data/test/dummy/log/development.log +11 -785
- data/test/dummy/log/production.log +0 -1
- data/test/dummy/log/test.log +1525 -63370
- metadata +69 -81
@@ -1,789 +1,15 @@
|
|
1
|
-
|
2
|
-
ActionSmser: sent sms (Sms HelloSmser.hello_user - From: 999, To: 123, Body: hello joo, Valid: true)
|
3
|
-
ActionSmser: sent sms (Sms HelloSmser.hello_user - From: 999, To: 123, Body: hello joo, Valid: true)
|
4
|
-
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
5
|
-
[1m[35m (46.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
6
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
7
|
-
[1m[35m (15.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
8
|
-
[1m[36m (0.3ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
9
|
-
Migrating to CreateActionSmserDeliveryReports (20120102214519)
|
10
|
-
[1m[35m (1.6ms)[0m CREATE TABLE "action_smser_delivery_reports" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)
|
11
|
-
[1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120102214519')[0m
|
12
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
13
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
14
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("action_smser_delivery_reports")
|
15
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
16
|
-
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
17
|
-
Migrating to CreateActionSmserDeliveryReports (20120102214519)
|
18
|
-
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
19
|
-
[1m[35m (0.5ms)[0m DROP TABLE "action_smser_delivery_reports"
|
20
|
-
[1m[36m (0.3ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20120102214519'[0m
|
21
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
22
|
-
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
23
|
-
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
24
|
-
Migrating to CreateActionSmserDeliveryReports (20120102214519)
|
25
|
-
[1m[36m (0.4ms)[0m [1mCREATE TABLE "action_smser_delivery_reports" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) [0m
|
26
|
-
[1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120102214519')
|
27
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
28
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
29
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("action_smser_delivery_reports")[0m
|
30
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
31
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
32
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
33
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("action_smser_delivery_reports")
|
34
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
35
|
-
Migrating to CreateActionSmserDeliveryReports (20120102215215)
|
36
|
-
[1m[35m (0.1ms)[0m CREATE TABLE "action_smser_delivery_reports" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "msg_id" varchar(255), "status" varchar(255), "status_updated_at" datetime, "recipient" varchar(255), "sender" varchar(255), "text_body" varchar(255), "created_at" datetime, "updated_at" datetime)
|
37
|
-
SQLite3::SQLException: table "action_smser_delivery_reports" already exists: CREATE TABLE "action_smser_delivery_reports" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "msg_id" varchar(255), "status" varchar(255), "status_updated_at" datetime, "recipient" varchar(255), "sender" varchar(255), "text_body" varchar(255), "created_at" datetime, "updated_at" datetime)
|
38
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
39
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
40
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
41
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("action_smser_delivery_reports")
|
42
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
43
|
-
Migrating to CreateActionSmserDeliveryReports (20120102215215)
|
44
|
-
[1m[35m (0.1ms)[0m CREATE TABLE "action_smser_delivery_reports" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "msg_id" varchar(255), "status" varchar(255), "status_updated_at" datetime, "recipient" varchar(255), "sender" varchar(255), "text_body" varchar(255), "created_at" datetime, "updated_at" datetime)
|
45
|
-
SQLite3::SQLException: table "action_smser_delivery_reports" already exists: CREATE TABLE "action_smser_delivery_reports" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "msg_id" varchar(255), "status" varchar(255), "status_updated_at" datetime, "recipient" varchar(255), "sender" varchar(255), "text_body" varchar(255), "created_at" datetime, "updated_at" datetime)
|
46
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
47
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
48
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
49
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("action_smser_delivery_reports")
|
50
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
51
|
-
Migrating to CreateActionSmserDeliveryReports (20120102215215)
|
52
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
53
|
-
[1m[36m (0.5ms)[0m [1mDROP TABLE "action_smser_delivery_reports"[0m
|
54
|
-
[1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120102215215')
|
55
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
56
|
-
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
57
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
58
|
-
[1m[35m (35.9ms)[0m DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20120102215215'
|
59
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
60
|
-
[1m[35m (0.3ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
61
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
62
|
-
Migrating to CreateActionSmserDeliveryReports (20120102215215)
|
63
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
64
|
-
[1m[36m (0.5ms)[0m [1mCREATE TABLE "action_smser_delivery_reports" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "msg_id" varchar(255), "status" varchar(255), "status_updated_at" datetime, "recipient" varchar(255), "sender" varchar(255), "text_body" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
|
65
|
-
[1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120102215215')
|
66
|
-
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
67
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
68
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("action_smser_delivery_reports")[0m
|
69
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
70
|
-
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
71
|
-
Migrating to CreateActionSmserDeliveryReports (20120102215215)
|
72
|
-
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
73
|
-
[1m[35m (0.5ms)[0m DROP TABLE "action_smser_delivery_reports"
|
74
|
-
[1m[36m (0.3ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20120102215215'[0m
|
75
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
76
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
77
|
-
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
78
|
-
Migrating to CreateActionSmserDeliveryReports (20120102215215)
|
79
|
-
[1m[36m (0.5ms)[0m [1mCREATE TABLE "action_smser_delivery_reports" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "msg_id" varchar(255), "status" varchar(255), "status_updated_at" datetime, "recipient" varchar(255), "sender" varchar(255), "text_body" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
|
80
|
-
[1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120102215215')
|
81
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
82
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
83
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("action_smser_delivery_reports")[0m
|
1
|
+
DEPRECATION WARNING: You didn't set config.secret_key_base. Read the upgrade documentation to learn more about this new config option. (called from service at /home/ohu/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138)
|
84
2
|
|
85
3
|
|
86
|
-
Started GET "/
|
4
|
+
Started GET "/" for 127.0.0.1 at 2014-02-07 13:22:36 +0200
|
5
|
+
Processing by Rails::WelcomeController#index as HTML
|
6
|
+
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.2/lib/rails/templates/rails/welcome/index.html.erb (6.1ms)
|
7
|
+
Completed 200 OK in 63ms (Views: 62.5ms | ActiveRecord: 0.0ms)
|
87
8
|
|
88
|
-
ActionController::RoutingError (No route matches [GET] "/action_smser"):
|
89
|
-
|
90
9
|
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
[1m[
|
97
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/application (0.6ms)
|
98
|
-
Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.1ms)
|
99
|
-
|
100
|
-
|
101
|
-
Started GET "/stylesheets/action_smser/application.css" for 127.0.0.1 at Tue Jan 03 00:07:04 +0200 2012
|
102
|
-
|
103
|
-
ActionController::RoutingError (No route matches [GET] "/stylesheets/action_smser/application.css"):
|
104
|
-
|
105
|
-
|
106
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
|
107
|
-
|
108
|
-
|
109
|
-
Started GET "/javascripts/action_smser/application.js" for 127.0.0.1 at Tue Jan 03 00:07:04 +0200 2012
|
110
|
-
|
111
|
-
ActionController::RoutingError (No route matches [GET] "/javascripts/action_smser/application.js"):
|
112
|
-
|
113
|
-
|
114
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.3ms)
|
115
|
-
|
116
|
-
|
117
|
-
Started GET "/action_smser/delivery_reports/gateway_commit/" for 127.0.0.1 at Tue Jan 03 00:08:11 +0200 2012
|
118
|
-
Processing by ActionSmser::DeliveryReportsController#show as HTML
|
119
|
-
Parameters: {"id"=>"gateway_commit"}
|
120
|
-
[1m[35mActionSmser::DeliveryReport Load (0.1ms)[0m SELECT "action_smser_delivery_reports".* FROM "action_smser_delivery_reports" WHERE "action_smser_delivery_reports"."id" = ? LIMIT 1 [["id", "gateway_commit"]]
|
121
|
-
Completed 404 Not Found in 3ms
|
122
|
-
|
123
|
-
ActiveRecord::RecordNotFound (Couldn't find ActionSmser::DeliveryReport with id=gateway_commit):
|
124
|
-
|
125
|
-
|
126
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.7ms)
|
127
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
|
128
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (322.8ms)
|
129
|
-
|
130
|
-
|
131
|
-
Started GET "/action_smser/delivery_reports/gateway_commit/" for 127.0.0.1 at Tue Jan 03 00:08:38 +0200 2012
|
132
|
-
Processing by ActionSmser::DeliveryReportsController#show as HTML
|
133
|
-
Parameters: {"id"=>"gateway_commit"}
|
134
|
-
[1m[36mActionSmser::DeliveryReport Load (0.1ms)[0m [1mSELECT "action_smser_delivery_reports".* FROM "action_smser_delivery_reports" WHERE "action_smser_delivery_reports"."id" = ? LIMIT 1[0m [["id", "gateway_commit"]]
|
135
|
-
Completed 404 Not Found in 1ms
|
136
|
-
|
137
|
-
ActiveRecord::RecordNotFound (Couldn't find ActionSmser::DeliveryReport with id=gateway_commit):
|
138
|
-
|
139
|
-
|
140
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
|
141
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
|
142
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (2.3ms)
|
143
|
-
|
144
|
-
|
145
|
-
Started GET "/action_smser/delivery_reports/gateway_commit/" for 127.0.0.1 at Tue Jan 03 00:08:39 +0200 2012
|
146
|
-
Processing by ActionSmser::DeliveryReportsController#show as HTML
|
147
|
-
Parameters: {"id"=>"gateway_commit"}
|
148
|
-
[1m[35mActionSmser::DeliveryReport Load (0.1ms)[0m SELECT "action_smser_delivery_reports".* FROM "action_smser_delivery_reports" WHERE "action_smser_delivery_reports"."id" = ? LIMIT 1 [["id", "gateway_commit"]]
|
149
|
-
Completed 404 Not Found in 1ms
|
150
|
-
|
151
|
-
ActiveRecord::RecordNotFound (Couldn't find ActionSmser::DeliveryReport with id=gateway_commit):
|
152
|
-
|
153
|
-
|
154
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
|
155
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
|
156
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (2.5ms)
|
157
|
-
|
158
|
-
|
159
|
-
Started GET "/action_smser/delivery_reports/gateway_commit/" for 127.0.0.1 at Tue Jan 03 00:08:46 +0200 2012
|
160
|
-
Processing by ActionSmser::DeliveryReportsController#show as HTML
|
161
|
-
Parameters: {"id"=>"gateway_commit"}
|
162
|
-
[1m[36mActionSmser::DeliveryReport Load (0.1ms)[0m [1mSELECT "action_smser_delivery_reports".* FROM "action_smser_delivery_reports" WHERE "action_smser_delivery_reports"."id" = ? LIMIT 1[0m [["id", "gateway_commit"]]
|
163
|
-
Completed 404 Not Found in 2ms
|
164
|
-
|
165
|
-
ActiveRecord::RecordNotFound (Couldn't find ActionSmser::DeliveryReport with id=gateway_commit):
|
166
|
-
|
167
|
-
|
168
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
|
169
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
|
170
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (3.4ms)
|
171
|
-
|
172
|
-
|
173
|
-
Started GET "/action_smser/delivery_reports/gateway_commit/asdf" for 127.0.0.1 at Tue Jan 03 00:08:48 +0200 2012
|
174
|
-
|
175
|
-
AbstractController::ActionNotFound (The action 'gateway_commit' could not be found for ActionSmser::DeliveryReportsController):
|
176
|
-
|
177
|
-
|
178
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.8ms)
|
179
|
-
|
180
|
-
|
181
|
-
Started GET "/action_smser/delivery_reports/gateway_commit/asdf" for 127.0.0.1 at Tue Jan 03 00:09:03 +0200 2012
|
182
|
-
Processing by ActionSmser::DeliveryReportsController#gateway_commit as HTML
|
183
|
-
Parameters: {"gateway"=>"asdf"}
|
184
|
-
|
185
|
-
***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
|
186
|
-
Completed 500 Internal Server Error in 6ms
|
187
|
-
|
188
|
-
ActionView::MissingTemplate (Missing template action_smser/delivery_reports/gateway_commit, action_smser/application/gateway_commit with {:locale=>[:en, :en], :formats=>[:html], :handlers=>[:builder, :erb]}. Searched in:
|
189
|
-
* "/home/ohu/koodi/gems/action_smser/test/dummy/app/views"
|
190
|
-
* "/home/ohu/koodi/gems/action_smser/app/views"
|
191
|
-
):
|
192
|
-
|
193
|
-
|
194
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.2ms)
|
195
|
-
|
196
|
-
|
197
|
-
Started GET "/action_smser/delivery_reports/gateway_commit/asdf?joo=123321" for 127.0.0.1 at Tue Jan 03 00:11:16 +0200 2012
|
198
|
-
Processing by ActionSmser::DeliveryReportsController#gateway_commit as HTML
|
199
|
-
Parameters: {"gateway"=>"asdf", "joo"=>"123321"}
|
200
|
-
|
201
|
-
***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
|
202
|
-
Completed 500 Internal Server Error in 5ms
|
203
|
-
|
204
|
-
ActionView::MissingTemplate (Missing template action_smser/delivery_reports/gateway_commit, action_smser/application/gateway_commit with {:locale=>[:en, :en], :formats=>[:html], :handlers=>[:builder, :erb]}. Searched in:
|
205
|
-
* "/home/ohu/koodi/gems/action_smser/test/dummy/app/views"
|
206
|
-
* "/home/ohu/koodi/gems/action_smser/app/views"
|
207
|
-
):
|
208
|
-
|
209
|
-
|
210
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.2ms)
|
211
|
-
ActionSmser: Joo
|
212
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello_user - From: 999, To: 358407573855, Body: hello olli, Valid: true)
|
213
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello_user - From: 999, To: 358407573855, Body: hello olli, Valid: true)
|
214
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello_user - From: 999, To: 358407573855, Body: hello olli, Valid: true)
|
215
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello_user - From: 999, To: 358407573855, Body: hello olli, Valid: true)
|
216
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello_user - From: 999, To: 358407573855, Body: hello olli, Valid: true)
|
217
|
-
ActionSmser: SMS: get ||| /api/sendsms/plain?user=smsapi1.patidure.net&password=kusyhf9i8y&sender=358407573855&SMSText=hello+olli&GSM=358407573855 ||| #<Net::HTTPOK 200 OK readbody=true>
|
218
|
-
ActionSmser: -5
|
219
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello_user - From: 999, To: 358407573855, Body: ääkkösillä, hello olli, Valid: true)
|
220
|
-
ActionSmser: SMS: get ||| /api/sendsms/plain?user=nimenhuuto&password=kusyhf9i8y&sender=358407573855&SMSText=%E4%E4kk%F6sill%E4%2C+hello+olli&GSM=358407573855 ||| #<Net::HTTPOK 200 OK readbody=true>
|
221
|
-
ActionSmser: 102010314042601160
|
222
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello_user - From: nimenhuutocom, To: 358405851123358407573855, Body: ääkkösillä, hello jussi, Valid: true)
|
223
|
-
ActionSmser: SMS: get ||| /api/sendsms/plain?user=nimenhuuto&password=kusyhf9i8y&sender=nimenhuutocom&SMSText=%E4%E4kk%F6sill%E4%2C+hello+jussi&GSM=358405851123,358407573855 ||| #<Net::HTTPOK 200 OK readbody=true>
|
224
|
-
ActionSmser: 102010314204054601
|
225
|
-
102010314204056202
|
226
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello_user - From: nimenhuutocom, To: 358505526013, Body: ääkkösillä, hello harri, Valid: true)
|
227
|
-
ActionSmser: SMS: get ||| /api/sendsms/plain?user=nimenhuuto&password=kusyhf9i8y&sender=nimenhuutocom&SMSText=%E4%E4kk%F6sill%E4%2C+hello+harri&GSM=358505526013 ||| #<Net::HTTPOK 200 OK readbody=true>
|
228
|
-
ActionSmser: 102010314225571857
|
229
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
230
|
-
Migrating to CreateActionSmserDeliveryReports (20120102215215)
|
231
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
232
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
233
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("action_smser_delivery_reports")
|
234
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello - From: "jokujoo", To: "3587573855", Body: "ääkköset rulaa", Valid: true)
|
235
|
-
ActionSmser: Delivering sms by https
|
236
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello - From: "jokujoo", To: "3587573855", Body: "ääkköset rulaa", Valid: true)
|
237
|
-
ActionSmser: Delivering sms by https
|
238
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello - From: "jokujoo", To: "3587573855", Body: "ääkköset rulaa", Valid: true)
|
239
|
-
ActionSmser: Delivering sms by https
|
240
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello - From: "jokujoo", To: "3587573855", Body: "ääkköset rulaa", Valid: true)
|
241
|
-
ActionSmser: Delivering sms by https
|
242
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello - From: "jokujoo", To: "3587573855", Body: "ääkköset rulaa", Valid: true)
|
243
|
-
ActionSmser: Delivering sms by https
|
244
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello - From: "jokujoo", To: "3587573855", Body: "ääkköset rulaa", Valid: true)
|
245
|
-
ActionSmser: Delivering sms by https
|
246
|
-
ActionSmser: SimpleHttp delivery ||| /api/sendsms/plain?user=nimenhuuto&password=kusyhf9i8y&sender=jokujoo&SMSText=%E4%E4kk%F6set+rulaa&GSM=3587573855 ||| #<Net::HTTPOK 200 OK readbody=true>
|
247
|
-
ActionSmser: -13
|
248
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello - From: "jokujoo", To: "+3587573855", Body: "ääkköset rulaa", Valid: true)
|
249
|
-
ActionSmser: Delivering sms by https
|
250
|
-
ActionSmser: SimpleHttp delivery ||| /api/sendsms/plain?user=nimenhuuto&password=kusyhf9i8y&sender=jokujoo&SMSText=%E4%E4kk%F6set+rulaa&GSM=+3587573855 ||| #<Net::HTTPOK 200 OK readbody=true>
|
251
|
-
ActionSmser: -13
|
252
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello - From: "jokujoo", To: "3587573855", Body: "ääkköset rulaa", Valid: true)
|
253
|
-
ActionSmser: Delivering sms by https
|
254
|
-
ActionSmser: SimpleHttp delivery ||| /api/sendsms/plain?user=nimenhuuto&password=kusyhf9i8y&sender=jokujoo&SMSText=%E4%E4kk%F6set+rulaa&GSM=3587573855 ||| #<Net::HTTPOK 200 OK readbody=true>
|
255
|
-
ActionSmser: -13
|
256
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello - From: "jokujoo", To: "358407573855", Body: "ääkköset rulaa", Valid: true)
|
257
|
-
ActionSmser: Delivering sms by https
|
258
|
-
ActionSmser: SimpleHttp delivery ||| /api/sendsms/plain?user=nimenhuuto&password=kusyhf9i8y&sender=jokujoo&SMSText=%E4%E4kk%F6set+rulaa&GSM=358407573855 ||| #<Net::HTTPOK 200 OK readbody=true>
|
259
|
-
ActionSmser: 102010317565753524
|
260
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
261
|
-
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
262
|
-
Migrating to CreateActionSmserDeliveryReports (20120102215215)
|
263
|
-
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
264
|
-
[1m[35m (0.5ms)[0m DROP TABLE "action_smser_delivery_reports"
|
265
|
-
[1m[36m (0.3ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20120102215215'[0m
|
266
|
-
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
267
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
268
|
-
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
269
|
-
Migrating to CreateActionSmserDeliveryReports (20120102215215)
|
270
|
-
[1m[36m (0.5ms)[0m [1mCREATE TABLE "action_smser_delivery_reports" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "msg_id" varchar(255), "status" varchar(255), "status_updated_at" datetime, "sms_type" varchar(255), "log" text, "to" varchar(255), "from" varchar(255), "body" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
|
271
|
-
[1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120102215215')
|
272
|
-
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
273
|
-
[1m[35m (0.2ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
274
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("action_smser_delivery_reports")[0m
|
275
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
276
|
-
Migrating to CreateActionSmserDeliveryReports (20120102215215)
|
277
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
278
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
279
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("action_smser_delivery_reports")
|
280
|
-
|
281
|
-
|
282
|
-
Started GET "/action_smser/delivery_reports/" for 127.0.0.1 at Wed Jan 04 16:57:47 +0200 2012
|
283
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
284
|
-
Rendered text template (0.0ms)
|
285
|
-
Completed 403 Forbidden in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
286
|
-
|
287
|
-
|
288
|
-
Started GET "/action_smser/delivery_reports/" for 127.0.0.1 at Wed Jan 04 16:57:55 +0200 2012
|
289
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
290
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/application (4.0ms)
|
291
|
-
Completed 500 Internal Server Error in 9ms
|
292
|
-
|
293
|
-
ActionView::Template::Error (You have a nil object when you didn't expect it!
|
294
|
-
You might have expected an instance of Array.
|
295
|
-
The error occurred while evaluating nil.each):
|
296
|
-
13: <th></th>
|
297
|
-
14: </tr>
|
298
|
-
15:
|
299
|
-
16: <% @delivery_reports.each do |delivery_report| %>
|
300
|
-
17: <tr>
|
301
|
-
18: <td><%= delivery_report.msg_id %></td>
|
302
|
-
19: <td><%= delivery_report.status %></td>
|
303
|
-
|
304
|
-
|
305
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
306
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
307
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.2ms)
|
308
|
-
|
309
|
-
|
310
|
-
Started GET "/action_smser/delivery_reports/" for 127.0.0.1 at Wed Jan 04 16:58:57 +0200 2012
|
311
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
312
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/application (1.3ms)
|
313
|
-
Completed 500 Internal Server Error in 7ms
|
314
|
-
|
315
|
-
ActionView::Template::Error (You have a nil object when you didn't expect it!
|
316
|
-
You might have expected an instance of Array.
|
317
|
-
The error occurred while evaluating nil.each):
|
318
|
-
13: <th></th>
|
319
|
-
14: </tr>
|
320
|
-
15:
|
321
|
-
16: <% @delivery_reports.each do |delivery_report| %>
|
322
|
-
17: <tr>
|
323
|
-
18: <td><%= delivery_report.msg_id %></td>
|
324
|
-
19: <td><%= delivery_report.status %></td>
|
325
|
-
|
326
|
-
|
327
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
|
328
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
|
329
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (2.7ms)
|
330
|
-
|
331
|
-
|
332
|
-
Started GET "/action_smser/delivery_reports/" for 127.0.0.1 at Wed Jan 04 16:58:58 +0200 2012
|
333
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
334
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/application (0.4ms)
|
335
|
-
Completed 500 Internal Server Error in 4ms
|
336
|
-
|
337
|
-
ActionView::Template::Error (You have a nil object when you didn't expect it!
|
338
|
-
You might have expected an instance of Array.
|
339
|
-
The error occurred while evaluating nil.each):
|
340
|
-
13: <th></th>
|
341
|
-
14: </tr>
|
342
|
-
15:
|
343
|
-
16: <% @delivery_reports.each do |delivery_report| %>
|
344
|
-
17: <tr>
|
345
|
-
18: <td><%= delivery_report.msg_id %></td>
|
346
|
-
19: <td><%= delivery_report.status %></td>
|
347
|
-
|
348
|
-
|
349
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
|
350
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
|
351
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (2.7ms)
|
352
|
-
|
353
|
-
|
354
|
-
Started GET "/action_smser/delivery_reports/" for 127.0.0.1 at Wed Jan 04 16:59:51 +0200 2012
|
355
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
356
|
-
[1m[36mActionSmser::DeliveryReport Load (0.1ms)[0m [1mSELECT "action_smser_delivery_reports".* FROM "action_smser_delivery_reports" LIMIT 20[0m
|
357
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/application (11.5ms)
|
358
|
-
Completed 500 Internal Server Error in 17ms
|
359
|
-
|
360
|
-
ActionView::Template::Error (undefined method `recipient' for #<ActionSmser::DeliveryReport:0x2ee62e8>):
|
361
|
-
18: <td><%= delivery_report.msg_id %></td>
|
362
|
-
19: <td><%= delivery_report.status %></td>
|
363
|
-
20: <td><%= delivery_report.status_updated_at %></td>
|
364
|
-
21: <td><%= delivery_report.recipient %></td>
|
365
|
-
22: <td><%= delivery_report.sender %></td>
|
366
|
-
23: <td><%= delivery_report.text_body %></td>
|
367
|
-
24: <td><%= link_to 'Show', delivery_report %></td>
|
368
|
-
|
369
|
-
|
370
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
371
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
372
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.5ms)
|
373
|
-
|
374
|
-
|
375
|
-
Started GET "/action_smser/delivery_reports/" for 127.0.0.1 at Wed Jan 04 17:00:02 +0200 2012
|
376
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
377
|
-
[1m[35mActionSmser::DeliveryReport Load (0.1ms)[0m SELECT "action_smser_delivery_reports".* FROM "action_smser_delivery_reports" LIMIT 20
|
378
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/application (8.0ms)
|
379
|
-
Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.3ms)
|
380
|
-
|
381
|
-
|
382
|
-
Started GET "/stylesheets/action_smser/application.css" for 127.0.0.1 at Wed Jan 04 17:00:02 +0200 2012
|
383
|
-
|
384
|
-
ActionController::RoutingError (No route matches [GET] "/stylesheets/action_smser/application.css"):
|
385
|
-
|
386
|
-
|
387
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
|
388
|
-
|
389
|
-
|
390
|
-
Started GET "/javascripts/action_smser/application.js" for 127.0.0.1 at Wed Jan 04 17:00:02 +0200 2012
|
391
|
-
|
392
|
-
ActionController::RoutingError (No route matches [GET] "/javascripts/action_smser/application.js"):
|
393
|
-
|
394
|
-
|
395
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.3ms)
|
396
|
-
|
397
|
-
|
398
|
-
Started GET "/action_smser/delivery_reports/" for 127.0.0.1 at Wed Jan 04 17:02:09 +0200 2012
|
399
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
400
|
-
[1m[36mActionSmser::DeliveryReport Load (0.1ms)[0m [1mSELECT "action_smser_delivery_reports".* FROM "action_smser_delivery_reports" LIMIT 20[0m
|
401
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/application (14.7ms)
|
402
|
-
Completed 200 OK in 19ms (Views: 18.7ms | ActiveRecord: 0.3ms)
|
403
|
-
|
404
|
-
|
405
|
-
Started GET "/stylesheets/action_smser/application.css" for 127.0.0.1 at Wed Jan 04 17:02:10 +0200 2012
|
406
|
-
|
407
|
-
ActionController::RoutingError (No route matches [GET] "/stylesheets/action_smser/application.css"):
|
408
|
-
|
409
|
-
|
410
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
|
411
|
-
|
412
|
-
|
413
|
-
Started GET "/javascripts/action_smser/application.js" for 127.0.0.1 at Wed Jan 04 17:02:10 +0200 2012
|
414
|
-
|
415
|
-
ActionController::RoutingError (No route matches [GET] "/javascripts/action_smser/application.js"):
|
416
|
-
|
417
|
-
|
418
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.3ms)
|
419
|
-
|
420
|
-
|
421
|
-
Started GET "/action_smser/delivery_reports/" for 127.0.0.1 at Wed Jan 04 17:03:13 +0200 2012
|
422
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
423
|
-
[1m[35mActionSmser::DeliveryReport Load (0.1ms)[0m SELECT "action_smser_delivery_reports".* FROM "action_smser_delivery_reports" LIMIT 20
|
424
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/application (5.1ms)
|
425
|
-
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.4ms)
|
426
|
-
|
427
|
-
|
428
|
-
Started GET "/stylesheets/action_smser/application.css" for 127.0.0.1 at Wed Jan 04 17:03:13 +0200 2012
|
429
|
-
|
430
|
-
ActionController::RoutingError (No route matches [GET] "/stylesheets/action_smser/application.css"):
|
431
|
-
|
432
|
-
|
433
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.3ms)
|
434
|
-
|
435
|
-
|
436
|
-
Started GET "/javascripts/action_smser/application.js" for 127.0.0.1 at Wed Jan 04 17:03:13 +0200 2012
|
437
|
-
|
438
|
-
ActionController::RoutingError (No route matches [GET] "/javascripts/action_smser/application.js"):
|
439
|
-
|
440
|
-
|
441
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
|
442
|
-
|
443
|
-
|
444
|
-
Started GET "/action_smser/delivery_reports/" for 127.0.0.1 at Wed Jan 04 17:04:28 +0200 2012
|
445
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
446
|
-
[1m[36mActionSmser::DeliveryReport Load (0.1ms)[0m [1mSELECT "action_smser_delivery_reports".* FROM "action_smser_delivery_reports" LIMIT 20[0m
|
447
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/application (5.0ms)
|
448
|
-
Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.3ms)
|
449
|
-
|
450
|
-
|
451
|
-
Started GET "/stylesheets/action_smser/application.css" for 127.0.0.1 at Wed Jan 04 17:04:28 +0200 2012
|
452
|
-
|
453
|
-
ActionController::RoutingError (No route matches [GET] "/stylesheets/action_smser/application.css"):
|
454
|
-
|
455
|
-
|
456
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
|
457
|
-
|
458
|
-
|
459
|
-
Started GET "/javascripts/action_smser/application.js" for 127.0.0.1 at Wed Jan 04 17:04:28 +0200 2012
|
460
|
-
|
461
|
-
ActionController::RoutingError (No route matches [GET] "/javascripts/action_smser/application.js"):
|
462
|
-
|
463
|
-
|
464
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
|
465
|
-
|
466
|
-
|
467
|
-
Started GET "/action_smser/delivery_reports/" for 127.0.0.1 at Wed Jan 04 17:04:45 +0200 2012
|
468
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
469
|
-
[1m[35mActionSmser::DeliveryReport Load (0.1ms)[0m SELECT "action_smser_delivery_reports".* FROM "action_smser_delivery_reports" LIMIT 20
|
470
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/application (5.0ms)
|
471
|
-
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.3ms)
|
472
|
-
|
473
|
-
|
474
|
-
Started GET "/javascripts/action_smser/application.js" for 127.0.0.1 at Wed Jan 04 17:04:45 +0200 2012
|
475
|
-
|
476
|
-
ActionController::RoutingError (No route matches [GET] "/javascripts/action_smser/application.js"):
|
477
|
-
|
478
|
-
|
479
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
|
480
|
-
|
481
|
-
|
482
|
-
Started GET "/stylesheets/action_smser/application.css" for 127.0.0.1 at Wed Jan 04 17:04:45 +0200 2012
|
483
|
-
|
484
|
-
ActionController::RoutingError (No route matches [GET] "/stylesheets/action_smser/application.css"):
|
485
|
-
|
486
|
-
|
487
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
|
488
|
-
|
489
|
-
|
490
|
-
Started GET "/action_smser/delivery_reports/" for 127.0.0.1 at Wed Jan 04 17:05:46 +0200 2012
|
491
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
492
|
-
[1m[36mActionSmser::DeliveryReport Load (0.1ms)[0m [1mSELECT "action_smser_delivery_reports".* FROM "action_smser_delivery_reports" LIMIT 20[0m
|
493
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/application (5.0ms)
|
494
|
-
Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.3ms)
|
495
|
-
|
496
|
-
|
497
|
-
Started GET "/stylesheets/action_smser/application.css" for 127.0.0.1 at Wed Jan 04 17:05:46 +0200 2012
|
498
|
-
|
499
|
-
ActionController::RoutingError (No route matches [GET] "/stylesheets/action_smser/application.css"):
|
500
|
-
|
501
|
-
|
502
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
|
503
|
-
|
504
|
-
|
505
|
-
Started GET "/javascripts/action_smser/application.js" for 127.0.0.1 at Wed Jan 04 17:05:46 +0200 2012
|
506
|
-
|
507
|
-
ActionController::RoutingError (No route matches [GET] "/javascripts/action_smser/application.js"):
|
508
|
-
|
509
|
-
|
510
|
-
Rendered /home/ohu/.rvm/gems/ree-1.8.7-2011.03@global/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
|
511
|
-
|
512
|
-
|
513
|
-
Started GET "/action_smser/delivery_reports/gateway_commit/asdf" for 127.0.0.1 at Wed Jan 04 17:20:28 +0200 2012
|
514
|
-
Processing by ActionSmser::DeliveryReportsController#gateway_commit as HTML
|
515
|
-
Parameters: {"gateway"=>"asdf"}
|
516
|
-
Rendered text template (0.0ms)
|
517
|
-
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
518
|
-
|
519
|
-
|
520
|
-
Started GET "/action_smser/delivery_reports/" for 127.0.0.1 at Wed Jan 04 17:20:34 +0200 2012
|
521
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
522
|
-
Rendered text template (0.0ms)
|
523
|
-
Completed 403 Forbidden in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
524
|
-
|
525
|
-
|
526
|
-
Started GET "/action_smser/delivery_reports/" for 127.0.0.1 at Thu Jan 05 16:00:15 +0200 2012
|
527
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
528
|
-
Rendered text template (0.0ms)
|
529
|
-
Completed 403 Forbidden in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
530
|
-
|
531
|
-
|
532
|
-
Started GET "/action_smser/delivery_reports/" for 127.0.0.1 at Thu Jan 05 16:00:23 +0200 2012
|
533
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
534
|
-
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2011-12-05 14:00:23.938821' AND '2012-01-05 13:59:23.940464')[0m
|
535
|
-
[1m[35m (0.2ms)[0m SELECT COUNT(*) AS count_all, status AS status FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2011-12-05 14:00:23.938821' AND '2012-01-05 13:59:23.940464') GROUP BY status
|
536
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2011-12-05 14:00:23.954456' AND '2012-01-05 14:00:23.954664')[0m
|
537
|
-
[1m[35m (0.2ms)[0m SELECT COUNT(*) AS count_all, sms_type AS sms_type FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2011-12-05 14:00:23.954456' AND '2012-01-05 14:00:23.954664') GROUP BY sms_type
|
538
|
-
[1m[36mActionSmser::DeliveryReport Load (0.2ms)[0m [1mSELECT "action_smser_delivery_reports".* FROM "action_smser_delivery_reports" LIMIT 20[0m
|
539
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/application (26.2ms)
|
540
|
-
Completed 200 OK in 31ms (Views: 29.6ms | ActiveRecord: 1.1ms)
|
541
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello - From: "nimenhuut", To: "358407573855", Body: "body", Valid: true)
|
542
|
-
ActionSmser: Delivering sms by https
|
543
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello - From: "nimenhuut", To: "358407573855", Body: "body", Valid: true)
|
544
|
-
ActionSmser: Delivering sms by https
|
545
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello_olli - From: "ActionSmser", To: "358407573855", Body: "Hello from action smser", Valid: true)
|
546
|
-
ActionSmser: Delivering sms by https
|
547
|
-
ActionSmser: SimpleHttp delivery ||| /api/sendsms/plain?user=nimenhuuto&password=kusyhf9i8y&sender=ActionSmser&SMSText=Hello+from+action+smser&GSM=358407573855 ||| #<Net::HTTPOK 200 OK readbody=true>
|
548
|
-
ActionSmser: 102012013045681834
|
549
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello_olli - From: "ActionSmser", To: "358407573855", Body: "Hello from action smser", Valid: true)
|
550
|
-
ActionSmser: Delivering sms by https
|
551
|
-
ActionSmser: SimpleHttp delivery ||| /sms/json?username=75378256&password=db051153&from=ActionSmser&to=358407573855&text=Hello+from+action+smser ||| #<Net::HTTPOK 200 OK readbody=true>
|
552
|
-
ActionSmser: {"message-count":"1","messages":[{"message-price":"0.02500000","status":"0","message-id":"0778A73C","remaining-balance":"1.95000000"}]}
|
553
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello_olli - From: "ActionSmser", To: "+358505526013", Body: "Hello from action smser, encode ääkköset!#", Valid: true)
|
554
|
-
ActionSmser: Delivering sms by https
|
555
|
-
ActionSmser: SimpleHttp delivery ||| /sms/json?username=75378256&password=db051153&from=ActionSmser&to=358505526013&text=Hello+from+action+smser%2C+encode+%E4%E4kk%F6set%21%23 ||| #<Net::HTTPOK 200 OK readbody=true>
|
556
|
-
ActionSmser: {"message-count":"1","messages":[{"error-text":"One or more request parameters were not correctly UTF8 Encoded","status":"3"}]}
|
557
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello_olli - From: "ActionSmser", To: "358505526013", Body: "Hello from action smser, encode ääkköset!#", Valid: true)
|
558
|
-
ActionSmser: Delivering sms by https
|
559
|
-
ActionSmser: SimpleHttp delivery ||| /sms/json?username=75378256&password=db051153&from=ActionSmser&to=358505526013&text=Hello+from+action+smser%2C+encode+%E4%E4kk%F6set%21%23 ||| #<Net::HTTPOK 200 OK readbody=true>
|
560
|
-
ActionSmser: {"message-count":"1","messages":[{"error-text":"One or more request parameters were not correctly UTF8 Encoded","status":"3"}]}
|
561
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello_olli - From: "ActionSmser", To: "358407573855", Body: "Hello from action smser, encode ääkköset!#", Valid: true)
|
562
|
-
ActionSmser: Delivering sms by https
|
563
|
-
ActionSmser: SimpleHttp delivery ||| /sms/json?username=75378256&password=db051153&from=ActionSmser&to=358407573855&text=Hello+from+action+smser%2C+encode+%E4%E4kk%F6set%21%23 ||| #<Net::HTTPOK 200 OK readbody=true>
|
564
|
-
ActionSmser: {"message-count":"1","messages":[{"error-text":"One or more request parameters were not correctly UTF8 Encoded","status":"3"}]}
|
565
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello_olli - From: "ActionSmser", To: "358407573855", Body: "Hello from action smser, encode ääkköset!#", Valid: true)
|
566
|
-
ActionSmser: Delivering sms by https
|
567
|
-
ActionSmser: SimpleHttp delivery ||| /sms/json?username=&password=&from=ActionSmser&to=358407573855&text=Hello+from+action+smser%2C+encode+%C3%A4%C3%A4kk%C3%B6set%21%23 ||| #<Net::HTTPOK 200 OK readbody=true>
|
568
|
-
ActionSmser: {"message-count":"1","messages":[{"error-text":"Missing username","status":"2"}]}
|
569
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello_olli - From: "ActionSmser", To: "358407573855", Body: "Hello from action smser, encode ääkköset!#", Valid: true)
|
570
|
-
ActionSmser: Delivering sms by https
|
571
|
-
ActionSmser: SimpleHttp delivery ||| /sms/json?username=&password=&from=ActionSmser&to=358407573855&text=Hello+from+action+smser%2C+encode+%C3%A4%C3%A4kk%C3%B6set%21%23 ||| #<Net::HTTPOK 200 OK readbody=true>
|
572
|
-
ActionSmser: {"message-count":"1","messages":[{"error-text":"Missing username","status":"2"}]}
|
573
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello_olli - From: "ActionSmser", To: "358407573855", Body: "Hello from action smser, encode ääkköset!#", Valid: true)
|
574
|
-
ActionSmser: Delivering sms by https
|
575
|
-
ActionSmser: SimpleHttp delivery ||| /sms/json?username=75378256&password=db051153&from=ActionSmser&to=358407573855&text=Hello+from+action+smser%2C+encode+%C3%A4%C3%A4kk%C3%B6set%21%23 ||| #<Net::HTTPOK 200 OK readbody=true>
|
576
|
-
ActionSmser: {"message-count":"1","messages":[{"message-price":"0.02500000","status":"0","message-id":"0778BA81","remaining-balance":"1.92500000"}]}
|
577
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello_olli - From: "ActionSmser", To: "358505526013", Body: "Hello from action smser, encode ääkköset!#", Valid: true)
|
578
|
-
ActionSmser: Delivering sms by https
|
579
|
-
ActionSmser: SimpleHttp delivery ||| /sms/json?username=75378256&password=db051153&from=ActionSmser&to=358505526013&text=Hello+from+action+smser%2C+encode+%C3%A4%C3%A4kk%C3%B6set%21%23 ||| #<Net::HTTPOK 200 OK readbody=true>
|
580
|
-
ActionSmser: {"message-count":"1","messages":[{"message-price":"0.02500000","status":"0","message-id":"0778BB07","remaining-balance":"1.90000000"}]}
|
581
|
-
ActionSmser: Sending sms (Sms HelloSmser.hello_olli - From: "ActionSmser", To: "358407573855", Body: "Hello from action smser, encode ääkköset!#", Valid: true)
|
582
|
-
ActionSmser: Delivering sms by https
|
583
|
-
ActionSmser: SimpleHttp delivery ||| /sms/json?username=75378256&password=db051153&from=ActionSmser&to=358407573855&text=Hello+from+action+smser%2C+encode+%C3%A4%C3%A4kk%C3%B6set%21%23 ||| #<Net::HTTPOK 200 OK readbody=true>
|
584
|
-
ActionSmser: {"message-count":"1","messages":[{"message-price":"0.02500000","status":"0","message-id":"0778F8AE","remaining-balance":"1.60000000"}]}
|
585
|
-
|
586
|
-
|
587
|
-
Started GET "/action_smser/delivery_reports" for 127.0.0.1 at 2013-03-05 14:38:49 +1000
|
588
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
589
|
-
Rendered text template (0.0ms)
|
590
|
-
Completed 403 Forbidden in 28ms (Views: 27.8ms | ActiveRecord: 0.0ms)
|
591
|
-
|
592
|
-
|
593
|
-
Started GET "/action_smser/delivery_reports" for 127.0.0.1 at 2013-03-05 14:39:09 +1000
|
594
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
595
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:39:09.765361' AND '2013-03-05 04:29:09.769600')[0m
|
596
|
-
[1m[35m (0.2ms)[0m SELECT COUNT(*) AS count_all, gateway AS gateway FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:39:09.765361' AND '2013-03-05 04:29:09.769600') GROUP BY gateway
|
597
|
-
SQLite3::SQLException: no such column: gateway: SELECT COUNT(*) AS count_all, gateway AS gateway FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:39:09.765361' AND '2013-03-05 04:29:09.769600') GROUP BY gateway
|
598
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/delivery_reports (35.8ms)
|
599
|
-
Completed 500 Internal Server Error in 54ms
|
600
|
-
|
601
|
-
ActionView::Template::Error (SQLite3::SQLException: no such column: gateway: SELECT COUNT(*) AS count_all, gateway AS gateway FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:39:09.765361' AND '2013-03-05 04:29:09.769600') GROUP BY gateway):
|
602
|
-
72:
|
603
|
-
73: (you can select only gateways that have messages in this period)
|
604
|
-
74: </li>
|
605
|
-
75: <% ar_redeliveries.group(:gateway).count.each do |key, val| %>
|
606
|
-
76: <li class="<%= (key == params['gateway'] ? 'selected' : 'not_selected') -%>">
|
607
|
-
77: <%= link_to(key, dr_summary_url(:gateway => key) ) %>
|
608
|
-
78:
|
609
|
-
|
610
|
-
|
611
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
|
612
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
|
613
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.6ms)
|
614
|
-
|
615
|
-
|
616
|
-
Started GET "/action_smser/delivery_reports" for 127.0.0.1 at 2013-03-05 14:39:19 +1000
|
617
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
618
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/delivery_reports (1.8ms)
|
619
|
-
Completed 500 Internal Server Error in 5ms
|
620
|
-
|
621
|
-
ActionView::Template::Error (undefined method `pry' for #<Binding:0x00000004457b18>):
|
622
|
-
1:
|
623
|
-
2: <%
|
624
|
-
3: binding.pry
|
625
|
-
4: params['time_span'] ||= 'Last week'
|
626
|
-
5: params['redeliveries'] ||= 'Include normally'
|
627
|
-
6:
|
628
|
-
|
629
|
-
|
630
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
|
631
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
|
632
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.3ms)
|
633
|
-
|
634
|
-
|
635
|
-
Started GET "/action_smser/delivery_reports" for 127.0.0.1 at 2013-03-05 14:39:23 +1000
|
636
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
637
|
-
|
638
|
-
***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
|
639
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:39:23.471806' AND '2013-03-05 04:29:23.471959')[0m
|
640
|
-
[1m[35m (0.2ms)[0m SELECT COUNT(*) AS count_all, gateway AS gateway FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:39:23.471806' AND '2013-03-05 04:29:23.471959') GROUP BY gateway
|
641
|
-
SQLite3::SQLException: no such column: gateway: SELECT COUNT(*) AS count_all, gateway AS gateway FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:39:23.471806' AND '2013-03-05 04:29:23.471959') GROUP BY gateway
|
642
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/delivery_reports (8.9ms)
|
643
|
-
Completed 500 Internal Server Error in 12ms
|
644
|
-
|
645
|
-
ActionView::Template::Error (SQLite3::SQLException: no such column: gateway: SELECT COUNT(*) AS count_all, gateway AS gateway FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:39:23.471806' AND '2013-03-05 04:29:23.471959') GROUP BY gateway):
|
646
|
-
72:
|
647
|
-
73: (you can select only gateways that have messages in this period)
|
648
|
-
74: </li>
|
649
|
-
75: <% ar_redeliveries.group(:gateway).count.each do |key, val| %>
|
650
|
-
76: <li class="<%= (key == params['gateway'] ? 'selected' : 'not_selected') -%>">
|
651
|
-
77: <%= link_to(key, dr_summary_url(:gateway => key) ) %>
|
652
|
-
78:
|
653
|
-
|
654
|
-
|
655
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
656
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (16.1ms)
|
657
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.1ms)
|
658
|
-
|
659
|
-
|
660
|
-
Started GET "/action_smser/delivery_reports" for 127.0.0.1 at 2013-03-05 14:39:44 +1000
|
661
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
662
|
-
|
663
|
-
***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
|
664
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:39:44.346770' AND '2013-03-05 04:29:44.346923')[0m
|
665
|
-
[1m[35m (0.2ms)[0m SELECT COUNT(*) AS count_all, gateway AS gateway FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:39:44.346770' AND '2013-03-05 04:29:44.346923') GROUP BY gateway
|
666
|
-
SQLite3::SQLException: no such column: gateway: SELECT COUNT(*) AS count_all, gateway AS gateway FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:39:44.346770' AND '2013-03-05 04:29:44.346923') GROUP BY gateway
|
667
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/delivery_reports (9.2ms)
|
668
|
-
Completed 500 Internal Server Error in 13ms
|
669
|
-
|
670
|
-
ActionView::Template::Error (SQLite3::SQLException: no such column: gateway: SELECT COUNT(*) AS count_all, gateway AS gateway FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:39:44.346770' AND '2013-03-05 04:29:44.346923') GROUP BY gateway):
|
671
|
-
73:
|
672
|
-
74: (you can select only gateways that have messages in this period)
|
673
|
-
75: </li>
|
674
|
-
76: <% ar_redeliveries.group(:gateway).count.each do |key, val| %>
|
675
|
-
77: <li class="<%= (key == params['gateway'] ? 'selected' : 'not_selected') -%>">
|
676
|
-
78: <%= link_to(key, dr_summary_url(:gateway => key) ) %>
|
677
|
-
79:
|
678
|
-
|
679
|
-
|
680
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
681
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
|
682
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.8ms)
|
683
|
-
|
684
|
-
|
685
|
-
Started GET "/action_smser/delivery_reports" for 127.0.0.1 at 2013-03-05 14:40:05 +1000
|
686
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
687
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/delivery_reports (1.9ms)
|
688
|
-
Completed 500 Internal Server Error in 6ms
|
689
|
-
|
690
|
-
ActionView::Template::Error (wrong number of arguments (0 for 1)):
|
691
|
-
1:
|
692
|
-
2: <%
|
693
|
-
3: dr_summary_url
|
694
|
-
4: params['time_span'] ||= 'Last week'
|
695
|
-
5: params['redeliveries'] ||= 'Include normally'
|
696
|
-
6:
|
697
|
-
|
698
|
-
|
699
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
|
700
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
|
701
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.4ms)
|
702
|
-
|
703
|
-
|
704
|
-
Started GET "/action_smser/delivery_reports" for 127.0.0.1 at 2013-03-05 14:40:34 +1000
|
705
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
706
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/delivery_reports (2.2ms)
|
707
|
-
Completed 500 Internal Server Error in 5ms
|
708
|
-
|
709
|
-
ActionView::Template::Error (can't convert Range into Hash):
|
710
|
-
1:
|
711
|
-
2: <%
|
712
|
-
3: dr_summary_url(1.weeks.ago..10.seconds.ago)
|
713
|
-
4: params['time_span'] ||= 'Last week'
|
714
|
-
5: params['redeliveries'] ||= 'Include normally'
|
715
|
-
6:
|
716
|
-
|
717
|
-
|
718
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
719
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
|
720
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.4ms)
|
721
|
-
|
722
|
-
|
723
|
-
Started GET "/action_smser/delivery_reports" for 127.0.0.1 at 2013-03-05 14:40:42 +1000
|
724
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
725
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:40:42.125664' AND '2013-03-05 04:30:42.125714')[0m
|
726
|
-
[1m[35m (0.1ms)[0m SELECT COUNT(*) AS count_all, gateway AS gateway FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:40:42.125664' AND '2013-03-05 04:30:42.125714') GROUP BY gateway
|
727
|
-
SQLite3::SQLException: no such column: gateway: SELECT COUNT(*) AS count_all, gateway AS gateway FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:40:42.125664' AND '2013-03-05 04:30:42.125714') GROUP BY gateway
|
728
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/delivery_reports (8.4ms)
|
729
|
-
Completed 500 Internal Server Error in 12ms
|
730
|
-
|
731
|
-
ActionView::Template::Error (SQLite3::SQLException: no such column: gateway: SELECT COUNT(*) AS count_all, gateway AS gateway FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:40:42.125664' AND '2013-03-05 04:30:42.125714') GROUP BY gateway):
|
732
|
-
72:
|
733
|
-
73: (you can select only gateways that have messages in this period)
|
734
|
-
74: </li>
|
735
|
-
75: <% ar_redeliveries.group(:gateway).count.each do |key, val| %>
|
736
|
-
76: <li class="<%= (key == params['gateway'] ? 'selected' : 'not_selected') -%>">
|
737
|
-
77: <%= link_to(key, dr_summary_url(:gateway => key) ) %>
|
738
|
-
78:
|
739
|
-
|
740
|
-
|
741
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
742
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
743
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.7ms)
|
744
|
-
|
745
|
-
|
746
|
-
Started GET "/action_smser/delivery_reports" for 127.0.0.1 at 2013-03-05 14:40:46 +1000
|
747
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
748
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:40:46.730624' AND '2013-03-05 04:30:46.730734')[0m
|
749
|
-
[1m[35m (0.2ms)[0m SELECT COUNT(*) AS count_all, gateway AS gateway FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:40:46.730624' AND '2013-03-05 04:30:46.730734') GROUP BY gateway
|
750
|
-
SQLite3::SQLException: no such column: gateway: SELECT COUNT(*) AS count_all, gateway AS gateway FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:40:46.730624' AND '2013-03-05 04:30:46.730734') GROUP BY gateway
|
751
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/delivery_reports (27.5ms)
|
752
|
-
Completed 500 Internal Server Error in 32ms
|
753
|
-
|
754
|
-
ActionView::Template::Error (SQLite3::SQLException: no such column: gateway: SELECT COUNT(*) AS count_all, gateway AS gateway FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:40:46.730624' AND '2013-03-05 04:30:46.730734') GROUP BY gateway):
|
755
|
-
72:
|
756
|
-
73: (you can select only gateways that have messages in this period)
|
757
|
-
74: </li>
|
758
|
-
75: <% ar_redeliveries.group(:gateway).count.each do |key, val| %>
|
759
|
-
76: <li class="<%= (key == params['gateway'] ? 'selected' : 'not_selected') -%>">
|
760
|
-
77: <%= link_to(key, dr_summary_url(:gateway => key) ) %>
|
761
|
-
78:
|
762
|
-
|
763
|
-
|
764
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
765
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
|
766
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.8ms)
|
767
|
-
|
768
|
-
|
769
|
-
Started GET "/action_smser/delivery_reports" for 127.0.0.1 at 2013-03-05 14:40:57 +1000
|
770
|
-
Processing by ActionSmser::DeliveryReportsController#index as HTML
|
771
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:40:57.753814' AND '2013-03-05 04:30:57.753870')[0m
|
772
|
-
[1m[35m (0.1ms)[0m SELECT COUNT(*) AS count_all, gateway AS gateway FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:40:57.753814' AND '2013-03-05 04:30:57.753870') GROUP BY gateway
|
773
|
-
SQLite3::SQLException: no such column: gateway: SELECT COUNT(*) AS count_all, gateway AS gateway FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:40:57.753814' AND '2013-03-05 04:30:57.753870') GROUP BY gateway
|
774
|
-
Rendered /home/ohu/koodi/gems/action_smser/app/views/action_smser/delivery_reports/index.html.erb within layouts/action_smser/delivery_reports (6.9ms)
|
775
|
-
Completed 500 Internal Server Error in 10ms
|
776
|
-
|
777
|
-
ActionView::Template::Error (SQLite3::SQLException: no such column: gateway: SELECT COUNT(*) AS count_all, gateway AS gateway FROM "action_smser_delivery_reports" WHERE ("action_smser_delivery_reports"."created_at" BETWEEN '2013-02-26 04:40:57.753814' AND '2013-03-05 04:30:57.753870') GROUP BY gateway):
|
778
|
-
72:
|
779
|
-
73: (you can select only gateways that have messages in this period)
|
780
|
-
74: </li>
|
781
|
-
75: <% ar_redeliveries.group(:gateway).count.each do |key, val| %>
|
782
|
-
76: <li class="<%= (key == params['gateway'] ? 'selected' : 'not_selected') -%>">
|
783
|
-
77: <%= link_to(key, dr_summary_url(:gateway => key) ) %>
|
784
|
-
78:
|
785
|
-
|
786
|
-
|
787
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
788
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
|
789
|
-
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.4ms)
|
10
|
+
Started GET "/" for 127.0.0.1 at 2014-02-07 13:22:38 +0200
|
11
|
+
Processing by Rails::WelcomeController#index as HTML
|
12
|
+
Rendered /home/ohu/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.2/lib/rails/templates/rails/welcome/index.html.erb (0.1ms)
|
13
|
+
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
14
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|