ominous 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
data/lib/ominous/version.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Be sure to restart your server when you modify this file.
|
2
2
|
|
3
|
-
Dummy::Application.config.session_store
|
3
|
+
Dummy::Application.config.session_store(:cookie_store, key: '_dummy_session')
|
4
4
|
|
5
5
|
# Use the database for sessions instead of the cookie-based default,
|
6
6
|
# which shouldn't be used to store highly confidential information
|
data/test/dummy/db/test.sqlite3
CHANGED
Binary file
|
data/test/dummy/log/test.log
CHANGED
@@ -31115,3 +31115,238 @@ Processing by ThingsController#index as HTML
|
|
31115
31115
|
[1m[36mThing Load (0.1ms)[0m [1mSELECT "things".* FROM "things" [0m
|
31116
31116
|
Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.1ms)
|
31117
31117
|
[1m[35m (0.1ms)[0m rollback transaction
|
31118
|
+
Connecting to database specified by database.yml
|
31119
|
+
[1m[36m (4.3ms)[0m [1mbegin transaction[0m
|
31120
|
+
[1m[35mFixture Delete (2.3ms)[0m DELETE FROM "ominous_warnings"
|
31121
|
+
[1m[36mFixture Insert (0.9ms)[0m [1mINSERT INTO "ominous_warnings" ("id", "name", "title", "description", "created_at", "updated_at") VALUES (1, 'thing_alert', 'Thing Alert', 'An alert about things', '2013-07-29 13:33:17', '2013-07-29 13:33:17')[0m
|
31122
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "ominous_warnings" ("id", "name", "title", "created_at", "updated_at") VALUES (2, 'other_alert', 'Other Alert', '2013-07-29 13:33:17', '2013-07-29 13:33:17')
|
31123
|
+
[1m[36mFixture Delete (0.6ms)[0m [1mDELETE FROM "ominous_warning_closers"[0m
|
31124
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "ominous_warning_closers" ("warning_id", "closer_id", "position", "created_at", "updated_at", "id") VALUES (1, 1, 1, '2013-07-29 13:33:17', '2013-07-29 13:33:17', 980190962)
|
31125
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "ominous_warning_closers" ("warning_id", "closer_id", "position", "created_at", "updated_at", "id") VALUES (1, 2, 2, '2013-07-29 13:33:17', '2013-07-29 13:33:17', 298486374)[0m
|
31126
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "ominous_warning_closers" ("warning_id", "closer_id", "position", "created_at", "updated_at", "id") VALUES (2, 2, 1, '2013-07-29 13:33:17', '2013-07-29 13:33:17', 113629430)
|
31127
|
+
[1m[36mFixture Delete (0.6ms)[0m [1mDELETE FROM "ominous_closers"[0m
|
31128
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "ominous_closers" ("id", "name", "closure_method", "message", "link_text", "created_at", "updated_at") VALUES (1, 'closer_one', 'close_and_dismiss_warning', 'Closer one', 'Click to close', '2013-07-29 13:33:17', '2013-07-29 13:33:17')
|
31129
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "ominous_closers" ("id", "name", "url", "closure_method", "message", "link_text", "created_at", "updated_at") VALUES (2, 'closer_two', 'http://undervale.co.uk', 'redirect', 'Visit site', 'Click here to redirect', '2013-07-29 13:33:17', '2013-07-29 13:33:17')[0m
|
31130
|
+
[1m[35mFixture Delete (0.6ms)[0m DELETE FROM "things"
|
31131
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "things" ("id", "name", "has_warning", "created_at", "updated_at") VALUES (1, 'Foo', 'f', '2013-07-29 13:33:17', '2013-07-29 13:33:17')[0m
|
31132
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "things" ("id", "name", "has_warning", "created_at", "updated_at") VALUES (2, 'Bar', 't', '2013-07-29 13:33:17', '2013-07-29 13:33:17')
|
31133
|
+
[1m[36m (249.1ms)[0m [1mcommit transaction[0m
|
31134
|
+
[1m[35m (0.2ms)[0m begin transaction
|
31135
|
+
[1m[36mOminous::Warning Load (7.5ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1[0m [["id", 1]]
|
31136
|
+
[1m[35mOminous::Closer Load (0.4ms)[0m SELECT "ominous_closers".* FROM "ominous_closers" WHERE "ominous_closers"."id" = ? LIMIT 1 [["id", 1]]
|
31137
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
31138
|
+
[1m[35mOminous::WarningCloser Exists (1.1ms)[0m SELECT 1 AS one FROM "ominous_warning_closers" WHERE ("ominous_warning_closers"."closer_id" = 1 AND "ominous_warning_closers"."warning_id" = 1) LIMIT 1
|
31139
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
31140
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31141
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31142
|
+
[1m[35mOminous::Warning Load (0.2ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1 [["id", 1]]
|
31143
|
+
[1m[36mOminous::Closer Load (0.0ms)[0m [1mSELECT "ominous_closers".* FROM "ominous_closers" WHERE "ominous_closers"."id" = ? LIMIT 1[0m [["id", 1]]
|
31144
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
31145
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
31146
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
31147
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
31148
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
31149
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
31150
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31151
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31152
|
+
[1m[35mOminous::Warning Load (0.1ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1 [["id", 1]]
|
31153
|
+
[1m[36mOminous::Closer Load (0.1ms)[0m [1mSELECT "ominous_closers".* FROM "ominous_closers" WHERE "ominous_closers"."id" = ? LIMIT 1[0m [["id", 1]]
|
31154
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
31155
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
31156
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31157
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31158
|
+
[1m[35mOminous::Warning Load (0.1ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1 [["id", 1]]
|
31159
|
+
[1m[36mOminous::Closer Load (0.0ms)[0m [1mSELECT "ominous_closers".* FROM "ominous_closers" WHERE "ominous_closers"."id" = ? LIMIT 1[0m [["id", 1]]
|
31160
|
+
[1m[35mOminous::Closer Exists (0.2ms)[0m SELECT DISTINCT 1 AS one FROM "ominous_closers" INNER JOIN "ominous_warning_closers" ON "ominous_closers"."id" = "ominous_warning_closers"."closer_id" WHERE "ominous_warning_closers"."warning_id" = 1 AND "ominous_closers"."id" = 1 LIMIT 1
|
31161
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
31162
|
+
[1m[35m (0.3ms)[0m begin transaction
|
31163
|
+
[1m[36mOminous::Warning Load (0.1ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1[0m [["id", 1]]
|
31164
|
+
[1m[35mOminous::Closer Load (0.0ms)[0m SELECT "ominous_closers".* FROM "ominous_closers" WHERE "ominous_closers"."id" = ? LIMIT 1 [["id", 1]]
|
31165
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
31166
|
+
[1m[35m (0.1ms)[0m begin transaction
|
31167
|
+
[1m[36mOminous::Warning Load (0.2ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1[0m [["id", 1]]
|
31168
|
+
[1m[35mOminous::Closer Load (0.0ms)[0m SELECT "ominous_closers".* FROM "ominous_closers" WHERE "ominous_closers"."id" = ? LIMIT 1 [["id", 1]]
|
31169
|
+
[1m[36mOminous::Closer Load (0.4ms)[0m [1mSELECT DISTINCT "ominous_closers".* FROM "ominous_closers" INNER JOIN "ominous_warning_closers" ON "ominous_closers"."id" = "ominous_warning_closers"."closer_id" WHERE "ominous_warning_closers"."warning_id" = 1 AND "ominous_closers"."id" = 1 ORDER BY position LIMIT 1[0m
|
31170
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31171
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31172
|
+
[1m[35mOminous::Warning Load (0.2ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1 [["id", 1]]
|
31173
|
+
[1m[36mOminous::Closer Load (0.1ms)[0m [1mSELECT "ominous_closers".* FROM "ominous_closers" WHERE "ominous_closers"."id" = ? LIMIT 1[0m [["id", 1]]
|
31174
|
+
[1m[35mOminous::Closer Load (0.1ms)[0m SELECT "ominous_closers".* FROM "ominous_closers" WHERE "ominous_closers"."id" = ? LIMIT 1 [["id", 1]]
|
31175
|
+
[1m[36mOminous::Closer Load (0.0ms)[0m [1mSELECT "ominous_closers".* FROM "ominous_closers" WHERE "ominous_closers"."id" = ? LIMIT 1[0m [["id", 2]]
|
31176
|
+
[1m[35mOminous::Closer Load (0.3ms)[0m SELECT DISTINCT "ominous_closers".* FROM "ominous_closers" INNER JOIN "ominous_warning_closers" ON "ominous_closers"."id" = "ominous_warning_closers"."closer_id" WHERE "ominous_warning_closers"."warning_id" = 1 ORDER BY position
|
31177
|
+
[1m[36mOminous::WarningCloser Load (0.1ms)[0m [1mSELECT DISTINCT "ominous_warning_closers".* FROM "ominous_warning_closers" WHERE "ominous_warning_closers"."warning_id" = 1 AND "ominous_warning_closers"."closer_id" = 2 ORDER BY position LIMIT 1[0m
|
31178
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
31179
|
+
[1m[36mSQL (1.1ms)[0m [1mUPDATE "ominous_warning_closers" SET position = (position + 1) WHERE ("ominous_warning_closers"."warning_id" = 1 AND position < 2)[0m
|
31180
|
+
[1m[35mOminous::WarningCloser Exists (0.1ms)[0m SELECT 1 AS one FROM "ominous_warning_closers" WHERE ("ominous_warning_closers"."closer_id" = 2 AND "ominous_warning_closers"."id" != 298486374 AND "ominous_warning_closers"."warning_id" = 1) LIMIT 1
|
31181
|
+
[1m[36m (0.8ms)[0m [1mUPDATE "ominous_warning_closers" SET "position" = 1, "updated_at" = '2013-07-29 13:33:17.556489' WHERE "ominous_warning_closers"."id" = 298486374[0m
|
31182
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ominous_warning_closers" WHERE ("ominous_warning_closers"."warning_id" = 1 AND position = 1)
|
31183
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
31184
|
+
[1m[35mOminous::Warning Load (0.1ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1 [["id", 1]]
|
31185
|
+
[1m[36mOminous::Closer Load (0.2ms)[0m [1mSELECT DISTINCT "ominous_closers".* FROM "ominous_closers" INNER JOIN "ominous_warning_closers" ON "ominous_closers"."id" = "ominous_warning_closers"."closer_id" WHERE "ominous_warning_closers"."warning_id" = 1 ORDER BY position[0m
|
31186
|
+
[1m[35m (2.7ms)[0m rollback transaction
|
31187
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31188
|
+
[1m[35mOminous::Warning Load (0.1ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1 [["id", 1]]
|
31189
|
+
[1m[36mOminous::Closer Load (0.0ms)[0m [1mSELECT "ominous_closers".* FROM "ominous_closers" WHERE "ominous_closers"."id" = ? LIMIT 1[0m [["id", 1]]
|
31190
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31191
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31192
|
+
[1m[35mOminous::Warning Load (0.1ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1 [["id", 1]]
|
31193
|
+
[1m[36mOminous::Closer Load (0.1ms)[0m [1mSELECT "ominous_closers".* FROM "ominous_closers" WHERE "ominous_closers"."id" = ? LIMIT 1[0m [["id", 1]]
|
31194
|
+
[1m[35mOminous::Warning Exists (0.1ms)[0m SELECT 1 AS one FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1
|
31195
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
31196
|
+
[1m[35m (0.1ms)[0m begin transaction
|
31197
|
+
[1m[36mOminous::Warning Load (0.1ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1[0m [["id", 1]]
|
31198
|
+
[1m[35mOminous::Closer Load (0.0ms)[0m SELECT "ominous_closers".* FROM "ominous_closers" WHERE "ominous_closers"."id" = ? LIMIT 1 [["id", 1]]
|
31199
|
+
[1m[36mOminous::Warning Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'does_not_exist' LIMIT 1[0m
|
31200
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31201
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31202
|
+
[1m[35mOminous::Warning Load (0.2ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1 [["id", 1]]
|
31203
|
+
Processing by Ominous::WarningsController#dismiss as HTML
|
31204
|
+
Parameters: {"id"=>"1"}
|
31205
|
+
[1m[36mOminous::Warning Load (0.1ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1[0m [["id", "1"]]
|
31206
|
+
Rendered text template (0.0ms)
|
31207
|
+
Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 0.1ms)
|
31208
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31209
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31210
|
+
[1m[35mOminous::Warning Load (0.2ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1 [["id", 1]]
|
31211
|
+
[1m[36mOminous::Closer Load (0.3ms)[0m [1mSELECT DISTINCT "ominous_closers".* FROM "ominous_closers" INNER JOIN "ominous_warning_closers" ON "ominous_closers"."id" = "ominous_warning_closers"."closer_id" WHERE "ominous_warning_closers"."warning_id" = 1 ORDER BY position LIMIT 1[0m
|
31212
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
31213
|
+
[1m[36m (1.1ms)[0m [1mUPDATE "ominous_closers" SET "start_hidden" = 't', "updated_at" = '2013-07-29 13:33:17.643552' WHERE "ominous_closers"."id" = 1[0m
|
31214
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
31215
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
31216
|
+
[1m[35m (0.0ms)[0m begin transaction
|
31217
|
+
[1m[36mOminous::Warning Load (0.1ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1[0m [["id", 1]]
|
31218
|
+
[1m[35mOminous::Closer Load (0.2ms)[0m SELECT DISTINCT "ominous_closers".* FROM "ominous_closers" INNER JOIN "ominous_warning_closers" ON "ominous_closers"."id" = "ominous_warning_closers"."closer_id" WHERE "ominous_warning_closers"."warning_id" = 1 ORDER BY position LIMIT 1
|
31219
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
31220
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
31221
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
31222
|
+
[1m[35m (0.1ms)[0m begin transaction
|
31223
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
31224
|
+
[1m[35m (0.1ms)[0m begin transaction
|
31225
|
+
[1m[36mThing Load (0.2ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", 1]]
|
31226
|
+
[1m[35mThing Load (0.1ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", 2]]
|
31227
|
+
[1m[36mOminous::Warning Load (0.0ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1[0m [["id", 1]]
|
31228
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "things"
|
31229
|
+
Processing by ThingsController#create as HTML
|
31230
|
+
Parameters: {"thing"=>{"name"=>"Foo"}}
|
31231
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
31232
|
+
[1m[35mSQL (1.8ms)[0m INSERT INTO "things" ("created_at", "has_warning", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 29 Jul 2013 13:33:17 UTC +00:00], ["has_warning", nil], ["name", "Foo"], ["updated_at", Mon, 29 Jul 2013 13:33:17 UTC +00:00]]
|
31233
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
31234
|
+
Redirected to http://test.host/things/3
|
31235
|
+
Completed 302 Found in 8ms (ActiveRecord: 1.9ms)
|
31236
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "things"
|
31237
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
31238
|
+
[1m[35m (0.1ms)[0m begin transaction
|
31239
|
+
[1m[36mThing Load (0.1ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", 1]]
|
31240
|
+
[1m[35mThing Load (0.0ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", 2]]
|
31241
|
+
[1m[36mOminous::Warning Load (0.0ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1[0m [["id", 1]]
|
31242
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "things"
|
31243
|
+
Processing by ThingsController#destroy as HTML
|
31244
|
+
Parameters: {"id"=>"1"}
|
31245
|
+
[1m[36mThing Load (0.1ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", "1"]]
|
31246
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
31247
|
+
[1m[36mSQL (1.1ms)[0m [1mDELETE FROM "things" WHERE "things"."id" = ?[0m [["id", 1]]
|
31248
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
31249
|
+
Redirected to http://test.host/things
|
31250
|
+
Completed 302 Found in 6ms (ActiveRecord: 1.3ms)
|
31251
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "things" [0m
|
31252
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
31253
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31254
|
+
[1m[35mThing Load (0.1ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", 1]]
|
31255
|
+
[1m[36mThing Load (0.1ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", 2]]
|
31256
|
+
[1m[35mOminous::Warning Load (0.2ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1 [["id", 1]]
|
31257
|
+
Processing by ThingsController#edit as HTML
|
31258
|
+
Parameters: {"id"=>"1"}
|
31259
|
+
[1m[36mThing Load (0.1ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", "1"]]
|
31260
|
+
Rendered things/_form.html.erb (4.3ms)
|
31261
|
+
Completed 200 OK in 38ms (Views: 35.4ms | ActiveRecord: 0.1ms)
|
31262
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31263
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31264
|
+
[1m[35mThing Load (0.1ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", 1]]
|
31265
|
+
[1m[36mThing Load (0.0ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", 2]]
|
31266
|
+
[1m[35mOminous::Warning Load (0.0ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1 [["id", 1]]
|
31267
|
+
Processing by ThingsController#index as HTML
|
31268
|
+
[1m[36mThing Load (1.1ms)[0m [1mSELECT "things".* FROM "things" [0m
|
31269
|
+
Completed 200 OK in 9ms (Views: 6.4ms | ActiveRecord: 1.1ms)
|
31270
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31271
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31272
|
+
[1m[35mThing Load (0.1ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", 1]]
|
31273
|
+
[1m[36mThing Load (0.0ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", 2]]
|
31274
|
+
[1m[35mOminous::Warning Load (0.1ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1 [["id", 1]]
|
31275
|
+
Processing by ThingsController#new as HTML
|
31276
|
+
Rendered things/_form.html.erb (3.3ms)
|
31277
|
+
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
31278
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
31279
|
+
[1m[35m (0.1ms)[0m begin transaction
|
31280
|
+
[1m[36mThing Load (0.1ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", 1]]
|
31281
|
+
[1m[35mThing Load (0.1ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", 2]]
|
31282
|
+
[1m[36mOminous::Warning Load (0.0ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1[0m [["id", 1]]
|
31283
|
+
Processing by ThingsController#show as HTML
|
31284
|
+
Parameters: {"id"=>"1"}
|
31285
|
+
[1m[35mThing Load (0.1ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", "1"]]
|
31286
|
+
[1m[36mOminous::Warning Load (0.1ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1[0m
|
31287
|
+
[1m[35mOminous::Closer Load (0.3ms)[0m SELECT DISTINCT "ominous_closers".* FROM "ominous_closers" INNER JOIN "ominous_warning_closers" ON "ominous_closers"."id" = "ominous_warning_closers"."closer_id" WHERE "ominous_warning_closers"."warning_id" = 1 ORDER BY position
|
31288
|
+
Rendered /home/rob/web/ominous/app/views/ominous/warnings/_list.html.erb (38.1ms)
|
31289
|
+
Completed 200 OK in 47ms (Views: 44.8ms | ActiveRecord: 0.5ms)
|
31290
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
31291
|
+
[1m[35m (0.0ms)[0m begin transaction
|
31292
|
+
[1m[36mThing Load (0.1ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", 1]]
|
31293
|
+
[1m[35mThing Load (0.0ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", 2]]
|
31294
|
+
[1m[36mOminous::Warning Load (0.0ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1[0m [["id", 1]]
|
31295
|
+
Processing by ThingsController#show as HTML
|
31296
|
+
Parameters: {"id"=>"1"}
|
31297
|
+
[1m[35mThing Load (0.1ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", "1"]]
|
31298
|
+
Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)
|
31299
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
31300
|
+
[1m[35m (0.0ms)[0m begin transaction
|
31301
|
+
[1m[36mThing Load (0.1ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", 1]]
|
31302
|
+
[1m[35mThing Load (0.0ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", 2]]
|
31303
|
+
[1m[36mOminous::Warning Load (0.0ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1[0m [["id", 1]]
|
31304
|
+
Processing by ThingsController#show as HTML
|
31305
|
+
Parameters: {"id"=>"2"}
|
31306
|
+
[1m[35mThing Load (0.1ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", "2"]]
|
31307
|
+
[1m[36mOminous::Warning Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1[0m
|
31308
|
+
[1m[35mOminous::Warning Load (0.2ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1
|
31309
|
+
[1m[36mOminous::Closer Load (0.2ms)[0m [1mSELECT DISTINCT "ominous_closers".* FROM "ominous_closers" INNER JOIN "ominous_warning_closers" ON "ominous_closers"."id" = "ominous_warning_closers"."closer_id" WHERE "ominous_warning_closers"."warning_id" = 1 ORDER BY position[0m
|
31310
|
+
Rendered /home/rob/web/ominous/app/views/ominous/warnings/_list.html.erb (3.2ms)
|
31311
|
+
Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.6ms)
|
31312
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31313
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31314
|
+
[1m[35mThing Load (0.1ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", 1]]
|
31315
|
+
[1m[36mThing Load (0.1ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", 2]]
|
31316
|
+
[1m[35mOminous::Warning Load (0.0ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1 [["id", 1]]
|
31317
|
+
Processing by ThingsController#show as HTML
|
31318
|
+
Parameters: {"id"=>"1"}
|
31319
|
+
[1m[36mThing Load (0.1ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", "1"]]
|
31320
|
+
Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms)
|
31321
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
31322
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31323
|
+
[1m[35mThing Load (0.2ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", 1]]
|
31324
|
+
[1m[36mThing Load (0.1ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", 2]]
|
31325
|
+
[1m[35mOminous::Warning Load (0.2ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1 [["id", 1]]
|
31326
|
+
Processing by ThingsController#show as HTML
|
31327
|
+
Parameters: {"id"=>"2"}
|
31328
|
+
[1m[36mThing Load (0.1ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", "2"]]
|
31329
|
+
[1m[35mOminous::Warning Exists (0.2ms)[0m SELECT 1 AS one FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1
|
31330
|
+
Completed 200 OK in 9ms (Views: 5.2ms | ActiveRecord: 0.2ms)
|
31331
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
31332
|
+
[1m[35m (0.1ms)[0m begin transaction
|
31333
|
+
[1m[36mThing Load (0.4ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", 1]]
|
31334
|
+
[1m[35mThing Load (0.1ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", 2]]
|
31335
|
+
[1m[36mOminous::Warning Load (0.1ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1[0m [["id", 1]]
|
31336
|
+
Processing by ThingsController#update as HTML
|
31337
|
+
Parameters: {"thing"=>{"name"=>"Foo"}, "id"=>"1"}
|
31338
|
+
[1m[35mThing Load (0.1ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", "1"]]
|
31339
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
31340
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
31341
|
+
Redirected to http://test.host/things/1
|
31342
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.2ms)
|
31343
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
31344
|
+
[1m[35m (0.1ms)[0m begin transaction
|
31345
|
+
[1m[36mThing Load (0.1ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", 1]]
|
31346
|
+
[1m[35mThing Load (0.0ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", 2]]
|
31347
|
+
[1m[36mOminous::Warning Load (0.0ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1[0m [["id", 1]]
|
31348
|
+
[1m[35mOminous::Warning Exists (0.1ms)[0m SELECT 1 AS one FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1
|
31349
|
+
Processing by ThingsController#index as HTML
|
31350
|
+
[1m[36mThing Load (0.1ms)[0m [1mSELECT "things".* FROM "things" [0m
|
31351
|
+
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms)
|
31352
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ominous
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-07-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -242,7 +242,8 @@ files:
|
|
242
242
|
- test/unit/ominous/warning_test.rb
|
243
243
|
- test/ominous_test.rb
|
244
244
|
homepage: https://github.com/reggieb/ominous
|
245
|
-
licenses:
|
245
|
+
licenses:
|
246
|
+
- MIT-LICENSE
|
246
247
|
post_install_message:
|
247
248
|
rdoc_options: []
|
248
249
|
require_paths:
|
@@ -261,7 +262,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
261
262
|
version: '0'
|
262
263
|
requirements: []
|
263
264
|
rubyforge_project:
|
264
|
-
rubygems_version: 1.8.
|
265
|
+
rubygems_version: 1.8.25
|
265
266
|
signing_key:
|
266
267
|
specification_version: 3
|
267
268
|
summary: A rails warning engine
|