status_cat 0.0.8
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 +7 -0
- data/MIT-LICENSE +20 -0
- data/README.md +161 -0
- data/Rakefile +31 -0
- data/app/assets/javascripts/status-cat/application.js +15 -0
- data/app/assets/stylesheets/status-cat/application.css +13 -0
- data/app/controllers/status_cat/status_controller.rb +26 -0
- data/app/helpers/status_cat/status_helper.rb +105 -0
- data/app/mailers/status_cat/status_mailer.rb +12 -0
- data/app/views/status_cat/status/index.html.erb +4 -0
- data/app/views/status_cat/status_mailer/failure.html.erb +9 -0
- data/app/views/status_cat/status_mailer/failure.text.erb +1 -0
- data/config/locales/en.yml +7 -0
- data/config/routes.rb +4 -0
- data/lib/status_cat/checkers/action_mailer.rb +31 -0
- data/lib/status_cat/checkers/active_record.rb +24 -0
- data/lib/status_cat/checkers/base.rb +36 -0
- data/lib/status_cat/checkers/delayed_job.rb +28 -0
- data/lib/status_cat/checkers/s3.rb +17 -0
- data/lib/status_cat/checkers/stripe.rb +19 -0
- data/lib/status_cat/config.rb +33 -0
- data/lib/status_cat/engine.rb +5 -0
- data/lib/status_cat/status.rb +37 -0
- data/lib/status_cat/version.rb +3 -0
- data/lib/status_cat.rb +22 -0
- data/lib/tasks/status_cat.rake +14 -0
- data/spec/controllers/status_cat/status_controller_spec.rb +36 -0
- data/spec/coverage_spec.rb +22 -0
- data/spec/data/report.txt +10 -0
- data/spec/data/report.txt.tmp +10 -0
- data/spec/data/status_report_format.txt +1 -0
- data/spec/data/status_report_format.txt.tmp +1 -0
- data/spec/dummy/README.rdoc +261 -0
- data/spec/dummy/Rakefile +7 -0
- data/spec/dummy/app/assets/javascripts/application.js +15 -0
- data/spec/dummy/app/assets/stylesheets/application.css +13 -0
- data/spec/dummy/app/checkers/dummy.rb +10 -0
- data/spec/dummy/app/controllers/application_controller.rb +10 -0
- data/spec/dummy/app/controllers/root_controller.rb +20 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/views/layouts/admin.html.erb +14 -0
- data/spec/dummy/app/views/layouts/application.html.erb +14 -0
- data/spec/dummy/app/views/root/index.html.erb +8 -0
- data/spec/dummy/app/views/root/mail.html.erb +1 -0
- data/spec/dummy/config/application.rb +54 -0
- data/spec/dummy/config/boot.rb +10 -0
- data/spec/dummy/config/database.yml +25 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +32 -0
- data/spec/dummy/config/environments/production.rb +69 -0
- data/spec/dummy/config/environments/test.rb +33 -0
- data/spec/dummy/config/initializers/action_mailer.rb +16 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/inflections.rb +15 -0
- data/spec/dummy/config/initializers/mime_types.rb +5 -0
- data/spec/dummy/config/initializers/secret_token.rb +7 -0
- data/spec/dummy/config/initializers/session_store.rb +8 -0
- data/spec/dummy/config/initializers/status_cat.rb +17 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +5 -0
- data/spec/dummy/config/passwords.yml +5 -0
- data/spec/dummy/config/passwords.yml.sample +5 -0
- data/spec/dummy/config/routes.rb +11 -0
- data/spec/dummy/config.ru +4 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/production.sqlite3 +0 -0
- data/spec/dummy/db/schema.rb +16 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +889 -0
- data/spec/dummy/log/test.log +2474 -0
- data/spec/dummy/public/404.html +26 -0
- data/spec/dummy/public/422.html +26 -0
- data/spec/dummy/public/500.html +25 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/script/rails +6 -0
- data/spec/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/D03/1A0/sprockets%2F9007913fce90a3c1766dc0d8282bd10b +0 -0
- data/spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/D37/670/sprockets%2Fe230d6e60a0226de8748d1e26ee741cb +0 -0
- data/spec/dummy/tmp/cache/assets/D3D/4E0/sprockets%2F999ebb6862b2b7ca1b20b765f12704ed +0 -0
- data/spec/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/DCB/210/sprockets%2Fdf0a443455a9d359be2e931ba70ecdfe +0 -0
- data/spec/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/0891c389c9f47b48b695b65602d93a57 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/0edf8c53de2ee6fe74108f1ecc87e457 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/264f02aaf3a74cd5a91b5575c69b784a +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/31c22cfbb3b5f7f9e1e9a013997ad8aa +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/400d7aa6ca317151fe36fc9f02ccfc4e +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/40da66d7323888023264d2f06b7525d4 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/4bddf542ba5114155847240380cf6e7c +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/572759e0267736e8961ff1fad85cfe47 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/6cec2a8a17b78e61daecff44044e1179 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/952a706f512b208187110eff045a0e66 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/c7d1ab26b0b22ab011a9d30f44014f06 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/f1ebb0ab4631911fbbdf496685d8b7a0 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy/tmp/pids/server.pid +1 -0
- data/spec/helpers/status_cat/status_helper_spec.rb +101 -0
- data/spec/lib/status_cat/checkers/action_mailer_spec.rb +72 -0
- data/spec/lib/status_cat/checkers/active_record_spec.rb +45 -0
- data/spec/lib/status_cat/checkers/base_spec.rb +56 -0
- data/spec/lib/status_cat/checkers/delayed_job_spec.rb +15 -0
- data/spec/lib/status_cat/checkers/s3_spec.rb +15 -0
- data/spec/lib/status_cat/checkers/stripe_spec.rb +15 -0
- data/spec/lib/status_cat/config_spec.rb +133 -0
- data/spec/lib/status_cat/engine_spec.rb +9 -0
- data/spec/lib/status_cat/status_spec.rb +120 -0
- data/spec/lib/status_cat/version_spec.rb +11 -0
- data/spec/lib/status_cat_spec.rb +21 -0
- data/spec/lib/tasks/status_cat.rake_spec.rb +32 -0
- data/spec/mailers/status_cat/status_mailer_spec.rb +38 -0
- data/spec/spec_helper.rb +50 -0
- data/spec/support/shared/checker.rb +25 -0
- data/spec/views/status_cat/status/index.html.erb_spec.rb +25 -0
- data/spec/views/status_cat/status_mailer/failure.html.erb_spec.rb +16 -0
- data/spec/views/status_cat/status_mailer/failure.text.erb_spec.rb +15 -0
- metadata +373 -0
|
@@ -0,0 +1,2474 @@
|
|
|
1
|
+
[1m[36m (1.0ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
3
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
4
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
5
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
6
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
7
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
8
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
9
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
10
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
11
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
12
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
13
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
14
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
15
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
16
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
17
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
18
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
19
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
20
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
21
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
22
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
23
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
24
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
25
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (19.6ms)
|
|
26
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.7ms)
|
|
27
|
+
|
|
28
|
+
Sent mail to ops@schrodingersbox.com (25.0ms)
|
|
29
|
+
Date: Wed, 28 Aug 2013 12:21:48 -0700
|
|
30
|
+
From: ops@schrodingersbox.com
|
|
31
|
+
To: ops@schrodingersbox.com
|
|
32
|
+
Message-ID: <521e4dcca758d_be673fc28d8606d445029@shakezula.local.mail>
|
|
33
|
+
Subject: TEST StatusCat Failure
|
|
34
|
+
Mime-Version: 1.0
|
|
35
|
+
Content-Type: multipart/alternative;
|
|
36
|
+
boundary="--==_mimepart_521e4dcca2f60_be673fc28d8606d44494f";
|
|
37
|
+
charset=UTF-8
|
|
38
|
+
Content-Transfer-Encoding: 7bit
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
----==_mimepart_521e4dcca2f60_be673fc28d8606d44494f
|
|
42
|
+
Content-Type: text/plain;
|
|
43
|
+
charset=UTF-8
|
|
44
|
+
Content-Transfer-Encoding: 7bit
|
|
45
|
+
|
|
46
|
+
----------------------
|
|
47
|
+
Name | Value | Status
|
|
48
|
+
----------------------
|
|
49
|
+
base | | OK
|
|
50
|
+
----------------------
|
|
51
|
+
|
|
52
|
+
----==_mimepart_521e4dcca2f60_be673fc28d8606d44494f
|
|
53
|
+
Content-Type: text/html;
|
|
54
|
+
charset=UTF-8
|
|
55
|
+
Content-Transfer-Encoding: 7bit
|
|
56
|
+
|
|
57
|
+
<!DOCTYPE html>
|
|
58
|
+
<html>
|
|
59
|
+
<head>
|
|
60
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
61
|
+
</head>
|
|
62
|
+
<body>
|
|
63
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
64
|
+
</body>
|
|
65
|
+
</html>
|
|
66
|
+
----==_mimepart_521e4dcca2f60_be673fc28d8606d44494f--
|
|
67
|
+
|
|
68
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
69
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
70
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
71
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/application (0.3ms)
|
|
72
|
+
Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.2ms)
|
|
73
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
74
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
75
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
76
|
+
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.2ms)
|
|
77
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
78
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
79
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
80
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
81
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
82
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
83
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
84
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
85
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
86
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
87
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
88
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
89
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
90
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
91
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
92
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
93
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
94
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
95
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
96
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
97
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
98
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
99
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
100
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
101
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
102
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
103
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
104
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
105
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
106
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
107
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
108
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
109
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
110
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
111
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
112
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
113
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
114
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
115
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
116
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
117
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
118
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
119
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
120
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
121
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
122
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
123
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
124
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
125
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
126
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
127
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
128
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
129
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb (12.1ms)
|
|
130
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
131
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
132
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
133
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
134
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
135
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
136
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
137
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
138
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
139
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
140
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
141
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
142
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
143
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
144
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
145
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
146
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
147
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
148
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
149
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
150
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
151
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
152
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
153
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
154
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
155
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
156
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
157
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
158
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
159
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
160
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
161
|
+
Completed 200 OK in 45ms (Views: 42.9ms | ActiveRecord: 0.2ms)
|
|
162
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
163
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
164
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
165
|
+
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.2ms)
|
|
166
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
167
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
168
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
169
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
170
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
171
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
172
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
173
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
174
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
175
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
176
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
177
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
178
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
179
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
180
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
181
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
182
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
183
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
184
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
185
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
186
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
187
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
188
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
189
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
190
|
+
|
|
191
|
+
Sent mail to ops@schrodingersbox.com (14.7ms)
|
|
192
|
+
Date: Wed, 28 Aug 2013 12:24:42 -0700
|
|
193
|
+
From: ops@schrodingersbox.com
|
|
194
|
+
To: ops@schrodingersbox.com
|
|
195
|
+
Message-ID: <521e4e7a868e2_beb33ff2084606d894547@shakezula.local.mail>
|
|
196
|
+
Subject: TEST StatusCat Failure
|
|
197
|
+
Mime-Version: 1.0
|
|
198
|
+
Content-Type: multipart/alternative;
|
|
199
|
+
boundary="--==_mimepart_521e4e7a84484_beb33ff2084606d8944e3";
|
|
200
|
+
charset=UTF-8
|
|
201
|
+
Content-Transfer-Encoding: 7bit
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
----==_mimepart_521e4e7a84484_beb33ff2084606d8944e3
|
|
205
|
+
Content-Type: text/plain;
|
|
206
|
+
charset=UTF-8
|
|
207
|
+
Content-Transfer-Encoding: 7bit
|
|
208
|
+
|
|
209
|
+
----------------------
|
|
210
|
+
Name | Value | Status
|
|
211
|
+
----------------------
|
|
212
|
+
base | | OK
|
|
213
|
+
----------------------
|
|
214
|
+
|
|
215
|
+
----==_mimepart_521e4e7a84484_beb33ff2084606d8944e3
|
|
216
|
+
Content-Type: text/html;
|
|
217
|
+
charset=UTF-8
|
|
218
|
+
Content-Transfer-Encoding: 7bit
|
|
219
|
+
|
|
220
|
+
<!DOCTYPE html>
|
|
221
|
+
<html>
|
|
222
|
+
<head>
|
|
223
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
224
|
+
</head>
|
|
225
|
+
<body>
|
|
226
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
227
|
+
</body>
|
|
228
|
+
</html>
|
|
229
|
+
----==_mimepart_521e4e7a84484_beb33ff2084606d8944e3--
|
|
230
|
+
|
|
231
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
232
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
233
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
234
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
235
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
236
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
237
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
238
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
239
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
240
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
241
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
242
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
243
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
244
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
245
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
246
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
247
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb (9.1ms)
|
|
248
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
249
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
250
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
251
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
252
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
253
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
254
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
255
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
256
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
257
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
258
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
259
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
260
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
261
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
262
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
263
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
264
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
265
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
266
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
267
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
268
|
+
|
|
269
|
+
Sent mail to ops@schrodingersbox.com (16.4ms)
|
|
270
|
+
Date: Wed, 28 Aug 2013 12:31:01 -0700
|
|
271
|
+
From: ops@schrodingersbox.com
|
|
272
|
+
To: ops@schrodingersbox.com
|
|
273
|
+
Message-ID: <521e4ff56443d_bf0b3ff9ad0606d03765a@shakezula.local.mail>
|
|
274
|
+
Subject: TEST StatusCat Failure
|
|
275
|
+
Mime-Version: 1.0
|
|
276
|
+
Content-Type: multipart/alternative;
|
|
277
|
+
boundary="--==_mimepart_521e4ff5609f7_bf0b3ff9ad0606d0375dd";
|
|
278
|
+
charset=UTF-8
|
|
279
|
+
Content-Transfer-Encoding: 7bit
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
----==_mimepart_521e4ff5609f7_bf0b3ff9ad0606d0375dd
|
|
283
|
+
Content-Type: text/plain;
|
|
284
|
+
charset=UTF-8
|
|
285
|
+
Content-Transfer-Encoding: 7bit
|
|
286
|
+
|
|
287
|
+
----------------------
|
|
288
|
+
Name | Value | Status
|
|
289
|
+
----------------------
|
|
290
|
+
base | | OK
|
|
291
|
+
----------------------
|
|
292
|
+
|
|
293
|
+
----==_mimepart_521e4ff5609f7_bf0b3ff9ad0606d0375dd
|
|
294
|
+
Content-Type: text/html;
|
|
295
|
+
charset=UTF-8
|
|
296
|
+
Content-Transfer-Encoding: 7bit
|
|
297
|
+
|
|
298
|
+
<!DOCTYPE html>
|
|
299
|
+
<html>
|
|
300
|
+
<head>
|
|
301
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
302
|
+
</head>
|
|
303
|
+
<body>
|
|
304
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
305
|
+
</body>
|
|
306
|
+
</html>
|
|
307
|
+
----==_mimepart_521e4ff5609f7_bf0b3ff9ad0606d0375dd--
|
|
308
|
+
|
|
309
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
310
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
311
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
312
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
313
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
314
|
+
Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.2ms)
|
|
315
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
316
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
317
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
318
|
+
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.2ms)
|
|
319
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
320
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
321
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
322
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
323
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
324
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
325
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
326
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
327
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
328
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
329
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
330
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
331
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
332
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
333
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
334
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
335
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
336
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
337
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
338
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
339
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
340
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
341
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
342
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
343
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
344
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
345
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
346
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
347
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
348
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
349
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
350
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
351
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
352
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
353
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
354
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
355
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
356
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
357
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
358
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
359
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
360
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
361
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
362
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
363
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
364
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
365
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (2.0ms)
|
|
366
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
367
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
368
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
369
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
370
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
371
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
372
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
373
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
374
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
375
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
376
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
377
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
378
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
379
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
380
|
+
|
|
381
|
+
Sent mail to ops@schrodingersbox.com (19.6ms)
|
|
382
|
+
Date: Wed, 28 Aug 2013 12:35:07 -0700
|
|
383
|
+
From: ops@schrodingersbox.com
|
|
384
|
+
To: ops@schrodingersbox.com
|
|
385
|
+
Message-ID: <521e50ebb0cec_bf703ffa184606d43158@shakezula.local.mail>
|
|
386
|
+
Subject: TEST StatusCat Failure
|
|
387
|
+
Mime-Version: 1.0
|
|
388
|
+
Content-Type: multipart/alternative;
|
|
389
|
+
boundary="--==_mimepart_521e50ebad4d0_bf703ffa184606d431413";
|
|
390
|
+
charset=UTF-8
|
|
391
|
+
Content-Transfer-Encoding: 7bit
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
----==_mimepart_521e50ebad4d0_bf703ffa184606d431413
|
|
395
|
+
Content-Type: text/plain;
|
|
396
|
+
charset=UTF-8
|
|
397
|
+
Content-Transfer-Encoding: 7bit
|
|
398
|
+
|
|
399
|
+
----------------------
|
|
400
|
+
Name | Value | Status
|
|
401
|
+
----------------------
|
|
402
|
+
base | | OK
|
|
403
|
+
----------------------
|
|
404
|
+
|
|
405
|
+
----==_mimepart_521e50ebad4d0_bf703ffa184606d431413
|
|
406
|
+
Content-Type: text/html;
|
|
407
|
+
charset=UTF-8
|
|
408
|
+
Content-Transfer-Encoding: 7bit
|
|
409
|
+
|
|
410
|
+
<!DOCTYPE html>
|
|
411
|
+
<html>
|
|
412
|
+
<head>
|
|
413
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
414
|
+
</head>
|
|
415
|
+
<body>
|
|
416
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
417
|
+
</body>
|
|
418
|
+
</html>
|
|
419
|
+
----==_mimepart_521e50ebad4d0_bf703ffa184606d431413--
|
|
420
|
+
|
|
421
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
422
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
423
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
424
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
425
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
426
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
427
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
428
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
429
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
430
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
431
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
432
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
433
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
434
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
435
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
436
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
437
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
438
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
439
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
440
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
441
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
442
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
443
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
444
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
445
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
446
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
447
|
+
[1m[36m (37.9ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
448
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
449
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
450
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
451
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
452
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
453
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
454
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
455
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
456
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
457
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
458
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
459
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
460
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
461
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
462
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
463
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
464
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
465
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
466
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
467
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
468
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
469
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
470
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
471
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
472
|
+
Completed 200 OK in 7ms (Views: 4.3ms | ActiveRecord: 0.2ms)
|
|
473
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
474
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
475
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
476
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
477
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
478
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
479
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
480
|
+
SQLite3::SQLException: no such table: schema_migrations: select max(version) from schema_migrations
|
|
481
|
+
[1m[35m (5.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
482
|
+
[1m[36m (6.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
483
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
484
|
+
[1m[36m (0.9ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
485
|
+
[1m[35m (0.4ms)[0m select max(version) from schema_migrations
|
|
486
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb (13.2ms)
|
|
487
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
488
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
489
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
490
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
491
|
+
|
|
492
|
+
Sent mail to ops@schrodingersbox.com (19.5ms)
|
|
493
|
+
Date: Wed, 28 Aug 2013 12:39:27 -0700
|
|
494
|
+
From: ops@schrodingersbox.com
|
|
495
|
+
To: ops@schrodingersbox.com
|
|
496
|
+
Message-ID: <521e51ef1a2b7_bfb03fdea10606d4828e7@shakezula.local.mail>
|
|
497
|
+
Subject: TEST StatusCat Failure
|
|
498
|
+
Mime-Version: 1.0
|
|
499
|
+
Content-Type: multipart/alternative;
|
|
500
|
+
boundary="--==_mimepart_521e51ef16639_bfb03fdea10606d48277e";
|
|
501
|
+
charset=UTF-8
|
|
502
|
+
Content-Transfer-Encoding: 7bit
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
----==_mimepart_521e51ef16639_bfb03fdea10606d48277e
|
|
506
|
+
Content-Type: text/plain;
|
|
507
|
+
charset=UTF-8
|
|
508
|
+
Content-Transfer-Encoding: 7bit
|
|
509
|
+
|
|
510
|
+
----------------------
|
|
511
|
+
Name | Value | Status
|
|
512
|
+
----------------------
|
|
513
|
+
base | | OK
|
|
514
|
+
----------------------
|
|
515
|
+
|
|
516
|
+
----==_mimepart_521e51ef16639_bfb03fdea10606d48277e
|
|
517
|
+
Content-Type: text/html;
|
|
518
|
+
charset=UTF-8
|
|
519
|
+
Content-Transfer-Encoding: 7bit
|
|
520
|
+
|
|
521
|
+
<!DOCTYPE html>
|
|
522
|
+
<html>
|
|
523
|
+
<head>
|
|
524
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
525
|
+
</head>
|
|
526
|
+
<body>
|
|
527
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
528
|
+
</body>
|
|
529
|
+
</html>
|
|
530
|
+
----==_mimepart_521e51ef16639_bfb03fdea10606d48277e--
|
|
531
|
+
|
|
532
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
533
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
534
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
535
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
536
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
537
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
538
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
539
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
540
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
541
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
542
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
543
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
544
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
545
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
546
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
547
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
548
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
549
|
+
Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.2ms)
|
|
550
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
551
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
552
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
553
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
554
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
555
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
556
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
557
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
558
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
559
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
560
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
561
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
562
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
563
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
564
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
565
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
566
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
567
|
+
[1m[35m (0.5ms)[0m select max(version) from schema_migrations
|
|
568
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
569
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
570
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
571
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
572
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
573
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
574
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb (11.5ms)
|
|
575
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
576
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
577
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
578
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
579
|
+
Completed 200 OK in 8ms (Views: 4.4ms | ActiveRecord: 0.3ms)
|
|
580
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
581
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
582
|
+
Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.2ms)
|
|
583
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
584
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
585
|
+
|
|
586
|
+
Sent mail to ops@schrodingersbox.com (24.7ms)
|
|
587
|
+
Date: Wed, 28 Aug 2013 12:50:59 -0700
|
|
588
|
+
From: ops@schrodingersbox.com
|
|
589
|
+
To: ops@schrodingersbox.com
|
|
590
|
+
Message-ID: <521e54a3a9bb3_c0643ff7bdc606d4153b0@shakezula.local.mail>
|
|
591
|
+
Subject: TEST StatusCat Failure
|
|
592
|
+
Mime-Version: 1.0
|
|
593
|
+
Content-Type: multipart/alternative;
|
|
594
|
+
boundary="--==_mimepart_521e54a3a5321_c0643ff7bdc606d41524a";
|
|
595
|
+
charset=UTF-8
|
|
596
|
+
Content-Transfer-Encoding: 7bit
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
----==_mimepart_521e54a3a5321_c0643ff7bdc606d41524a
|
|
600
|
+
Content-Type: text/plain;
|
|
601
|
+
charset=UTF-8
|
|
602
|
+
Content-Transfer-Encoding: 7bit
|
|
603
|
+
|
|
604
|
+
----------------------
|
|
605
|
+
Name | Value | Status
|
|
606
|
+
----------------------
|
|
607
|
+
base | | OK
|
|
608
|
+
----------------------
|
|
609
|
+
|
|
610
|
+
----==_mimepart_521e54a3a5321_c0643ff7bdc606d41524a
|
|
611
|
+
Content-Type: text/html;
|
|
612
|
+
charset=UTF-8
|
|
613
|
+
Content-Transfer-Encoding: 7bit
|
|
614
|
+
|
|
615
|
+
<!DOCTYPE html>
|
|
616
|
+
<html>
|
|
617
|
+
<head>
|
|
618
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
619
|
+
</head>
|
|
620
|
+
<body>
|
|
621
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
622
|
+
</body>
|
|
623
|
+
</html>
|
|
624
|
+
----==_mimepart_521e54a3a5321_c0643ff7bdc606d41524a--
|
|
625
|
+
|
|
626
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
627
|
+
[1m[35m (0.4ms)[0m select max(version) from schema_migrations
|
|
628
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
629
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
630
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
631
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
632
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
633
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
634
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
635
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
636
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
637
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
638
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
639
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
640
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
641
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
642
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
643
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
644
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
645
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
646
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
647
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
648
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
649
|
+
[1m[35m (0.4ms)[0m select max(version) from schema_migrations
|
|
650
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
651
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
652
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
653
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
654
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
655
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
656
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
657
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
658
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
659
|
+
Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.3ms)
|
|
660
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
661
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
662
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
663
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
664
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
665
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
666
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
667
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
668
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
669
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
670
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
671
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
672
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
673
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
674
|
+
|
|
675
|
+
Sent mail to ops@schrodingersbox.com (55.3ms)
|
|
676
|
+
Date: Wed, 28 Aug 2013 12:56:56 -0700
|
|
677
|
+
From: ops@schrodingersbox.com
|
|
678
|
+
To: ops@schrodingersbox.com
|
|
679
|
+
Message-ID: <521e5608f3efd_c1843feecdc606dc1409b@shakezula.local.mail>
|
|
680
|
+
Subject: TEST StatusCat Failure
|
|
681
|
+
Mime-Version: 1.0
|
|
682
|
+
Content-Type: multipart/alternative;
|
|
683
|
+
boundary="--==_mimepart_521e5608e78bf_c1843feecdc606dc139b1";
|
|
684
|
+
charset=UTF-8
|
|
685
|
+
Content-Transfer-Encoding: 7bit
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
----==_mimepart_521e5608e78bf_c1843feecdc606dc139b1
|
|
689
|
+
Content-Type: text/plain;
|
|
690
|
+
charset=UTF-8
|
|
691
|
+
Content-Transfer-Encoding: 7bit
|
|
692
|
+
|
|
693
|
+
----------------------
|
|
694
|
+
Name | Value | Status
|
|
695
|
+
----------------------
|
|
696
|
+
base | | OK
|
|
697
|
+
----------------------
|
|
698
|
+
|
|
699
|
+
----==_mimepart_521e5608e78bf_c1843feecdc606dc139b1
|
|
700
|
+
Content-Type: text/html;
|
|
701
|
+
charset=UTF-8
|
|
702
|
+
Content-Transfer-Encoding: 7bit
|
|
703
|
+
|
|
704
|
+
<!DOCTYPE html>
|
|
705
|
+
<html>
|
|
706
|
+
<head>
|
|
707
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
708
|
+
</head>
|
|
709
|
+
<body>
|
|
710
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
711
|
+
</body>
|
|
712
|
+
</html>
|
|
713
|
+
----==_mimepart_521e5608e78bf_c1843feecdc606dc139b1--
|
|
714
|
+
|
|
715
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
716
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
717
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
718
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
719
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
720
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
721
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
722
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
723
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
724
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
725
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
726
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
727
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
728
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
729
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
730
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
731
|
+
[1m[35m (0.6ms)[0m select max(version) from schema_migrations
|
|
732
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
733
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
734
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/application (6.8ms)
|
|
735
|
+
Completed 200 OK in 54ms (Views: 49.5ms | ActiveRecord: 0.4ms)
|
|
736
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
737
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
738
|
+
Completed 200 OK in 7ms (Views: 1.7ms | ActiveRecord: 0.3ms)
|
|
739
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
740
|
+
[1m[35m (0.4ms)[0m select max(version) from schema_migrations
|
|
741
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
742
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
743
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
744
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
745
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
746
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
747
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
748
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
749
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
750
|
+
[1m[35m (0.4ms)[0m select max(version) from schema_migrations
|
|
751
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
752
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
753
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
754
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
755
|
+
|
|
756
|
+
Sent mail to ops@schrodingersbox.com (82.5ms)
|
|
757
|
+
Date: Wed, 28 Aug 2013 16:06:43 -0700
|
|
758
|
+
From: ops@schrodingersbox.com
|
|
759
|
+
To: ops@schrodingersbox.com
|
|
760
|
+
Message-ID: <521e8283e14d1_d0743fdb9c8606d496657@shakezula.local.mail>
|
|
761
|
+
Subject: TEST StatusCat Failure
|
|
762
|
+
Mime-Version: 1.0
|
|
763
|
+
Content-Type: multipart/alternative;
|
|
764
|
+
boundary="--==_mimepart_521e8283cf7eb_d0743fdb9c8606d49658b";
|
|
765
|
+
charset=UTF-8
|
|
766
|
+
Content-Transfer-Encoding: 7bit
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
----==_mimepart_521e8283cf7eb_d0743fdb9c8606d49658b
|
|
770
|
+
Content-Type: text/plain;
|
|
771
|
+
charset=UTF-8
|
|
772
|
+
Content-Transfer-Encoding: 7bit
|
|
773
|
+
|
|
774
|
+
----------------------
|
|
775
|
+
Name | Value | Status
|
|
776
|
+
----------------------
|
|
777
|
+
base | | OK
|
|
778
|
+
----------------------
|
|
779
|
+
|
|
780
|
+
----==_mimepart_521e8283cf7eb_d0743fdb9c8606d49658b
|
|
781
|
+
Content-Type: text/html;
|
|
782
|
+
charset=UTF-8
|
|
783
|
+
Content-Transfer-Encoding: 7bit
|
|
784
|
+
|
|
785
|
+
<!DOCTYPE html>
|
|
786
|
+
<html>
|
|
787
|
+
<head>
|
|
788
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
789
|
+
</head>
|
|
790
|
+
<body>
|
|
791
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
792
|
+
</body>
|
|
793
|
+
</html>
|
|
794
|
+
----==_mimepart_521e8283cf7eb_d0743fdb9c8606d49658b--
|
|
795
|
+
|
|
796
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
797
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
798
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
799
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
800
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
801
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
802
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
803
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
804
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
805
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
806
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
807
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
808
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
809
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
810
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
811
|
+
[1m[35m (0.4ms)[0m select max(version) from schema_migrations
|
|
812
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
813
|
+
[1m[35m (0.4ms)[0m select max(version) from schema_migrations
|
|
814
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (7.0ms)
|
|
815
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.6ms)
|
|
816
|
+
|
|
817
|
+
Sent mail to ops@schrodingersbox.com (16.6ms)
|
|
818
|
+
Date: Wed, 28 Aug 2013 16:10:05 -0700
|
|
819
|
+
From: ops@schrodingersbox.com
|
|
820
|
+
To: ops@schrodingersbox.com
|
|
821
|
+
Message-ID: <521e834d61824_d0973fdae9c606d482076@shakezula.local.mail>
|
|
822
|
+
Subject: TEST StatusCat Failure
|
|
823
|
+
Mime-Version: 1.0
|
|
824
|
+
Content-Type: multipart/alternative;
|
|
825
|
+
boundary="--==_mimepart_521e834d5eacd_d0973fdae9c606d481919";
|
|
826
|
+
charset=UTF-8
|
|
827
|
+
Content-Transfer-Encoding: 7bit
|
|
828
|
+
|
|
829
|
+
|
|
830
|
+
----==_mimepart_521e834d5eacd_d0973fdae9c606d481919
|
|
831
|
+
Content-Type: text/plain;
|
|
832
|
+
charset=UTF-8
|
|
833
|
+
Content-Transfer-Encoding: 7bit
|
|
834
|
+
|
|
835
|
+
----------------------
|
|
836
|
+
Name | Value | Status
|
|
837
|
+
----------------------
|
|
838
|
+
base | | OK
|
|
839
|
+
----------------------
|
|
840
|
+
|
|
841
|
+
----==_mimepart_521e834d5eacd_d0973fdae9c606d481919
|
|
842
|
+
Content-Type: text/html;
|
|
843
|
+
charset=UTF-8
|
|
844
|
+
Content-Transfer-Encoding: 7bit
|
|
845
|
+
|
|
846
|
+
<!DOCTYPE html>
|
|
847
|
+
<html>
|
|
848
|
+
<head>
|
|
849
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
850
|
+
</head>
|
|
851
|
+
<body>
|
|
852
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
853
|
+
</body>
|
|
854
|
+
</html>
|
|
855
|
+
----==_mimepart_521e834d5eacd_d0973fdae9c606d481919--
|
|
856
|
+
|
|
857
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
858
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
859
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
860
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
861
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
862
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
863
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
864
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
865
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
866
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/application (0.5ms)
|
|
867
|
+
Completed 200 OK in 19ms (Views: 4.1ms | ActiveRecord: 0.3ms)
|
|
868
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
869
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
870
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
871
|
+
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.2ms)
|
|
872
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
873
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
874
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
875
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
876
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
877
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
878
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
879
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
880
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
881
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
882
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
883
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
884
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
885
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
886
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
887
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
888
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
889
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
890
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
891
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
892
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
893
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
894
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
895
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
896
|
+
[1m[36m (0.5ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
897
|
+
[1m[35m (0.4ms)[0m select max(version) from schema_migrations
|
|
898
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (11.5ms)
|
|
899
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.9ms)
|
|
900
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
901
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (0.9ms)
|
|
902
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.4ms)
|
|
903
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
904
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (0.8ms)
|
|
905
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.4ms)
|
|
906
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
907
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (0.8ms)
|
|
908
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.4ms)
|
|
909
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
910
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.5ms)
|
|
911
|
+
|
|
912
|
+
Sent mail to ops@schrodingersbox.com (53.3ms)
|
|
913
|
+
Date: Wed, 28 Aug 2013 16:11:27 -0700
|
|
914
|
+
From: ops@schrodingersbox.com
|
|
915
|
+
To: ops@schrodingersbox.com
|
|
916
|
+
Message-ID: <521e839f2f96e_d0ad3ffeb84606d0504f4@shakezula.local.mail>
|
|
917
|
+
Subject: TEST StatusCat Failure
|
|
918
|
+
Mime-Version: 1.0
|
|
919
|
+
Content-Type: multipart/alternative;
|
|
920
|
+
boundary="--==_mimepart_521e839f23dd6_d0ad3ffeb84606d0503f5";
|
|
921
|
+
charset=UTF-8
|
|
922
|
+
Content-Transfer-Encoding: 7bit
|
|
923
|
+
|
|
924
|
+
|
|
925
|
+
----==_mimepart_521e839f23dd6_d0ad3ffeb84606d0503f5
|
|
926
|
+
Content-Type: text/plain;
|
|
927
|
+
charset=UTF-8
|
|
928
|
+
Content-Transfer-Encoding: 7bit
|
|
929
|
+
|
|
930
|
+
----------------------
|
|
931
|
+
Name | Value | Status
|
|
932
|
+
----------------------
|
|
933
|
+
base | | OK
|
|
934
|
+
----------------------
|
|
935
|
+
|
|
936
|
+
----==_mimepart_521e839f23dd6_d0ad3ffeb84606d0503f5
|
|
937
|
+
Content-Type: text/html;
|
|
938
|
+
charset=UTF-8
|
|
939
|
+
Content-Transfer-Encoding: 7bit
|
|
940
|
+
|
|
941
|
+
<!DOCTYPE html>
|
|
942
|
+
<html>
|
|
943
|
+
<head>
|
|
944
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
945
|
+
</head>
|
|
946
|
+
<body>
|
|
947
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
948
|
+
</body>
|
|
949
|
+
</html>
|
|
950
|
+
----==_mimepart_521e839f23dd6_d0ad3ffeb84606d0503f5--
|
|
951
|
+
|
|
952
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
953
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
954
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
955
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
956
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
957
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
958
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
959
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
960
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
961
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
962
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
963
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
964
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
965
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
966
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
967
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
968
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
969
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
970
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
971
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
972
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
973
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
974
|
+
Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.2ms)
|
|
975
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
976
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
977
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
978
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
979
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
980
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
981
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
982
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
983
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
984
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
985
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
986
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
987
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
988
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
989
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
990
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
991
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
992
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
993
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
994
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
995
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
996
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
997
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
998
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
999
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1000
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1001
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1002
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1003
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1004
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1005
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1006
|
+
Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.2ms)
|
|
1007
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1008
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1009
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
1010
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1011
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1012
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1013
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1014
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1015
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1016
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1017
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1018
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1019
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1020
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1021
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
1022
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1023
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
1024
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1025
|
+
|
|
1026
|
+
Sent mail to ops@schrodingersbox.com (25.2ms)
|
|
1027
|
+
Date: Thu, 19 Sep 2013 10:35:58 -0700
|
|
1028
|
+
From: ops@schrodingersbox.com
|
|
1029
|
+
To: ops@schrodingersbox.com
|
|
1030
|
+
Message-ID: <523b35fea48e8_ae813fcaf50606d05238e@shakezula.local.mail>
|
|
1031
|
+
Subject: TEST StatusCat Failure
|
|
1032
|
+
Mime-Version: 1.0
|
|
1033
|
+
Content-Type: multipart/alternative;
|
|
1034
|
+
boundary="--==_mimepart_523b35fea0291_ae813fcaf50606d05223";
|
|
1035
|
+
charset=UTF-8
|
|
1036
|
+
Content-Transfer-Encoding: 7bit
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
----==_mimepart_523b35fea0291_ae813fcaf50606d05223
|
|
1040
|
+
Content-Type: text/plain;
|
|
1041
|
+
charset=UTF-8
|
|
1042
|
+
Content-Transfer-Encoding: 7bit
|
|
1043
|
+
|
|
1044
|
+
----------------------
|
|
1045
|
+
Name | Value | Status
|
|
1046
|
+
----------------------
|
|
1047
|
+
base | | OK
|
|
1048
|
+
----------------------
|
|
1049
|
+
|
|
1050
|
+
----==_mimepart_523b35fea0291_ae813fcaf50606d05223
|
|
1051
|
+
Content-Type: text/html;
|
|
1052
|
+
charset=UTF-8
|
|
1053
|
+
Content-Transfer-Encoding: 7bit
|
|
1054
|
+
|
|
1055
|
+
<!DOCTYPE html>
|
|
1056
|
+
<html>
|
|
1057
|
+
<head>
|
|
1058
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
1059
|
+
</head>
|
|
1060
|
+
<body>
|
|
1061
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
1062
|
+
</body>
|
|
1063
|
+
</html>
|
|
1064
|
+
----==_mimepart_523b35fea0291_ae813fcaf50606d05223--
|
|
1065
|
+
|
|
1066
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1067
|
+
[1m[36m (1.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1068
|
+
[1m[35m (0.4ms)[0m select max(version) from schema_migrations
|
|
1069
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (1.7ms)
|
|
1070
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1071
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1072
|
+
Completed 200 OK in 8ms (Views: 4.1ms | ActiveRecord: 0.3ms)
|
|
1073
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1074
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1075
|
+
Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.2ms)
|
|
1076
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1077
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1078
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1079
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1080
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1081
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1082
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1083
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1084
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1085
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1086
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1087
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1088
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1089
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1090
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1091
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1092
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1093
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1094
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1095
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1096
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1097
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1098
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1099
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1100
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1101
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1102
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1103
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1104
|
+
|
|
1105
|
+
Sent mail to ops@schrodingersbox.com (19.6ms)
|
|
1106
|
+
Date: Tue, 08 Oct 2013 21:49:09 -0700
|
|
1107
|
+
From: ops@schrodingersbox.com
|
|
1108
|
+
To: ops@schrodingersbox.com
|
|
1109
|
+
Message-ID: <5254e04523084_71833fdd04c606d053026@shakezula.local.mail>
|
|
1110
|
+
Subject: TEST StatusCat Failure
|
|
1111
|
+
Mime-Version: 1.0
|
|
1112
|
+
Content-Type: multipart/alternative;
|
|
1113
|
+
boundary="--==_mimepart_5254e0451fff1_71833fdd04c606d05295a";
|
|
1114
|
+
charset=UTF-8
|
|
1115
|
+
Content-Transfer-Encoding: 7bit
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
----==_mimepart_5254e0451fff1_71833fdd04c606d05295a
|
|
1119
|
+
Content-Type: text/plain;
|
|
1120
|
+
charset=UTF-8
|
|
1121
|
+
Content-Transfer-Encoding: 7bit
|
|
1122
|
+
|
|
1123
|
+
----------------------
|
|
1124
|
+
Name | Value | Status
|
|
1125
|
+
----------------------
|
|
1126
|
+
base | | OK
|
|
1127
|
+
----------------------
|
|
1128
|
+
|
|
1129
|
+
----==_mimepart_5254e0451fff1_71833fdd04c606d05295a
|
|
1130
|
+
Content-Type: text/html;
|
|
1131
|
+
charset=UTF-8
|
|
1132
|
+
Content-Transfer-Encoding: 7bit
|
|
1133
|
+
|
|
1134
|
+
<!DOCTYPE html>
|
|
1135
|
+
<html>
|
|
1136
|
+
<head>
|
|
1137
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
1138
|
+
</head>
|
|
1139
|
+
<body>
|
|
1140
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
1141
|
+
</body>
|
|
1142
|
+
</html>
|
|
1143
|
+
----==_mimepart_5254e0451fff1_71833fdd04c606d05295a--
|
|
1144
|
+
|
|
1145
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1146
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1147
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1148
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1149
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1150
|
+
[1m[35m (0.4ms)[0m select max(version) from schema_migrations
|
|
1151
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb (8.0ms)
|
|
1152
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1153
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1154
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1155
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1156
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1157
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1158
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1159
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1160
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1161
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1162
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1163
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1164
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1165
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1166
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1167
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1168
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1169
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1170
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1171
|
+
|
|
1172
|
+
Sent mail to ops@schrodingersbox.com (15.6ms)
|
|
1173
|
+
Date: Tue, 08 Oct 2013 21:50:00 -0700
|
|
1174
|
+
From: ops@schrodingersbox.com
|
|
1175
|
+
To: ops@schrodingersbox.com
|
|
1176
|
+
Message-ID: <5254e0784281_71973fe2ea0606dc246c7@shakezula.local.mail>
|
|
1177
|
+
Subject: TEST StatusCat Failure
|
|
1178
|
+
Mime-Version: 1.0
|
|
1179
|
+
Content-Type: multipart/alternative;
|
|
1180
|
+
boundary="--==_mimepart_5254e078152e_71973fe2ea0606dc245a4";
|
|
1181
|
+
charset=UTF-8
|
|
1182
|
+
Content-Transfer-Encoding: 7bit
|
|
1183
|
+
|
|
1184
|
+
|
|
1185
|
+
----==_mimepart_5254e078152e_71973fe2ea0606dc245a4
|
|
1186
|
+
Content-Type: text/plain;
|
|
1187
|
+
charset=UTF-8
|
|
1188
|
+
Content-Transfer-Encoding: 7bit
|
|
1189
|
+
|
|
1190
|
+
----------------------
|
|
1191
|
+
Name | Value | Status
|
|
1192
|
+
----------------------
|
|
1193
|
+
base | | OK
|
|
1194
|
+
----------------------
|
|
1195
|
+
|
|
1196
|
+
----==_mimepart_5254e078152e_71973fe2ea0606dc245a4
|
|
1197
|
+
Content-Type: text/html;
|
|
1198
|
+
charset=UTF-8
|
|
1199
|
+
Content-Transfer-Encoding: 7bit
|
|
1200
|
+
|
|
1201
|
+
<!DOCTYPE html>
|
|
1202
|
+
<html>
|
|
1203
|
+
<head>
|
|
1204
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
1205
|
+
</head>
|
|
1206
|
+
<body>
|
|
1207
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
1208
|
+
</body>
|
|
1209
|
+
</html>
|
|
1210
|
+
----==_mimepart_5254e078152e_71973fe2ea0606dc245a4--
|
|
1211
|
+
|
|
1212
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1213
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1214
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1215
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1216
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1217
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1218
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1219
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1220
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1221
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1222
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1223
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1224
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1225
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1226
|
+
Completed 200 OK in 6ms (Views: 2.8ms | ActiveRecord: 0.2ms)
|
|
1227
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1228
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1229
|
+
Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
1230
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
1231
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1232
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (38.9ms)
|
|
1233
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.6ms)
|
|
1234
|
+
|
|
1235
|
+
Sent mail to ops@schrodingersbox.com (16.2ms)
|
|
1236
|
+
Date: Tue, 08 Oct 2013 21:51:40 -0700
|
|
1237
|
+
From: ops@schrodingersbox.com
|
|
1238
|
+
To: ops@schrodingersbox.com
|
|
1239
|
+
Message-ID: <5254e0dc775db_71ad3fef548606cc93967@shakezula.local.mail>
|
|
1240
|
+
Subject: TEST StatusCat Failure
|
|
1241
|
+
Mime-Version: 1.0
|
|
1242
|
+
Content-Type: multipart/alternative;
|
|
1243
|
+
boundary="--==_mimepart_5254e0dc749ff_71ad3fef548606cc93827";
|
|
1244
|
+
charset=UTF-8
|
|
1245
|
+
Content-Transfer-Encoding: 7bit
|
|
1246
|
+
|
|
1247
|
+
|
|
1248
|
+
----==_mimepart_5254e0dc749ff_71ad3fef548606cc93827
|
|
1249
|
+
Content-Type: text/plain;
|
|
1250
|
+
charset=UTF-8
|
|
1251
|
+
Content-Transfer-Encoding: 7bit
|
|
1252
|
+
|
|
1253
|
+
----------------------
|
|
1254
|
+
Name | Value | Status
|
|
1255
|
+
----------------------
|
|
1256
|
+
base | | OK
|
|
1257
|
+
----------------------
|
|
1258
|
+
|
|
1259
|
+
----==_mimepart_5254e0dc749ff_71ad3fef548606cc93827
|
|
1260
|
+
Content-Type: text/html;
|
|
1261
|
+
charset=UTF-8
|
|
1262
|
+
Content-Transfer-Encoding: 7bit
|
|
1263
|
+
|
|
1264
|
+
<!DOCTYPE html>
|
|
1265
|
+
<html>
|
|
1266
|
+
<head>
|
|
1267
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
1268
|
+
</head>
|
|
1269
|
+
<body>
|
|
1270
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
1271
|
+
</body>
|
|
1272
|
+
</html>
|
|
1273
|
+
----==_mimepart_5254e0dc749ff_71ad3fef548606cc93827--
|
|
1274
|
+
|
|
1275
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
1276
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1277
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1278
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1279
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1280
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1281
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1282
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1283
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1284
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (0.9ms)
|
|
1285
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.5ms)
|
|
1286
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1287
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (1.0ms)
|
|
1288
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.5ms)
|
|
1289
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1290
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (0.9ms)
|
|
1291
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.6ms)
|
|
1292
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1293
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (1.0ms)
|
|
1294
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.5ms)
|
|
1295
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1296
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1297
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.4ms)
|
|
1298
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1299
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1300
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1301
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1302
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1303
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1304
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1305
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1306
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1307
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1308
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1309
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1310
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1311
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1312
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1313
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1314
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1315
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1316
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1317
|
+
Completed 200 OK in 7ms (Views: 3.5ms | ActiveRecord: 0.2ms)
|
|
1318
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1319
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1320
|
+
Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
1321
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1322
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1323
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1324
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
1325
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (37.5ms)
|
|
1326
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1327
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
1328
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1329
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1330
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1331
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1332
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1333
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1334
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1335
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1336
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1337
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1338
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1339
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1340
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1341
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1342
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1343
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1344
|
+
|
|
1345
|
+
Sent mail to ops@schrodingersbox.com (14.3ms)
|
|
1346
|
+
Date: Tue, 08 Oct 2013 21:54:12 -0700
|
|
1347
|
+
From: ops@schrodingersbox.com
|
|
1348
|
+
To: ops@schrodingersbox.com
|
|
1349
|
+
Message-ID: <5254e174c7493_71d33feb510606cc992cc@shakezula.local.mail>
|
|
1350
|
+
Subject: TEST StatusCat Failure
|
|
1351
|
+
Mime-Version: 1.0
|
|
1352
|
+
Content-Type: multipart/alternative;
|
|
1353
|
+
boundary="--==_mimepart_5254e174c5132_71d33feb510606cc991a4";
|
|
1354
|
+
charset=UTF-8
|
|
1355
|
+
Content-Transfer-Encoding: 7bit
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
----==_mimepart_5254e174c5132_71d33feb510606cc991a4
|
|
1359
|
+
Content-Type: text/plain;
|
|
1360
|
+
charset=UTF-8
|
|
1361
|
+
Content-Transfer-Encoding: 7bit
|
|
1362
|
+
|
|
1363
|
+
----------------------
|
|
1364
|
+
Name | Value | Status
|
|
1365
|
+
----------------------
|
|
1366
|
+
base | | OK
|
|
1367
|
+
----------------------
|
|
1368
|
+
|
|
1369
|
+
----==_mimepart_5254e174c5132_71d33feb510606cc991a4
|
|
1370
|
+
Content-Type: text/html;
|
|
1371
|
+
charset=UTF-8
|
|
1372
|
+
Content-Transfer-Encoding: 7bit
|
|
1373
|
+
|
|
1374
|
+
<!DOCTYPE html>
|
|
1375
|
+
<html>
|
|
1376
|
+
<head>
|
|
1377
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
1378
|
+
</head>
|
|
1379
|
+
<body>
|
|
1380
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
1381
|
+
</body>
|
|
1382
|
+
</html>
|
|
1383
|
+
----==_mimepart_5254e174c5132_71d33feb510606cc991a4--
|
|
1384
|
+
|
|
1385
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1386
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1387
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1388
|
+
Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.2ms)
|
|
1389
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1390
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1391
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
1392
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1393
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1394
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1395
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1396
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
1397
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1398
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
1399
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1400
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1401
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1402
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1403
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1404
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1405
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1406
|
+
[1m[35m (0.4ms)[0m select max(version) from schema_migrations
|
|
1407
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (2.1ms)
|
|
1408
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1409
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1410
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1411
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1412
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1413
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1414
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1415
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1416
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1417
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1418
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1419
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1420
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1421
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1422
|
+
Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.2ms)
|
|
1423
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1424
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1425
|
+
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.2ms)
|
|
1426
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1427
|
+
|
|
1428
|
+
Sent mail to ops@schrodingersbox.com (16.8ms)
|
|
1429
|
+
Date: Tue, 08 Oct 2013 21:54:41 -0700
|
|
1430
|
+
From: ops@schrodingersbox.com
|
|
1431
|
+
To: ops@schrodingersbox.com
|
|
1432
|
+
Message-ID: <5254e191f3726_71de3fe37dc606d884779@shakezula.local.mail>
|
|
1433
|
+
Subject: TEST StatusCat Failure
|
|
1434
|
+
Mime-Version: 1.0
|
|
1435
|
+
Content-Type: multipart/alternative;
|
|
1436
|
+
boundary="--==_mimepart_5254e191f0b44_71de3fe37dc606d884652";
|
|
1437
|
+
charset=UTF-8
|
|
1438
|
+
Content-Transfer-Encoding: 7bit
|
|
1439
|
+
|
|
1440
|
+
|
|
1441
|
+
----==_mimepart_5254e191f0b44_71de3fe37dc606d884652
|
|
1442
|
+
Content-Type: text/plain;
|
|
1443
|
+
charset=UTF-8
|
|
1444
|
+
Content-Transfer-Encoding: 7bit
|
|
1445
|
+
|
|
1446
|
+
----------------------
|
|
1447
|
+
Name | Value | Status
|
|
1448
|
+
----------------------
|
|
1449
|
+
base | | OK
|
|
1450
|
+
----------------------
|
|
1451
|
+
|
|
1452
|
+
----==_mimepart_5254e191f0b44_71de3fe37dc606d884652
|
|
1453
|
+
Content-Type: text/html;
|
|
1454
|
+
charset=UTF-8
|
|
1455
|
+
Content-Transfer-Encoding: 7bit
|
|
1456
|
+
|
|
1457
|
+
<!DOCTYPE html>
|
|
1458
|
+
<html>
|
|
1459
|
+
<head>
|
|
1460
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
1461
|
+
</head>
|
|
1462
|
+
<body>
|
|
1463
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
1464
|
+
</body>
|
|
1465
|
+
</html>
|
|
1466
|
+
----==_mimepart_5254e191f0b44_71de3fe37dc606d884652--
|
|
1467
|
+
|
|
1468
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1469
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1470
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1471
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1472
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1473
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1474
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1475
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1476
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1477
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1478
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
1479
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1480
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1481
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1482
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1483
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1484
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1485
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1486
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1487
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1488
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
1489
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (40.3ms)
|
|
1490
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.8ms)
|
|
1491
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1492
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (0.9ms)
|
|
1493
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.5ms)
|
|
1494
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1495
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (0.9ms)
|
|
1496
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.5ms)
|
|
1497
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1498
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (1.0ms)
|
|
1499
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.6ms)
|
|
1500
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1501
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1502
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1503
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1504
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1505
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1506
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1507
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1508
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (0.5ms)
|
|
1509
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.2ms)
|
|
1510
|
+
|
|
1511
|
+
Sent mail to ops@schrodingersbox.com (14.7ms)
|
|
1512
|
+
Date: Tue, 08 Oct 2013 21:56:27 -0700
|
|
1513
|
+
From: ops@schrodingersbox.com
|
|
1514
|
+
To: ops@schrodingersbox.com
|
|
1515
|
+
Message-ID: <5254e1fbc828d_71ef3fccfd4606cc981e2@shakezula.local.mail>
|
|
1516
|
+
Subject: TEST StatusCat Failure
|
|
1517
|
+
Mime-Version: 1.0
|
|
1518
|
+
Content-Type: multipart/alternative;
|
|
1519
|
+
boundary="--==_mimepart_5254e1fbc5d58_71ef3fccfd4606cc9801c";
|
|
1520
|
+
charset=UTF-8
|
|
1521
|
+
Content-Transfer-Encoding: 7bit
|
|
1522
|
+
|
|
1523
|
+
|
|
1524
|
+
----==_mimepart_5254e1fbc5d58_71ef3fccfd4606cc9801c
|
|
1525
|
+
Content-Type: text/plain;
|
|
1526
|
+
charset=UTF-8
|
|
1527
|
+
Content-Transfer-Encoding: 7bit
|
|
1528
|
+
|
|
1529
|
+
----------------------
|
|
1530
|
+
Name | Value | Status
|
|
1531
|
+
----------------------
|
|
1532
|
+
base | | OK
|
|
1533
|
+
----------------------
|
|
1534
|
+
|
|
1535
|
+
----==_mimepart_5254e1fbc5d58_71ef3fccfd4606cc9801c
|
|
1536
|
+
Content-Type: text/html;
|
|
1537
|
+
charset=UTF-8
|
|
1538
|
+
Content-Transfer-Encoding: 7bit
|
|
1539
|
+
|
|
1540
|
+
<!DOCTYPE html>
|
|
1541
|
+
<html>
|
|
1542
|
+
<head>
|
|
1543
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
1544
|
+
</head>
|
|
1545
|
+
<body>
|
|
1546
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
1547
|
+
</body>
|
|
1548
|
+
</html>
|
|
1549
|
+
----==_mimepart_5254e1fbc5d58_71ef3fccfd4606cc9801c--
|
|
1550
|
+
|
|
1551
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1552
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb (0.6ms)
|
|
1553
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1554
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1555
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1556
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1557
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1558
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1559
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1560
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1561
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1562
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1563
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1564
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1565
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1566
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1567
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1568
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1569
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1570
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1571
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1572
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1573
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1574
|
+
Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.2ms)
|
|
1575
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1576
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1577
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1578
|
+
Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.2ms)
|
|
1579
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1580
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
1581
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1582
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb (3.1ms)
|
|
1583
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1584
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1585
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1586
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1587
|
+
|
|
1588
|
+
Sent mail to ops@schrodingersbox.com (26.3ms)
|
|
1589
|
+
Date: Sun, 13 Oct 2013 19:36:25 -0700
|
|
1590
|
+
From: ops@schrodingersbox.com
|
|
1591
|
+
To: ops@schrodingersbox.com
|
|
1592
|
+
Message-ID: <525b58a92ae13_50353fe0150606dc460d1@shakezula.local.mail>
|
|
1593
|
+
Subject: TEST StatusCat Failure
|
|
1594
|
+
Mime-Version: 1.0
|
|
1595
|
+
Content-Type: multipart/alternative;
|
|
1596
|
+
boundary="--==_mimepart_525b58a925fe0_50353fe0150606dc459f9";
|
|
1597
|
+
charset=UTF-8
|
|
1598
|
+
Content-Transfer-Encoding: 7bit
|
|
1599
|
+
|
|
1600
|
+
|
|
1601
|
+
----==_mimepart_525b58a925fe0_50353fe0150606dc459f9
|
|
1602
|
+
Content-Type: text/plain;
|
|
1603
|
+
charset=UTF-8
|
|
1604
|
+
Content-Transfer-Encoding: 7bit
|
|
1605
|
+
|
|
1606
|
+
----------------------
|
|
1607
|
+
Name | Value | Status
|
|
1608
|
+
----------------------
|
|
1609
|
+
base | | OK
|
|
1610
|
+
----------------------
|
|
1611
|
+
|
|
1612
|
+
----==_mimepart_525b58a925fe0_50353fe0150606dc459f9
|
|
1613
|
+
Content-Type: text/html;
|
|
1614
|
+
charset=UTF-8
|
|
1615
|
+
Content-Transfer-Encoding: 7bit
|
|
1616
|
+
|
|
1617
|
+
<!DOCTYPE html>
|
|
1618
|
+
<html>
|
|
1619
|
+
<head>
|
|
1620
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
1621
|
+
</head>
|
|
1622
|
+
<body>
|
|
1623
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
1624
|
+
</body>
|
|
1625
|
+
</html>
|
|
1626
|
+
----==_mimepart_525b58a925fe0_50353fe0150606dc459f9--
|
|
1627
|
+
|
|
1628
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1629
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1630
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1631
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1632
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1633
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1634
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1635
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1636
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1637
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1638
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1639
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1640
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1641
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1642
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1643
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1644
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1645
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1646
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1647
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1648
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1649
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1650
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1651
|
+
Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.2ms)
|
|
1652
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1653
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1654
|
+
Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.2ms)
|
|
1655
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1656
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1657
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1658
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1659
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1660
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
1661
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1662
|
+
[1m[35m (0.4ms)[0m select max(version) from schema_migrations
|
|
1663
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1664
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (1.7ms)
|
|
1665
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1666
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1667
|
+
Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.2ms)
|
|
1668
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1669
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1670
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
1671
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1672
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1673
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1674
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1675
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1676
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1677
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1678
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1679
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1680
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1681
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1682
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1683
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1684
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1685
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1686
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1687
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1688
|
+
|
|
1689
|
+
Sent mail to ops@schrodingersbox.com (14.9ms)
|
|
1690
|
+
Date: Sun, 13 Oct 2013 19:39:42 -0700
|
|
1691
|
+
From: ops@schrodingersbox.com
|
|
1692
|
+
To: ops@schrodingersbox.com
|
|
1693
|
+
Message-ID: <525b596e646a1_50753fd4214606d816918@shakezula.local.mail>
|
|
1694
|
+
Subject: TEST StatusCat Failure
|
|
1695
|
+
Mime-Version: 1.0
|
|
1696
|
+
Content-Type: multipart/alternative;
|
|
1697
|
+
boundary="--==_mimepart_525b596e61e7a_50753fd4214606d816881";
|
|
1698
|
+
charset=UTF-8
|
|
1699
|
+
Content-Transfer-Encoding: 7bit
|
|
1700
|
+
|
|
1701
|
+
|
|
1702
|
+
----==_mimepart_525b596e61e7a_50753fd4214606d816881
|
|
1703
|
+
Content-Type: text/plain;
|
|
1704
|
+
charset=UTF-8
|
|
1705
|
+
Content-Transfer-Encoding: 7bit
|
|
1706
|
+
|
|
1707
|
+
----------------------
|
|
1708
|
+
Name | Value | Status
|
|
1709
|
+
----------------------
|
|
1710
|
+
base | | OK
|
|
1711
|
+
----------------------
|
|
1712
|
+
|
|
1713
|
+
----==_mimepart_525b596e61e7a_50753fd4214606d816881
|
|
1714
|
+
Content-Type: text/html;
|
|
1715
|
+
charset=UTF-8
|
|
1716
|
+
Content-Transfer-Encoding: 7bit
|
|
1717
|
+
|
|
1718
|
+
<!DOCTYPE html>
|
|
1719
|
+
<html>
|
|
1720
|
+
<head>
|
|
1721
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
1722
|
+
</head>
|
|
1723
|
+
<body>
|
|
1724
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
1725
|
+
</body>
|
|
1726
|
+
</html>
|
|
1727
|
+
----==_mimepart_525b596e61e7a_50753fd4214606d816881--
|
|
1728
|
+
|
|
1729
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1730
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1731
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1732
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1733
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1734
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1735
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1736
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1737
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1738
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1739
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1740
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1741
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1742
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1743
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1744
|
+
[1m[35m (0.4ms)[0m select max(version) from schema_migrations
|
|
1745
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1746
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (2.6ms)
|
|
1747
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.9ms)
|
|
1748
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1749
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (1.0ms)
|
|
1750
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.5ms)
|
|
1751
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1752
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (1.1ms)
|
|
1753
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.5ms)
|
|
1754
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1755
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (1.1ms)
|
|
1756
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.5ms)
|
|
1757
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1758
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.5ms)
|
|
1759
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1760
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1761
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1762
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1763
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1764
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1765
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1766
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1767
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1768
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1769
|
+
Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.2ms)
|
|
1770
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1771
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1772
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
1773
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1774
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1775
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1776
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1777
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1778
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1779
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
1780
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1781
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
1782
|
+
|
|
1783
|
+
Sent mail to ops@schrodingersbox.com (31.1ms)
|
|
1784
|
+
Date: Sun, 13 Oct 2013 19:40:11 -0700
|
|
1785
|
+
From: ops@schrodingersbox.com
|
|
1786
|
+
To: ops@schrodingersbox.com
|
|
1787
|
+
Message-ID: <525b598be605f_507f3fd3f48606d4964b1@shakezula.local.mail>
|
|
1788
|
+
Subject: TEST StatusCat Failure
|
|
1789
|
+
Mime-Version: 1.0
|
|
1790
|
+
Content-Type: multipart/alternative;
|
|
1791
|
+
boundary="--==_mimepart_525b598be10b1_507f3fd3f48606d4963bd";
|
|
1792
|
+
charset=UTF-8
|
|
1793
|
+
Content-Transfer-Encoding: 7bit
|
|
1794
|
+
|
|
1795
|
+
|
|
1796
|
+
----==_mimepart_525b598be10b1_507f3fd3f48606d4963bd
|
|
1797
|
+
Content-Type: text/plain;
|
|
1798
|
+
charset=UTF-8
|
|
1799
|
+
Content-Transfer-Encoding: 7bit
|
|
1800
|
+
|
|
1801
|
+
----------------------
|
|
1802
|
+
Name | Value | Status
|
|
1803
|
+
----------------------
|
|
1804
|
+
base | | OK
|
|
1805
|
+
----------------------
|
|
1806
|
+
|
|
1807
|
+
----==_mimepart_525b598be10b1_507f3fd3f48606d4963bd
|
|
1808
|
+
Content-Type: text/html;
|
|
1809
|
+
charset=UTF-8
|
|
1810
|
+
Content-Transfer-Encoding: 7bit
|
|
1811
|
+
|
|
1812
|
+
<!DOCTYPE html>
|
|
1813
|
+
<html>
|
|
1814
|
+
<head>
|
|
1815
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
1816
|
+
</head>
|
|
1817
|
+
<body>
|
|
1818
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
1819
|
+
</body>
|
|
1820
|
+
</html>
|
|
1821
|
+
----==_mimepart_525b598be10b1_507f3fd3f48606d4963bd--
|
|
1822
|
+
|
|
1823
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1824
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
1825
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1826
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1827
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1828
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1829
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1830
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1831
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1832
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1833
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1834
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1835
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
1836
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/application (1.1ms)
|
|
1837
|
+
Completed 200 OK in 11ms (Views: 8.4ms | ActiveRecord: 0.3ms)
|
|
1838
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1839
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1840
|
+
Completed 200 OK in 4ms (Views: 1.4ms | ActiveRecord: 0.3ms)
|
|
1841
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1842
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1843
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1844
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1845
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1846
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1847
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1848
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1849
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1850
|
+
|
|
1851
|
+
Sent mail to ops@schrodingersbox.com (15.0ms)
|
|
1852
|
+
Date: Sun, 13 Oct 2013 19:40:57 -0700
|
|
1853
|
+
From: ops@schrodingersbox.com
|
|
1854
|
+
To: ops@schrodingersbox.com
|
|
1855
|
+
Message-ID: <525b59b9ca0b1_50913fe2ec4606cc3899@shakezula.local.mail>
|
|
1856
|
+
Subject: TEST StatusCat Failure
|
|
1857
|
+
Mime-Version: 1.0
|
|
1858
|
+
Content-Type: multipart/alternative;
|
|
1859
|
+
boundary="--==_mimepart_525b59b9c75ce_50913fe2ec4606cc3729";
|
|
1860
|
+
charset=UTF-8
|
|
1861
|
+
Content-Transfer-Encoding: 7bit
|
|
1862
|
+
|
|
1863
|
+
|
|
1864
|
+
----==_mimepart_525b59b9c75ce_50913fe2ec4606cc3729
|
|
1865
|
+
Content-Type: text/plain;
|
|
1866
|
+
charset=UTF-8
|
|
1867
|
+
Content-Transfer-Encoding: 7bit
|
|
1868
|
+
|
|
1869
|
+
----------------------
|
|
1870
|
+
Name | Value | Status
|
|
1871
|
+
----------------------
|
|
1872
|
+
base | | OK
|
|
1873
|
+
----------------------
|
|
1874
|
+
|
|
1875
|
+
----==_mimepart_525b59b9c75ce_50913fe2ec4606cc3729
|
|
1876
|
+
Content-Type: text/html;
|
|
1877
|
+
charset=UTF-8
|
|
1878
|
+
Content-Transfer-Encoding: 7bit
|
|
1879
|
+
|
|
1880
|
+
<!DOCTYPE html>
|
|
1881
|
+
<html>
|
|
1882
|
+
<head>
|
|
1883
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
1884
|
+
</head>
|
|
1885
|
+
<body>
|
|
1886
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
1887
|
+
</body>
|
|
1888
|
+
</html>
|
|
1889
|
+
----==_mimepart_525b59b9c75ce_50913fe2ec4606cc3729--
|
|
1890
|
+
|
|
1891
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1892
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1893
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1894
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1895
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1896
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1897
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1898
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1899
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1900
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1901
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1902
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1903
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1904
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1905
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1906
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1907
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1908
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1909
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1910
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1911
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1912
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
1913
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1914
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1915
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1916
|
+
[1m[35m (0.4ms)[0m select max(version) from schema_migrations
|
|
1917
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1918
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1919
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1920
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1921
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1922
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1923
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (8.1ms)
|
|
1924
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.8ms)
|
|
1925
|
+
|
|
1926
|
+
Sent mail to ops@schrodingersbox.com (51.3ms)
|
|
1927
|
+
Date: Sun, 13 Oct 2013 19:41:40 -0700
|
|
1928
|
+
From: ops@schrodingersbox.com
|
|
1929
|
+
To: ops@schrodingersbox.com
|
|
1930
|
+
Message-ID: <525b59e45f2df_50a23ff4344606dc3698b@shakezula.local.mail>
|
|
1931
|
+
Subject: TEST StatusCat Failure
|
|
1932
|
+
Mime-Version: 1.0
|
|
1933
|
+
Content-Type: multipart/alternative;
|
|
1934
|
+
boundary="--==_mimepart_525b59e453d25_50a23ff4344606dc368eb";
|
|
1935
|
+
charset=UTF-8
|
|
1936
|
+
Content-Transfer-Encoding: 7bit
|
|
1937
|
+
|
|
1938
|
+
|
|
1939
|
+
----==_mimepart_525b59e453d25_50a23ff4344606dc368eb
|
|
1940
|
+
Content-Type: text/plain;
|
|
1941
|
+
charset=UTF-8
|
|
1942
|
+
Content-Transfer-Encoding: 7bit
|
|
1943
|
+
|
|
1944
|
+
----------------------
|
|
1945
|
+
Name | Value | Status
|
|
1946
|
+
----------------------
|
|
1947
|
+
base | | OK
|
|
1948
|
+
----------------------
|
|
1949
|
+
|
|
1950
|
+
----==_mimepart_525b59e453d25_50a23ff4344606dc368eb
|
|
1951
|
+
Content-Type: text/html;
|
|
1952
|
+
charset=UTF-8
|
|
1953
|
+
Content-Transfer-Encoding: 7bit
|
|
1954
|
+
|
|
1955
|
+
<!DOCTYPE html>
|
|
1956
|
+
<html>
|
|
1957
|
+
<head>
|
|
1958
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
1959
|
+
</head>
|
|
1960
|
+
<body>
|
|
1961
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
1962
|
+
</body>
|
|
1963
|
+
</html>
|
|
1964
|
+
----==_mimepart_525b59e453d25_50a23ff4344606dc368eb--
|
|
1965
|
+
|
|
1966
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1967
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1968
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1969
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1970
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1971
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1972
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1973
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
1974
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1975
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb (1.4ms)
|
|
1976
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1977
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1978
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1979
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1980
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1981
|
+
Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.2ms)
|
|
1982
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1983
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
1984
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1985
|
+
Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.2ms)
|
|
1986
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
1987
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1988
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1989
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1990
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1991
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1992
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1993
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1994
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1995
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1996
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1997
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
1998
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
1999
|
+
[1m[36m (1.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2000
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (2.3ms)
|
|
2001
|
+
|
|
2002
|
+
Sent mail to ops@schrodingersbox.com (26.8ms)
|
|
2003
|
+
Date: Thu, 24 Oct 2013 22:42:42 -0700
|
|
2004
|
+
From: ops@schrodingersbox.com
|
|
2005
|
+
To: ops@schrodingersbox.com
|
|
2006
|
+
Message-ID: <526a04d24ff1_e2dc3fc86444e6cc321ab@shakezula.local.mail>
|
|
2007
|
+
Subject: TEST StatusCat Failure
|
|
2008
|
+
Mime-Version: 1.0
|
|
2009
|
+
Content-Type: multipart/alternative;
|
|
2010
|
+
boundary="--==_mimepart_526a04d2e92_e2dc3fc86444e6cc32097";
|
|
2011
|
+
charset=UTF-8
|
|
2012
|
+
Content-Transfer-Encoding: 7bit
|
|
2013
|
+
|
|
2014
|
+
|
|
2015
|
+
----==_mimepart_526a04d2e92_e2dc3fc86444e6cc32097
|
|
2016
|
+
Content-Type: text/plain;
|
|
2017
|
+
charset=UTF-8
|
|
2018
|
+
Content-Transfer-Encoding: 7bit
|
|
2019
|
+
|
|
2020
|
+
----------------------
|
|
2021
|
+
Name | Value | Status
|
|
2022
|
+
----------------------
|
|
2023
|
+
base | | OK
|
|
2024
|
+
----------------------
|
|
2025
|
+
|
|
2026
|
+
----==_mimepart_526a04d2e92_e2dc3fc86444e6cc32097
|
|
2027
|
+
Content-Type: text/html;
|
|
2028
|
+
charset=UTF-8
|
|
2029
|
+
Content-Transfer-Encoding: 7bit
|
|
2030
|
+
|
|
2031
|
+
<!DOCTYPE html>
|
|
2032
|
+
<html>
|
|
2033
|
+
<head>
|
|
2034
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
2035
|
+
</head>
|
|
2036
|
+
<body>
|
|
2037
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
2038
|
+
</body>
|
|
2039
|
+
</html>
|
|
2040
|
+
----==_mimepart_526a04d2e92_e2dc3fc86444e6cc32097--
|
|
2041
|
+
|
|
2042
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2043
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2044
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2045
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2046
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2047
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2048
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2049
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2050
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
2051
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2052
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2053
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2054
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2055
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2056
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2057
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2058
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2059
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2060
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2061
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2062
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2063
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2064
|
+
Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.2ms)
|
|
2065
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2066
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2067
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
2068
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2069
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2070
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2071
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2072
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2073
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2074
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2075
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2076
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2077
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2078
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
2079
|
+
[1m[36m (1.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2080
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb (13.1ms)
|
|
2081
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2082
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2083
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2084
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2085
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2086
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2087
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2088
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2089
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2090
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2091
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2092
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2093
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2094
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2095
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2096
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2097
|
+
|
|
2098
|
+
Sent mail to ops@schrodingersbox.com (62.5ms)
|
|
2099
|
+
Date: Fri, 25 Oct 2013 01:20:55 -0700
|
|
2100
|
+
From: ops@schrodingersbox.com
|
|
2101
|
+
To: ops@schrodingersbox.com
|
|
2102
|
+
Message-ID: <526a29e7dada8_f3133fd58985e6cc25886@shakezula.local.mail>
|
|
2103
|
+
Subject: TEST StatusCat Failure
|
|
2104
|
+
Mime-Version: 1.0
|
|
2105
|
+
Content-Type: multipart/alternative;
|
|
2106
|
+
boundary="--==_mimepart_526a29e7ccc19_f3133fd58985e6cc257a6";
|
|
2107
|
+
charset=UTF-8
|
|
2108
|
+
Content-Transfer-Encoding: 7bit
|
|
2109
|
+
|
|
2110
|
+
|
|
2111
|
+
----==_mimepart_526a29e7ccc19_f3133fd58985e6cc257a6
|
|
2112
|
+
Content-Type: text/plain;
|
|
2113
|
+
charset=UTF-8
|
|
2114
|
+
Content-Transfer-Encoding: 7bit
|
|
2115
|
+
|
|
2116
|
+
----------------------
|
|
2117
|
+
Name | Value | Status
|
|
2118
|
+
----------------------
|
|
2119
|
+
base | | OK
|
|
2120
|
+
----------------------
|
|
2121
|
+
|
|
2122
|
+
----==_mimepart_526a29e7ccc19_f3133fd58985e6cc257a6
|
|
2123
|
+
Content-Type: text/html;
|
|
2124
|
+
charset=UTF-8
|
|
2125
|
+
Content-Transfer-Encoding: 7bit
|
|
2126
|
+
|
|
2127
|
+
<!DOCTYPE html>
|
|
2128
|
+
<html>
|
|
2129
|
+
<head>
|
|
2130
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
2131
|
+
</head>
|
|
2132
|
+
<body>
|
|
2133
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
2134
|
+
</body>
|
|
2135
|
+
</html>
|
|
2136
|
+
----==_mimepart_526a29e7ccc19_f3133fd58985e6cc257a6--
|
|
2137
|
+
|
|
2138
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2139
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2140
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2141
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2142
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2143
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2144
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2145
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2146
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2147
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2148
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2149
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2150
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2151
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2152
|
+
Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.2ms)
|
|
2153
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2154
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2155
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
2156
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2157
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2158
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2159
|
+
[1m[36m (0.8ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2160
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2161
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2162
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2163
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2164
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
2165
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2166
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2167
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2168
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2169
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2170
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2171
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2172
|
+
|
|
2173
|
+
Sent mail to ops@schrodingersbox.com (19.7ms)
|
|
2174
|
+
Date: Fri, 25 Oct 2013 01:24:08 -0700
|
|
2175
|
+
From: ops@schrodingersbox.com
|
|
2176
|
+
To: ops@schrodingersbox.com
|
|
2177
|
+
Message-ID: <526a2aa8da9a_f3573ffae205e6d84691b@shakezula.local.mail>
|
|
2178
|
+
Subject: TEST StatusCat Failure
|
|
2179
|
+
Mime-Version: 1.0
|
|
2180
|
+
Content-Type: multipart/alternative;
|
|
2181
|
+
boundary="--==_mimepart_526a2aa8a0ce_f3573ffae205e6d8468e4";
|
|
2182
|
+
charset=UTF-8
|
|
2183
|
+
Content-Transfer-Encoding: 7bit
|
|
2184
|
+
|
|
2185
|
+
|
|
2186
|
+
----==_mimepart_526a2aa8a0ce_f3573ffae205e6d8468e4
|
|
2187
|
+
Content-Type: text/plain;
|
|
2188
|
+
charset=UTF-8
|
|
2189
|
+
Content-Transfer-Encoding: 7bit
|
|
2190
|
+
|
|
2191
|
+
----------------------
|
|
2192
|
+
Name | Value | Status
|
|
2193
|
+
----------------------
|
|
2194
|
+
base | | OK
|
|
2195
|
+
----------------------
|
|
2196
|
+
|
|
2197
|
+
----==_mimepart_526a2aa8a0ce_f3573ffae205e6d8468e4
|
|
2198
|
+
Content-Type: text/html;
|
|
2199
|
+
charset=UTF-8
|
|
2200
|
+
Content-Transfer-Encoding: 7bit
|
|
2201
|
+
|
|
2202
|
+
<!DOCTYPE html>
|
|
2203
|
+
<html>
|
|
2204
|
+
<head>
|
|
2205
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
2206
|
+
</head>
|
|
2207
|
+
<body>
|
|
2208
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
2209
|
+
</body>
|
|
2210
|
+
</html>
|
|
2211
|
+
----==_mimepart_526a2aa8a0ce_f3573ffae205e6d8468e4--
|
|
2212
|
+
|
|
2213
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
2214
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2215
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2216
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2217
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2218
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2219
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2220
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2221
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2222
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2223
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2224
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2225
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2226
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2227
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2228
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2229
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
2230
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2231
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2232
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2233
|
+
Completed 200 OK in 6ms (Views: 3.5ms | ActiveRecord: 0.2ms)
|
|
2234
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2235
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2236
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2237
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
2238
|
+
[1m[36m (1.0ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2239
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb (44.4ms)
|
|
2240
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
2241
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2242
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2243
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2244
|
+
Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.2ms)
|
|
2245
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2246
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2247
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
2248
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2249
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2250
|
+
|
|
2251
|
+
Sent mail to ops@schrodingersbox.com (20.6ms)
|
|
2252
|
+
Date: Fri, 25 Oct 2013 01:24:18 -0700
|
|
2253
|
+
From: ops@schrodingersbox.com
|
|
2254
|
+
To: ops@schrodingersbox.com
|
|
2255
|
+
Message-ID: <526a2ab27e8d7_f3623fd03a45e6d451955@shakezula.local.mail>
|
|
2256
|
+
Subject: TEST StatusCat Failure
|
|
2257
|
+
Mime-Version: 1.0
|
|
2258
|
+
Content-Type: multipart/alternative;
|
|
2259
|
+
boundary="--==_mimepart_526a2ab27ada5_f3623fd03a45e6d45182e";
|
|
2260
|
+
charset=UTF-8
|
|
2261
|
+
Content-Transfer-Encoding: 7bit
|
|
2262
|
+
|
|
2263
|
+
|
|
2264
|
+
----==_mimepart_526a2ab27ada5_f3623fd03a45e6d45182e
|
|
2265
|
+
Content-Type: text/plain;
|
|
2266
|
+
charset=UTF-8
|
|
2267
|
+
Content-Transfer-Encoding: 7bit
|
|
2268
|
+
|
|
2269
|
+
----------------------
|
|
2270
|
+
Name | Value | Status
|
|
2271
|
+
----------------------
|
|
2272
|
+
base | | OK
|
|
2273
|
+
----------------------
|
|
2274
|
+
|
|
2275
|
+
----==_mimepart_526a2ab27ada5_f3623fd03a45e6d45182e
|
|
2276
|
+
Content-Type: text/html;
|
|
2277
|
+
charset=UTF-8
|
|
2278
|
+
Content-Transfer-Encoding: 7bit
|
|
2279
|
+
|
|
2280
|
+
<!DOCTYPE html>
|
|
2281
|
+
<html>
|
|
2282
|
+
<head>
|
|
2283
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
2284
|
+
</head>
|
|
2285
|
+
<body>
|
|
2286
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
2287
|
+
</body>
|
|
2288
|
+
</html>
|
|
2289
|
+
----==_mimepart_526a2ab27ada5_f3623fd03a45e6d45182e--
|
|
2290
|
+
|
|
2291
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
2292
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2293
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2294
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2295
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2296
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2297
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2298
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2299
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2300
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2301
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2302
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2303
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2304
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2305
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2306
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2307
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2308
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2309
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2310
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2311
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2312
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2313
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2314
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2315
|
+
[1m[35m (0.4ms)[0m select max(version) from schema_migrations
|
|
2316
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2317
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2318
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2319
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2320
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2321
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2322
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2323
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2324
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2325
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.html.erb (13.3ms)
|
|
2326
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status_mailer/failure.text.erb (0.6ms)
|
|
2327
|
+
|
|
2328
|
+
Sent mail to ops@schrodingersbox.com (14.3ms)
|
|
2329
|
+
Date: Sat, 19 Apr 2014 12:53:51 -0700
|
|
2330
|
+
From: ops@schrodingersbox.com
|
|
2331
|
+
To: ops@schrodingersbox.com
|
|
2332
|
+
Message-ID: <5352d44f8e002_159f80c2bbec44134@shakezula.local.mail>
|
|
2333
|
+
Subject: TEST StatusCat Failure
|
|
2334
|
+
Mime-Version: 1.0
|
|
2335
|
+
Content-Type: multipart/alternative;
|
|
2336
|
+
boundary="--==_mimepart_5352d44f8b819_159f80c2bbec4402a";
|
|
2337
|
+
charset=UTF-8
|
|
2338
|
+
Content-Transfer-Encoding: 7bit
|
|
2339
|
+
|
|
2340
|
+
|
|
2341
|
+
----==_mimepart_5352d44f8b819_159f80c2bbec4402a
|
|
2342
|
+
Content-Type: text/plain;
|
|
2343
|
+
charset=UTF-8
|
|
2344
|
+
Content-Transfer-Encoding: 7bit
|
|
2345
|
+
|
|
2346
|
+
----------------------
|
|
2347
|
+
Name | Value | Status
|
|
2348
|
+
----------------------
|
|
2349
|
+
base | | OK
|
|
2350
|
+
----------------------
|
|
2351
|
+
|
|
2352
|
+
----==_mimepart_5352d44f8b819_159f80c2bbec4402a
|
|
2353
|
+
Content-Type: text/html;
|
|
2354
|
+
charset=UTF-8
|
|
2355
|
+
Content-Transfer-Encoding: 7bit
|
|
2356
|
+
|
|
2357
|
+
<!DOCTYPE html>
|
|
2358
|
+
<html>
|
|
2359
|
+
<head>
|
|
2360
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
2361
|
+
</head>
|
|
2362
|
+
<body>
|
|
2363
|
+
<table border="1"><tr><th>Name</th><th>Value</th><th>Status</th></tr><tr><td style="background-color: green">base</td><td></td><td>OK</td></tr></table>
|
|
2364
|
+
</body>
|
|
2365
|
+
</html>
|
|
2366
|
+
----==_mimepart_5352d44f8b819_159f80c2bbec4402a--
|
|
2367
|
+
|
|
2368
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
2369
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2370
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2371
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/application (0.4ms)
|
|
2372
|
+
Completed 200 OK in 8ms (Views: 5.8ms | ActiveRecord: 0.2ms)
|
|
2373
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2374
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2375
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
2376
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2377
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2378
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2379
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2380
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2381
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2382
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2383
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2384
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2385
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2386
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2387
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2388
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2389
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2390
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2391
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2392
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2393
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2394
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2395
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2396
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2397
|
+
[1m[35m (0.1ms)[0m select max(version) from schema_migrations
|
|
2398
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2399
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2400
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2401
|
+
Completed 500 Internal Server Error in 3ms
|
|
2402
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2403
|
+
Completed 500 Internal Server Error in 3ms
|
|
2404
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2405
|
+
Completed 500 Internal Server Error in 4ms
|
|
2406
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2407
|
+
Completed 500 Internal Server Error in 2ms
|
|
2408
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2409
|
+
Completed 500 Internal Server Error in 2ms
|
|
2410
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2411
|
+
Completed 500 Internal Server Error in 2ms
|
|
2412
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2413
|
+
[1m[36m (0.9ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2414
|
+
Completed 500 Internal Server Error in 20ms
|
|
2415
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2416
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
2417
|
+
Completed 500 Internal Server Error in 9ms
|
|
2418
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2419
|
+
[1m[36m (0.8ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2420
|
+
Completed 500 Internal Server Error in 24ms
|
|
2421
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2422
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2423
|
+
Completed 500 Internal Server Error in 4ms
|
|
2424
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2425
|
+
[1m[36m (0.4ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2426
|
+
Completed 200 OK in 16ms (Views: 10.5ms | ActiveRecord: 0.4ms)
|
|
2427
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2428
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2429
|
+
[1m[36m (0.3ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2430
|
+
Completed 200 OK in 5ms (Views: 1.5ms | ActiveRecord: 0.3ms)
|
|
2431
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
|
2432
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2433
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2434
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/application (0.3ms)
|
|
2435
|
+
Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.2ms)
|
|
2436
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
2437
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
2438
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2439
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2440
|
+
Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)
|
|
2441
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
2442
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
2443
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2444
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2445
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
2446
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2447
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
2448
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
2449
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2450
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2451
|
+
Completed 200 OK in 4ms (Views: 1.5ms | ActiveRecord: 0.2ms)
|
|
2452
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
2453
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
|
2454
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2455
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2456
|
+
Rendered /Users/rdh727/schrodingersbox/status_cat/app/views/status_cat/status/index.html.erb within layouts/application (0.3ms)
|
|
2457
|
+
Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.2ms)
|
|
2458
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
2459
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
2460
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2461
|
+
[1m[36m (0.2ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2462
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
2463
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
2464
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
2465
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2466
|
+
[1m[35m (0.3ms)[0m select max(version) from schema_migrations
|
|
2467
|
+
Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)
|
|
2468
|
+
[1m[36m (0.1ms)[0m [1mselect max(version) from schema_migrations[0m
|
|
2469
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
2470
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
2471
|
+
Processing by StatusCat::StatusController#index as HTML
|
|
2472
|
+
[1m[35m (0.2ms)[0m select max(version) from schema_migrations
|
|
2473
|
+
Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)
|
|
2474
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|