robocall 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 (60) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +26 -0
  4. data/Rakefile +37 -0
  5. data/app/controllers/robocall/application_controller.rb +4 -0
  6. data/app/controllers/robocall/robocalls_controller.rb +87 -0
  7. data/app/helpers/robocall/application_helper.rb +4 -0
  8. data/app/models/robocall/robocall.rb +13 -0
  9. data/app/views/layouts/robocall/application.html.erb +14 -0
  10. data/app/views/robocall/robocalls/render.xml.erb +0 -0
  11. data/config/routes.rb +5 -0
  12. data/db/migrate/20130807225623_create_robocall_robocalls.rb +10 -0
  13. data/lib/robocall.rb +58 -0
  14. data/lib/robocall/engine.rb +12 -0
  15. data/lib/robocall/version.rb +3 -0
  16. data/lib/tasks/robocall_tasks.rake +4 -0
  17. data/spec/controllers/robocall/robocalls_controller_spec.rb +45 -0
  18. data/spec/dummy/README.rdoc +261 -0
  19. data/spec/dummy/Rakefile +7 -0
  20. data/spec/dummy/app/assets/javascripts/application.js +15 -0
  21. data/spec/dummy/app/assets/stylesheets/application.css +13 -0
  22. data/spec/dummy/app/controllers/application_controller.rb +3 -0
  23. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  24. data/spec/dummy/app/views/layouts/application.html.erb +14 -0
  25. data/spec/dummy/bin/bundle +3 -0
  26. data/spec/dummy/bin/rails +4 -0
  27. data/spec/dummy/bin/rake +4 -0
  28. data/spec/dummy/config.ru +4 -0
  29. data/spec/dummy/config/application.rb +59 -0
  30. data/spec/dummy/config/boot.rb +10 -0
  31. data/spec/dummy/config/database.yml +25 -0
  32. data/spec/dummy/config/environment.rb +5 -0
  33. data/spec/dummy/config/environments/development.rb +37 -0
  34. data/spec/dummy/config/environments/production.rb +67 -0
  35. data/spec/dummy/config/environments/test.rb +37 -0
  36. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  37. data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  38. data/spec/dummy/config/initializers/inflections.rb +15 -0
  39. data/spec/dummy/config/initializers/mime_types.rb +5 -0
  40. data/spec/dummy/config/initializers/secret_token.rb +7 -0
  41. data/spec/dummy/config/initializers/session_store.rb +8 -0
  42. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  43. data/spec/dummy/config/locales/en.yml +5 -0
  44. data/spec/dummy/config/routes.rb +4 -0
  45. data/spec/dummy/db/development.sqlite3 +0 -0
  46. data/spec/dummy/db/schema.rb +23 -0
  47. data/spec/dummy/db/test.sqlite3 +0 -0
  48. data/spec/dummy/log/development.log +112 -0
  49. data/spec/dummy/log/test.log +455 -0
  50. data/spec/dummy/public/404.html +26 -0
  51. data/spec/dummy/public/422.html +26 -0
  52. data/spec/dummy/public/500.html +25 -0
  53. data/spec/dummy/public/favicon.ico +0 -0
  54. data/spec/dummy/script/rails +6 -0
  55. data/spec/factories/robocall_robocalls.rb +8 -0
  56. data/spec/lib/robocall.spec +10 -0
  57. data/spec/models/robocall/robocall_spec.rb +7 -0
  58. data/spec/routing/robocall/robocalls_routing_spec.rb +13 -0
  59. data/spec/spec_helper.rb +14 -0
  60. metadata +214 -0
