a4nt 1.0.0 → 2.0.0

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 (68) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +1 -1
  3. data/README.md +19 -2
  4. data/Rakefile +1 -1
  5. data/app/controllers/a4nt/announcements_controller.rb +8 -2
  6. data/app/models/a4nt/announcement.rb +0 -2
  7. data/lib/a4nt/version.rb +1 -1
  8. data/test/dummy/log/development.log +0 -2205
  9. data/test/dummy/log/test.log +435 -64
  10. data/test/dummy_rails4/README.rdoc +28 -0
  11. data/test/dummy_rails4/Rakefile +6 -0
  12. data/test/dummy_rails4/app/assets/javascripts/application.js +13 -0
  13. data/test/dummy_rails4/app/assets/stylesheets/application.css +13 -0
  14. data/test/dummy_rails4/app/controllers/application_controller.rb +5 -0
  15. data/test/dummy_rails4/app/helpers/application_helper.rb +2 -0
  16. data/test/dummy_rails4/app/views/layouts/application.html.erb +14 -0
  17. data/test/dummy_rails4/bin/bundle +3 -0
  18. data/test/dummy_rails4/bin/rails +4 -0
  19. data/test/dummy_rails4/bin/rake +4 -0
  20. data/test/dummy_rails4/config.ru +4 -0
  21. data/test/dummy_rails4/config/application.rb +23 -0
  22. data/test/dummy_rails4/config/boot.rb +5 -0
  23. data/test/dummy_rails4/config/database.yml +25 -0
  24. data/test/dummy_rails4/config/environment.rb +5 -0
  25. data/test/dummy_rails4/config/environments/development.rb +29 -0
  26. data/test/dummy_rails4/config/environments/production.rb +80 -0
  27. data/test/dummy_rails4/config/environments/test.rb +36 -0
  28. data/test/dummy_rails4/config/initializers/backtrace_silencers.rb +7 -0
  29. data/test/dummy_rails4/config/initializers/filter_parameter_logging.rb +4 -0
  30. data/test/dummy_rails4/config/initializers/inflections.rb +16 -0
  31. data/test/dummy_rails4/config/initializers/mime_types.rb +5 -0
  32. data/test/dummy_rails4/config/initializers/secret_token.rb +12 -0
  33. data/test/dummy_rails4/config/initializers/session_store.rb +3 -0
  34. data/test/dummy_rails4/config/initializers/wrap_parameters.rb +14 -0
  35. data/test/dummy_rails4/config/locales/en.yml +23 -0
  36. data/test/dummy_rails4/config/routes.rb +4 -0
  37. data/test/dummy_rails4/db/schema.rb +27 -0
  38. data/test/{dummy → dummy_rails4}/db/test.sqlite3 +0 -0
  39. data/test/dummy_rails4/log/test.log +884 -0
  40. data/test/dummy_rails4/public/404.html +58 -0
  41. data/test/dummy_rails4/public/422.html +58 -0
  42. data/test/dummy_rails4/public/500.html +57 -0
  43. data/test/dummy_rails4/public/favicon.ico +0 -0
  44. data/test/dummy_rails4/tmp/cache/assets/test/sprockets/00945d57ebe03c366903bdea3f280fdd +0 -0
  45. data/test/{dummy/tmp/cache/assets/CD0/410/sprockets%2F4610e3716682bd81225d1af060dec17e → dummy_rails4/tmp/cache/assets/test/sprockets/1748fda09da1ed4f51ad565fc7df5a52} +0 -0
  46. data/test/{dummy/tmp/cache/assets/CD1/7A0/sprockets%2F1c8986854dbe744776f98066ddea5148 → dummy_rails4/tmp/cache/assets/test/sprockets/2537ccbe4b13249c7f51e21ef0180b2b} +0 -0
  47. data/test/dummy_rails4/tmp/cache/assets/test/sprockets/35a3e1d53221b566385d55604b1f2f81 +0 -0
  48. data/test/{dummy/tmp/cache/assets/DCF/230/sprockets%2F1748fda09da1ed4f51ad565fc7df5a52 → dummy_rails4/tmp/cache/assets/test/sprockets/4610e3716682bd81225d1af060dec17e} +0 -0
  49. data/test/{dummy/tmp/cache/assets/EC3/660/sprockets%2F6dfdc90eece35f8b7e00fdd21b9ecfcd → dummy_rails4/tmp/cache/assets/test/sprockets/6dfdc90eece35f8b7e00fdd21b9ecfcd} +0 -0
  50. data/test/dummy_rails4/tmp/cache/assets/test/sprockets/933c4e72c3d556f7f7225ddbde1d1c7e +0 -0
  51. data/test/{dummy/tmp/cache/assets/E16/A70/sprockets%2Fd3cc19a7697edd9efe18d8f92f0efe30 → dummy_rails4/tmp/cache/assets/test/sprockets/990e4858f384293a7f3dfe04f7b86b4a} +0 -0
  52. data/test/{dummy/tmp/cache/assets/E95/420/sprockets%2Fd6ce1bdc5f9e8e55a7dae3b2fcf82ed2 → dummy_rails4/tmp/cache/assets/test/sprockets/affaf5c0a2f6f6bd21efb946fb357b7d} +0 -0
  53. data/test/{dummy/tmp/cache/assets/DC0/880/sprockets%2Fc14ba2e3509e7ab8b1a33d276ed4d5dc → dummy_rails4/tmp/cache/assets/test/sprockets/c14ba2e3509e7ab8b1a33d276ed4d5dc} +0 -0
  54. data/test/dummy_rails4/tmp/cache/assets/test/sprockets/dc903ff3b8bd770c927bcb4e7bb48387 +0 -0
  55. data/test/dummy_rails4/tmp/cache/assets/test/sprockets/e9e458ddec5a8f3dcbe083bf77b923ab +0 -0
  56. data/test/dummy_rails4/tmp/cache/assets/test/sprockets/ea2842a158fbf3838d6c08ccceee4833 +0 -0
  57. data/test/{dummy/tmp/cache/assets/D98/1A0/sprockets%2F21fba9c5cba0584b66f4a9f314abe196 → dummy_rails4/tmp/cache/assets/test/sprockets/fb2e6494356a9cc22aeef079f67690b2} +0 -0
  58. data/test/functional/a4nt/announcements_controller_test.rb +1 -1
  59. data/test/test_helper.rb +14 -3
  60. metadata +109 -59
  61. data/test/dummy/db/development.sqlite3 +0 -0
  62. data/test/dummy/db/schema.rb +0 -27
  63. data/test/dummy/tmp/cache/assets/C74/D00/sprockets%2F35a3e1d53221b566385d55604b1f2f81 +0 -0
  64. data/test/dummy/tmp/cache/assets/D68/870/sprockets%2F00945d57ebe03c366903bdea3f280fdd +0 -0
  65. data/test/dummy/tmp/cache/assets/DA4/5F0/sprockets%2Fea2842a158fbf3838d6c08ccceee4833 +0 -0
  66. data/test/dummy/tmp/cache/assets/DA5/880/sprockets%2F933c4e72c3d556f7f7225ddbde1d1c7e +0 -0
  67. data/test/dummy/tmp/cache/assets/DAA/E90/sprockets%2Fdc903ff3b8bd770c927bcb4e7bb48387 +0 -0
  68. data/test/dummy/tmp/cache/assets/E39/E90/sprockets%2Fe9e458ddec5a8f3dcbe083bf77b923ab +0 -0
