ominous 0.1.1 → 0.1.2
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.
- checksums.yaml +15 -0
- data/app/helpers/ominous/warnings_helper.rb +1 -1
- data/lib/ominous/version.rb +8 -2
- data/test/dummy/app/views/layouts/application.html.erb +13 -0
- data/test/dummy/app/views/things/index.html.erb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +1272 -0
- data/test/dummy/log/test.log +1211 -0
- data/test/dummy/tmp/cache/assets/C4E/860/sprockets%2F3846e91221a1804781ed844616a37b2f +0 -0
- data/test/dummy/tmp/cache/assets/C8C/290/sprockets%2F638827bda7464853364b3e374fa6d552 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/DA5/C50/sprockets%2F7927a05ef7b30ffae83363a81fdfb3c8 +0 -0
- data/test/dummy/tmp/cache/assets/DFF/160/sprockets%2Fcabc0678d4fc6e9077e4e0ee21d6a3ed +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/unit/helpers/ominous/warnings_helper_test.rb +12 -2
- metadata +96 -102
@@ -7895,3 +7895,1275 @@ Processing by Ominous::WarningsController#dismiss as */*
|
|
7895
7895
|
[1m[35mOminous::Warning Load (0.3ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1 [["id", "1"]]
|
7896
7896
|
Rendered text template (0.0ms)
|
7897
7897
|
Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.3ms)
|
7898
|
+
|
7899
|
+
|
7900
|
+
Started GET "/" for 127.0.0.1 at 2014-08-26 09:11:07 +0100
|
7901
|
+
Connecting to database specified by database.yml
|
7902
|
+
Processing by ThingsController#index as HTML
|
7903
|
+
[1m[36mThing Load (0.2ms)[0m [1mSELECT "things".* FROM "things" [0m
|
7904
|
+
Rendered things/index.html.erb within layouts/application (4.0ms)
|
7905
|
+
Compiled jquery.js (23ms) (pid 7382)
|
7906
|
+
Compiled jquery_ujs.js (0ms) (pid 7382)
|
7907
|
+
Compiled application.js (147ms) (pid 7382)
|
7908
|
+
Completed 200 OK in 369ms (Views: 301.9ms | ActiveRecord: 11.1ms)
|
7909
|
+
|
7910
|
+
|
7911
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:11:09 +0100
|
7912
|
+
Served asset /application.css - 200 OK (65ms)
|
7913
|
+
|
7914
|
+
|
7915
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:11:09 +0100
|
7916
|
+
Served asset /ominous/warnings.css - 200 OK (7ms)
|
7917
|
+
|
7918
|
+
|
7919
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:11:09 +0100
|
7920
|
+
Served asset /scaffold.css - 200 OK (1ms)
|
7921
|
+
|
7922
|
+
|
7923
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:11:09 +0100
|
7924
|
+
Served asset /things.css - 200 OK (14ms)
|
7925
|
+
|
7926
|
+
|
7927
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:11:09 +0100
|
7928
|
+
Served asset /things.js - 200 OK (29ms)
|
7929
|
+
|
7930
|
+
|
7931
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:11:09 +0100
|
7932
|
+
Served asset /ominous/warnings.js - 304 Not Modified (2ms)
|
7933
|
+
|
7934
|
+
|
7935
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:11:10 +0100
|
7936
|
+
Served asset /jquery.js - 200 OK (94ms)
|
7937
|
+
|
7938
|
+
|
7939
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:11:10 +0100
|
7940
|
+
Served asset /application.js - 200 OK (70ms)
|
7941
|
+
|
7942
|
+
|
7943
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:11:10 +0100
|
7944
|
+
Served asset /jquery_ujs.js - 200 OK (2ms)
|
7945
|
+
|
7946
|
+
|
7947
|
+
Started GET "/" for 127.0.0.1 at 2014-08-26 09:11:43 +0100
|
7948
|
+
Processing by ThingsController#index as HTML
|
7949
|
+
[1m[35mThing Load (0.4ms)[0m SELECT "things".* FROM "things"
|
7950
|
+
Rendered things/index.html.erb within layouts/application (12.1ms)
|
7951
|
+
Completed 200 OK in 47ms (Views: 39.4ms | ActiveRecord: 0.4ms)
|
7952
|
+
|
7953
|
+
|
7954
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:11:43 +0100
|
7955
|
+
Served asset /application.css - 304 Not Modified (3ms)
|
7956
|
+
|
7957
|
+
|
7958
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:11:43 +0100
|
7959
|
+
Served asset /ominous/warnings.css - 304 Not Modified (12ms)
|
7960
|
+
|
7961
|
+
|
7962
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:11:43 +0100
|
7963
|
+
Served asset /scaffold.css - 304 Not Modified (0ms)
|
7964
|
+
|
7965
|
+
|
7966
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:11:43 +0100
|
7967
|
+
Served asset /things.css - 304 Not Modified (0ms)
|
7968
|
+
|
7969
|
+
|
7970
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:11:43 +0100
|
7971
|
+
Served asset /jquery.js - 304 Not Modified (17ms)
|
7972
|
+
|
7973
|
+
|
7974
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:11:43 +0100
|
7975
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
7976
|
+
|
7977
|
+
|
7978
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:11:43 +0100
|
7979
|
+
Served asset /ominous/warnings.js - 304 Not Modified (0ms)
|
7980
|
+
|
7981
|
+
|
7982
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:11:43 +0100
|
7983
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
7984
|
+
|
7985
|
+
|
7986
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:11:43 +0100
|
7987
|
+
Served asset /application.js - 304 Not Modified (9ms)
|
7988
|
+
|
7989
|
+
|
7990
|
+
Started GET "/things/1" for 127.0.0.1 at 2014-08-26 09:11:50 +0100
|
7991
|
+
Processing by ThingsController#show as HTML
|
7992
|
+
Parameters: {"id"=>"1"}
|
7993
|
+
[1m[36mThing Load (0.5ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", "1"]]
|
7994
|
+
[1m[35mOminous::Warning Exists (0.2ms)[0m SELECT 1 AS one FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1
|
7995
|
+
[1m[36mOminous::Warning Load (0.3ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1[0m
|
7996
|
+
[1m[35mOminous::Closer Load (1.6ms)[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
|
7997
|
+
Rendered /home/rob/web/ominous/app/views/ominous/warnings/_list.html.erb (237.3ms)
|
7998
|
+
Rendered things/show.html.erb within layouts/application (270.0ms)
|
7999
|
+
Completed 200 OK in 361ms (Views: 281.1ms | ActiveRecord: 4.3ms)
|
8000
|
+
|
8001
|
+
|
8002
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:11:50 +0100
|
8003
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
8004
|
+
|
8005
|
+
|
8006
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:11:50 +0100
|
8007
|
+
Served asset /ominous/warnings.css - 304 Not Modified (0ms)
|
8008
|
+
|
8009
|
+
|
8010
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:11:50 +0100
|
8011
|
+
Served asset /scaffold.css - 304 Not Modified (0ms)
|
8012
|
+
|
8013
|
+
|
8014
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:11:50 +0100
|
8015
|
+
Served asset /jquery.js - 304 Not Modified (12ms)
|
8016
|
+
|
8017
|
+
|
8018
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:11:50 +0100
|
8019
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
8020
|
+
|
8021
|
+
|
8022
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:11:50 +0100
|
8023
|
+
Served asset /things.css - 304 Not Modified (0ms)
|
8024
|
+
|
8025
|
+
|
8026
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:11:50 +0100
|
8027
|
+
Served asset /ominous/warnings.js - 304 Not Modified (0ms)
|
8028
|
+
|
8029
|
+
|
8030
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:11:51 +0100
|
8031
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
8032
|
+
|
8033
|
+
|
8034
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:11:51 +0100
|
8035
|
+
Served asset /application.js - 304 Not Modified (13ms)
|
8036
|
+
|
8037
|
+
|
8038
|
+
Started PUT "/ominous/warnings/1/dismiss" for 127.0.0.1 at 2014-08-26 09:12:01 +0100
|
8039
|
+
Processing by Ominous::WarningsController#dismiss as */*
|
8040
|
+
Parameters: {"id"=>"1"}
|
8041
|
+
[1m[36mOminous::Warning Load (0.2ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1[0m [["id", "1"]]
|
8042
|
+
Rendered text template (0.0ms)
|
8043
|
+
Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.2ms)
|
8044
|
+
|
8045
|
+
|
8046
|
+
Started GET "/things" for 127.0.0.1 at 2014-08-26 09:12:07 +0100
|
8047
|
+
Processing by ThingsController#index as HTML
|
8048
|
+
[1m[35mThing Load (0.4ms)[0m SELECT "things".* FROM "things"
|
8049
|
+
Rendered things/index.html.erb within layouts/application (9.4ms)
|
8050
|
+
Completed 200 OK in 22ms (Views: 21.0ms | ActiveRecord: 0.4ms)
|
8051
|
+
|
8052
|
+
|
8053
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:07 +0100
|
8054
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
8055
|
+
|
8056
|
+
|
8057
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:07 +0100
|
8058
|
+
Served asset /ominous/warnings.css - 304 Not Modified (0ms)
|
8059
|
+
|
8060
|
+
|
8061
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:07 +0100
|
8062
|
+
Served asset /scaffold.css - 304 Not Modified (0ms)
|
8063
|
+
|
8064
|
+
|
8065
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:07 +0100
|
8066
|
+
Served asset /things.css - 304 Not Modified (0ms)
|
8067
|
+
|
8068
|
+
|
8069
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:07 +0100
|
8070
|
+
Served asset /jquery.js - 304 Not Modified (1ms)
|
8071
|
+
|
8072
|
+
|
8073
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:07 +0100
|
8074
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
8075
|
+
|
8076
|
+
|
8077
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:07 +0100
|
8078
|
+
Served asset /ominous/warnings.js - 304 Not Modified (0ms)
|
8079
|
+
|
8080
|
+
|
8081
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:07 +0100
|
8082
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
8083
|
+
|
8084
|
+
|
8085
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:07 +0100
|
8086
|
+
Served asset /application.js - 304 Not Modified (18ms)
|
8087
|
+
|
8088
|
+
|
8089
|
+
Started GET "/things/new" for 127.0.0.1 at 2014-08-26 09:12:16 +0100
|
8090
|
+
Processing by ThingsController#new as HTML
|
8091
|
+
Rendered things/_form.html.erb (54.9ms)
|
8092
|
+
Rendered things/new.html.erb within layouts/application (58.9ms)
|
8093
|
+
Completed 200 OK in 70ms (Views: 69.8ms | ActiveRecord: 0.0ms)
|
8094
|
+
|
8095
|
+
|
8096
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:16 +0100
|
8097
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
8098
|
+
|
8099
|
+
|
8100
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:16 +0100
|
8101
|
+
Served asset /ominous/warnings.css - 304 Not Modified (0ms)
|
8102
|
+
|
8103
|
+
|
8104
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:16 +0100
|
8105
|
+
Served asset /scaffold.css - 304 Not Modified (0ms)
|
8106
|
+
|
8107
|
+
|
8108
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:16 +0100
|
8109
|
+
Served asset /ominous/warnings.js - 304 Not Modified (0ms)
|
8110
|
+
|
8111
|
+
|
8112
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:16 +0100
|
8113
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
8114
|
+
|
8115
|
+
|
8116
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:16 +0100
|
8117
|
+
Served asset /jquery.js - 304 Not Modified (6ms)
|
8118
|
+
|
8119
|
+
|
8120
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:16 +0100
|
8121
|
+
Served asset /things.css - 304 Not Modified (0ms)
|
8122
|
+
|
8123
|
+
|
8124
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:16 +0100
|
8125
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
8126
|
+
|
8127
|
+
|
8128
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:16 +0100
|
8129
|
+
Served asset /application.js - 304 Not Modified (17ms)
|
8130
|
+
|
8131
|
+
|
8132
|
+
Started GET "/things" for 127.0.0.1 at 2014-08-26 09:12:24 +0100
|
8133
|
+
Processing by ThingsController#index as HTML
|
8134
|
+
[1m[36mThing Load (0.2ms)[0m [1mSELECT "things".* FROM "things" [0m
|
8135
|
+
Rendered things/index.html.erb within layouts/application (6.4ms)
|
8136
|
+
Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.2ms)
|
8137
|
+
|
8138
|
+
|
8139
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:24 +0100
|
8140
|
+
Served asset /application.css - 304 Not Modified (4ms)
|
8141
|
+
|
8142
|
+
|
8143
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:24 +0100
|
8144
|
+
Served asset /ominous/warnings.css - 304 Not Modified (0ms)
|
8145
|
+
|
8146
|
+
|
8147
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:24 +0100
|
8148
|
+
Served asset /scaffold.css - 304 Not Modified (0ms)
|
8149
|
+
|
8150
|
+
|
8151
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:24 +0100
|
8152
|
+
Served asset /things.css - 304 Not Modified (0ms)
|
8153
|
+
|
8154
|
+
|
8155
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:24 +0100
|
8156
|
+
Served asset /jquery.js - 304 Not Modified (1ms)
|
8157
|
+
|
8158
|
+
|
8159
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:24 +0100
|
8160
|
+
Served asset /jquery_ujs.js - 304 Not Modified (4ms)
|
8161
|
+
|
8162
|
+
|
8163
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:24 +0100
|
8164
|
+
Served asset /ominous/warnings.js - 304 Not Modified (0ms)
|
8165
|
+
|
8166
|
+
|
8167
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:24 +0100
|
8168
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
8169
|
+
|
8170
|
+
|
8171
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:24 +0100
|
8172
|
+
Served asset /application.js - 304 Not Modified (9ms)
|
8173
|
+
|
8174
|
+
|
8175
|
+
Started GET "/things/1" for 127.0.0.1 at 2014-08-26 09:12:28 +0100
|
8176
|
+
Processing by ThingsController#show as HTML
|
8177
|
+
Parameters: {"id"=>"1"}
|
8178
|
+
[1m[35mThing Load (0.2ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", "1"]]
|
8179
|
+
[1m[36mOminous::Warning Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1[0m
|
8180
|
+
Rendered things/show.html.erb within layouts/application (0.5ms)
|
8181
|
+
Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.3ms)
|
8182
|
+
|
8183
|
+
|
8184
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:28 +0100
|
8185
|
+
Served asset /application.css - 304 Not Modified (3ms)
|
8186
|
+
|
8187
|
+
|
8188
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:28 +0100
|
8189
|
+
Served asset /ominous/warnings.css - 304 Not Modified (0ms)
|
8190
|
+
|
8191
|
+
|
8192
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:29 +0100
|
8193
|
+
Served asset /scaffold.css - 304 Not Modified (0ms)
|
8194
|
+
|
8195
|
+
|
8196
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:29 +0100
|
8197
|
+
Served asset /things.css - 304 Not Modified (0ms)
|
8198
|
+
|
8199
|
+
|
8200
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:29 +0100
|
8201
|
+
Served asset /jquery.js - 304 Not Modified (43ms)
|
8202
|
+
|
8203
|
+
|
8204
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:29 +0100
|
8205
|
+
Served asset /jquery_ujs.js - 304 Not Modified (6ms)
|
8206
|
+
|
8207
|
+
|
8208
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:29 +0100
|
8209
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
8210
|
+
|
8211
|
+
|
8212
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:29 +0100
|
8213
|
+
Served asset /ominous/warnings.js - 304 Not Modified (0ms)
|
8214
|
+
|
8215
|
+
|
8216
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:29 +0100
|
8217
|
+
Served asset /application.js - 304 Not Modified (10ms)
|
8218
|
+
|
8219
|
+
|
8220
|
+
Started GET "/things" for 127.0.0.1 at 2014-08-26 09:12:34 +0100
|
8221
|
+
Processing by ThingsController#index as HTML
|
8222
|
+
[1m[35mThing Load (0.2ms)[0m SELECT "things".* FROM "things"
|
8223
|
+
Rendered things/index.html.erb within layouts/application (0.9ms)
|
8224
|
+
Completed 200 OK in 36ms (Views: 35.5ms | ActiveRecord: 0.2ms)
|
8225
|
+
|
8226
|
+
|
8227
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:34 +0100
|
8228
|
+
Served asset /application.css - 304 Not Modified (5ms)
|
8229
|
+
|
8230
|
+
|
8231
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:34 +0100
|
8232
|
+
Served asset /ominous/warnings.css - 304 Not Modified (46ms)
|
8233
|
+
|
8234
|
+
|
8235
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:34 +0100
|
8236
|
+
Served asset /scaffold.css - 304 Not Modified (0ms)
|
8237
|
+
|
8238
|
+
|
8239
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:12:34 +0100
|
8240
|
+
Served asset /things.css - 304 Not Modified (2ms)
|
8241
|
+
|
8242
|
+
|
8243
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:34 +0100
|
8244
|
+
Served asset /jquery.js - 304 Not Modified (8ms)
|
8245
|
+
|
8246
|
+
|
8247
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:34 +0100
|
8248
|
+
Served asset /ominous/warnings.js - 304 Not Modified (6ms)
|
8249
|
+
|
8250
|
+
|
8251
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:34 +0100
|
8252
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
8253
|
+
|
8254
|
+
|
8255
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:34 +0100
|
8256
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
8257
|
+
|
8258
|
+
|
8259
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:12:34 +0100
|
8260
|
+
Served asset /application.js - 304 Not Modified (79ms)
|
8261
|
+
|
8262
|
+
|
8263
|
+
Started GET "/things" for 127.0.0.1 at 2014-08-26 09:15:02 +0100
|
8264
|
+
Processing by ThingsController#index as HTML
|
8265
|
+
[1m[36mThing Load (0.3ms)[0m [1mSELECT "things".* FROM "things" [0m
|
8266
|
+
Rendered things/index.html.erb within layouts/application (5.9ms)
|
8267
|
+
Completed 200 OK in 25ms (Views: 23.3ms | ActiveRecord: 0.3ms)
|
8268
|
+
|
8269
|
+
|
8270
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:15:02 +0100
|
8271
|
+
Served asset /application.css - 304 Not Modified (4ms)
|
8272
|
+
|
8273
|
+
|
8274
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:15:02 +0100
|
8275
|
+
Served asset /ominous/warnings.css - 304 Not Modified (0ms)
|
8276
|
+
|
8277
|
+
|
8278
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:15:02 +0100
|
8279
|
+
Served asset /scaffold.css - 304 Not Modified (0ms)
|
8280
|
+
|
8281
|
+
|
8282
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:15:02 +0100
|
8283
|
+
Served asset /things.css - 304 Not Modified (0ms)
|
8284
|
+
|
8285
|
+
|
8286
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:02 +0100
|
8287
|
+
Served asset /jquery.js - 304 Not Modified (26ms)
|
8288
|
+
|
8289
|
+
|
8290
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:02 +0100
|
8291
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
8292
|
+
|
8293
|
+
|
8294
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:02 +0100
|
8295
|
+
Served asset /ominous/warnings.js - 304 Not Modified (3ms)
|
8296
|
+
|
8297
|
+
|
8298
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:02 +0100
|
8299
|
+
Served asset /application.js - 304 Not Modified (39ms)
|
8300
|
+
|
8301
|
+
|
8302
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:02 +0100
|
8303
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
8304
|
+
|
8305
|
+
|
8306
|
+
Started GET "/things" for 127.0.0.1 at 2014-08-26 09:15:23 +0100
|
8307
|
+
Processing by ThingsController#index as HTML
|
8308
|
+
[1m[35mThing Load (0.2ms)[0m SELECT "things".* FROM "things"
|
8309
|
+
Rendered things/index.html.erb within layouts/application (1.0ms)
|
8310
|
+
Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.2ms)
|
8311
|
+
|
8312
|
+
|
8313
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:15:24 +0100
|
8314
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
8315
|
+
|
8316
|
+
|
8317
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:15:24 +0100
|
8318
|
+
Served asset /ominous/warnings.css - 304 Not Modified (7ms)
|
8319
|
+
|
8320
|
+
|
8321
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:15:24 +0100
|
8322
|
+
Served asset /scaffold.css - 304 Not Modified (0ms)
|
8323
|
+
|
8324
|
+
|
8325
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:15:24 +0100
|
8326
|
+
Served asset /things.css - 304 Not Modified (6ms)
|
8327
|
+
|
8328
|
+
|
8329
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:24 +0100
|
8330
|
+
Served asset /jquery.js - 304 Not Modified (12ms)
|
8331
|
+
|
8332
|
+
|
8333
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:24 +0100
|
8334
|
+
Served asset /jquery_ujs.js - 304 Not Modified (3ms)
|
8335
|
+
|
8336
|
+
|
8337
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:24 +0100
|
8338
|
+
Served asset /ominous/warnings.js - 304 Not Modified (0ms)
|
8339
|
+
|
8340
|
+
|
8341
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:24 +0100
|
8342
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
8343
|
+
|
8344
|
+
|
8345
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:24 +0100
|
8346
|
+
Served asset /application.js - 304 Not Modified (23ms)
|
8347
|
+
|
8348
|
+
|
8349
|
+
Started GET "/things/1" for 127.0.0.1 at 2014-08-26 09:15:39 +0100
|
8350
|
+
Processing by ThingsController#show as HTML
|
8351
|
+
Parameters: {"id"=>"1"}
|
8352
|
+
[1m[36mThing Load (0.3ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", "1"]]
|
8353
|
+
[1m[35mOminous::Warning Exists (0.3ms)[0m SELECT 1 AS one FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1
|
8354
|
+
Rendered things/show.html.erb within layouts/application (0.7ms)
|
8355
|
+
Completed 200 OK in 33ms (Views: 30.4ms | ActiveRecord: 0.5ms)
|
8356
|
+
|
8357
|
+
|
8358
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:15:39 +0100
|
8359
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
8360
|
+
|
8361
|
+
|
8362
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:15:39 +0100
|
8363
|
+
Served asset /ominous/warnings.css - 304 Not Modified (0ms)
|
8364
|
+
|
8365
|
+
|
8366
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:15:39 +0100
|
8367
|
+
Served asset /scaffold.css - 304 Not Modified (0ms)
|
8368
|
+
|
8369
|
+
|
8370
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:15:39 +0100
|
8371
|
+
Served asset /things.css - 304 Not Modified (0ms)
|
8372
|
+
|
8373
|
+
|
8374
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:39 +0100
|
8375
|
+
Served asset /jquery.js - 304 Not Modified (9ms)
|
8376
|
+
|
8377
|
+
|
8378
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:39 +0100
|
8379
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
8380
|
+
|
8381
|
+
|
8382
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:39 +0100
|
8383
|
+
Served asset /ominous/warnings.js - 304 Not Modified (12ms)
|
8384
|
+
|
8385
|
+
|
8386
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:39 +0100
|
8387
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
8388
|
+
|
8389
|
+
|
8390
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:39 +0100
|
8391
|
+
Served asset /application.js - 304 Not Modified (77ms)
|
8392
|
+
|
8393
|
+
|
8394
|
+
Started GET "/things" for 127.0.0.1 at 2014-08-26 09:15:47 +0100
|
8395
|
+
Processing by ThingsController#index as HTML
|
8396
|
+
[1m[36mThing Load (4.1ms)[0m [1mSELECT "things".* FROM "things" [0m
|
8397
|
+
Rendered things/index.html.erb within layouts/application (1.2ms)
|
8398
|
+
Completed 200 OK in 29ms (Views: 23.8ms | ActiveRecord: 4.1ms)
|
8399
|
+
|
8400
|
+
|
8401
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:15:48 +0100
|
8402
|
+
Served asset /application.css - 304 Not Modified (1ms)
|
8403
|
+
|
8404
|
+
|
8405
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:15:48 +0100
|
8406
|
+
Served asset /ominous/warnings.css - 304 Not Modified (0ms)
|
8407
|
+
|
8408
|
+
|
8409
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:15:48 +0100
|
8410
|
+
Served asset /scaffold.css - 304 Not Modified (0ms)
|
8411
|
+
|
8412
|
+
|
8413
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:15:48 +0100
|
8414
|
+
Served asset /things.css - 304 Not Modified (0ms)
|
8415
|
+
|
8416
|
+
|
8417
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:48 +0100
|
8418
|
+
Served asset /jquery.js - 304 Not Modified (10ms)
|
8419
|
+
|
8420
|
+
|
8421
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:48 +0100
|
8422
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
8423
|
+
|
8424
|
+
|
8425
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:48 +0100
|
8426
|
+
Served asset /ominous/warnings.js - 304 Not Modified (0ms)
|
8427
|
+
|
8428
|
+
|
8429
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:48 +0100
|
8430
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
8431
|
+
|
8432
|
+
|
8433
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:15:48 +0100
|
8434
|
+
Served asset /application.js - 304 Not Modified (8ms)
|
8435
|
+
|
8436
|
+
|
8437
|
+
Started GET "/things" for 127.0.0.1 at 2014-08-26 09:17:23 +0100
|
8438
|
+
Processing by ThingsController#index as HTML
|
8439
|
+
[1m[35mThing Load (0.3ms)[0m SELECT "things".* FROM "things"
|
8440
|
+
Rendered things/index.html.erb within layouts/application (3.3ms)
|
8441
|
+
Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.3ms)
|
8442
|
+
|
8443
|
+
|
8444
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:17:24 +0100
|
8445
|
+
Served asset /application.css - 304 Not Modified (7ms)
|
8446
|
+
|
8447
|
+
|
8448
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:17:24 +0100
|
8449
|
+
Served asset /ominous/warnings.css - 304 Not Modified (0ms)
|
8450
|
+
|
8451
|
+
|
8452
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:17:24 +0100
|
8453
|
+
Served asset /scaffold.css - 304 Not Modified (0ms)
|
8454
|
+
|
8455
|
+
|
8456
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:17:24 +0100
|
8457
|
+
Served asset /things.css - 304 Not Modified (29ms)
|
8458
|
+
|
8459
|
+
|
8460
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:17:24 +0100
|
8461
|
+
Served asset /jquery.js - 304 Not Modified (13ms)
|
8462
|
+
|
8463
|
+
|
8464
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:17:24 +0100
|
8465
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
8466
|
+
|
8467
|
+
|
8468
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:17:24 +0100
|
8469
|
+
Served asset /ominous/warnings.js - 304 Not Modified (0ms)
|
8470
|
+
|
8471
|
+
|
8472
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:17:24 +0100
|
8473
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
8474
|
+
|
8475
|
+
|
8476
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:17:24 +0100
|
8477
|
+
Served asset /application.js - 304 Not Modified (27ms)
|
8478
|
+
|
8479
|
+
|
8480
|
+
Started GET "/things" for 127.0.0.1 at 2014-08-26 09:17:48 +0100
|
8481
|
+
Processing by ThingsController#index as HTML
|
8482
|
+
[1m[36mThing Load (0.3ms)[0m [1mSELECT "things".* FROM "things" [0m
|
8483
|
+
Rendered things/index.html.erb within layouts/application (9.1ms)
|
8484
|
+
Completed 200 OK in 31ms (Views: 27.2ms | ActiveRecord: 0.3ms)
|
8485
|
+
|
8486
|
+
|
8487
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:17:48 +0100
|
8488
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
8489
|
+
|
8490
|
+
|
8491
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:17:48 +0100
|
8492
|
+
Served asset /ominous/warnings.css - 304 Not Modified (9ms)
|
8493
|
+
|
8494
|
+
|
8495
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:17:48 +0100
|
8496
|
+
Served asset /scaffold.css - 304 Not Modified (2ms)
|
8497
|
+
|
8498
|
+
|
8499
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:17:48 +0100
|
8500
|
+
Served asset /things.css - 304 Not Modified (8ms)
|
8501
|
+
|
8502
|
+
|
8503
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:17:48 +0100
|
8504
|
+
Served asset /jquery.js - 304 Not Modified (39ms)
|
8505
|
+
|
8506
|
+
|
8507
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:17:48 +0100
|
8508
|
+
Served asset /jquery_ujs.js - 304 Not Modified (30ms)
|
8509
|
+
|
8510
|
+
|
8511
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:17:48 +0100
|
8512
|
+
Served asset /ominous/warnings.js - 304 Not Modified (0ms)
|
8513
|
+
|
8514
|
+
|
8515
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:17:48 +0100
|
8516
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
8517
|
+
|
8518
|
+
|
8519
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:17:48 +0100
|
8520
|
+
Served asset /application.js - 304 Not Modified (6ms)
|
8521
|
+
|
8522
|
+
|
8523
|
+
Started GET "/things" for 127.0.0.1 at 2014-08-26 09:18:10 +0100
|
8524
|
+
Processing by ThingsController#index as HTML
|
8525
|
+
[1m[35mThing Load (0.3ms)[0m SELECT "things".* FROM "things"
|
8526
|
+
Rendered things/index.html.erb within layouts/application (5.2ms)
|
8527
|
+
Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.3ms)
|
8528
|
+
|
8529
|
+
|
8530
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:18:11 +0100
|
8531
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
8532
|
+
|
8533
|
+
|
8534
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:18:11 +0100
|
8535
|
+
Served asset /ominous/warnings.css - 304 Not Modified (3ms)
|
8536
|
+
|
8537
|
+
|
8538
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:18:11 +0100
|
8539
|
+
Served asset /scaffold.css - 304 Not Modified (0ms)
|
8540
|
+
|
8541
|
+
|
8542
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:18:11 +0100
|
8543
|
+
Served asset /things.css - 304 Not Modified (0ms)
|
8544
|
+
|
8545
|
+
|
8546
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:18:11 +0100
|
8547
|
+
Served asset /jquery.js - 304 Not Modified (4ms)
|
8548
|
+
|
8549
|
+
|
8550
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:18:11 +0100
|
8551
|
+
Served asset /jquery_ujs.js - 304 Not Modified (7ms)
|
8552
|
+
|
8553
|
+
|
8554
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:18:11 +0100
|
8555
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
8556
|
+
|
8557
|
+
|
8558
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:18:11 +0100
|
8559
|
+
Served asset /application.js - 304 Not Modified (7ms)
|
8560
|
+
|
8561
|
+
|
8562
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:18:11 +0100
|
8563
|
+
Served asset /ominous/warnings.js - 304 Not Modified (0ms)
|
8564
|
+
|
8565
|
+
|
8566
|
+
Started GET "/" for 10.0.2.2 at 2014-08-26 09:19:12 +0100
|
8567
|
+
Processing by ThingsController#index as HTML
|
8568
|
+
[1m[36mThing Load (0.3ms)[0m [1mSELECT "things".* FROM "things" [0m
|
8569
|
+
Rendered things/index.html.erb within layouts/application (1.3ms)
|
8570
|
+
Completed 500 Internal Server Error in 34ms
|
8571
|
+
|
8572
|
+
ActionView::Template::Error (undefined method `empty?' for nil:NilClass):
|
8573
|
+
13:
|
8574
|
+
14: <div>
|
8575
|
+
15: <h2>Ominous Warning session data</h2>
|
8576
|
+
16: <% if session[:ominous_warnings].empty? %>
|
8577
|
+
17: none
|
8578
|
+
18: <% else %>
|
8579
|
+
19: <ul>
|
8580
|
+
app/views/layouts/application.html.erb:16:in `_app_views_layouts_application_html_erb___570594728__624200248'
|
8581
|
+
|
8582
|
+
|
8583
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p547@ominous/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
|
8584
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p547@ominous/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
|
8585
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p547@ominous/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (22.9ms)
|
8586
|
+
|
8587
|
+
|
8588
|
+
Started GET "/" for 10.0.2.2 at 2014-08-26 09:20:27 +0100
|
8589
|
+
Processing by ThingsController#index as HTML
|
8590
|
+
[1m[35mThing Load (0.3ms)[0m SELECT "things".* FROM "things"
|
8591
|
+
Rendered things/index.html.erb within layouts/application (1.0ms)
|
8592
|
+
Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.3ms)
|
8593
|
+
|
8594
|
+
|
8595
|
+
Started GET "/assets/application.css?body=1" for 10.0.2.2 at 2014-08-26 09:20:32 +0100
|
8596
|
+
Served asset /application.css - 200 OK (1ms)
|
8597
|
+
|
8598
|
+
|
8599
|
+
Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-08-26 09:20:37 +0100
|
8600
|
+
Served asset /jquery.js - 200 OK (2ms)
|
8601
|
+
|
8602
|
+
|
8603
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 10.0.2.2 at 2014-08-26 09:20:37 +0100
|
8604
|
+
Served asset /ominous/warnings.css - 200 OK (0ms)
|
8605
|
+
|
8606
|
+
|
8607
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-08-26 09:20:37 +0100
|
8608
|
+
Served asset /jquery_ujs.js - 200 OK (0ms)
|
8609
|
+
|
8610
|
+
|
8611
|
+
Started GET "/assets/scaffold.css?body=1" for 10.0.2.2 at 2014-08-26 09:20:37 +0100
|
8612
|
+
Served asset /scaffold.css - 200 OK (0ms)
|
8613
|
+
|
8614
|
+
|
8615
|
+
Started GET "/assets/things.css?body=1" for 10.0.2.2 at 2014-08-26 09:20:37 +0100
|
8616
|
+
Served asset /things.css - 200 OK (0ms)
|
8617
|
+
|
8618
|
+
|
8619
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 10.0.2.2 at 2014-08-26 09:20:38 +0100
|
8620
|
+
Served asset /ominous/warnings.js - 200 OK (0ms)
|
8621
|
+
|
8622
|
+
|
8623
|
+
Started GET "/assets/things.js?body=1" for 10.0.2.2 at 2014-08-26 09:20:38 +0100
|
8624
|
+
Served asset /things.js - 200 OK (0ms)
|
8625
|
+
|
8626
|
+
|
8627
|
+
Started GET "/assets/application.js?body=1" for 10.0.2.2 at 2014-08-26 09:20:38 +0100
|
8628
|
+
Served asset /application.js - 200 OK (10ms)
|
8629
|
+
|
8630
|
+
|
8631
|
+
Started GET "/things/1" for 10.0.2.2 at 2014-08-26 09:20:47 +0100
|
8632
|
+
Processing by ThingsController#show as HTML
|
8633
|
+
Parameters: {"id"=>"1"}
|
8634
|
+
[1m[36mThing Load (1.2ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", "1"]]
|
8635
|
+
[1m[35mOminous::Warning Exists (0.3ms)[0m SELECT 1 AS one FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1
|
8636
|
+
[1m[36mOminous::Warning Load (0.3ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1[0m
|
8637
|
+
[1m[35mOminous::Closer Load (0.5ms)[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
|
8638
|
+
Rendered /home/rob/web/ominous/app/views/ominous/warnings/_list.html.erb (4.3ms)
|
8639
|
+
Rendered things/show.html.erb within layouts/application (7.7ms)
|
8640
|
+
Completed 200 OK in 39ms (Views: 33.3ms | ActiveRecord: 2.2ms)
|
8641
|
+
|
8642
|
+
|
8643
|
+
Started PUT "/ominous/warnings/1/dismiss" for 10.0.2.2 at 2014-08-26 09:20:59 +0100
|
8644
|
+
Processing by Ominous::WarningsController#dismiss as */*
|
8645
|
+
Parameters: {"id"=>"1"}
|
8646
|
+
[1m[36mOminous::Warning Load (0.4ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1[0m [["id", "1"]]
|
8647
|
+
Rendered text template (0.0ms)
|
8648
|
+
Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.4ms)
|
8649
|
+
|
8650
|
+
|
8651
|
+
Started GET "/things" for 10.0.2.2 at 2014-08-26 09:21:01 +0100
|
8652
|
+
Processing by ThingsController#index as HTML
|
8653
|
+
[1m[35mThing Load (0.3ms)[0m SELECT "things".* FROM "things"
|
8654
|
+
Rendered things/index.html.erb within layouts/application (1.1ms)
|
8655
|
+
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.3ms)
|
8656
|
+
|
8657
|
+
|
8658
|
+
Started GET "/things/1" for 10.0.2.2 at 2014-08-26 09:21:11 +0100
|
8659
|
+
Processing by ThingsController#show as HTML
|
8660
|
+
Parameters: {"id"=>"1"}
|
8661
|
+
[1m[36mThing Load (0.3ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", "1"]]
|
8662
|
+
[1m[35mOminous::Warning Exists (0.6ms)[0m SELECT 1 AS one FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1
|
8663
|
+
Rendered things/show.html.erb within layouts/application (0.7ms)
|
8664
|
+
Completed 200 OK in 19ms (Views: 14.2ms | ActiveRecord: 0.9ms)
|
8665
|
+
|
8666
|
+
|
8667
|
+
Started GET "/things" for 10.0.2.2 at 2014-08-26 09:21:24 +0100
|
8668
|
+
Processing by ThingsController#index as HTML
|
8669
|
+
[1m[36mThing Load (0.3ms)[0m [1mSELECT "things".* FROM "things" [0m
|
8670
|
+
Rendered things/index.html.erb within layouts/application (1.2ms)
|
8671
|
+
Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.3ms)
|
8672
|
+
|
8673
|
+
|
8674
|
+
Started GET "/things" for 127.0.0.1 at 2014-08-26 09:52:36 +0100
|
8675
|
+
Connecting to database specified by database.yml
|
8676
|
+
Processing by ThingsController#index as HTML
|
8677
|
+
[1m[36mThing Load (3.4ms)[0m [1mSELECT "things".* FROM "things" [0m
|
8678
|
+
Rendered things/index.html.erb within layouts/application (10.1ms)
|
8679
|
+
Completed 200 OK in 261ms (Views: 157.5ms | ActiveRecord: 10.0ms)
|
8680
|
+
|
8681
|
+
|
8682
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:52:37 +0100
|
8683
|
+
Served asset /application.css - 304 Not Modified (21ms)
|
8684
|
+
|
8685
|
+
|
8686
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:52:37 +0100
|
8687
|
+
Served asset /ominous/warnings.css - 304 Not Modified (21ms)
|
8688
|
+
|
8689
|
+
|
8690
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:52:37 +0100
|
8691
|
+
Served asset /scaffold.css - 304 Not Modified (13ms)
|
8692
|
+
|
8693
|
+
|
8694
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:52:38 +0100
|
8695
|
+
Served asset /things.css - 304 Not Modified (11ms)
|
8696
|
+
|
8697
|
+
|
8698
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:52:38 +0100
|
8699
|
+
Served asset /jquery.js - 304 Not Modified (54ms)
|
8700
|
+
|
8701
|
+
|
8702
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:52:38 +0100
|
8703
|
+
Served asset /jquery_ujs.js - 304 Not Modified (31ms)
|
8704
|
+
|
8705
|
+
|
8706
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:52:38 +0100
|
8707
|
+
Served asset /ominous/warnings.js - 304 Not Modified (10ms)
|
8708
|
+
|
8709
|
+
|
8710
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:52:38 +0100
|
8711
|
+
Served asset /things.js - 304 Not Modified (1ms)
|
8712
|
+
|
8713
|
+
|
8714
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:52:38 +0100
|
8715
|
+
Served asset /application.js - 304 Not Modified (91ms)
|
8716
|
+
|
8717
|
+
|
8718
|
+
Started GET "/things/1" for 127.0.0.1 at 2014-08-26 09:52:44 +0100
|
8719
|
+
Processing by ThingsController#show as HTML
|
8720
|
+
Parameters: {"id"=>"1"}
|
8721
|
+
[1m[35mThing Load (5.5ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", "1"]]
|
8722
|
+
[1m[36mOminous::Warning Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1[0m
|
8723
|
+
[1m[35mOminous::Warning Load (0.4ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1
|
8724
|
+
[1m[36mOminous::Closer Load (0.5ms)[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
|
8725
|
+
Rendered /home/rob/web/ominous/app/views/ominous/warnings/_list.html.erb (229.4ms)
|
8726
|
+
Rendered things/show.html.erb within layouts/application (306.1ms)
|
8727
|
+
Completed 200 OK in 533ms (Views: 317.3ms | ActiveRecord: 12.4ms)
|
8728
|
+
|
8729
|
+
|
8730
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:52:45 +0100
|
8731
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
8732
|
+
|
8733
|
+
|
8734
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:52:45 +0100
|
8735
|
+
Served asset /ominous/warnings.css - 304 Not Modified (0ms)
|
8736
|
+
|
8737
|
+
|
8738
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:52:45 +0100
|
8739
|
+
Served asset /jquery.js - 304 Not Modified (15ms)
|
8740
|
+
|
8741
|
+
|
8742
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:52:45 +0100
|
8743
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
8744
|
+
|
8745
|
+
|
8746
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:52:45 +0100
|
8747
|
+
Served asset /things.css - 304 Not Modified (0ms)
|
8748
|
+
|
8749
|
+
|
8750
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:52:45 +0100
|
8751
|
+
Served asset /scaffold.css - 304 Not Modified (0ms)
|
8752
|
+
|
8753
|
+
|
8754
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:52:45 +0100
|
8755
|
+
Served asset /ominous/warnings.js - 304 Not Modified (3ms)
|
8756
|
+
|
8757
|
+
|
8758
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:52:45 +0100
|
8759
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
8760
|
+
|
8761
|
+
|
8762
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:52:45 +0100
|
8763
|
+
Served asset /application.js - 304 Not Modified (11ms)
|
8764
|
+
|
8765
|
+
|
8766
|
+
Started GET "/things/1" for 127.0.0.1 at 2014-08-26 09:53:17 +0100
|
8767
|
+
Processing by ThingsController#show as HTML
|
8768
|
+
Parameters: {"id"=>"1"}
|
8769
|
+
[1m[35mThing Load (0.3ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", "1"]]
|
8770
|
+
[1m[36mOminous::Warning Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1[0m
|
8771
|
+
[1m[35mOminous::Warning Load (0.2ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1
|
8772
|
+
[1m[36mOminous::Closer Load (8.5ms)[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
|
8773
|
+
Rendered /home/rob/web/ominous/app/views/ominous/warnings/_list.html.erb (147.4ms)
|
8774
|
+
Rendered things/show.html.erb within layouts/application (173.0ms)
|
8775
|
+
Completed 200 OK in 303ms (Views: 230.0ms | ActiveRecord: 15.8ms)
|
8776
|
+
|
8777
|
+
|
8778
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:53:18 +0100
|
8779
|
+
Served asset /application.css - 304 Not Modified (1ms)
|
8780
|
+
|
8781
|
+
|
8782
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:53:18 +0100
|
8783
|
+
Served asset /ominous/warnings.css - 304 Not Modified (0ms)
|
8784
|
+
|
8785
|
+
|
8786
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:53:18 +0100
|
8787
|
+
Served asset /scaffold.css - 304 Not Modified (0ms)
|
8788
|
+
|
8789
|
+
|
8790
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:53:18 +0100
|
8791
|
+
Served asset /things.css - 304 Not Modified (0ms)
|
8792
|
+
|
8793
|
+
|
8794
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:53:18 +0100
|
8795
|
+
Served asset /jquery.js - 304 Not Modified (19ms)
|
8796
|
+
|
8797
|
+
|
8798
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:53:18 +0100
|
8799
|
+
Served asset /jquery_ujs.js - 304 Not Modified (3ms)
|
8800
|
+
|
8801
|
+
|
8802
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:53:18 +0100
|
8803
|
+
Served asset /ominous/warnings.js - 304 Not Modified (0ms)
|
8804
|
+
|
8805
|
+
|
8806
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:53:18 +0100
|
8807
|
+
Served asset /things.js - 304 Not Modified (10ms)
|
8808
|
+
|
8809
|
+
|
8810
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:53:18 +0100
|
8811
|
+
Served asset /application.js - 304 Not Modified (19ms)
|
8812
|
+
|
8813
|
+
|
8814
|
+
Started GET "/things/1" for 127.0.0.1 at 2014-08-26 09:54:28 +0100
|
8815
|
+
Processing by ThingsController#show as HTML
|
8816
|
+
Parameters: {"id"=>"1"}
|
8817
|
+
[1m[35mThing Load (0.3ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", "1"]]
|
8818
|
+
[1m[36mOminous::Warning Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1[0m
|
8819
|
+
[1m[35mOminous::Warning Load (0.3ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1
|
8820
|
+
[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[0m
|
8821
|
+
Rendered /home/rob/web/ominous/app/views/ominous/warnings/_list.html.erb (59.2ms)
|
8822
|
+
Rendered things/show.html.erb within layouts/application (80.0ms)
|
8823
|
+
Completed 200 OK in 208ms (Views: 127.7ms | ActiveRecord: 3.5ms)
|
8824
|
+
|
8825
|
+
|
8826
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:54:29 +0100
|
8827
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
8828
|
+
|
8829
|
+
|
8830
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:54:29 +0100
|
8831
|
+
Served asset /ominous/warnings.css - 304 Not Modified (0ms)
|
8832
|
+
|
8833
|
+
|
8834
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:54:29 +0100
|
8835
|
+
Served asset /scaffold.css - 304 Not Modified (0ms)
|
8836
|
+
|
8837
|
+
|
8838
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:54:29 +0100
|
8839
|
+
Served asset /things.css - 304 Not Modified (0ms)
|
8840
|
+
|
8841
|
+
|
8842
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:54:29 +0100
|
8843
|
+
Served asset /jquery.js - 304 Not Modified (21ms)
|
8844
|
+
|
8845
|
+
|
8846
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:54:29 +0100
|
8847
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
8848
|
+
|
8849
|
+
|
8850
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:54:29 +0100
|
8851
|
+
Served asset /ominous/warnings.js - 304 Not Modified (15ms)
|
8852
|
+
|
8853
|
+
|
8854
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:54:29 +0100
|
8855
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
8856
|
+
|
8857
|
+
|
8858
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:54:29 +0100
|
8859
|
+
Served asset /application.js - 304 Not Modified (11ms)
|
8860
|
+
|
8861
|
+
|
8862
|
+
Started GET "/things/1" for 127.0.0.1 at 2014-08-26 09:55:21 +0100
|
8863
|
+
Processing by ThingsController#show as HTML
|
8864
|
+
Parameters: {"id"=>"1"}
|
8865
|
+
[1m[35mThing Load (0.4ms)[0m SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", "1"]]
|
8866
|
+
[1m[36mOminous::Warning Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1[0m
|
8867
|
+
[1m[35mOminous::Warning Load (4.4ms)[0m SELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1
|
8868
|
+
[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[0m
|
8869
|
+
Rendered /home/rob/web/ominous/app/views/ominous/warnings/_list.html.erb (96.4ms)
|
8870
|
+
Rendered things/show.html.erb within layouts/application (112.2ms)
|
8871
|
+
Completed 200 OK in 163ms (Views: 121.6ms | ActiveRecord: 9.8ms)
|
8872
|
+
|
8873
|
+
|
8874
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:55:21 +0100
|
8875
|
+
Served asset /application.css - 304 Not Modified (5ms)
|
8876
|
+
|
8877
|
+
|
8878
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:55:21 +0100
|
8879
|
+
Served asset /ominous/warnings.css - 304 Not Modified (0ms)
|
8880
|
+
|
8881
|
+
|
8882
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:55:22 +0100
|
8883
|
+
Served asset /scaffold.css - 304 Not Modified (0ms)
|
8884
|
+
|
8885
|
+
|
8886
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:55:22 +0100
|
8887
|
+
Served asset /things.css - 304 Not Modified (84ms)
|
8888
|
+
|
8889
|
+
|
8890
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:55:22 +0100
|
8891
|
+
Served asset /jquery.js - 304 Not Modified (15ms)
|
8892
|
+
|
8893
|
+
|
8894
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:55:22 +0100
|
8895
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
8896
|
+
|
8897
|
+
|
8898
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:55:22 +0100
|
8899
|
+
Served asset /ominous/warnings.js - 304 Not Modified (0ms)
|
8900
|
+
|
8901
|
+
|
8902
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:55:22 +0100
|
8903
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
8904
|
+
|
8905
|
+
|
8906
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:55:22 +0100
|
8907
|
+
Served asset /application.js - 304 Not Modified (10ms)
|
8908
|
+
|
8909
|
+
|
8910
|
+
Started GET "/things/1" for 127.0.0.1 at 2014-08-26 09:56:10 +0100
|
8911
|
+
Connecting to database specified by database.yml
|
8912
|
+
Processing by ThingsController#show as HTML
|
8913
|
+
Parameters: {"id"=>"1"}
|
8914
|
+
[1m[36mThing Load (0.4ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", "1"]]
|
8915
|
+
[1m[35mOminous::Warning Exists (0.2ms)[0m SELECT 1 AS one FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1
|
8916
|
+
[1m[36mOminous::Warning Load (0.4ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1[0m
|
8917
|
+
[1m[35mOminous::Closer Load (0.5ms)[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
|
8918
|
+
Rendered /home/rob/web/ominous/app/views/ominous/warnings/_list.html.erb (255.6ms)
|
8919
|
+
Rendered things/show.html.erb within layouts/application (332.8ms)
|
8920
|
+
Completed 200 OK in 713ms (Views: 536.8ms | ActiveRecord: 16.9ms)
|
8921
|
+
|
8922
|
+
|
8923
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:56:12 +0100
|
8924
|
+
Served asset /application.css - 304 Not Modified (56ms)
|
8925
|
+
|
8926
|
+
|
8927
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:56:12 +0100
|
8928
|
+
Served asset /ominous/warnings.css - 304 Not Modified (6ms)
|
8929
|
+
|
8930
|
+
|
8931
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:56:12 +0100
|
8932
|
+
Served asset /scaffold.css - 304 Not Modified (7ms)
|
8933
|
+
|
8934
|
+
|
8935
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:56:13 +0100
|
8936
|
+
Served asset /things.css - 304 Not Modified (6ms)
|
8937
|
+
|
8938
|
+
|
8939
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:56:13 +0100
|
8940
|
+
Served asset /jquery.js - 304 Not Modified (32ms)
|
8941
|
+
|
8942
|
+
|
8943
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:56:13 +0100
|
8944
|
+
Served asset /jquery_ujs.js - 304 Not Modified (55ms)
|
8945
|
+
|
8946
|
+
|
8947
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:56:13 +0100
|
8948
|
+
Served asset /things.js - 304 Not Modified (5ms)
|
8949
|
+
|
8950
|
+
|
8951
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:56:13 +0100
|
8952
|
+
Served asset /ominous/warnings.js - 304 Not Modified (6ms)
|
8953
|
+
|
8954
|
+
|
8955
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:56:13 +0100
|
8956
|
+
Served asset /application.js - 304 Not Modified (51ms)
|
8957
|
+
|
8958
|
+
|
8959
|
+
Started GET "/things/1" for 127.0.0.1 at 2014-08-26 09:57:08 +0100
|
8960
|
+
Processing by ThingsController#show as HTML
|
8961
|
+
Parameters: {"id"=>"1"}
|
8962
|
+
[1m[36mThing Load (3.3ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", "1"]]
|
8963
|
+
[1m[35mOminous::Warning Exists (0.5ms)[0m SELECT 1 AS one FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1
|
8964
|
+
[1m[36mOminous::Warning Load (0.4ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1[0m
|
8965
|
+
[1m[35mOminous::Closer Load (0.8ms)[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
|
8966
|
+
Rendered /home/rob/web/ominous/app/views/ominous/warnings/_list.html.erb (226.6ms)
|
8967
|
+
Rendered things/show.html.erb within layouts/application (252.4ms)
|
8968
|
+
Completed 200 OK in 409ms (Views: 329.7ms | ActiveRecord: 8.6ms)
|
8969
|
+
|
8970
|
+
|
8971
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:57:09 +0100
|
8972
|
+
Served asset /application.css - 304 Not Modified (4ms)
|
8973
|
+
|
8974
|
+
|
8975
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:57:09 +0100
|
8976
|
+
Served asset /ominous/warnings.css - 304 Not Modified (0ms)
|
8977
|
+
|
8978
|
+
|
8979
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:57:09 +0100
|
8980
|
+
Served asset /scaffold.css - 304 Not Modified (0ms)
|
8981
|
+
|
8982
|
+
|
8983
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:57:10 +0100
|
8984
|
+
Served asset /things.css - 304 Not Modified (93ms)
|
8985
|
+
|
8986
|
+
|
8987
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:57:10 +0100
|
8988
|
+
Served asset /jquery.js - 304 Not Modified (12ms)
|
8989
|
+
|
8990
|
+
|
8991
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:57:10 +0100
|
8992
|
+
Served asset /jquery_ujs.js - 304 Not Modified (5ms)
|
8993
|
+
|
8994
|
+
|
8995
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:57:10 +0100
|
8996
|
+
Served asset /application.js - 304 Not Modified (2ms)
|
8997
|
+
|
8998
|
+
|
8999
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:57:10 +0100
|
9000
|
+
Served asset /ominous/warnings.js - 304 Not Modified (0ms)
|
9001
|
+
|
9002
|
+
|
9003
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:57:10 +0100
|
9004
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
9005
|
+
|
9006
|
+
|
9007
|
+
Started GET "/things/1" for 127.0.0.1 at 2014-08-26 09:57:38 +0100
|
9008
|
+
Connecting to database specified by database.yml
|
9009
|
+
Processing by ThingsController#show as HTML
|
9010
|
+
Parameters: {"id"=>"1"}
|
9011
|
+
[1m[36mThing Load (0.2ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", "1"]]
|
9012
|
+
[1m[35mOminous::Warning Exists (0.3ms)[0m SELECT 1 AS one FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1
|
9013
|
+
[1m[36mOminous::Warning Load (0.3ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1[0m
|
9014
|
+
[1m[35mOminous::Closer Load (0.5ms)[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
|
9015
|
+
Rendered /home/rob/web/ominous/app/views/ominous/warnings/_list.html.erb (201.3ms)
|
9016
|
+
Rendered things/show.html.erb within layouts/application (222.9ms)
|
9017
|
+
Completed 200 OK in 512ms (Views: 378.1ms | ActiveRecord: 12.2ms)
|
9018
|
+
|
9019
|
+
|
9020
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:57:39 +0100
|
9021
|
+
Served asset /application.css - 304 Not Modified (13ms)
|
9022
|
+
|
9023
|
+
|
9024
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:57:39 +0100
|
9025
|
+
Served asset /ominous/warnings.css - 304 Not Modified (10ms)
|
9026
|
+
|
9027
|
+
|
9028
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:57:39 +0100
|
9029
|
+
Served asset /scaffold.css - 304 Not Modified (33ms)
|
9030
|
+
|
9031
|
+
|
9032
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:57:40 +0100
|
9033
|
+
Served asset /things.css - 304 Not Modified (13ms)
|
9034
|
+
|
9035
|
+
|
9036
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:57:40 +0100
|
9037
|
+
Served asset /jquery.js - 304 Not Modified (47ms)
|
9038
|
+
|
9039
|
+
|
9040
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:57:40 +0100
|
9041
|
+
Served asset /jquery_ujs.js - 304 Not Modified (12ms)
|
9042
|
+
|
9043
|
+
|
9044
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:57:40 +0100
|
9045
|
+
Served asset /ominous/warnings.js - 304 Not Modified (53ms)
|
9046
|
+
|
9047
|
+
|
9048
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:57:40 +0100
|
9049
|
+
Served asset /things.js - 304 Not Modified (17ms)
|
9050
|
+
|
9051
|
+
|
9052
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:57:40 +0100
|
9053
|
+
Served asset /application.js - 304 Not Modified (41ms)
|
9054
|
+
|
9055
|
+
|
9056
|
+
Started GET "/things/1" for 127.0.0.1 at 2014-08-26 09:58:37 +0100
|
9057
|
+
Connecting to database specified by database.yml
|
9058
|
+
Processing by ThingsController#show as HTML
|
9059
|
+
Parameters: {"id"=>"1"}
|
9060
|
+
[1m[36mThing Load (0.2ms)[0m [1mSELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1[0m [["id", "1"]]
|
9061
|
+
[1m[35mOminous::Warning Exists (0.3ms)[0m SELECT 1 AS one FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1
|
9062
|
+
[1m[36mOminous::Warning Load (4.0ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."name" = 'thing_alert' LIMIT 1[0m
|
9063
|
+
[1m[35mOminous::Closer Load (0.6ms)[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
|
9064
|
+
Rendered /home/rob/web/ominous/app/views/ominous/warnings/_list.html.erb (176.2ms)
|
9065
|
+
Rendered things/show.html.erb within layouts/application (202.5ms)
|
9066
|
+
Completed 200 OK in 521ms (Views: 378.4ms | ActiveRecord: 13.2ms)
|
9067
|
+
|
9068
|
+
|
9069
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:58:38 +0100
|
9070
|
+
Served asset /application.css - 304 Not Modified (109ms)
|
9071
|
+
|
9072
|
+
|
9073
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:58:39 +0100
|
9074
|
+
Served asset /ominous/warnings.css - 304 Not Modified (13ms)
|
9075
|
+
|
9076
|
+
|
9077
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:58:39 +0100
|
9078
|
+
Served asset /scaffold.css - 304 Not Modified (16ms)
|
9079
|
+
|
9080
|
+
|
9081
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:58:39 +0100
|
9082
|
+
Served asset /things.css - 304 Not Modified (1ms)
|
9083
|
+
|
9084
|
+
|
9085
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:58:39 +0100
|
9086
|
+
Served asset /jquery.js - 304 Not Modified (36ms)
|
9087
|
+
|
9088
|
+
|
9089
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:58:39 +0100
|
9090
|
+
Served asset /jquery_ujs.js - 304 Not Modified (112ms)
|
9091
|
+
|
9092
|
+
|
9093
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:58:39 +0100
|
9094
|
+
Served asset /ominous/warnings.js - 304 Not Modified (75ms)
|
9095
|
+
|
9096
|
+
|
9097
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:58:39 +0100
|
9098
|
+
Served asset /things.js - 304 Not Modified (1ms)
|
9099
|
+
|
9100
|
+
|
9101
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:58:39 +0100
|
9102
|
+
Served asset /application.js - 304 Not Modified (137ms)
|
9103
|
+
|
9104
|
+
|
9105
|
+
Started PUT "/ominous/warnings/1/dismiss" for 127.0.0.1 at 2014-08-26 09:58:53 +0100
|
9106
|
+
Processing by Ominous::WarningsController#dismiss as */*
|
9107
|
+
Parameters: {"id"=>"1"}
|
9108
|
+
[1m[36mOminous::Warning Load (0.3ms)[0m [1mSELECT "ominous_warnings".* FROM "ominous_warnings" WHERE "ominous_warnings"."id" = ? LIMIT 1[0m [["id", "1"]]
|
9109
|
+
Rendered text template (0.0ms)
|
9110
|
+
Completed 200 OK in 7ms (Views: 4.5ms | ActiveRecord: 0.3ms)
|
9111
|
+
|
9112
|
+
|
9113
|
+
Started GET "/things" for 127.0.0.1 at 2014-08-26 09:58:59 +0100
|
9114
|
+
Processing by ThingsController#index as HTML
|
9115
|
+
[1m[35mThing Load (0.6ms)[0m SELECT "things".* FROM "things"
|
9116
|
+
Rendered things/index.html.erb within layouts/application (6.4ms)
|
9117
|
+
Completed 200 OK in 40ms (Views: 32.1ms | ActiveRecord: 0.6ms)
|
9118
|
+
|
9119
|
+
|
9120
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-26 09:59:00 +0100
|
9121
|
+
Served asset /application.css - 304 Not Modified (3ms)
|
9122
|
+
|
9123
|
+
|
9124
|
+
Started GET "/assets/ominous/warnings.css?body=1" for 127.0.0.1 at 2014-08-26 09:59:00 +0100
|
9125
|
+
Served asset /ominous/warnings.css - 304 Not Modified (0ms)
|
9126
|
+
|
9127
|
+
|
9128
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-08-26 09:59:00 +0100
|
9129
|
+
Served asset /scaffold.css - 304 Not Modified (26ms)
|
9130
|
+
|
9131
|
+
|
9132
|
+
Started GET "/assets/things.css?body=1" for 127.0.0.1 at 2014-08-26 09:59:00 +0100
|
9133
|
+
Served asset /things.css - 304 Not Modified (0ms)
|
9134
|
+
|
9135
|
+
|
9136
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 09:59:00 +0100
|
9137
|
+
Served asset /jquery.js - 304 Not Modified (9ms)
|
9138
|
+
|
9139
|
+
|
9140
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 09:59:00 +0100
|
9141
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
9142
|
+
|
9143
|
+
|
9144
|
+
Started GET "/assets/ominous/warnings.js?body=1" for 127.0.0.1 at 2014-08-26 09:59:00 +0100
|
9145
|
+
Served asset /ominous/warnings.js - 304 Not Modified (0ms)
|
9146
|
+
|
9147
|
+
|
9148
|
+
Started GET "/assets/things.js?body=1" for 127.0.0.1 at 2014-08-26 09:59:00 +0100
|
9149
|
+
Served asset /things.js - 304 Not Modified (0ms)
|
9150
|
+
|
9151
|
+
|
9152
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-26 09:59:00 +0100
|
9153
|
+
Served asset /application.js - 304 Not Modified (61ms)
|
9154
|
+
Connecting to database specified by database.yml
|
9155
|
+
[1m[36m (2.4ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
9156
|
+
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
9157
|
+
[1m[36m (147.6ms)[0m [1mCREATE TABLE "ominous_closers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "url" varchar(255), "closure_method" varchar(30), "start_hidden" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "link_text" varchar(255), "message" text) [0m
|
9158
|
+
[1m[35m (171.3ms)[0m CREATE TABLE "ominous_warning_closers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "warning_id" integer, "closer_id" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
9159
|
+
[1m[36m (172.7ms)[0m [1mCREATE TABLE "ominous_warnings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar(255), "description" text) [0m
|
9160
|
+
[1m[35m (174.8ms)[0m CREATE TABLE "things" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "has_warning" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
9161
|
+
[1m[36m (171.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
9162
|
+
[1m[35m (180.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
9163
|
+
[1m[36m (1.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
9164
|
+
[1m[35m (209.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130131134024')
|
9165
|
+
[1m[36m (194.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130131134023')[0m
|
9166
|
+
[1m[35m (287.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130131134021')
|
9167
|
+
[1m[36m (275.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130131134020')[0m
|
9168
|
+
[1m[35m (278.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20121207090710')
|
9169
|
+
[1m[36m (170.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130131134022')[0m
|