@@ -0,0 +1,112 @@
1
+ Connecting to database specified by database.yml
2
+ Connecting to database specified by database.yml
3
+ Connecting to database specified by database.yml
4
+ Connecting to database specified by database.yml
5
+ Connecting to database specified by database.yml
6
+ Connecting to database specified by database.yml
7
+  (0.1ms) select sqlite_version(*)
8
+  (221.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
9
+  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
10
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
11
+ Connecting to database specified by database.yml
12
+  (0.1ms) select sqlite_version(*)
13
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
14
+ Connecting to database specified by database.yml
15
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
16
+  (0.1ms) select sqlite_version(*)
17
+  (4.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
18
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
19
+  (0.1ms) SELECT version FROM "schema_migrations"
20
+  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
21
+ Connecting to database specified by database.yml
22
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
23
+  (0.1ms) SELECT version FROM "schema_migrations"
24
+ Connecting to database specified by database.yml
25
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
26
+  (0.1ms) SELECT version FROM "schema_migrations"
27
+ Connecting to database specified by database.yml
28
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
29
+  (0.1ms) SELECT version FROM "schema_migrations"
30
+ Connecting to database specified by database.yml
31
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
32
+  (0.1ms) SELECT version FROM "schema_migrations"
33
+ Connecting to database specified by database.yml
34
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
35
+  (0.1ms) SELECT version FROM "schema_migrations"
36
+ Connecting to database specified by database.yml
37
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
38
+ Connecting to database specified by database.yml
39
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
40
+ Migrating to CreateRobocallRobocalls (20130807225623)
41
+  (0.0ms) select sqlite_version(*)
42
+  (0.0ms) begin transaction
43
+  (0.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
44
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130807225623')
45
+  (3.7ms) commit transaction
46
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
47
+ Connecting to database specified by database.yml
48
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
49
+  (0.4ms) select sqlite_version(*)
50
+  (2.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
51
+  (0.1ms) SELECT version FROM "schema_migrations"
52
+  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130807225623')
53
+ Connecting to database specified by database.yml
54
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
55
+  (0.4ms) select sqlite_version(*)
56
+  (1.7ms) DROP TABLE "robocall_robocalls"
57
+  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
58
+  (0.1ms) SELECT version FROM "schema_migrations"
59
+ Connecting to database specified by database.yml
60
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
61
+  (0.4ms) select sqlite_version(*)
62
+  (3.3ms) DROP TABLE "robocall_robocalls"
63
+  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
64
+  (0.1ms) SELECT version FROM "schema_migrations"
65
+ Connecting to database specified by database.yml
66
+ Connecting to database specified by database.yml
67
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
68
+  (0.4ms) select sqlite_version(*)
69
+  (2.6ms) DROP TABLE "robocall_robocalls"
70
+  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
71
+  (0.1ms) SELECT version FROM "schema_migrations"
72
+ Connecting to database specified by database.yml
73
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
74
+  (0.4ms) select sqlite_version(*)
75
+  (2.7ms) DROP TABLE "robocall_robocalls"
76
+  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
77
+  (0.1ms) SELECT version FROM "schema_migrations"
78
+ Connecting to database specified by database.yml
79
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
80
+  (0.3ms) select sqlite_version(*)
81
+  (2.8ms) DROP TABLE "robocall_robocalls"
82
+  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
83
+  (0.2ms) SELECT version FROM "schema_migrations"
84
+ Connecting to database specified by database.yml
85
+ Connecting to database specified by database.yml
86
+ Connecting to database specified by database.yml
87
+ Connecting to database specified by database.yml
88
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
89
+  (0.4ms) select sqlite_version(*)
90
+  (2.2ms) DROP TABLE "robocall_robocalls"
91
+  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
92
+  (0.2ms) SELECT version FROM "schema_migrations"
93
+ Connecting to database specified by database.yml
94
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
95
+  (0.3ms) select sqlite_version(*)
96
+  (3.5ms) DROP TABLE "robocall_robocalls"
97
+  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
98
+  (0.1ms) SELECT version FROM "schema_migrations"
99
+ Connecting to database specified by database.yml
100
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
101
+  (0.4ms) select sqlite_version(*)
102
+  (1.6ms) DROP TABLE "robocall_robocalls"
103
+  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
104
+  (0.1ms) SELECT version FROM "schema_migrations"
105
+ Connecting to database specified by database.yml
106
+ Connecting to database specified by database.yml
107
+ Connecting to database specified by database.yml
108
+ Connecting to database specified by database.yml
109
+ Connecting to database specified by database.yml
110
+ Connecting to database specified by database.yml
111
+ Connecting to database specified by database.yml
112
+ Connecting to database specified by database.yml
@@ -0,0 +1,455 @@
1
+ Connecting to database specified by database.yml
2
+ Connecting to database specified by database.yml
3
+ Connecting to database specified by database.yml
4
+  (0.4ms) begin transaction
5
+  (0.1ms) rollback transaction
6
+  (0.1ms) begin transaction
7
+  (0.1ms) rollback transaction
8
+  (0.1ms) begin transaction
9
+  (0.1ms) rollback transaction
10
+  (0.1ms) begin transaction
11
+  (0.1ms) rollback transaction
12
+  (0.1ms) begin transaction
13
+  (0.0ms) rollback transaction
14
+  (0.1ms) begin transaction
15
+  (0.0ms) rollback transaction
16
+  (0.1ms) begin transaction
17
+  (0.0ms) rollback transaction
18
+  (0.1ms) begin transaction
19
+  (0.0ms) rollback transaction
20
+  (0.0ms) begin transaction
21
+  (0.0ms) rollback transaction
22
+  (0.1ms) begin transaction
23
+  (0.1ms) rollback transaction
24
+  (0.0ms) begin transaction
25
+  (0.0ms) rollback transaction
26
+  (0.1ms) begin transaction
27
+  (0.1ms) rollback transaction
28
+  (0.1ms) begin transaction
29
+  (0.1ms) rollback transaction
30
+  (0.1ms) begin transaction
31
+  (0.1ms) rollback transaction
32
+  (0.1ms) begin transaction
33
+  (0.1ms) SELECT COUNT(*) FROM "robocall_robocalls"
34
+  (0.1ms) rollback transaction
35
+  (0.1ms) begin transaction
36
+  (0.1ms) rollback transaction
37
+  (0.1ms) begin transaction
38
+  (0.1ms) SAVEPOINT active_record_1
39
+ SQL (14.6ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["xml", nil]]
40
+  (0.1ms) RELEASE SAVEPOINT active_record_1
41
+  (0.5ms) rollback transaction
42
+  (0.1ms) begin transaction
43
+  (0.0ms) SAVEPOINT active_record_1
44
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["xml", nil]]
45
+  (0.1ms) RELEASE SAVEPOINT active_record_1
46
+  (0.8ms) rollback transaction
47
+  (0.1ms) begin transaction
48
+  (0.1ms) SAVEPOINT active_record_1
49
+ SQL (0.6ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["xml", nil]]
50
+  (0.1ms) RELEASE SAVEPOINT active_record_1
51
+  (0.5ms) rollback transaction
52
+  (0.1ms) begin transaction
53
+  (0.0ms) SAVEPOINT active_record_1
54
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["xml", nil]]
55
+  (0.0ms) RELEASE SAVEPOINT active_record_1
56
+  (0.6ms) rollback transaction
57
+  (0.1ms) begin transaction
58
+  (0.1ms) SAVEPOINT active_record_1
59
+ SQL (0.6ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["xml", nil]]
60
+  (0.0ms) RELEASE SAVEPOINT active_record_1
61
+  (0.6ms) rollback transaction
62
+  (0.1ms) begin transaction
63
+  (0.1ms) SAVEPOINT active_record_1
64
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["xml", nil]]
65
+  (0.0ms) RELEASE SAVEPOINT active_record_1
66
+  (0.6ms) rollback transaction
67
+  (0.1ms) begin transaction
68
+  (0.0ms) SAVEPOINT active_record_1
69
+ SQL (0.6ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["xml", nil]]
70
+  (0.1ms) RELEASE SAVEPOINT active_record_1
71
+  (0.6ms) rollback transaction
72
+  (0.1ms) begin transaction
73
+  (0.1ms) SAVEPOINT active_record_1
74
+ SQL (0.6ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["xml", nil]]
75
+  (0.1ms) RELEASE SAVEPOINT active_record_1
76
+  (0.1ms) SELECT COUNT(*) FROM "robocall_robocalls" 
77
+  (0.6ms) rollback transaction
78
+  (0.4ms) begin transaction
79
+  (0.1ms) SAVEPOINT active_record_1
80
+ SQL (0.7ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["xml", nil]]
81
+  (0.1ms) RELEASE SAVEPOINT active_record_1
82
+  (0.6ms) rollback transaction
83
+  (0.1ms) begin transaction
84
+  (0.1ms) rollback transaction
85
+  (0.1ms) begin transaction
86
+  (0.1ms) SAVEPOINT active_record_1
87
+ SQL (0.8ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 22:57:05 UTC +00:00], ["xml", nil]]
88
+  (0.1ms) RELEASE SAVEPOINT active_record_1
89
+  (2.1ms) rollback transaction
90
+ Connecting to database specified by database.yml
91
+  (0.3ms) begin transaction
92
+  (0.1ms) rollback transaction
93
+  (0.1ms) begin transaction
94
+  (0.1ms) rollback transaction
95
+  (0.1ms) begin transaction
96
+  (0.0ms) rollback transaction
97
+  (0.1ms) begin transaction
98
+  (0.0ms) rollback transaction
99
+  (0.1ms) begin transaction
100
+  (0.1ms) rollback transaction
101
+  (0.1ms) begin transaction
102
+  (0.1ms) rollback transaction
103
+  (0.1ms) begin transaction
104
+  (0.0ms) rollback transaction
105
+  (0.1ms) begin transaction
106
+  (0.0ms) rollback transaction
107
+  (0.0ms) begin transaction
108
+  (0.0ms) rollback transaction
109
+  (0.0ms) begin transaction
110
+  (0.0ms) rollback transaction
111
+  (0.1ms) begin transaction
112
+  (0.1ms) rollback transaction
113
+  (0.1ms) begin transaction
114
+  (0.1ms) SAVEPOINT active_record_1
115
+ SQL (4.4ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["xml", nil]]
116
+  (0.1ms) RELEASE SAVEPOINT active_record_1
117
+  (0.2ms) SELECT COUNT(*) FROM "robocall_robocalls" 
118
+  (0.6ms) rollback transaction
119
+  (0.1ms) begin transaction
120
+  (0.0ms) SAVEPOINT active_record_1
121
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["xml", nil]]
122
+  (0.0ms) RELEASE SAVEPOINT active_record_1
123
+  (0.5ms) rollback transaction
124
+  (0.1ms) begin transaction
125
+  (0.1ms) SAVEPOINT active_record_1
126
+ SQL (0.6ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["xml", nil]]
127
+  (0.1ms) RELEASE SAVEPOINT active_record_1
128
+  (0.6ms) rollback transaction
129
+  (0.1ms) begin transaction
130
+  (0.1ms) SAVEPOINT active_record_1
131
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["xml", nil]]
132
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133
+  (0.5ms) rollback transaction
134
+  (0.1ms) begin transaction
135
+  (0.1ms) SAVEPOINT active_record_1
136
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["xml", nil]]
137
+  (0.1ms) RELEASE SAVEPOINT active_record_1
138
+  (0.6ms) rollback transaction
139
+  (0.1ms) begin transaction
140
+  (0.0ms) SAVEPOINT active_record_1
141
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["xml", nil]]
142
+  (0.1ms) RELEASE SAVEPOINT active_record_1
143
+  (0.6ms) rollback transaction
144
+  (0.1ms) begin transaction
145
+  (0.0ms) SAVEPOINT active_record_1
146
+ SQL (0.7ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["xml", nil]]
147
+  (0.1ms) RELEASE SAVEPOINT active_record_1
148
+  (0.6ms) rollback transaction
149
+  (0.1ms) begin transaction
150
+  (0.1ms) rollback transaction
151
+  (0.1ms) begin transaction
152
+  (0.1ms) rollback transaction
153
+  (0.0ms) begin transaction
154
+  (0.2ms) SELECT COUNT(*) FROM "robocall_robocalls"
155
+  (0.1ms) rollback transaction
156
+  (0.1ms) begin transaction
157
+  (0.1ms) rollback transaction
158
+  (0.1ms) begin transaction
159
+  (0.1ms) rollback transaction
160
+  (0.1ms) begin transaction
161
+  (0.1ms) rollback transaction
162
+  (0.1ms) begin transaction
163
+  (0.0ms) SAVEPOINT active_record_1
164
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["xml", nil]]
165
+  (0.0ms) RELEASE SAVEPOINT active_record_1
166
+  (0.5ms) rollback transaction
167
+  (0.1ms) begin transaction
168
+  (0.0ms) SAVEPOINT active_record_1
169
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["xml", nil]]
170
+  (0.0ms) RELEASE SAVEPOINT active_record_1
171
+  (0.6ms) rollback transaction
172
+  (0.1ms) begin transaction
173
+  (0.0ms) SAVEPOINT active_record_1
174
+ SQL (0.6ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:18 UTC +00:00], ["xml", nil]]
175
+  (0.1ms) RELEASE SAVEPOINT active_record_1
176
+  (0.5ms) rollback transaction
177
+ Connecting to database specified by database.yml
178
+  (0.3ms) begin transaction
179
+  (0.1ms) rollback transaction
180
+  (0.1ms) begin transaction
181
+  (0.1ms) rollback transaction
182
+  (0.1ms) begin transaction
183
+  (0.0ms) rollback transaction
184
+  (0.1ms) begin transaction
185
+  (0.0ms) rollback transaction
186
+  (0.0ms) begin transaction
187
+  (0.1ms) rollback transaction
188
+  (0.0ms) begin transaction
189
+  (0.1ms) rollback transaction
190
+  (0.1ms) begin transaction
191
+  (0.0ms) rollback transaction
192
+  (0.1ms) begin transaction
193
+  (0.1ms) rollback transaction
194
+  (0.1ms) begin transaction
195
+  (0.1ms) rollback transaction
196
+  (0.1ms) begin transaction
197
+  (0.1ms) SAVEPOINT active_record_1
198
+ SQL (4.6ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:24 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:24 UTC +00:00], ["xml", nil]]
199
+  (0.1ms) RELEASE SAVEPOINT active_record_1
200
+  (0.6ms) rollback transaction
201
+  (0.1ms) begin transaction
202
+  (0.1ms) rollback transaction
203
+  (0.1ms) begin transaction
204
+  (0.1ms) rollback transaction
205
+  (0.1ms) begin transaction
206
+  (0.2ms) rollback transaction
207
+  (0.1ms) begin transaction
208
+  (0.0ms) rollback transaction
209
+  (0.1ms) begin transaction
210
+  (0.2ms) SELECT COUNT(*) FROM "robocall_robocalls" 
211
+  (0.1ms) rollback transaction
212
+  (0.1ms) begin transaction
213
+  (0.0ms) rollback transaction
214
+  (0.1ms) begin transaction
215
+  (0.0ms) SAVEPOINT active_record_1
216
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:25 UTC +00:00], ["xml", nil]]
217
+  (0.0ms) RELEASE SAVEPOINT active_record_1
218
+  (0.5ms) rollback transaction
219
+  (0.1ms) begin transaction
220
+  (0.0ms) SAVEPOINT active_record_1
221
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:25 UTC +00:00], ["xml", nil]]
222
+  (0.1ms) RELEASE SAVEPOINT active_record_1
223
+  (0.1ms) SELECT COUNT(*) FROM "robocall_robocalls"
224
+  (0.6ms) rollback transaction
225
+  (0.1ms) begin transaction
226
+  (0.0ms) SAVEPOINT active_record_1
227
+ SQL (1.3ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:25 UTC +00:00], ["xml", nil]]
228
+  (0.1ms) RELEASE SAVEPOINT active_record_1
229
+  (0.6ms) rollback transaction
230
+  (0.1ms) begin transaction
231
+  (0.1ms) SAVEPOINT active_record_1
232
+ SQL (0.6ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:25 UTC +00:00], ["xml", nil]]
233
+  (0.0ms) RELEASE SAVEPOINT active_record_1
234
+  (0.6ms) rollback transaction
235
+  (0.1ms) begin transaction
236
+  (0.1ms) SAVEPOINT active_record_1
237
+ SQL (0.7ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:25 UTC +00:00], ["xml", nil]]
238
+  (0.1ms) RELEASE SAVEPOINT active_record_1
239
+  (0.6ms) rollback transaction
240
+  (0.1ms) begin transaction
241
+  (0.0ms) SAVEPOINT active_record_1
242
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:25 UTC +00:00], ["xml", nil]]
243
+  (0.1ms) RELEASE SAVEPOINT active_record_1
244
+  (0.6ms) rollback transaction
245
+  (0.1ms) begin transaction
246
+  (0.1ms) SAVEPOINT active_record_1
247
+ SQL (0.6ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:25 UTC +00:00], ["xml", nil]]
248
+  (0.1ms) RELEASE SAVEPOINT active_record_1
249
+  (0.6ms) rollback transaction
250
+  (0.1ms) begin transaction
251
+  (0.0ms) SAVEPOINT active_record_1
252
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:25 UTC +00:00], ["xml", nil]]
253
+  (0.0ms) RELEASE SAVEPOINT active_record_1
254
+  (0.6ms) rollback transaction
255
+  (0.1ms) begin transaction
256
+  (0.0ms) SAVEPOINT active_record_1
257
+ SQL (0.7ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:00:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:00:25 UTC +00:00], ["xml", nil]]
258
+  (0.1ms) RELEASE SAVEPOINT active_record_1
259
+  (0.8ms) rollback transaction
260
+  (0.1ms) begin transaction
261
+  (0.0ms) rollback transaction
262
+  (0.1ms) begin transaction
263
+  (0.0ms) rollback transaction
264
+ Connecting to database specified by database.yml
265
+  (0.3ms) begin transaction
266
+  (0.0ms) rollback transaction
267
+  (0.1ms) begin transaction
268
+  (0.0ms) rollback transaction
269
+  (0.1ms) begin transaction
270
+  (0.0ms) rollback transaction
271
+  (0.1ms) begin transaction
272
+  (0.0ms) rollback transaction
273
+  (0.1ms) begin transaction
274
+  (0.0ms) rollback transaction
275
+  (0.0ms) begin transaction
276
+  (0.0ms) rollback transaction
277
+  (0.0ms) begin transaction
278
+  (0.0ms) rollback transaction
279
+  (0.1ms) begin transaction
280
+  (0.1ms) rollback transaction
281
+  (0.1ms) begin transaction
282
+  (0.0ms) rollback transaction
283
+  (0.1ms) begin transaction
284
+  (0.1ms) rollback transaction
285
+  (0.1ms) begin transaction
286
+  (0.1ms) SAVEPOINT active_record_1
287
+ SQL (6.6ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["xml", nil]]
288
+  (0.1ms) RELEASE SAVEPOINT active_record_1
289
+  (0.6ms) rollback transaction
290
+  (0.1ms) begin transaction
291
+  (0.0ms) SAVEPOINT active_record_1
292
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["xml", nil]]
293
+  (0.0ms) RELEASE SAVEPOINT active_record_1
294
+  (0.6ms) rollback transaction
295
+  (0.1ms) begin transaction
296
+  (0.0ms) SAVEPOINT active_record_1
297
+ SQL (0.7ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["xml", nil]]
298
+  (0.1ms) RELEASE SAVEPOINT active_record_1
299
+  (0.5ms) rollback transaction
300
+  (0.1ms) begin transaction
301
+  (0.0ms) SAVEPOINT active_record_1
302
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["xml", nil]]
303
+  (0.0ms) RELEASE SAVEPOINT active_record_1
304
+  (0.5ms) rollback transaction
305
+  (0.1ms) begin transaction
306
+  (0.0ms) SAVEPOINT active_record_1
307
+ SQL (0.7ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["xml", nil]]
308
+  (0.1ms) RELEASE SAVEPOINT active_record_1
309
+  (0.7ms) rollback transaction
310
+  (0.1ms) begin transaction
311
+  (0.1ms) SAVEPOINT active_record_1
312
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["xml", nil]]
313
+  (0.1ms) RELEASE SAVEPOINT active_record_1
314
+  (0.5ms) rollback transaction
315
+  (0.1ms) begin transaction
316
+  (0.0ms) SAVEPOINT active_record_1
317
+ SQL (0.6ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["xml", nil]]
318
+  (0.1ms) RELEASE SAVEPOINT active_record_1
319
+  (0.7ms) rollback transaction
320
+  (0.1ms) begin transaction
321
+  (0.0ms) SAVEPOINT active_record_1
322
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["xml", nil]]
323
+  (0.0ms) RELEASE SAVEPOINT active_record_1
324
+  (0.6ms) rollback transaction
325
+  (0.1ms) begin transaction
326
+  (0.1ms) SAVEPOINT active_record_1
327
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["xml", nil]]
328
+  (0.1ms) RELEASE SAVEPOINT active_record_1
329
+  (0.1ms) SELECT COUNT(*) FROM "robocall_robocalls" 
330
+  (0.7ms) rollback transaction
331
+  (0.1ms) begin transaction
332
+  (0.0ms) SAVEPOINT active_record_1
333
+ SQL (0.5ms) INSERT INTO "robocall_robocalls" ("created_at", "token", "updated_at", "xml") VALUES (?, ?, ?, ?) [["created_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["token", "MyString"], ["updated_at", Wed, 07 Aug 2013 23:01:25 UTC +00:00], ["xml", nil]]
334
+  (0.0ms) RELEASE SAVEPOINT active_record_1
335
+  (1.2ms) rollback transaction
336
+  (0.1ms) begin transaction
337
+  (0.2ms) SELECT COUNT(*) FROM "robocall_robocalls" 
338
+  (0.1ms) rollback transaction
339
+  (0.1ms) begin transaction
340
+  (0.1ms) rollback transaction
341
+  (0.1ms) begin transaction
342
+  (0.0ms) rollback transaction
343
+  (0.1ms) begin transaction
344
+  (0.1ms) rollback transaction
345
+  (0.0ms) begin transaction
346
+  (0.0ms) rollback transaction
347
+  (0.1ms) begin transaction
348
+  (0.1ms) rollback transaction
349
+  (0.1ms) begin transaction
350
+  (0.1ms) rollback transaction
351
+ Connecting to database specified by database.yml
352
+  (0.4ms) begin transaction
353
+  (0.1ms) rollback transaction
354
+  (0.1ms) begin transaction
355
+  (0.0ms) rollback transaction
356
+  (0.1ms) begin transaction
357
+  (0.0ms) rollback transaction
358
+  (0.0ms) begin transaction
359
+  (0.1ms) rollback transaction
360
+  (0.1ms) begin transaction
361
+  (0.0ms) rollback transaction
362
+  (0.1ms) begin transaction
363
+  (0.0ms) rollback transaction
364
+  (0.1ms) begin transaction
365
+  (0.0ms) rollback transaction
366
+  (0.1ms) begin transaction
367
+  (0.1ms) rollback transaction
368
+  (0.1ms) begin transaction
369
+  (0.1ms) SELECT COUNT(*) FROM "robocall_robocalls"
370
+  (0.1ms) rollback transaction
371
+  (0.1ms) begin transaction
372
+  (0.0ms) rollback transaction
373
+  (0.1ms) begin transaction
374
+  (0.0ms) rollback transaction
375
+  (0.1ms) begin transaction
376
+  (0.0ms) rollback transaction
377
+  (0.1ms) begin transaction
378
+  (0.0ms) rollback transaction
379
+  (0.1ms) begin transaction
380
+  (0.1ms) rollback transaction
381
+  (0.1ms) begin transaction
382
+  (0.1ms) rollback transaction
383
+  (0.1ms) begin transaction
384
+  (0.1ms) rollback transaction
385
+ Connecting to database specified by database.yml
386
+  (0.3ms) begin transaction
387
+  (0.1ms) SELECT COUNT(*) FROM "robocall_robocalls"
388
+  (0.1ms) rollback transaction
389
+  (0.1ms) begin transaction
390
+  (0.1ms) rollback transaction
391
+  (0.1ms) begin transaction
392
+  (0.1ms) rollback transaction
393
+  (0.1ms) begin transaction
394
+  (0.0ms) rollback transaction
395
+  (0.1ms) begin transaction
396
+  (0.1ms) rollback transaction
397
+  (0.1ms) begin transaction
398
+  (0.1ms) rollback transaction
399
+  (0.1ms) begin transaction
400
+  (0.1ms) rollback transaction
401
+  (0.1ms) begin transaction
402
+  (0.1ms) rollback transaction
403
+  (0.1ms) begin transaction
404
+  (0.0ms) rollback transaction
405
+  (0.1ms) begin transaction
406
+  (0.1ms) rollback transaction
407
+ Connecting to database specified by database.yml
408
+  (0.3ms) begin transaction
409
+  (0.0ms) rollback transaction
410
+  (0.1ms) begin transaction
411
+  (0.1ms) rollback transaction
412
+  (0.1ms) begin transaction
413
+  (0.0ms) rollback transaction
414
+  (0.1ms) begin transaction
415
+  (0.1ms) rollback transaction
416
+  (0.1ms) begin transaction
417
+  (0.1ms) SELECT COUNT(*) FROM "robocall_robocalls"
418
+  (0.1ms) rollback transaction
419
+  (0.1ms) begin transaction
420
+  (0.1ms) rollback transaction
421
+  (0.1ms) begin transaction
422
+  (0.0ms) rollback transaction
423
+  (0.1ms) begin transaction
424
+  (0.0ms) rollback transaction
425
+  (0.1ms) begin transaction
426
+  (0.0ms) rollback transaction
427
+  (0.1ms) begin transaction
428
+  (0.1ms) rollback transaction
429
+ Connecting to database specified by database.yml
430
+  (0.4ms) begin transaction
431
+  (0.0ms) rollback transaction
432
+  (0.1ms) begin transaction
433
+  (0.1ms) SELECT COUNT(*) FROM "robocall_robocalls"
434
+  (0.1ms) rollback transaction
435
+  (0.1ms) begin transaction
436
+  (0.1ms) rollback transaction
437
+  (0.1ms) begin transaction
438
+  (0.0ms) rollback transaction
439
+  (0.1ms) begin transaction
440
+  (0.0ms) rollback transaction
441
+  (0.1ms) begin transaction
442
+  (0.0ms) rollback transaction
443
+ Connecting to database specified by database.yml
444
+  (0.4ms) begin transaction
445
+  (0.0ms) rollback transaction
446
+  (0.1ms) begin transaction
447
+  (0.1ms) rollback transaction
448
+  (0.1ms) begin transaction
449
+  (0.0ms) rollback transaction
450
+  (0.1ms) begin transaction
451
+  (0.0ms) rollback transaction
452
+  (0.1ms) begin transaction
453
+  (0.0ms) rollback transaction
454
+  (0.1ms) begin transaction
455
+  (0.0ms) rollback transaction