@@ -0,0 +1,884 @@
1
+  (0.4ms) begin transaction
2
+ ------------------------------------------------------------------
3
+ A4nt::AnnouncementsControllerTest: test_should_create_announcement
4
+ ------------------------------------------------------------------
5
+  (0.1ms) rollback transaction
6
+  (0.1ms) begin transaction
7
+ -------------------------------------------------------------------
8
+ A4nt::AnnouncementsControllerTest: test_should_destroy_announcement
9
+ -------------------------------------------------------------------
10
+  (0.1ms) rollback transaction
11
+  (0.0ms) begin transaction
12
+ -------------------------------------------------------
13
+ A4nt::AnnouncementsControllerTest: test_should_get_edit
14
+ -------------------------------------------------------
15
+  (0.0ms) rollback transaction
16
+  (0.0ms) begin transaction
17
+ --------------------------------------------------------
18
+ A4nt::AnnouncementsControllerTest: test_should_get_index
19
+ --------------------------------------------------------
20
+  (0.1ms) rollback transaction
21
+  (0.0ms) begin transaction
22
+ ------------------------------------------------------
23
+ A4nt::AnnouncementsControllerTest: test_should_get_new
24
+ ------------------------------------------------------
25
+  (0.1ms) rollback transaction
26
+  (0.0ms) begin transaction
27
+ ----------------------------------------------------------------
28
+ A4nt::AnnouncementsControllerTest: test_should_show_announcement
29
+ ----------------------------------------------------------------
30
+  (0.0ms) rollback transaction
31
+  (0.0ms) begin transaction
32
+ ------------------------------------------------------------------
33
+ A4nt::AnnouncementsControllerTest: test_should_update_announcement
34
+ ------------------------------------------------------------------
35
+  (0.0ms) rollback transaction
36
+  (0.0ms) begin transaction
37
+ --------------------
38
+ A4ntTest: test_truth
39
+ --------------------
40
+  (0.1ms) rollback transaction
41
+  (0.3ms) begin transaction
42
+  (0.1ms) rollback transaction
43
+  (0.1ms) begin transaction
44
+  (0.0ms) rollback transaction
45
+  (0.1ms) begin transaction
46
+  (0.0ms) rollback transaction
47
+  (0.1ms) begin transaction
48
+  (0.0ms) rollback transaction
49
+  (0.1ms) begin transaction
50
+  (0.0ms) rollback transaction
51
+  (0.1ms) begin transaction
52
+  (0.0ms) rollback transaction
53
+  (0.1ms) begin transaction
54
+  (0.0ms) rollback transaction
55
+  (0.1ms) begin transaction
56
+  (0.0ms) rollback transaction
57
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
58
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
59
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
60
+ Migrating to CreateA4ntAnnouncements (20130314151144)
61
+  (0.1ms) begin transaction
62
+  (0.5ms) CREATE TABLE "a4nt_announcements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) DEFAULT '' NOT NULL, "body" varchar(255) DEFAULT '' NOT NULL, "start_time" datetime NOT NULL, "end_time" datetime NOT NULL, "position" integer NOT NULL, "target" varchar(255) DEFAULT 'all' NOT NULL, "created_at" datetime, "updated_at" datetime) 
63
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130314151144"]]
64
+  (1.0ms) commit transaction
65
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
66
+  (0.3ms) begin transaction
67
+ Fixture Delete (0.4ms) DELETE FROM "a4nt_announcements"
68
+ Fixture Insert (0.2ms) INSERT INTO "a4nt_announcements" ("title", "body", "start_time", "end_time", "position", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2013-03-15 00:11:44.000000', '2013-03-15 00:11:44.000000', 1, '2013-09-28 12:49:06', '2013-09-28 12:49:06', 980190962)
69
+ Fixture Insert (0.1ms) INSERT INTO "a4nt_announcements" ("title", "body", "start_time", "end_time", "position", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2013-03-15 00:11:44.000000', '2013-03-15 00:11:44.000000', 1, '2013-09-28 12:49:06', '2013-09-28 12:49:06', 298486374)
70
+  (1.1ms) commit transaction
71
+  (0.1ms) begin transaction
72
+ ------------------------------------------------------------------
73
+ A4nt::AnnouncementsControllerTest: test_should_create_announcement
74
+ ------------------------------------------------------------------
75
+ A4nt::Announcement Load (0.4ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
76
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
77
+ Processing by A4nt::AnnouncementsController#create as HTML
78
+ Parameters: {"announcement"=>{"body"=>"MyString", "end_time"=>"2013-03-15 00:11:44 UTC", "position"=>"1", "start_time"=>"2013-03-15 00:11:44 UTC", "title"=>"MyString"}}
79
+ Completed 500 Internal Server Error in 1ms
80
+  (0.1ms) rollback transaction
81
+  (0.1ms) begin transaction
82
+ -------------------------------------------------------------------
83
+ A4nt::AnnouncementsControllerTest: test_should_destroy_announcement
84
+ -------------------------------------------------------------------
85
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
86
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
87
+ Processing by A4nt::AnnouncementsController#destroy as HTML
88
+ Parameters: {"id"=>"980190962"}
89
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
90
+  (0.1ms) SAVEPOINT active_record_1
91
+ SQL (0.3ms) DELETE FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? [["id", 980190962]]
92
+  (0.0ms) RELEASE SAVEPOINT active_record_1
93
+ Redirected to http://test.host/a4nt/announcements
94
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
95
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
96
+  (0.5ms) rollback transaction
97
+  (0.1ms) begin transaction
98
+ -------------------------------------------------------
99
+ A4nt::AnnouncementsControllerTest: test_should_get_edit
100
+ -------------------------------------------------------
101
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
102
+ Processing by A4nt::AnnouncementsController#edit as HTML
103
+ Parameters: {"id"=>"980190962"}
104
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
105
+ Rendered /Users/taka/work/rails/a4nt/app/views/a4nt/announcements/_form.html.erb (55.4ms)
106
+ Completed 200 OK in 101ms (Views: 99.9ms | ActiveRecord: 0.1ms)
107
+  (0.1ms) rollback transaction
108
+  (0.1ms) begin transaction
109
+ --------------------------------------------------------
110
+ A4nt::AnnouncementsControllerTest: test_should_get_index
111
+ --------------------------------------------------------
112
+ A4nt::Announcement Load (0.2ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
113
+ Processing by A4nt::AnnouncementsController#index as HTML
114
+ A4nt::Announcement Load (0.2ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements"
115
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.2ms)
116
+  (0.1ms) rollback transaction
117
+  (0.1ms) begin transaction
118
+ ------------------------------------------------------
119
+ A4nt::AnnouncementsControllerTest: test_should_get_new
120
+ ------------------------------------------------------
121
+ A4nt::Announcement Load (0.2ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
122
+ Processing by A4nt::AnnouncementsController#new as HTML
123
+ Rendered /Users/taka/work/rails/a4nt/app/views/a4nt/announcements/_form.html.erb (9.8ms)
124
+ Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms)
125
+  (0.1ms) rollback transaction
126
+  (0.0ms) begin transaction
127
+ ----------------------------------------------------------------
128
+ A4nt::AnnouncementsControllerTest: test_should_show_announcement
129
+ ----------------------------------------------------------------
130
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
131
+ Processing by A4nt::AnnouncementsController#show as HTML
132
+ Parameters: {"id"=>"980190962"}
133
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
134
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)
135
+  (0.1ms) rollback transaction
136
+  (0.0ms) begin transaction
137
+ ------------------------------------------------------------------
138
+ A4nt::AnnouncementsControllerTest: test_should_update_announcement
139
+ ------------------------------------------------------------------
140
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
141
+ Processing by A4nt::AnnouncementsController#update as HTML
142
+ Parameters: {"announcement"=>{"body"=>"MyString", "end_time"=>"2013-03-15 00:11:44 UTC", "position"=>"1", "start_time"=>"2013-03-15 00:11:44 UTC", "title"=>"MyString"}, "id"=>"980190962"}
143
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
144
+  (0.1ms) SAVEPOINT active_record_1
145
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
146
+ Completed 500 Internal Server Error in 1ms
147
+  (0.1ms) rollback transaction
148
+  (0.1ms) begin transaction
149
+ --------------------
150
+ A4ntTest: test_truth
151
+ --------------------
152
+  (0.1ms) rollback transaction
153
+  (0.3ms) begin transaction
154
+ ------------------------------------------------------------------
155
+ A4nt::AnnouncementsControllerTest: test_should_create_announcement
156
+ ------------------------------------------------------------------
157
+  (0.1ms) rollback transaction
158
+  (0.1ms) begin transaction
159
+ -------------------------------------------------------------------
160
+ A4nt::AnnouncementsControllerTest: test_should_destroy_announcement
161
+ -------------------------------------------------------------------
162
+  (0.1ms) rollback transaction
163
+  (0.1ms) begin transaction
164
+ -------------------------------------------------------
165
+ A4nt::AnnouncementsControllerTest: test_should_get_edit
166
+ -------------------------------------------------------
167
+  (0.1ms) rollback transaction
168
+  (0.1ms) begin transaction
169
+ --------------------------------------------------------
170
+ A4nt::AnnouncementsControllerTest: test_should_get_index
171
+ --------------------------------------------------------
172
+  (0.1ms) rollback transaction
173
+  (0.1ms) begin transaction
174
+ ------------------------------------------------------
175
+ A4nt::AnnouncementsControllerTest: test_should_get_new
176
+ ------------------------------------------------------
177
+  (0.1ms) rollback transaction
178
+  (0.1ms) begin transaction
179
+ ----------------------------------------------------------------
180
+ A4nt::AnnouncementsControllerTest: test_should_show_announcement
181
+ ----------------------------------------------------------------
182
+  (0.1ms) rollback transaction
183
+  (0.1ms) begin transaction
184
+ ------------------------------------------------------------------
185
+ A4nt::AnnouncementsControllerTest: test_should_update_announcement
186
+ ------------------------------------------------------------------
187
+  (0.1ms) rollback transaction
188
+  (0.1ms) begin transaction
189
+ --------------------
190
+ A4ntTest: test_truth
191
+ --------------------
192
+  (0.1ms) rollback transaction
193
+  (0.4ms) begin transaction
194
+ Fixture Delete (0.4ms) DELETE FROM "a4nt_announcements"
195
+ Fixture Insert (0.2ms) INSERT INTO "a4nt_announcements" ("title", "body", "start_time", "end_time", "position", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2013-03-15 00:11:44.000000', '2013-03-15 00:11:44.000000', 1, '2013-09-28 12:53:28', '2013-09-28 12:53:28', 980190962)
196
+ Fixture Insert (0.1ms) INSERT INTO "a4nt_announcements" ("title", "body", "start_time", "end_time", "position", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2013-03-15 00:11:44.000000', '2013-03-15 00:11:44.000000', 1, '2013-09-28 12:53:28', '2013-09-28 12:53:28', 298486374)
197
+  (2.5ms) commit transaction
198
+  (0.1ms) begin transaction
199
+ ------------------------------------------------------------------
200
+ A4nt::AnnouncementsControllerTest: test_should_create_announcement
201
+ ------------------------------------------------------------------
202
+ A4nt::Announcement Load (0.3ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
203
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
204
+ Processing by A4nt::AnnouncementsController#create as HTML
205
+ Parameters: {"announcement"=>{"body"=>"MyString", "end_time"=>"2013-03-15 00:11:44 UTC", "position"=>"1", "start_time"=>"2013-03-15 00:11:44 UTC", "title"=>"MyString"}}
206
+  (0.1ms) SAVEPOINT active_record_1
207
+ SQL (0.7ms) INSERT INTO "a4nt_announcements" ("body", "created_at", "end_time", "position", "start_time", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "MyString"], ["created_at", Sat, 28 Sep 2013 12:53:28 UTC +00:00], ["end_time", Fri, 15 Mar 2013 00:11:44 UTC +00:00], ["position", 1], ["start_time", Fri, 15 Mar 2013 00:11:44 UTC +00:00], ["title", "MyString"], ["updated_at", Sat, 28 Sep 2013 12:53:28 UTC +00:00]]
208
+  (0.1ms) RELEASE SAVEPOINT active_record_1
209
+ Redirected to http://test.host/a4nt/announcements/980190963
210
+ Completed 302 Found in 11ms (ActiveRecord: 0.8ms)
211
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
212
+  (0.4ms) rollback transaction
213
+  (0.1ms) begin transaction
214
+ -------------------------------------------------------------------
215
+ A4nt::AnnouncementsControllerTest: test_should_destroy_announcement
216
+ -------------------------------------------------------------------
217
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
218
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
219
+ Processing by A4nt::AnnouncementsController#destroy as HTML
220
+ Parameters: {"id"=>"980190962"}
221
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
222
+  (0.1ms) SAVEPOINT active_record_1
223
+ SQL (0.3ms) DELETE FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? [["id", 980190962]]
224
+  (0.0ms) RELEASE SAVEPOINT active_record_1
225
+ Redirected to http://test.host/a4nt/announcements
226
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
227
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
228
+  (0.5ms) rollback transaction
229
+  (0.1ms) begin transaction
230
+ -------------------------------------------------------
231
+ A4nt::AnnouncementsControllerTest: test_should_get_edit
232
+ -------------------------------------------------------
233
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
234
+ Processing by A4nt::AnnouncementsController#edit as HTML
235
+ Parameters: {"id"=>"980190962"}
236
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
237
+ Rendered /Users/taka/work/rails/a4nt/app/views/a4nt/announcements/_form.html.erb (43.1ms)
238
+ Completed 200 OK in 63ms (Views: 62.0ms | ActiveRecord: 0.1ms)
239
+  (0.1ms) rollback transaction
240
+  (0.1ms) begin transaction
241
+ --------------------------------------------------------
242
+ A4nt::AnnouncementsControllerTest: test_should_get_index
243
+ --------------------------------------------------------
244
+ A4nt::Announcement Load (0.2ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
245
+ Processing by A4nt::AnnouncementsController#index as HTML
246
+ A4nt::Announcement Load (0.2ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements"
247
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.2ms)
248
+  (0.1ms) rollback transaction
249
+  (0.1ms) begin transaction
250
+ ------------------------------------------------------
251
+ A4nt::AnnouncementsControllerTest: test_should_get_new
252
+ ------------------------------------------------------
253
+ A4nt::Announcement Load (0.2ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
254
+ Processing by A4nt::AnnouncementsController#new as HTML
255
+ Rendered /Users/taka/work/rails/a4nt/app/views/a4nt/announcements/_form.html.erb (13.5ms)
256
+ Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.0ms)
257
+  (0.1ms) rollback transaction
258
+  (0.1ms) begin transaction
259
+ ----------------------------------------------------------------
260
+ A4nt::AnnouncementsControllerTest: test_should_show_announcement
261
+ ----------------------------------------------------------------
262
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
263
+ Processing by A4nt::AnnouncementsController#show as HTML
264
+ Parameters: {"id"=>"980190962"}
265
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
266
+ Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.1ms)
267
+  (0.1ms) rollback transaction
268
+  (0.1ms) begin transaction
269
+ ------------------------------------------------------------------
270
+ A4nt::AnnouncementsControllerTest: test_should_update_announcement
271
+ ------------------------------------------------------------------
272
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
273
+ Processing by A4nt::AnnouncementsController#update as HTML
274
+ Parameters: {"announcement"=>{"body"=>"MyString", "end_time"=>"2013-03-15 00:11:44 UTC", "position"=>"1", "start_time"=>"2013-03-15 00:11:44 UTC", "title"=>"MyString"}, "id"=>"980190962"}
275
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
276
+  (0.1ms) SAVEPOINT active_record_1
277
+  (0.1ms) RELEASE SAVEPOINT active_record_1
278
+ Redirected to http://test.host/a4nt/announcements/980190962
279
+ Completed 302 Found in 4ms (ActiveRecord: 0.2ms)
280
+  (0.1ms) rollback transaction
281
+  (0.1ms) begin transaction
282
+ --------------------
283
+ A4ntTest: test_truth
284
+ --------------------
285
+  (0.1ms) rollback transaction
286
+  (0.4ms) begin transaction
287
+ ------------------------------------------------------------------
288
+ A4nt::AnnouncementsControllerTest: test_should_create_announcement
289
+ ------------------------------------------------------------------
290
+  (0.1ms) rollback transaction
291
+  (0.1ms) begin transaction
292
+ -------------------------------------------------------------------
293
+ A4nt::AnnouncementsControllerTest: test_should_destroy_announcement
294
+ -------------------------------------------------------------------
295
+  (0.1ms) rollback transaction
296
+  (0.1ms) begin transaction
297
+ -------------------------------------------------------
298
+ A4nt::AnnouncementsControllerTest: test_should_get_edit
299
+ -------------------------------------------------------
300
+  (0.1ms) rollback transaction
301
+  (0.1ms) begin transaction
302
+ --------------------------------------------------------
303
+ A4nt::AnnouncementsControllerTest: test_should_get_index
304
+ --------------------------------------------------------
305
+  (0.1ms) rollback transaction
306
+  (0.1ms) begin transaction
307
+ ------------------------------------------------------
308
+ A4nt::AnnouncementsControllerTest: test_should_get_new
309
+ ------------------------------------------------------
310
+  (0.1ms) rollback transaction
311
+  (0.1ms) begin transaction
312
+ ----------------------------------------------------------------
313
+ A4nt::AnnouncementsControllerTest: test_should_show_announcement
314
+ ----------------------------------------------------------------
315
+  (0.1ms) rollback transaction
316
+  (0.1ms) begin transaction
317
+ ------------------------------------------------------------------
318
+ A4nt::AnnouncementsControllerTest: test_should_update_announcement
319
+ ------------------------------------------------------------------
320
+  (0.1ms) rollback transaction
321
+  (0.1ms) begin transaction
322
+ --------------------
323
+ A4ntTest: test_truth
324
+ --------------------
325
+  (0.1ms) rollback transaction
326
+  (0.4ms) begin transaction
327
+ ------------------------------------------------------------------
328
+ A4nt::AnnouncementsControllerTest: test_should_create_announcement
329
+ ------------------------------------------------------------------
330
+  (0.1ms) rollback transaction
331
+  (0.1ms) begin transaction
332
+ -------------------------------------------------------------------
333
+ A4nt::AnnouncementsControllerTest: test_should_destroy_announcement
334
+ -------------------------------------------------------------------
335
+  (0.1ms) rollback transaction
336
+  (0.0ms) begin transaction
337
+ -------------------------------------------------------
338
+ A4nt::AnnouncementsControllerTest: test_should_get_edit
339
+ -------------------------------------------------------
340
+  (0.1ms) rollback transaction
341
+  (0.0ms) begin transaction
342
+ --------------------------------------------------------
343
+ A4nt::AnnouncementsControllerTest: test_should_get_index
344
+ --------------------------------------------------------
345
+  (0.0ms) rollback transaction
346
+  (0.0ms) begin transaction
347
+ ------------------------------------------------------
348
+ A4nt::AnnouncementsControllerTest: test_should_get_new
349
+ ------------------------------------------------------
350
+  (0.1ms) rollback transaction
351
+  (0.0ms) begin transaction
352
+ ----------------------------------------------------------------
353
+ A4nt::AnnouncementsControllerTest: test_should_show_announcement
354
+ ----------------------------------------------------------------
355
+  (0.0ms) rollback transaction
356
+  (0.0ms) begin transaction
357
+ ------------------------------------------------------------------
358
+ A4nt::AnnouncementsControllerTest: test_should_update_announcement
359
+ ------------------------------------------------------------------
360
+  (0.1ms) rollback transaction
361
+  (0.1ms) begin transaction
362
+ --------------------
363
+ A4ntTest: test_truth
364
+ --------------------
365
+  (0.1ms) rollback transaction
366
+  (0.3ms) begin transaction
367
+ ------------------------------------------------------------------
368
+ A4nt::AnnouncementsControllerTest: test_should_create_announcement
369
+ ------------------------------------------------------------------
370
+  (0.1ms) rollback transaction
371
+  (0.1ms) begin transaction
372
+ -------------------------------------------------------------------
373
+ A4nt::AnnouncementsControllerTest: test_should_destroy_announcement
374
+ -------------------------------------------------------------------
375
+  (0.1ms) rollback transaction
376
+  (0.1ms) begin transaction
377
+ -------------------------------------------------------
378
+ A4nt::AnnouncementsControllerTest: test_should_get_edit
379
+ -------------------------------------------------------
380
+  (0.1ms) rollback transaction
381
+  (0.1ms) begin transaction
382
+ --------------------------------------------------------
383
+ A4nt::AnnouncementsControllerTest: test_should_get_index
384
+ --------------------------------------------------------
385
+  (0.1ms) rollback transaction
386
+  (0.1ms) begin transaction
387
+ ------------------------------------------------------
388
+ A4nt::AnnouncementsControllerTest: test_should_get_new
389
+ ------------------------------------------------------
390
+  (0.1ms) rollback transaction
391
+  (0.1ms) begin transaction
392
+ ----------------------------------------------------------------
393
+ A4nt::AnnouncementsControllerTest: test_should_show_announcement
394
+ ----------------------------------------------------------------
395
+  (0.1ms) rollback transaction
396
+  (0.1ms) begin transaction
397
+ ------------------------------------------------------------------
398
+ A4nt::AnnouncementsControllerTest: test_should_update_announcement
399
+ ------------------------------------------------------------------
400
+  (0.1ms) rollback transaction
401
+  (0.1ms) begin transaction
402
+ --------------------
403
+ A4ntTest: test_truth
404
+ --------------------
405
+  (0.1ms) rollback transaction
406
+  (0.4ms) begin transaction
407
+ ------------------------------------------------------------------
408
+ A4nt::AnnouncementsControllerTest: test_should_create_announcement
409
+ ------------------------------------------------------------------
410
+  (0.1ms) rollback transaction
411
+  (0.1ms) begin transaction
412
+ -------------------------------------------------------------------
413
+ A4nt::AnnouncementsControllerTest: test_should_destroy_announcement
414
+ -------------------------------------------------------------------
415
+  (0.1ms) rollback transaction
416
+  (0.1ms) begin transaction
417
+ -------------------------------------------------------
418
+ A4nt::AnnouncementsControllerTest: test_should_get_edit
419
+ -------------------------------------------------------
420
+  (0.1ms) rollback transaction
421
+  (0.1ms) begin transaction
422
+ --------------------------------------------------------
423
+ A4nt::AnnouncementsControllerTest: test_should_get_index
424
+ --------------------------------------------------------
425
+  (0.1ms) rollback transaction
426
+  (0.1ms) begin transaction
427
+ ------------------------------------------------------
428
+ A4nt::AnnouncementsControllerTest: test_should_get_new
429
+ ------------------------------------------------------
430
+  (0.1ms) rollback transaction
431
+  (0.1ms) begin transaction
432
+ ----------------------------------------------------------------
433
+ A4nt::AnnouncementsControllerTest: test_should_show_announcement
434
+ ----------------------------------------------------------------
435
+  (0.1ms) rollback transaction
436
+  (0.1ms) begin transaction
437
+ ------------------------------------------------------------------
438
+ A4nt::AnnouncementsControllerTest: test_should_update_announcement
439
+ ------------------------------------------------------------------
440
+  (0.0ms) rollback transaction
441
+  (0.0ms) begin transaction
442
+ --------------------
443
+ A4ntTest: test_truth
444
+ --------------------
445
+  (0.1ms) rollback transaction
446
+  (0.3ms) begin transaction
447
+ ------------------------------------------------------------------
448
+ A4nt::AnnouncementsControllerTest: test_should_create_announcement
449
+ ------------------------------------------------------------------
450
+  (0.1ms) rollback transaction
451
+  (0.1ms) begin transaction
452
+ -------------------------------------------------------------------
453
+ A4nt::AnnouncementsControllerTest: test_should_destroy_announcement
454
+ -------------------------------------------------------------------
455
+  (0.1ms) rollback transaction
456
+  (0.0ms) begin transaction
457
+ -------------------------------------------------------
458
+ A4nt::AnnouncementsControllerTest: test_should_get_edit
459
+ -------------------------------------------------------
460
+  (0.1ms) rollback transaction
461
+  (0.1ms) begin transaction
462
+ --------------------------------------------------------
463
+ A4nt::AnnouncementsControllerTest: test_should_get_index
464
+ --------------------------------------------------------
465
+  (0.1ms) rollback transaction
466
+  (0.0ms) begin transaction
467
+ ------------------------------------------------------
468
+ A4nt::AnnouncementsControllerTest: test_should_get_new
469
+ ------------------------------------------------------
470
+  (0.0ms) rollback transaction
471
+  (0.0ms) begin transaction
472
+ ----------------------------------------------------------------
473
+ A4nt::AnnouncementsControllerTest: test_should_show_announcement
474
+ ----------------------------------------------------------------
475
+  (0.0ms) rollback transaction
476
+  (0.0ms) begin transaction
477
+ ------------------------------------------------------------------
478
+ A4nt::AnnouncementsControllerTest: test_should_update_announcement
479
+ ------------------------------------------------------------------
480
+  (0.0ms) rollback transaction
481
+  (0.1ms) begin transaction
482
+ --------------------
483
+ A4ntTest: test_truth
484
+ --------------------
485
+  (0.1ms) rollback transaction
486
+  (0.4ms) begin transaction
487
+ ------------------------------------------------------------------
488
+ A4nt::AnnouncementsControllerTest: test_should_create_announcement
489
+ ------------------------------------------------------------------
490
+  (0.1ms) rollback transaction
491
+  (0.1ms) begin transaction
492
+ -------------------------------------------------------------------
493
+ A4nt::AnnouncementsControllerTest: test_should_destroy_announcement
494
+ -------------------------------------------------------------------
495
+  (0.1ms) rollback transaction
496
+  (0.1ms) begin transaction
497
+ -------------------------------------------------------
498
+ A4nt::AnnouncementsControllerTest: test_should_get_edit
499
+ -------------------------------------------------------
500
+  (0.1ms) rollback transaction
501
+  (0.1ms) begin transaction
502
+ --------------------------------------------------------
503
+ A4nt::AnnouncementsControllerTest: test_should_get_index
504
+ --------------------------------------------------------
505
+  (0.1ms) rollback transaction
506
+  (0.1ms) begin transaction
507
+ ------------------------------------------------------
508
+ A4nt::AnnouncementsControllerTest: test_should_get_new
509
+ ------------------------------------------------------
510
+  (0.1ms) rollback transaction
511
+  (0.1ms) begin transaction
512
+ ----------------------------------------------------------------
513
+ A4nt::AnnouncementsControllerTest: test_should_show_announcement
514
+ ----------------------------------------------------------------
515
+  (0.1ms) rollback transaction
516
+  (0.1ms) begin transaction
517
+ ------------------------------------------------------------------
518
+ A4nt::AnnouncementsControllerTest: test_should_update_announcement
519
+ ------------------------------------------------------------------
520
+  (0.1ms) rollback transaction
521
+  (0.1ms) begin transaction
522
+ --------------------
523
+ A4ntTest: test_truth
524
+ --------------------
525
+  (0.1ms) rollback transaction
526
+  (0.4ms) begin transaction
527
+ ------------------------------------------------------------------
528
+ A4nt::AnnouncementsControllerTest: test_should_create_announcement
529
+ ------------------------------------------------------------------
530
+  (0.1ms) rollback transaction
531
+  (0.1ms) begin transaction
532
+ -------------------------------------------------------------------
533
+ A4nt::AnnouncementsControllerTest: test_should_destroy_announcement
534
+ -------------------------------------------------------------------
535
+  (0.1ms) rollback transaction
536
+  (0.0ms) begin transaction
537
+ -------------------------------------------------------
538
+ A4nt::AnnouncementsControllerTest: test_should_get_edit
539
+ -------------------------------------------------------
540
+  (0.1ms) rollback transaction
541
+  (0.1ms) begin transaction
542
+ --------------------------------------------------------
543
+ A4nt::AnnouncementsControllerTest: test_should_get_index
544
+ --------------------------------------------------------
545
+  (0.1ms) rollback transaction
546
+  (0.0ms) begin transaction
547
+ ------------------------------------------------------
548
+ A4nt::AnnouncementsControllerTest: test_should_get_new
549
+ ------------------------------------------------------
550
+  (0.1ms) rollback transaction
551
+  (0.0ms) begin transaction
552
+ ----------------------------------------------------------------
553
+ A4nt::AnnouncementsControllerTest: test_should_show_announcement
554
+ ----------------------------------------------------------------
555
+  (0.1ms) rollback transaction
556
+  (0.0ms) begin transaction
557
+ ------------------------------------------------------------------
558
+ A4nt::AnnouncementsControllerTest: test_should_update_announcement
559
+ ------------------------------------------------------------------
560
+  (0.0ms) rollback transaction
561
+  (0.1ms) begin transaction
562
+ --------------------
563
+ A4ntTest: test_truth
564
+ --------------------
565
+  (0.1ms) rollback transaction
566
+  (0.3ms) begin transaction
567
+ ------------------------------------------------------------------
568
+ A4nt::AnnouncementsControllerTest: test_should_create_announcement
569
+ ------------------------------------------------------------------
570
+  (0.1ms) rollback transaction
571
+  (0.1ms) begin transaction
572
+ -------------------------------------------------------------------
573
+ A4nt::AnnouncementsControllerTest: test_should_destroy_announcement
574
+ -------------------------------------------------------------------
575
+  (0.1ms) rollback transaction
576
+  (0.0ms) begin transaction
577
+ -------------------------------------------------------
578
+ A4nt::AnnouncementsControllerTest: test_should_get_edit
579
+ -------------------------------------------------------
580
+  (0.1ms) rollback transaction
581
+  (0.0ms) begin transaction
582
+ --------------------------------------------------------
583
+ A4nt::AnnouncementsControllerTest: test_should_get_index
584
+ --------------------------------------------------------
585
+  (0.1ms) rollback transaction
586
+  (0.0ms) begin transaction
587
+ ------------------------------------------------------
588
+ A4nt::AnnouncementsControllerTest: test_should_get_new
589
+ ------------------------------------------------------
590
+  (0.1ms) rollback transaction
591
+  (0.0ms) begin transaction
592
+ ----------------------------------------------------------------
593
+ A4nt::AnnouncementsControllerTest: test_should_show_announcement
594
+ ----------------------------------------------------------------
595
+  (0.0ms) rollback transaction
596
+  (0.0ms) begin transaction
597
+ ------------------------------------------------------------------
598
+ A4nt::AnnouncementsControllerTest: test_should_update_announcement
599
+ ------------------------------------------------------------------
600
+  (0.1ms) rollback transaction
601
+  (0.0ms) begin transaction
602
+ --------------------
603
+ A4ntTest: test_truth
604
+ --------------------
605
+  (0.1ms) rollback transaction
606
+  (0.7ms) begin transaction
607
+ Fixture Delete (0.7ms) DELETE FROM "a4nt_announcements"
608
+ Fixture Insert (0.6ms) INSERT INTO "a4nt_announcements" ("title", "body", "start_time", "end_time", "position", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2013-03-15 00:11:44.000000', '2013-03-15 00:11:44.000000', 1, '2013-09-28 13:17:01', '2013-09-28 13:17:01', 980190962)
609
+ Fixture Insert (0.1ms) INSERT INTO "a4nt_announcements" ("title", "body", "start_time", "end_time", "position", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2013-03-15 00:11:44.000000', '2013-03-15 00:11:44.000000', 1, '2013-09-28 13:17:01', '2013-09-28 13:17:01', 298486374)
610
+  (1.0ms) commit transaction
611
+  (0.1ms) begin transaction
612
+ ------------------------------------------------------------------
613
+ A4nt::AnnouncementsControllerTest: test_should_create_announcement
614
+ ------------------------------------------------------------------
615
+ A4nt::Announcement Load (0.2ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
616
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
617
+ Processing by A4nt::AnnouncementsController#create as HTML
618
+ Parameters: {"announcement"=>{"body"=>"MyString", "end_time"=>"2013-03-15 00:11:44 UTC", "position"=>"1", "start_time"=>"2013-03-15 00:11:44 UTC", "title"=>"MyString"}}
619
+  (0.1ms) SAVEPOINT active_record_1
620
+ SQL (0.5ms) INSERT INTO "a4nt_announcements" ("body", "created_at", "end_time", "position", "start_time", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "MyString"], ["created_at", Sat, 28 Sep 2013 13:17:01 UTC +00:00], ["end_time", Fri, 15 Mar 2013 00:11:44 UTC +00:00], ["position", 1], ["start_time", Fri, 15 Mar 2013 00:11:44 UTC +00:00], ["title", "MyString"], ["updated_at", Sat, 28 Sep 2013 13:17:01 UTC +00:00]]
621
+  (0.1ms) RELEASE SAVEPOINT active_record_1
622
+ Redirected to http://test.host/a4nt/announcements/980190963
623
+ Completed 302 Found in 10ms (ActiveRecord: 0.7ms)
624
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
625
+  (0.5ms) rollback transaction
626
+  (0.1ms) begin transaction
627
+ -------------------------------------------------------------------
628
+ A4nt::AnnouncementsControllerTest: test_should_destroy_announcement
629
+ -------------------------------------------------------------------
630
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
631
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
632
+ Processing by A4nt::AnnouncementsController#destroy as HTML
633
+ Parameters: {"id"=>"980190962"}
634
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
635
+  (0.1ms) SAVEPOINT active_record_1
636
+ SQL (0.3ms) DELETE FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? [["id", 980190962]]
637
+  (0.1ms) RELEASE SAVEPOINT active_record_1
638
+ Redirected to http://test.host/a4nt/announcements
639
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
640
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
641
+  (0.5ms) rollback transaction
642
+  (0.1ms) begin transaction
643
+ -------------------------------------------------------
644
+ A4nt::AnnouncementsControllerTest: test_should_get_edit
645
+ -------------------------------------------------------
646
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
647
+ Processing by A4nt::AnnouncementsController#edit as HTML
648
+ Parameters: {"id"=>"980190962"}
649
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
650
+ Rendered /Users/taka/work/rails/a4nt/app/views/a4nt/announcements/_form.html.erb (50.3ms)
651
+ Completed 200 OK in 92ms (Views: 90.8ms | ActiveRecord: 0.1ms)
652
+  (0.1ms) rollback transaction
653
+  (0.0ms) begin transaction
654
+ --------------------------------------------------------
655
+ A4nt::AnnouncementsControllerTest: test_should_get_index
656
+ --------------------------------------------------------
657
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
658
+ Processing by A4nt::AnnouncementsController#index as HTML
659
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements"
660
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.1ms)
661
+  (0.1ms) rollback transaction
662
+  (0.0ms) begin transaction
663
+ ------------------------------------------------------
664
+ A4nt::AnnouncementsControllerTest: test_should_get_new
665
+ ------------------------------------------------------
666
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
667
+ Processing by A4nt::AnnouncementsController#new as HTML
668
+ Rendered /Users/taka/work/rails/a4nt/app/views/a4nt/announcements/_form.html.erb (10.8ms)
669
+ Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.0ms)
670
+  (0.1ms) rollback transaction
671
+  (0.1ms) begin transaction
672
+ ----------------------------------------------------------------
673
+ A4nt::AnnouncementsControllerTest: test_should_show_announcement
674
+ ----------------------------------------------------------------
675
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
676
+ Processing by A4nt::AnnouncementsController#show as HTML
677
+ Parameters: {"id"=>"980190962"}
678
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
679
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms)
680
+  (0.1ms) rollback transaction
681
+  (0.1ms) begin transaction
682
+ ------------------------------------------------------------------
683
+ A4nt::AnnouncementsControllerTest: test_should_update_announcement
684
+ ------------------------------------------------------------------
685
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
686
+ Processing by A4nt::AnnouncementsController#update as HTML
687
+ Parameters: {"announcement"=>{"body"=>"MyString", "end_time"=>"2013-03-15 00:11:44 UTC", "position"=>"1", "start_time"=>"2013-03-15 00:11:44 UTC", "title"=>"MyString"}, "id"=>"980190962"}
688
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
689
+  (0.1ms) SAVEPOINT active_record_1
690
+  (0.1ms) RELEASE SAVEPOINT active_record_1
691
+ Redirected to http://test.host/a4nt/announcements/980190962
692
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
693
+  (0.1ms) rollback transaction
694
+  (0.1ms) begin transaction
695
+ --------------------
696
+ A4ntTest: test_truth
697
+ --------------------
698
+  (0.1ms) rollback transaction
699
+  (0.3ms) begin transaction
700
+ Fixture Delete (0.3ms) DELETE FROM "a4nt_announcements"
701
+ Fixture Insert (0.2ms) INSERT INTO "a4nt_announcements" ("title", "body", "start_time", "end_time", "position", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2013-03-15 00:11:44.000000', '2013-03-15 00:11:44.000000', 1, '2013-09-28 13:27:21', '2013-09-28 13:27:21', 980190962)
702
+ Fixture Insert (0.1ms) INSERT INTO "a4nt_announcements" ("title", "body", "start_time", "end_time", "position", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2013-03-15 00:11:44.000000', '2013-03-15 00:11:44.000000', 1, '2013-09-28 13:27:21', '2013-09-28 13:27:21', 298486374)
703
+  (2.3ms) commit transaction
704
+  (0.1ms) begin transaction
705
+ ------------------------------------------------------------------
706
+ A4nt::AnnouncementsControllerTest: test_should_create_announcement
707
+ ------------------------------------------------------------------
708
+ A4nt::Announcement Load (0.2ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
709
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
710
+ Processing by A4nt::AnnouncementsController#create as HTML
711
+ Parameters: {"announcement"=>{"body"=>"MyString", "end_time"=>"2013-03-15 00:11:44 UTC", "position"=>"1", "start_time"=>"2013-03-15 00:11:44 UTC", "title"=>"MyString"}}
712
+  (0.1ms) SAVEPOINT active_record_1
713
+ SQL (0.5ms) INSERT INTO "a4nt_announcements" ("body", "created_at", "end_time", "position", "start_time", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "MyString"], ["created_at", Sat, 28 Sep 2013 13:27:22 UTC +00:00], ["end_time", Fri, 15 Mar 2013 00:11:44 UTC +00:00], ["position", 1], ["start_time", Fri, 15 Mar 2013 00:11:44 UTC +00:00], ["title", "MyString"], ["updated_at", Sat, 28 Sep 2013 13:27:22 UTC +00:00]]
714
+  (0.1ms) RELEASE SAVEPOINT active_record_1
715
+ Redirected to http://test.host/a4nt/announcements/980190963
716
+ Completed 302 Found in 9ms (ActiveRecord: 0.6ms)
717
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
718
+  (0.5ms) rollback transaction
719
+  (0.1ms) begin transaction
720
+ -------------------------------------------------------------------
721
+ A4nt::AnnouncementsControllerTest: test_should_destroy_announcement
722
+ -------------------------------------------------------------------
723
+ A4nt::Announcement Load (0.2ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
724
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
725
+ Processing by A4nt::AnnouncementsController#destroy as HTML
726
+ Parameters: {"id"=>"980190962"}
727
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
728
+  (0.1ms) SAVEPOINT active_record_1
729
+ SQL (0.3ms) DELETE FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? [["id", 980190962]]
730
+  (0.1ms) RELEASE SAVEPOINT active_record_1
731
+ Redirected to http://test.host/a4nt/announcements
732
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
733
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
734
+  (0.4ms) rollback transaction
735
+  (0.1ms) begin transaction
736
+ -------------------------------------------------------
737
+ A4nt::AnnouncementsControllerTest: test_should_get_edit
738
+ -------------------------------------------------------
739
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
740
+ Processing by A4nt::AnnouncementsController#edit as HTML
741
+ Parameters: {"id"=>"980190962"}
742
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
743
+ Rendered /Users/taka/work/rails/a4nt/app/views/a4nt/announcements/_form.html.erb (41.3ms)
744
+ Completed 200 OK in 62ms (Views: 60.6ms | ActiveRecord: 0.1ms)
745
+  (0.1ms) rollback transaction
746
+  (0.1ms) begin transaction
747
+ --------------------------------------------------------
748
+ A4nt::AnnouncementsControllerTest: test_should_get_index
749
+ --------------------------------------------------------
750
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
751
+ Processing by A4nt::AnnouncementsController#index as HTML
752
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements"
753
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.1ms)
754
+  (0.1ms) rollback transaction
755
+  (0.1ms) begin transaction
756
+ ------------------------------------------------------
757
+ A4nt::AnnouncementsControllerTest: test_should_get_new
758
+ ------------------------------------------------------
759
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
760
+ Processing by A4nt::AnnouncementsController#new as HTML
761
+ Rendered /Users/taka/work/rails/a4nt/app/views/a4nt/announcements/_form.html.erb (11.2ms)
762
+ Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms)
763
+  (0.1ms) rollback transaction
764
+  (0.0ms) begin transaction
765
+ ----------------------------------------------------------------
766
+ A4nt::AnnouncementsControllerTest: test_should_show_announcement
767
+ ----------------------------------------------------------------
768
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
769
+ Processing by A4nt::AnnouncementsController#show as HTML
770
+ Parameters: {"id"=>"980190962"}
771
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
772
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms)
773
+  (0.1ms) rollback transaction
774
+  (0.1ms) begin transaction
775
+ ------------------------------------------------------------------
776
+ A4nt::AnnouncementsControllerTest: test_should_update_announcement
777
+ ------------------------------------------------------------------
778
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
779
+ Processing by A4nt::AnnouncementsController#update as HTML
780
+ Parameters: {"announcement"=>{"body"=>"MyString", "end_time"=>"2013-03-15 00:11:44 UTC", "position"=>"1", "start_time"=>"2013-03-15 00:11:44 UTC", "title"=>"MyString"}, "id"=>"980190962"}
781
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
782
+  (0.1ms) SAVEPOINT active_record_1
783
+  (0.1ms) RELEASE SAVEPOINT active_record_1
784
+ Redirected to http://test.host/a4nt/announcements/980190962
785
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
786
+  (0.1ms) rollback transaction
787
+  (0.1ms) begin transaction
788
+ --------------------
789
+ A4ntTest: test_truth
790
+ --------------------
791
+  (0.1ms) rollback transaction
792
+  (0.3ms) begin transaction
793
+ Fixture Delete (0.3ms) DELETE FROM "a4nt_announcements"
794
+ Fixture Insert (0.2ms) INSERT INTO "a4nt_announcements" ("title", "body", "start_time", "end_time", "position", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2013-03-15 00:11:44.000000', '2013-03-15 00:11:44.000000', 1, '2013-09-28 13:31:47', '2013-09-28 13:31:47', 980190962)
795
+ Fixture Insert (0.1ms) INSERT INTO "a4nt_announcements" ("title", "body", "start_time", "end_time", "position", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2013-03-15 00:11:44.000000', '2013-03-15 00:11:44.000000', 1, '2013-09-28 13:31:47', '2013-09-28 13:31:47', 298486374)
796
+  (2.5ms) commit transaction
797
+  (0.1ms) begin transaction
798
+ ------------------------------------------------------------------
799
+ A4nt::AnnouncementsControllerTest: test_should_create_announcement
800
+ ------------------------------------------------------------------
801
+ A4nt::Announcement Load (0.2ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
802
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
803
+ Processing by A4nt::AnnouncementsController#create as HTML
804
+ Parameters: {"announcement"=>{"body"=>"MyString", "end_time"=>"2013-03-15 00:11:44 UTC", "position"=>"1", "start_time"=>"2013-03-15 00:11:44 UTC", "title"=>"MyString"}}
805
+  (0.1ms) SAVEPOINT active_record_1
806
+ SQL (0.5ms) INSERT INTO "a4nt_announcements" ("body", "created_at", "end_time", "position", "start_time", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "MyString"], ["created_at", Sat, 28 Sep 2013 13:31:47 UTC +00:00], ["end_time", Fri, 15 Mar 2013 00:11:44 UTC +00:00], ["position", 1], ["start_time", Fri, 15 Mar 2013 00:11:44 UTC +00:00], ["title", "MyString"], ["updated_at", Sat, 28 Sep 2013 13:31:47 UTC +00:00]]
807
+  (0.1ms) RELEASE SAVEPOINT active_record_1
808
+ Redirected to http://test.host/a4nt/announcements/980190963
809
+ Completed 302 Found in 9ms (ActiveRecord: 0.6ms)
810
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
811
+  (0.5ms) rollback transaction
812
+  (0.1ms) begin transaction
813
+ -------------------------------------------------------------------
814
+ A4nt::AnnouncementsControllerTest: test_should_destroy_announcement
815
+ -------------------------------------------------------------------
816
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
817
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
818
+ Processing by A4nt::AnnouncementsController#destroy as HTML
819
+ Parameters: {"id"=>"980190962"}
820
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
821
+  (0.1ms) SAVEPOINT active_record_1
822
+ SQL (0.3ms) DELETE FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? [["id", 980190962]]
823
+  (0.1ms) RELEASE SAVEPOINT active_record_1
824
+ Redirected to http://test.host/a4nt/announcements
825
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
826
+  (0.1ms) SELECT COUNT(*) FROM "a4nt_announcements"
827
+  (0.5ms) rollback transaction
828
+  (0.1ms) begin transaction
829
+ -------------------------------------------------------
830
+ A4nt::AnnouncementsControllerTest: test_should_get_edit
831
+ -------------------------------------------------------
832
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
833
+ Processing by A4nt::AnnouncementsController#edit as HTML
834
+ Parameters: {"id"=>"980190962"}
835
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
836
+ Rendered /Users/taka/work/rails/a4nt/app/views/a4nt/announcements/_form.html.erb (44.9ms)
837
+ Completed 200 OK in 66ms (Views: 64.9ms | ActiveRecord: 0.1ms)
838
+  (0.1ms) rollback transaction
839
+  (0.0ms) begin transaction
840
+ --------------------------------------------------------
841
+ A4nt::AnnouncementsControllerTest: test_should_get_index
842
+ --------------------------------------------------------
843
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
844
+ Processing by A4nt::AnnouncementsController#index as HTML
845
+ A4nt::Announcement Load (0.2ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements"
846
+ Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.2ms)
847
+  (0.1ms) rollback transaction
848
+  (0.0ms) begin transaction
849
+ ------------------------------------------------------
850
+ A4nt::AnnouncementsControllerTest: test_should_get_new
851
+ ------------------------------------------------------
852
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
853
+ Processing by A4nt::AnnouncementsController#new as HTML
854
+ Rendered /Users/taka/work/rails/a4nt/app/views/a4nt/announcements/_form.html.erb (9.9ms)
855
+ Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms)
856
+  (0.1ms) rollback transaction
857
+  (0.1ms) begin transaction
858
+ ----------------------------------------------------------------
859
+ A4nt::AnnouncementsControllerTest: test_should_show_announcement
860
+ ----------------------------------------------------------------
861
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
862
+ Processing by A4nt::AnnouncementsController#show as HTML
863
+ Parameters: {"id"=>"980190962"}
864
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
865
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms)
866
+  (0.1ms) rollback transaction
867
+  (0.1ms) begin transaction
868
+ ------------------------------------------------------------------
869
+ A4nt::AnnouncementsControllerTest: test_should_update_announcement
870
+ ------------------------------------------------------------------
871
+ A4nt::Announcement Load (0.4ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", 980190962]]
872
+ Processing by A4nt::AnnouncementsController#update as HTML
873
+ Parameters: {"announcement"=>{"body"=>"MyString", "end_time"=>"2013-03-15 00:11:44 UTC", "position"=>"1", "start_time"=>"2013-03-15 00:11:44 UTC", "title"=>"MyString"}, "id"=>"980190962"}
874
+ A4nt::Announcement Load (0.1ms) SELECT "a4nt_announcements".* FROM "a4nt_announcements" WHERE "a4nt_announcements"."id" = ? LIMIT 1 [["id", "980190962"]]
875
+  (0.1ms) SAVEPOINT active_record_1
876
+  (0.1ms) RELEASE SAVEPOINT active_record_1
877
+ Redirected to http://test.host/a4nt/announcements/980190962
878
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
879
+  (0.1ms) rollback transaction
880
+  (0.1ms) begin transaction
881
+ --------------------
882
+ A4ntTest: test_truth
883
+ --------------------
884
+  (0.1ms) rollback transaction