config_manager 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -12055,3 +12055,2346 @@ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08
12055
12055
 
12056
12056
 
12057
12057
  Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 12:25:06 -0600
12058
+
12059
+
12060
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 14:39:57 -0600
12061
+ Processing by ConfigManager::SettingsController#index as HTML
12062
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12063
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (9.2ms)
12064
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (34.3ms)
12065
+ Completed 200 OK in 94ms (Views: 68.6ms | ActiveRecord: 1.4ms)
12066
+
12067
+
12068
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 14:39:57 -0600
12069
+
12070
+
12071
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 14:39:57 -0600
12072
+
12073
+
12074
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 14:39:57 -0600
12075
+
12076
+
12077
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 14:39:57 -0600
12078
+
12079
+
12080
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 14:39:57 -0600
12081
+
12082
+
12083
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 14:39:57 -0600
12084
+
12085
+
12086
+ Started POST "/config_manager/settings" for 127.0.0.1 at 2014-08-07 14:40:08 -0600
12087
+ Processing by ConfigManager::SettingsController#create as HTML
12088
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "setting"=>{"id"=>"soccer_player_count", "value"=>"11", "formatted_tags"=>"soccer, futbol, balompie"}, "commit"=>"Save"}
12089
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12090
+ Redirected to http://localhost:4000/config_manager/settings
12091
+ Completed 302 Found in 4ms (ActiveRecord: 0.1ms)
12092
+
12093
+
12094
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 14:40:08 -0600
12095
+ Processing by ConfigManager::SettingsController#index as HTML
12096
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12097
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.7ms)
12098
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (2.0ms)
12099
+ Completed 200 OK in 9ms (Views: 6.6ms | ActiveRecord: 0.2ms)
12100
+
12101
+
12102
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 14:40:08 -0600
12103
+
12104
+
12105
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 14:40:08 -0600
12106
+
12107
+
12108
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 14:40:08 -0600
12109
+
12110
+
12111
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 14:40:08 -0600
12112
+
12113
+
12114
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 14:40:08 -0600
12115
+
12116
+
12117
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 14:40:08 -0600
12118
+
12119
+
12120
+ Started POST "/config_manager/settings" for 127.0.0.1 at 2014-08-07 14:40:20 -0600
12121
+ Processing by ConfigManager::SettingsController#create as HTML
12122
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "setting"=>{"id"=>"subs", "value"=>"3", "formatted_tags"=>"soccer, futbol, balompie"}, "commit"=>"Save"}
12123
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12124
+ Redirected to http://localhost:4000/config_manager/settings
12125
+ Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
12126
+
12127
+
12128
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 14:40:20 -0600
12129
+ Processing by ConfigManager::SettingsController#index as HTML
12130
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12131
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.6ms)
12132
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (1.9ms)
12133
+ Completed 200 OK in 8ms (Views: 5.8ms | ActiveRecord: 0.1ms)
12134
+
12135
+
12136
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 14:40:20 -0600
12137
+
12138
+
12139
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 14:40:20 -0600
12140
+
12141
+
12142
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 14:40:20 -0600
12143
+
12144
+
12145
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 14:40:20 -0600
12146
+
12147
+
12148
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 14:40:20 -0600
12149
+
12150
+
12151
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 14:40:20 -0600
12152
+
12153
+
12154
+ Started POST "/config_manager/settings" for 127.0.0.1 at 2014-08-07 14:40:56 -0600
12155
+ Processing by ConfigManager::SettingsController#create as HTML
12156
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "setting"=>{"id"=>"host country", "value"=>"Brasil", "formatted_tags"=>"soccer, futbol, world cup"}, "commit"=>"Save"}
12157
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12158
+ Redirected to http://localhost:4000/config_manager/settings
12159
+ Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
12160
+
12161
+
12162
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 14:40:56 -0600
12163
+ Processing by ConfigManager::SettingsController#index as HTML
12164
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12165
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.7ms)
12166
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (2.3ms)
12167
+ Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.1ms)
12168
+
12169
+
12170
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 14:40:56 -0600
12171
+
12172
+
12173
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 14:40:56 -0600
12174
+
12175
+
12176
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 14:40:56 -0600
12177
+
12178
+
12179
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 14:40:56 -0600
12180
+
12181
+
12182
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 14:40:56 -0600
12183
+
12184
+
12185
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 14:40:56 -0600
12186
+
12187
+
12188
+ Started DELETE "/config_manager/settings/host%20country" for 127.0.0.1 at 2014-08-07 15:12:31 -0600
12189
+ Processing by ConfigManager::SettingsController#destroy as HTML
12190
+ Parameters: {"authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "id"=>"host country"}
12191
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12192
+ Redirected to http://localhost:4000/config_manager/settings
12193
+ Completed 302 Found in 10ms (ActiveRecord: 0.4ms)
12194
+
12195
+
12196
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:12:31 -0600
12197
+ Processing by ConfigManager::SettingsController#index as HTML
12198
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12199
+ DELETING OBSOLETE KEYS IN GLOBAL INDEX: ["dummy_cm_settings:host country"]
12200
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.9ms)
12201
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (2.6ms)
12202
+ Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.1ms)
12203
+
12204
+
12205
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:12:31 -0600
12206
+
12207
+
12208
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:12:31 -0600
12209
+
12210
+
12211
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:12:31 -0600
12212
+
12213
+
12214
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:12:31 -0600
12215
+
12216
+
12217
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:12:31 -0600
12218
+
12219
+
12220
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:12:31 -0600
12221
+
12222
+
12223
+ Started DELETE "/config_manager/settings/soccer_player_count" for 127.0.0.1 at 2014-08-07 15:12:33 -0600
12224
+ Processing by ConfigManager::SettingsController#destroy as HTML
12225
+ Parameters: {"authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "id"=>"soccer_player_count"}
12226
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12227
+ Redirected to http://localhost:4000/config_manager/settings
12228
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
12229
+
12230
+
12231
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:12:33 -0600
12232
+ Processing by ConfigManager::SettingsController#index as HTML
12233
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12234
+ DELETING OBSOLETE KEYS IN GLOBAL INDEX: ["dummy_cm_settings:soccer_player_count"]
12235
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.6ms)
12236
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (1.7ms)
12237
+ Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.2ms)
12238
+
12239
+
12240
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:12:33 -0600
12241
+
12242
+
12243
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:12:33 -0600
12244
+
12245
+
12246
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:12:33 -0600
12247
+
12248
+
12249
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:12:33 -0600
12250
+
12251
+
12252
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:12:33 -0600
12253
+
12254
+
12255
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:12:33 -0600
12256
+
12257
+
12258
+ Started DELETE "/config_manager/settings/subs" for 127.0.0.1 at 2014-08-07 15:12:35 -0600
12259
+ Processing by ConfigManager::SettingsController#destroy as HTML
12260
+ Parameters: {"authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "id"=>"subs"}
12261
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12262
+ Redirected to http://localhost:4000/config_manager/settings
12263
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
12264
+
12265
+
12266
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:12:35 -0600
12267
+ Processing by ConfigManager::SettingsController#index as HTML
12268
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12269
+ DELETING OBSOLETE KEYS IN GLOBAL INDEX: ["dummy_cm_settings:subs"]
12270
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.7ms)
12271
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (1.5ms)
12272
+ Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.1ms)
12273
+
12274
+
12275
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:12:35 -0600
12276
+
12277
+
12278
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:12:35 -0600
12279
+
12280
+
12281
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:12:35 -0600
12282
+
12283
+
12284
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:12:35 -0600
12285
+
12286
+
12287
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:12:35 -0600
12288
+
12289
+
12290
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:12:35 -0600
12291
+
12292
+
12293
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:14:01 -0600
12294
+ Processing by ConfigManager::SettingsController#index as HTML
12295
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12296
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.8ms)
12297
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (1.6ms)
12298
+ Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.1ms)
12299
+
12300
+
12301
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:14:01 -0600
12302
+
12303
+
12304
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:14:01 -0600
12305
+
12306
+
12307
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:14:01 -0600
12308
+
12309
+
12310
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:14:01 -0600
12311
+
12312
+
12313
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:14:01 -0600
12314
+
12315
+
12316
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:14:01 -0600
12317
+
12318
+
12319
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:14:04 -0600
12320
+ Processing by ConfigManager::SettingsController#index as HTML
12321
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12322
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.9ms)
12323
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (1.7ms)
12324
+ Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms)
12325
+
12326
+
12327
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:14:04 -0600
12328
+
12329
+
12330
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:14:04 -0600
12331
+
12332
+
12333
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:14:04 -0600
12334
+
12335
+
12336
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:14:04 -0600
12337
+
12338
+
12339
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:14:04 -0600
12340
+
12341
+
12342
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:14:04 -0600
12343
+
12344
+
12345
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:22:52 -0600
12346
+ Processing by ConfigManager::SettingsController#index as HTML
12347
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12348
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.8ms)
12349
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (2.5ms)
12350
+ Completed 200 OK in 9ms (Views: 6.5ms | ActiveRecord: 0.1ms)
12351
+
12352
+
12353
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:22:52 -0600
12354
+
12355
+
12356
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:22:52 -0600
12357
+
12358
+
12359
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:22:52 -0600
12360
+
12361
+
12362
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:22:52 -0600
12363
+
12364
+
12365
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:22:52 -0600
12366
+
12367
+
12368
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:22:52 -0600
12369
+
12370
+
12371
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:30:20 -0600
12372
+ Processing by ConfigManager::SettingsController#index as HTML
12373
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12374
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.7ms)
12375
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (2.2ms)
12376
+ Completed 200 OK in 16ms (Views: 6.5ms | ActiveRecord: 0.4ms)
12377
+
12378
+
12379
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:30:20 -0600
12380
+
12381
+
12382
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:30:20 -0600
12383
+
12384
+
12385
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:30:20 -0600
12386
+
12387
+
12388
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:30:20 -0600
12389
+
12390
+
12391
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:30:20 -0600
12392
+
12393
+
12394
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:30:20 -0600
12395
+
12396
+
12397
+ Started DELETE "/config_manager/settings/host%20country" for 127.0.0.1 at 2014-08-07 15:30:38 -0600
12398
+ Processing by ConfigManager::SettingsController#destroy as HTML
12399
+ Parameters: {"authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "id"=>"host country"}
12400
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12401
+ Redirected to http://localhost:4000/config_manager/settings
12402
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
12403
+
12404
+
12405
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:30:38 -0600
12406
+ Processing by ConfigManager::SettingsController#index as HTML
12407
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12408
+ DELETING OBSOLETE KEYS IN GLOBAL INDEX: ["dummy_cm_settings:host country"]
12409
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (1.1ms)
12410
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (2.8ms)
12411
+ Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 0.1ms)
12412
+
12413
+
12414
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:30:38 -0600
12415
+
12416
+
12417
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:30:38 -0600
12418
+
12419
+
12420
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:30:38 -0600
12421
+
12422
+
12423
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:30:38 -0600
12424
+
12425
+
12426
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:30:38 -0600
12427
+
12428
+
12429
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:30:38 -0600
12430
+
12431
+
12432
+ Started DELETE "/config_manager/settings/soccer_player_count" for 127.0.0.1 at 2014-08-07 15:30:40 -0600
12433
+ Processing by ConfigManager::SettingsController#destroy as HTML
12434
+ Parameters: {"authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "id"=>"soccer_player_count"}
12435
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12436
+ Redirected to http://localhost:4000/config_manager/settings
12437
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
12438
+
12439
+
12440
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:30:40 -0600
12441
+ Processing by ConfigManager::SettingsController#index as HTML
12442
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12443
+ DELETING OBSOLETE KEYS IN GLOBAL INDEX: ["dummy_cm_settings:soccer_player_count"]
12444
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.6ms)
12445
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (1.9ms)
12446
+ Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.2ms)
12447
+
12448
+
12449
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:30:40 -0600
12450
+
12451
+
12452
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:30:40 -0600
12453
+
12454
+
12455
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:30:40 -0600
12456
+
12457
+
12458
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:30:40 -0600
12459
+
12460
+
12461
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:30:40 -0600
12462
+
12463
+
12464
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:30:40 -0600
12465
+
12466
+
12467
+ Started DELETE "/config_manager/settings/subs" for 127.0.0.1 at 2014-08-07 15:30:42 -0600
12468
+ Processing by ConfigManager::SettingsController#destroy as HTML
12469
+ Parameters: {"authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "id"=>"subs"}
12470
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12471
+ Redirected to http://localhost:4000/config_manager/settings
12472
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
12473
+
12474
+
12475
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:30:42 -0600
12476
+ Processing by ConfigManager::SettingsController#index as HTML
12477
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12478
+ DELETING OBSOLETE KEYS IN GLOBAL INDEX: ["dummy_cm_settings:subs"]
12479
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.8ms)
12480
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (1.7ms)
12481
+ Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.1ms)
12482
+
12483
+
12484
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:30:42 -0600
12485
+
12486
+
12487
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:30:42 -0600
12488
+
12489
+
12490
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:30:42 -0600
12491
+
12492
+
12493
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:30:42 -0600
12494
+
12495
+
12496
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:30:42 -0600
12497
+
12498
+
12499
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:30:42 -0600
12500
+
12501
+
12502
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:38:43 -0600
12503
+ Processing by ConfigManager::SettingsController#index as HTML
12504
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12505
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.7ms)
12506
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (2.3ms)
12507
+ Completed 200 OK in 15ms (Views: 6.6ms | ActiveRecord: 0.4ms)
12508
+
12509
+
12510
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:38:44 -0600
12511
+
12512
+
12513
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:38:44 -0600
12514
+
12515
+
12516
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:38:44 -0600
12517
+
12518
+
12519
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:38:44 -0600
12520
+
12521
+
12522
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:38:44 -0600
12523
+
12524
+
12525
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:38:44 -0600
12526
+
12527
+
12528
+ Started DELETE "/config_manager/settings/host%20country" for 127.0.0.1 at 2014-08-07 15:38:46 -0600
12529
+ Processing by ConfigManager::SettingsController#destroy as HTML
12530
+ Parameters: {"authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "id"=>"host country"}
12531
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12532
+ Redirected to http://localhost:4000/config_manager/settings
12533
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
12534
+
12535
+
12536
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:38:46 -0600
12537
+ Processing by ConfigManager::SettingsController#index as HTML
12538
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12539
+ DELETING OBSOLETE KEYS IN GLOBAL INDEX: ["dummy_cm_settings:host country"]
12540
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.7ms)
12541
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (2.1ms)
12542
+ Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.1ms)
12543
+
12544
+
12545
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:38:46 -0600
12546
+
12547
+
12548
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:38:46 -0600
12549
+
12550
+
12551
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:38:46 -0600
12552
+
12553
+
12554
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:38:46 -0600
12555
+
12556
+
12557
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:38:46 -0600
12558
+
12559
+
12560
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:38:46 -0600
12561
+
12562
+
12563
+ Started DELETE "/config_manager/settings/soccer_player_count" for 127.0.0.1 at 2014-08-07 15:38:48 -0600
12564
+ Processing by ConfigManager::SettingsController#destroy as HTML
12565
+ Parameters: {"authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "id"=>"soccer_player_count"}
12566
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12567
+ Redirected to http://localhost:4000/config_manager/settings
12568
+ Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
12569
+
12570
+
12571
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:38:48 -0600
12572
+ Processing by ConfigManager::SettingsController#index as HTML
12573
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12574
+ DELETING OBSOLETE KEYS IN GLOBAL INDEX: ["dummy_cm_settings:soccer_player_count"]
12575
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.8ms)
12576
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (1.9ms)
12577
+ Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.1ms)
12578
+
12579
+
12580
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:38:48 -0600
12581
+
12582
+
12583
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:38:48 -0600
12584
+
12585
+
12586
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:38:48 -0600
12587
+
12588
+
12589
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:38:48 -0600
12590
+
12591
+
12592
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:38:48 -0600
12593
+
12594
+
12595
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:38:48 -0600
12596
+
12597
+
12598
+ Started DELETE "/config_manager/settings/subs" for 127.0.0.1 at 2014-08-07 15:38:50 -0600
12599
+ Processing by ConfigManager::SettingsController#destroy as HTML
12600
+ Parameters: {"authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "id"=>"subs"}
12601
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12602
+ Redirected to http://localhost:4000/config_manager/settings
12603
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
12604
+
12605
+
12606
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:38:50 -0600
12607
+ Processing by ConfigManager::SettingsController#index as HTML
12608
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12609
+ DELETING OBSOLETE KEYS IN GLOBAL INDEX: ["dummy_cm_settings:subs"]
12610
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.8ms)
12611
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (1.5ms)
12612
+ Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.2ms)
12613
+
12614
+
12615
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:38:50 -0600
12616
+
12617
+
12618
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:38:50 -0600
12619
+
12620
+
12621
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:38:50 -0600
12622
+
12623
+
12624
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:38:50 -0600
12625
+
12626
+
12627
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:38:50 -0600
12628
+
12629
+
12630
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:38:50 -0600
12631
+
12632
+
12633
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:39:08 -0600
12634
+ Processing by ConfigManager::SettingsController#index as HTML
12635
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12636
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.8ms)
12637
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (2.2ms)
12638
+ Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.1ms)
12639
+
12640
+
12641
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:39:08 -0600
12642
+
12643
+
12644
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:39:08 -0600
12645
+
12646
+
12647
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:39:08 -0600
12648
+
12649
+
12650
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:39:08 -0600
12651
+
12652
+
12653
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:39:08 -0600
12654
+
12655
+
12656
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:39:09 -0600
12657
+
12658
+
12659
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:48:37 -0600
12660
+
12661
+ SyntaxError (/Users/pcr/Projects/config_manager/app/controllers/config_manager/settings_controller.rb:34: syntax error, unexpected keyword_end):
12662
+ /Users/pcr/Projects/config_manager/app/controllers/config_manager/settings_controller.rb:34: syntax error, unexpected keyword_end
12663
+ activesupport (4.1.4) lib/active_support/dependencies.rb:443:in `load'
12664
+ activesupport (4.1.4) lib/active_support/dependencies.rb:443:in `block in load_file'
12665
+ activesupport (4.1.4) lib/active_support/dependencies.rb:633:in `new_constants_in'
12666
+ activesupport (4.1.4) lib/active_support/dependencies.rb:442:in `load_file'
12667
+ activesupport (4.1.4) lib/active_support/dependencies.rb:342:in `require_or_load'
12668
+ activesupport (4.1.4) lib/active_support/dependencies.rb:480:in `load_missing_constant'
12669
+ activesupport (4.1.4) lib/active_support/dependencies.rb:180:in `const_missing'
12670
+ activesupport (4.1.4) lib/active_support/inflector/methods.rb:240:in `const_get'
12671
+ activesupport (4.1.4) lib/active_support/inflector/methods.rb:240:in `block in constantize'
12672
+ activesupport (4.1.4) lib/active_support/inflector/methods.rb:236:in `each'
12673
+ activesupport (4.1.4) lib/active_support/inflector/methods.rb:236:in `inject'
12674
+ activesupport (4.1.4) lib/active_support/inflector/methods.rb:236:in `constantize'
12675
+ activesupport (4.1.4) lib/active_support/dependencies.rb:552:in `get'
12676
+ activesupport (4.1.4) lib/active_support/dependencies.rb:583:in `constantize'
12677
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference'
12678
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:68:in `controller'
12679
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:46:in `call'
12680
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
12681
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
12682
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
12683
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:678:in `call'
12684
+ railties (4.1.4) lib/rails/engine.rb:514:in `call'
12685
+ railties (4.1.4) lib/rails/railtie.rb:194:in `public_send'
12686
+ railties (4.1.4) lib/rails/railtie.rb:194:in `method_missing'
12687
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
12688
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
12689
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
12690
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:678:in `call'
12691
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
12692
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
12693
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
12694
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
12695
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
12696
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
12697
+ actionpack (4.1.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
12698
+ actionpack (4.1.4) lib/action_dispatch/middleware/flash.rb:254:in `call'
12699
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
12700
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
12701
+ actionpack (4.1.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
12702
+ activerecord (4.1.4) lib/active_record/query_cache.rb:36:in `call'
12703
+ activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
12704
+ activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
12705
+ actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
12706
+ activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
12707
+ actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
12708
+ actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
12709
+ actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
12710
+ actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
12711
+ actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
12712
+ railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
12713
+ railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
12714
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
12715
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
12716
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
12717
+ railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
12718
+ actionpack (4.1.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
12719
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
12720
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
12721
+ activesupport (4.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
12722
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
12723
+ actionpack (4.1.4) lib/action_dispatch/middleware/static.rb:64:in `call'
12724
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
12725
+ railties (4.1.4) lib/rails/engine.rb:514:in `call'
12726
+ railties (4.1.4) lib/rails/application.rb:144:in `call'
12727
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
12728
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
12729
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
12730
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
12731
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
12732
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
12733
+
12734
+
12735
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
12736
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
12737
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.3ms)
12738
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.2ms)
12739
+
12740
+
12741
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:48:47 -0600
12742
+ Processing by ConfigManager::SettingsController#index as HTML
12743
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12744
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (6.9ms)
12745
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (24.4ms)
12746
+ Completed 200 OK in 72ms (Views: 53.0ms | ActiveRecord: 1.3ms)
12747
+
12748
+
12749
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:48:47 -0600
12750
+
12751
+
12752
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:48:47 -0600
12753
+
12754
+
12755
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:48:47 -0600
12756
+
12757
+
12758
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:48:47 -0600
12759
+
12760
+
12761
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:48:47 -0600
12762
+
12763
+
12764
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:48:47 -0600
12765
+
12766
+
12767
+ Started GET "/config_manager/settings/dump" for 127.0.0.1 at 2014-08-07 15:48:52 -0600
12768
+ Processing by ConfigManager::SettingsController#dump as HTML
12769
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12770
+ Rendered text template (0.0ms)
12771
+ Sent data setting.yml (2.0ms)
12772
+ Completed 200 OK in 6ms (Views: 1.9ms | ActiveRecord: 0.1ms)
12773
+
12774
+
12775
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:56:06 -0600
12776
+ Processing by ConfigManager::SettingsController#index as HTML
12777
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12778
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (4.6ms)
12779
+ Completed 500 Internal Server Error in 33ms
12780
+
12781
+ ActionView::Template::Error (Text line not indented deep enough.
12782
+ The first text line defines the necessary text indentation.
12783
+ Are you trying to nest a child tag in a tag containing text? Use | for the text block!
12784
+ /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim, Line 33, Column 6
12785
+ = form_tag load_settings_path do
12786
+ ^
12787
+ ):
12788
+ slim (2.0.3) lib/slim/parser.rb:479:in `syntax_error!'
12789
+ slim (2.0.3) lib/slim/parser.rb:272:in `parse_text_block'
12790
+ slim (2.0.3) lib/slim/parser.rb:358:in `parse_tag'
12791
+ slim (2.0.3) lib/slim/parser.rb:228:in `parse_line_indicators'
12792
+ slim (2.0.3) lib/slim/parser.rb:176:in `parse_line'
12793
+ slim (2.0.3) lib/slim/parser.rb:77:in `call'
12794
+ temple (0.6.8) lib/temple/engine.rb:50:in `block in call'
12795
+ temple (0.6.8) lib/temple/engine.rb:50:in `each'
12796
+ temple (0.6.8) lib/temple/engine.rb:50:in `inject'
12797
+ temple (0.6.8) lib/temple/engine.rb:50:in `call'
12798
+ temple (0.6.8) lib/temple/mixins/template.rb:10:in `compile'
12799
+ temple (0.6.8) lib/temple/templates/rails.rb:34:in `call'
12800
+ actionview (4.1.4) lib/action_view/template.rb:270:in `compile'
12801
+ actionview (4.1.4) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
12802
+ activesupport (4.1.4) lib/active_support/notifications.rb:161:in `instrument'
12803
+ actionview (4.1.4) lib/action_view/template.rb:339:in `instrument'
12804
+ actionview (4.1.4) lib/action_view/template.rb:244:in `block in compile!'
12805
+ actionview (4.1.4) lib/action_view/template.rb:232:in `synchronize'
12806
+ actionview (4.1.4) lib/action_view/template.rb:232:in `compile!'
12807
+ actionview (4.1.4) lib/action_view/template.rb:144:in `block in render'
12808
+ activesupport (4.1.4) lib/active_support/notifications.rb:161:in `instrument'
12809
+ actionview (4.1.4) lib/action_view/template.rb:339:in `instrument'
12810
+ actionview (4.1.4) lib/action_view/template.rb:143:in `render'
12811
+ actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
12812
+ actionview (4.1.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
12813
+ activesupport (4.1.4) lib/active_support/notifications.rb:159:in `block in instrument'
12814
+ activesupport (4.1.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
12815
+ activesupport (4.1.4) lib/active_support/notifications.rb:159:in `instrument'
12816
+ actionview (4.1.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
12817
+ actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
12818
+ actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
12819
+ actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
12820
+ actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:17:in `render'
12821
+ actionview (4.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
12822
+ actionview (4.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
12823
+ actionview (4.1.4) lib/action_view/rendering.rb:99:in `_render_template'
12824
+ actionpack (4.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
12825
+ actionview (4.1.4) lib/action_view/rendering.rb:82:in `render_to_body'
12826
+ actionpack (4.1.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
12827
+ actionpack (4.1.4) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
12828
+ actionpack (4.1.4) lib/abstract_controller/rendering.rb:25:in `render'
12829
+ actionpack (4.1.4) lib/action_controller/metal/rendering.rb:16:in `render'
12830
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
12831
+ activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
12832
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
12833
+ activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
12834
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
12835
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
12836
+ activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
12837
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
12838
+ actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
12839
+ actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
12840
+ actionpack (4.1.4) lib/abstract_controller/base.rb:189:in `process_action'
12841
+ actionpack (4.1.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
12842
+ actionpack (4.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
12843
+ activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
12844
+ activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
12845
+ activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `block in halting'
12846
+ activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `call'
12847
+ activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `run_callbacks'
12848
+ actionpack (4.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
12849
+ actionpack (4.1.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
12850
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
12851
+ activesupport (4.1.4) lib/active_support/notifications.rb:159:in `block in instrument'
12852
+ activesupport (4.1.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
12853
+ activesupport (4.1.4) lib/active_support/notifications.rb:159:in `instrument'
12854
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
12855
+ actionpack (4.1.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
12856
+ activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
12857
+ actionpack (4.1.4) lib/abstract_controller/base.rb:136:in `process'
12858
+ actionview (4.1.4) lib/action_view/rendering.rb:30:in `process'
12859
+ actionpack (4.1.4) lib/action_controller/metal.rb:196:in `dispatch'
12860
+ actionpack (4.1.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
12861
+ actionpack (4.1.4) lib/action_controller/metal.rb:232:in `block in action'
12862
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `call'
12863
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
12864
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:50:in `call'
12865
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
12866
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
12867
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
12868
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:678:in `call'
12869
+ railties (4.1.4) lib/rails/engine.rb:514:in `call'
12870
+ railties (4.1.4) lib/rails/railtie.rb:194:in `public_send'
12871
+ railties (4.1.4) lib/rails/railtie.rb:194:in `method_missing'
12872
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
12873
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
12874
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
12875
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:678:in `call'
12876
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
12877
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
12878
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
12879
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
12880
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
12881
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
12882
+ actionpack (4.1.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
12883
+ actionpack (4.1.4) lib/action_dispatch/middleware/flash.rb:254:in `call'
12884
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
12885
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
12886
+ actionpack (4.1.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
12887
+ activerecord (4.1.4) lib/active_record/query_cache.rb:36:in `call'
12888
+ activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
12889
+ activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
12890
+ actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
12891
+ activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
12892
+ actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
12893
+ actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
12894
+ actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
12895
+ actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
12896
+ actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
12897
+ railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
12898
+ railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
12899
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
12900
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
12901
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
12902
+ railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
12903
+ actionpack (4.1.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
12904
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
12905
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
12906
+ activesupport (4.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
12907
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
12908
+ actionpack (4.1.4) lib/action_dispatch/middleware/static.rb:64:in `call'
12909
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
12910
+ railties (4.1.4) lib/rails/engine.rb:514:in `call'
12911
+ railties (4.1.4) lib/rails/application.rb:144:in `call'
12912
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
12913
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
12914
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
12915
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
12916
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
12917
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
12918
+
12919
+
12920
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (5.0ms)
12921
+
12922
+
12923
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:56:28 -0600
12924
+ Processing by ConfigManager::SettingsController#index as HTML
12925
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
12926
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (9.8ms)
12927
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (33.3ms)
12928
+ Completed 500 Internal Server Error in 38ms
12929
+
12930
+ ActionView::Template::Error (undefined local variable or method `form' for #<#<Class:0x007ffcb642f738>:0x007ffcb94d8970>):
12931
+ 34: div.form-group
12932
+ 35: = file_field_tag :file
12933
+ 36: div.buttons
12934
+ 37: = form.submit "Load", :class => "btn btn-primary center-block"
12935
+ /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim:37:in `block in ___sers_pcr__rojects_config_manager_app_views_config_manager_settings_index_html_slim__2375760098214805144_70361708647660'
12936
+ actionview (4.1.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
12937
+ actionview (4.1.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
12938
+ actionview (4.1.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
12939
+ actionview (4.1.4) lib/action_view/helpers/form_tag_helper.rb:740:in `form_tag_in_block'
12940
+ actionview (4.1.4) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag'
12941
+ /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim:33:in `___sers_pcr__rojects_config_manager_app_views_config_manager_settings_index_html_slim__2375760098214805144_70361708647660'
12942
+ actionview (4.1.4) lib/action_view/template.rb:145:in `block in render'
12943
+ activesupport (4.1.4) lib/active_support/notifications.rb:161:in `instrument'
12944
+ actionview (4.1.4) lib/action_view/template.rb:339:in `instrument'
12945
+ actionview (4.1.4) lib/action_view/template.rb:143:in `render'
12946
+ actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
12947
+ actionview (4.1.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
12948
+ activesupport (4.1.4) lib/active_support/notifications.rb:159:in `block in instrument'
12949
+ activesupport (4.1.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
12950
+ activesupport (4.1.4) lib/active_support/notifications.rb:159:in `instrument'
12951
+ actionview (4.1.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
12952
+ actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
12953
+ actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
12954
+ actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
12955
+ actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:17:in `render'
12956
+ actionview (4.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
12957
+ actionview (4.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
12958
+ actionview (4.1.4) lib/action_view/rendering.rb:99:in `_render_template'
12959
+ actionpack (4.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
12960
+ actionview (4.1.4) lib/action_view/rendering.rb:82:in `render_to_body'
12961
+ actionpack (4.1.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
12962
+ actionpack (4.1.4) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
12963
+ actionpack (4.1.4) lib/abstract_controller/rendering.rb:25:in `render'
12964
+ actionpack (4.1.4) lib/action_controller/metal/rendering.rb:16:in `render'
12965
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
12966
+ activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
12967
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
12968
+ activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
12969
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
12970
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
12971
+ activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
12972
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
12973
+ actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
12974
+ actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
12975
+ actionpack (4.1.4) lib/abstract_controller/base.rb:189:in `process_action'
12976
+ actionpack (4.1.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
12977
+ actionpack (4.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
12978
+ activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
12979
+ activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
12980
+ activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `block in halting'
12981
+ activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `call'
12982
+ activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `run_callbacks'
12983
+ actionpack (4.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
12984
+ actionpack (4.1.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
12985
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
12986
+ activesupport (4.1.4) lib/active_support/notifications.rb:159:in `block in instrument'
12987
+ activesupport (4.1.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
12988
+ activesupport (4.1.4) lib/active_support/notifications.rb:159:in `instrument'
12989
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
12990
+ actionpack (4.1.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
12991
+ activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
12992
+ actionpack (4.1.4) lib/abstract_controller/base.rb:136:in `process'
12993
+ actionview (4.1.4) lib/action_view/rendering.rb:30:in `process'
12994
+ actionpack (4.1.4) lib/action_controller/metal.rb:196:in `dispatch'
12995
+ actionpack (4.1.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
12996
+ actionpack (4.1.4) lib/action_controller/metal.rb:232:in `block in action'
12997
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `call'
12998
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
12999
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:50:in `call'
13000
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
13001
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
13002
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
13003
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:678:in `call'
13004
+ railties (4.1.4) lib/rails/engine.rb:514:in `call'
13005
+ railties (4.1.4) lib/rails/railtie.rb:194:in `public_send'
13006
+ railties (4.1.4) lib/rails/railtie.rb:194:in `method_missing'
13007
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
13008
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
13009
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
13010
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:678:in `call'
13011
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
13012
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
13013
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
13014
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
13015
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
13016
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
13017
+ actionpack (4.1.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
13018
+ actionpack (4.1.4) lib/action_dispatch/middleware/flash.rb:254:in `call'
13019
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
13020
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
13021
+ actionpack (4.1.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
13022
+ activerecord (4.1.4) lib/active_record/query_cache.rb:36:in `call'
13023
+ activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
13024
+ activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
13025
+ actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
13026
+ activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
13027
+ actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
13028
+ actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
13029
+ actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
13030
+ actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
13031
+ actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
13032
+ railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
13033
+ railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
13034
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
13035
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
13036
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
13037
+ railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
13038
+ actionpack (4.1.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
13039
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
13040
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
13041
+ activesupport (4.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
13042
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
13043
+ actionpack (4.1.4) lib/action_dispatch/middleware/static.rb:64:in `call'
13044
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
13045
+ railties (4.1.4) lib/rails/engine.rb:514:in `call'
13046
+ railties (4.1.4) lib/rails/application.rb:144:in `call'
13047
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
13048
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
13049
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
13050
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
13051
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
13052
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
13053
+
13054
+
13055
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
13056
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
13057
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (7.3ms)
13058
+
13059
+
13060
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:57:05 -0600
13061
+ Processing by ConfigManager::SettingsController#index as HTML
13062
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13063
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.7ms)
13064
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (8.2ms)
13065
+ Completed 200 OK in 37ms (Views: 34.6ms | ActiveRecord: 0.2ms)
13066
+
13067
+
13068
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:57:05 -0600
13069
+
13070
+
13071
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:57:05 -0600
13072
+
13073
+
13074
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:57:05 -0600
13075
+
13076
+
13077
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:57:05 -0600
13078
+
13079
+
13080
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:57:05 -0600
13081
+
13082
+
13083
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:57:05 -0600
13084
+
13085
+
13086
+ Started GET "/config_manager/toggles" for 127.0.0.1 at 2014-08-07 15:57:23 -0600
13087
+ Processing by ConfigManager::TogglesController#index as HTML
13088
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13089
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/_form.html.slim (5.4ms)
13090
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/index.html.slim within layouts/config_manager/application (10.8ms)
13091
+ Completed 200 OK in 19ms (Views: 15.7ms | ActiveRecord: 0.1ms)
13092
+
13093
+
13094
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:57:23 -0600
13095
+
13096
+
13097
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:57:23 -0600
13098
+
13099
+
13100
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:57:23 -0600
13101
+
13102
+
13103
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:57:23 -0600
13104
+
13105
+
13106
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:57:23 -0600
13107
+
13108
+
13109
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:57:23 -0600
13110
+
13111
+
13112
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:57:25 -0600
13113
+ Processing by ConfigManager::SettingsController#index as HTML
13114
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13115
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (1.1ms)
13116
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (3.4ms)
13117
+ Completed 200 OK in 13ms (Views: 9.8ms | ActiveRecord: 0.2ms)
13118
+
13119
+
13120
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:57:25 -0600
13121
+
13122
+
13123
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:57:25 -0600
13124
+
13125
+
13126
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:57:25 -0600
13127
+
13128
+
13129
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:57:25 -0600
13130
+
13131
+
13132
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:57:25 -0600
13133
+
13134
+
13135
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:57:25 -0600
13136
+
13137
+
13138
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 15:57:51 -0600
13139
+ Processing by ConfigManager::SettingsController#index as HTML
13140
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13141
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.7ms)
13142
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (6.8ms)
13143
+ Completed 200 OK in 14ms (Views: 11.3ms | ActiveRecord: 0.1ms)
13144
+
13145
+
13146
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:57:51 -0600
13147
+
13148
+
13149
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:57:51 -0600
13150
+
13151
+
13152
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:57:51 -0600
13153
+
13154
+
13155
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:57:51 -0600
13156
+
13157
+
13158
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:57:51 -0600
13159
+
13160
+
13161
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:57:51 -0600
13162
+
13163
+
13164
+ Started POST "/config_manager/settings/load" for 127.0.0.1 at 2014-08-07 15:58:09 -0600
13165
+ Processing by ConfigManager::SettingsController#load as HTML
13166
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "file"=>"setting.yml", "commit"=>"Load"}
13167
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13168
+ Completed 500 Internal Server Error in 62775ms
13169
+
13170
+ ActionView::MissingTemplate (Missing template config_manager/settings/load, config_manager/application/load with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :slim]}. Searched in:
13171
+ * "/Users/pcr/Projects/config_manager/spec/dummy/app/views"
13172
+ * "/Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/kaminari-0.16.1/app/views"
13173
+ * "/Users/pcr/Projects/config_manager/app/views"
13174
+ * "/Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/devise-3.2.4/app/views"
13175
+ ):
13176
+ actionview (4.1.4) lib/action_view/path_set.rb:46:in `find'
13177
+ actionview (4.1.4) lib/action_view/lookup_context.rb:124:in `find'
13178
+ actionview (4.1.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
13179
+ actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:41:in `determine_template'
13180
+ actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
13181
+ actionview (4.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
13182
+ actionview (4.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
13183
+ actionview (4.1.4) lib/action_view/rendering.rb:99:in `_render_template'
13184
+ actionpack (4.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
13185
+ actionview (4.1.4) lib/action_view/rendering.rb:82:in `render_to_body'
13186
+ actionpack (4.1.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
13187
+ actionpack (4.1.4) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
13188
+ actionpack (4.1.4) lib/abstract_controller/rendering.rb:25:in `render'
13189
+ actionpack (4.1.4) lib/action_controller/metal/rendering.rb:16:in `render'
13190
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
13191
+ activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
13192
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
13193
+ activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
13194
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
13195
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
13196
+ activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
13197
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
13198
+ actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
13199
+ actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
13200
+ actionpack (4.1.4) lib/abstract_controller/base.rb:189:in `process_action'
13201
+ actionpack (4.1.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
13202
+ actionpack (4.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
13203
+ activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
13204
+ activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
13205
+ activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `block in halting'
13206
+ activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `call'
13207
+ activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `run_callbacks'
13208
+ actionpack (4.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
13209
+ actionpack (4.1.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
13210
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
13211
+ activesupport (4.1.4) lib/active_support/notifications.rb:159:in `block in instrument'
13212
+ activesupport (4.1.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
13213
+ activesupport (4.1.4) lib/active_support/notifications.rb:159:in `instrument'
13214
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
13215
+ actionpack (4.1.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
13216
+ activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
13217
+ actionpack (4.1.4) lib/abstract_controller/base.rb:136:in `process'
13218
+ actionview (4.1.4) lib/action_view/rendering.rb:30:in `process'
13219
+ actionpack (4.1.4) lib/action_controller/metal.rb:196:in `dispatch'
13220
+ actionpack (4.1.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
13221
+ actionpack (4.1.4) lib/action_controller/metal.rb:232:in `block in action'
13222
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `call'
13223
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
13224
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:50:in `call'
13225
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
13226
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
13227
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
13228
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:678:in `call'
13229
+ railties (4.1.4) lib/rails/engine.rb:514:in `call'
13230
+ railties (4.1.4) lib/rails/railtie.rb:194:in `public_send'
13231
+ railties (4.1.4) lib/rails/railtie.rb:194:in `method_missing'
13232
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
13233
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
13234
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
13235
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:678:in `call'
13236
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
13237
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
13238
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
13239
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
13240
+ rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
13241
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
13242
+ actionpack (4.1.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
13243
+ actionpack (4.1.4) lib/action_dispatch/middleware/flash.rb:254:in `call'
13244
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
13245
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
13246
+ actionpack (4.1.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
13247
+ activerecord (4.1.4) lib/active_record/query_cache.rb:36:in `call'
13248
+ activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
13249
+ activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
13250
+ actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
13251
+ activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
13252
+ actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
13253
+ actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
13254
+ actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
13255
+ actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
13256
+ actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
13257
+ railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
13258
+ railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
13259
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
13260
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
13261
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
13262
+ railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
13263
+ actionpack (4.1.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
13264
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
13265
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
13266
+ activesupport (4.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
13267
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
13268
+ actionpack (4.1.4) lib/action_dispatch/middleware/static.rb:64:in `call'
13269
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
13270
+ railties (4.1.4) lib/rails/engine.rb:514:in `call'
13271
+ railties (4.1.4) lib/rails/application.rb:144:in `call'
13272
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
13273
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
13274
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
13275
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
13276
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
13277
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
13278
+
13279
+
13280
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.5ms)
13281
+
13282
+
13283
+ Started GET "/config_manager/settings/" for 127.0.0.1 at 2014-08-07 15:59:36 -0600
13284
+ Processing by ConfigManager::SettingsController#index as HTML
13285
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13286
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (1.4ms)
13287
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (7.8ms)
13288
+ Completed 200 OK in 21ms (Views: 12.2ms | ActiveRecord: 0.4ms)
13289
+
13290
+
13291
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 15:59:36 -0600
13292
+
13293
+
13294
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 15:59:36 -0600
13295
+
13296
+
13297
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 15:59:36 -0600
13298
+
13299
+
13300
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 15:59:36 -0600
13301
+
13302
+
13303
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 15:59:36 -0600
13304
+
13305
+
13306
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 15:59:36 -0600
13307
+
13308
+
13309
+ Started POST "/config_manager/settings/load" for 127.0.0.1 at 2014-08-07 15:59:43 -0600
13310
+ Processing by ConfigManager::SettingsController#load as HTML
13311
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "file"=>"setting.yml", "commit"=>"Load"}
13312
+ ConfigManager::Admin Load (0.3ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13313
+ Redirected to http://localhost:4000/config_manager/settings
13314
+ Completed 302 Found in 48924ms (ActiveRecord: 0.3ms)
13315
+
13316
+
13317
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 16:00:32 -0600
13318
+ Processing by ConfigManager::SettingsController#index as HTML
13319
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13320
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.6ms)
13321
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (2.4ms)
13322
+ Completed 200 OK in 9ms (Views: 6.3ms | ActiveRecord: 0.1ms)
13323
+
13324
+
13325
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 16:00:32 -0600
13326
+
13327
+
13328
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 16:00:32 -0600
13329
+
13330
+
13331
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 16:00:32 -0600
13332
+
13333
+
13334
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 16:00:32 -0600
13335
+
13336
+
13337
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 16:00:32 -0600
13338
+
13339
+
13340
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 16:00:32 -0600
13341
+
13342
+
13343
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 16:00:58 -0600
13344
+ Processing by ConfigManager::SettingsController#index as HTML
13345
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13346
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.7ms)
13347
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (6.9ms)
13348
+ Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.1ms)
13349
+
13350
+
13351
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 16:00:58 -0600
13352
+
13353
+
13354
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 16:00:58 -0600
13355
+
13356
+
13357
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 16:00:58 -0600
13358
+
13359
+
13360
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 16:00:58 -0600
13361
+
13362
+
13363
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 16:00:58 -0600
13364
+
13365
+
13366
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 16:00:58 -0600
13367
+
13368
+
13369
+ Started POST "/config_manager/settings/load" for 127.0.0.1 at 2014-08-07 16:01:16 -0600
13370
+ Processing by ConfigManager::SettingsController#load as HTML
13371
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007ffcbc088160 @tempfile=#<Tempfile:/var/folders/wv/k_l36prn0qb3ll4zshqr9chc0000gn/T/RackMultipart20140807-29910-172k67j>, @original_filename="setting.yml", @content_type="application/octet-stream", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"setting.yml\"\r\nContent-Type: application/octet-stream\r\n">, "commit"=>"Load"}
13372
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13373
+ Redirected to http://localhost:4000/config_manager/settings
13374
+ Completed 302 Found in 365144ms (ActiveRecord: 0.1ms)
13375
+
13376
+
13377
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 16:07:21 -0600
13378
+ Processing by ConfigManager::SettingsController#index as HTML
13379
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13380
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.7ms)
13381
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (7.0ms)
13382
+ Completed 200 OK in 20ms (Views: 11.2ms | ActiveRecord: 0.4ms)
13383
+
13384
+
13385
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 16:07:21 -0600
13386
+
13387
+
13388
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 16:07:21 -0600
13389
+
13390
+
13391
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 16:07:21 -0600
13392
+
13393
+
13394
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 16:07:21 -0600
13395
+
13396
+
13397
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 16:07:21 -0600
13398
+
13399
+
13400
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 16:07:21 -0600
13401
+
13402
+
13403
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 16:07:24 -0600
13404
+ Processing by ConfigManager::SettingsController#index as HTML
13405
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13406
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.6ms)
13407
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (2.6ms)
13408
+ Completed 200 OK in 10ms (Views: 7.5ms | ActiveRecord: 0.2ms)
13409
+
13410
+
13411
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 16:07:24 -0600
13412
+
13413
+
13414
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 16:07:24 -0600
13415
+
13416
+
13417
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 16:07:24 -0600
13418
+
13419
+
13420
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 16:07:24 -0600
13421
+
13422
+
13423
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 16:07:24 -0600
13424
+
13425
+
13426
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 16:07:24 -0600
13427
+
13428
+
13429
+ Started DELETE "/config_manager/settings/host%20country" for 127.0.0.1 at 2014-08-07 16:07:29 -0600
13430
+ Processing by ConfigManager::SettingsController#destroy as HTML
13431
+ Parameters: {"authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "id"=>"host country"}
13432
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13433
+ Redirected to http://localhost:4000/config_manager/settings
13434
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
13435
+
13436
+
13437
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 16:07:29 -0600
13438
+ Processing by ConfigManager::SettingsController#index as HTML
13439
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13440
+ DELETING OBSOLETE KEYS IN GLOBAL INDEX: ["dummy_cm_settings:host country"]
13441
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.6ms)
13442
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (2.6ms)
13443
+ Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.1ms)
13444
+
13445
+
13446
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 16:07:29 -0600
13447
+
13448
+
13449
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 16:07:29 -0600
13450
+
13451
+
13452
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 16:07:29 -0600
13453
+
13454
+
13455
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 16:07:29 -0600
13456
+
13457
+
13458
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 16:07:29 -0600
13459
+
13460
+
13461
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 16:07:29 -0600
13462
+
13463
+
13464
+ Started DELETE "/config_manager/settings/soccer_player_count" for 127.0.0.1 at 2014-08-07 16:07:31 -0600
13465
+ Processing by ConfigManager::SettingsController#destroy as HTML
13466
+ Parameters: {"authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "id"=>"soccer_player_count"}
13467
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13468
+ Redirected to http://localhost:4000/config_manager/settings
13469
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
13470
+
13471
+
13472
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 16:07:31 -0600
13473
+ Processing by ConfigManager::SettingsController#index as HTML
13474
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13475
+ DELETING OBSOLETE KEYS IN GLOBAL INDEX: ["dummy_cm_settings:soccer_player_count"]
13476
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.6ms)
13477
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (2.0ms)
13478
+ Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.1ms)
13479
+
13480
+
13481
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 16:07:31 -0600
13482
+
13483
+
13484
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 16:07:31 -0600
13485
+
13486
+
13487
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 16:07:31 -0600
13488
+
13489
+
13490
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 16:07:31 -0600
13491
+
13492
+
13493
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 16:07:31 -0600
13494
+
13495
+
13496
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 16:07:31 -0600
13497
+
13498
+
13499
+ Started DELETE "/config_manager/settings/subs" for 127.0.0.1 at 2014-08-07 16:07:32 -0600
13500
+ Processing by ConfigManager::SettingsController#destroy as HTML
13501
+ Parameters: {"authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "id"=>"subs"}
13502
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13503
+ Redirected to http://localhost:4000/config_manager/settings
13504
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
13505
+
13506
+
13507
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 16:07:32 -0600
13508
+ Processing by ConfigManager::SettingsController#index as HTML
13509
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13510
+ DELETING OBSOLETE KEYS IN GLOBAL INDEX: ["dummy_cm_settings:subs"]
13511
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.7ms)
13512
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (1.8ms)
13513
+ Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.1ms)
13514
+
13515
+
13516
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 16:07:32 -0600
13517
+
13518
+
13519
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 16:07:32 -0600
13520
+
13521
+
13522
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 16:07:32 -0600
13523
+
13524
+
13525
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 16:07:32 -0600
13526
+
13527
+
13528
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 16:07:32 -0600
13529
+
13530
+
13531
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 16:07:32 -0600
13532
+
13533
+
13534
+ Started POST "/config_manager/settings/load" for 127.0.0.1 at 2014-08-07 16:07:47 -0600
13535
+ Processing by ConfigManager::SettingsController#load as HTML
13536
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007ffcbd0639e0 @tempfile=#<Tempfile:/var/folders/wv/k_l36prn0qb3ll4zshqr9chc0000gn/T/RackMultipart20140807-29910-isx5h4>, @original_filename="setting.yml", @content_type="application/octet-stream", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"setting.yml\"\r\nContent-Type: application/octet-stream\r\n">, "commit"=>"Load"}
13537
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13538
+ Redirected to http://localhost:4000/config_manager/settings
13539
+ Completed 302 Found in 7ms (ActiveRecord: 0.1ms)
13540
+
13541
+
13542
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 16:07:47 -0600
13543
+ Processing by ConfigManager::SettingsController#index as HTML
13544
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13545
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.7ms)
13546
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (2.7ms)
13547
+ Completed 200 OK in 10ms (Views: 7.4ms | ActiveRecord: 0.1ms)
13548
+
13549
+
13550
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 16:07:48 -0600
13551
+
13552
+
13553
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 16:07:48 -0600
13554
+
13555
+
13556
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 16:07:48 -0600
13557
+
13558
+
13559
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 16:07:48 -0600
13560
+
13561
+
13562
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 16:07:48 -0600
13563
+
13564
+
13565
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 16:07:48 -0600
13566
+
13567
+
13568
+ Started GET "/config_manager/toggles" for 127.0.0.1 at 2014-08-07 16:18:49 -0600
13569
+ Processing by ConfigManager::TogglesController#index as HTML
13570
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13571
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/_form.html.slim (2.1ms)
13572
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/index.html.slim within layouts/config_manager/application (3.2ms)
13573
+ Completed 200 OK in 51ms (Views: 19.1ms | ActiveRecord: 0.2ms)
13574
+
13575
+
13576
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 16:18:49 -0600
13577
+
13578
+
13579
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 16:18:49 -0600
13580
+
13581
+
13582
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 16:18:49 -0600
13583
+
13584
+
13585
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 16:18:49 -0600
13586
+
13587
+
13588
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 16:18:49 -0600
13589
+
13590
+
13591
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 16:18:49 -0600
13592
+
13593
+
13594
+ Started POST "/config_manager/toggles" for 127.0.0.1 at 2014-08-07 16:19:05 -0600
13595
+ Processing by ConfigManager::TogglesController#create as HTML
13596
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "toggle"=>{"type"=>"set", "name"=>"mandrill_emails", "formatted_acceptable_values"=>"development,test,qa,staging"}, "commit"=>"Save"}
13597
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13598
+ Redirected to http://localhost:4000/config_manager/toggles
13599
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
13600
+
13601
+
13602
+ Started GET "/config_manager/toggles" for 127.0.0.1 at 2014-08-07 16:19:05 -0600
13603
+ Processing by ConfigManager::TogglesController#index as HTML
13604
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13605
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/_form.html.slim (1.4ms)
13606
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/index.html.slim within layouts/config_manager/application (3.4ms)
13607
+ Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
13608
+
13609
+
13610
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 16:19:05 -0600
13611
+
13612
+
13613
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 16:19:05 -0600
13614
+
13615
+
13616
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 16:19:05 -0600
13617
+
13618
+
13619
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 16:19:05 -0600
13620
+
13621
+
13622
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 16:19:05 -0600
13623
+
13624
+
13625
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 16:19:05 -0600
13626
+
13627
+
13628
+ Started POST "/config_manager/toggles/load_default" for 127.0.0.1 at 2014-08-07 16:24:44 -0600
13629
+ Processing by ConfigManager::TogglesController#load_default as HTML
13630
+ Parameters: {"authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk="}
13631
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13632
+ Redirected to http://localhost:4000/config_manager/toggles
13633
+ Completed 302 Found in 4ms (ActiveRecord: 0.1ms)
13634
+
13635
+
13636
+ Started GET "/config_manager/toggles" for 127.0.0.1 at 2014-08-07 16:24:44 -0600
13637
+ Processing by ConfigManager::TogglesController#index as HTML
13638
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13639
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/_form.html.slim (1.2ms)
13640
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/index.html.slim within layouts/config_manager/application (4.1ms)
13641
+ Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.1ms)
13642
+
13643
+
13644
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 16:24:44 -0600
13645
+
13646
+
13647
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 16:24:44 -0600
13648
+
13649
+
13650
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 16:24:44 -0600
13651
+
13652
+
13653
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 16:24:44 -0600
13654
+
13655
+
13656
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 16:24:44 -0600
13657
+
13658
+
13659
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 16:24:44 -0600
13660
+
13661
+
13662
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 16:24:51 -0600
13663
+ Processing by ConfigManager::SettingsController#index as HTML
13664
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13665
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.9ms)
13666
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (3.1ms)
13667
+ Completed 200 OK in 10ms (Views: 7.7ms | ActiveRecord: 0.1ms)
13668
+
13669
+
13670
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 16:24:51 -0600
13671
+
13672
+
13673
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 16:24:51 -0600
13674
+
13675
+
13676
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 16:24:51 -0600
13677
+
13678
+
13679
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 16:24:51 -0600
13680
+
13681
+
13682
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 16:24:51 -0600
13683
+
13684
+
13685
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 16:24:51 -0600
13686
+
13687
+
13688
+ Started POST "/config_manager/settings/load" for 127.0.0.1 at 2014-08-07 16:25:00 -0600
13689
+ Processing by ConfigManager::SettingsController#load as HTML
13690
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007ffcb94f22d0 @tempfile=#<Tempfile:/var/folders/wv/k_l36prn0qb3ll4zshqr9chc0000gn/T/RackMultipart20140807-29910-dhnnd6>, @original_filename="edit_settings_url", @content_type="application/octet-stream", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"edit_settings_url\"\r\nContent-Type: application/octet-stream\r\n">, "commit"=>"Load"}
13691
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13692
+ Redirected to http://localhost:4000/config_manager/settings
13693
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
13694
+
13695
+
13696
+ Started GET "/config_manager/settings" for 127.0.0.1 at 2014-08-07 16:25:00 -0600
13697
+ Processing by ConfigManager::SettingsController#index as HTML
13698
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13699
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/_form.html.slim (0.8ms)
13700
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/settings/index.html.slim within layouts/config_manager/application (3.0ms)
13701
+ Completed 200 OK in 10ms (Views: 7.5ms | ActiveRecord: 0.1ms)
13702
+
13703
+
13704
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 16:25:00 -0600
13705
+
13706
+
13707
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 16:25:00 -0600
13708
+
13709
+
13710
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 16:25:00 -0600
13711
+
13712
+
13713
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 16:25:00 -0600
13714
+
13715
+
13716
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 16:25:00 -0600
13717
+
13718
+
13719
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 16:25:00 -0600
13720
+
13721
+
13722
+ Started GET "/config_manager/toggles" for 127.0.0.1 at 2014-08-07 16:29:09 -0600
13723
+ Processing by ConfigManager::TogglesController#index as HTML
13724
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13725
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/_form.html.slim (1.8ms)
13726
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/index.html.slim within layouts/config_manager/application (10.7ms)
13727
+ Completed 200 OK in 23ms (Views: 15.2ms | ActiveRecord: 0.4ms)
13728
+
13729
+
13730
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 16:29:09 -0600
13731
+
13732
+
13733
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 16:29:09 -0600
13734
+
13735
+
13736
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 16:29:09 -0600
13737
+
13738
+
13739
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 16:29:09 -0600
13740
+
13741
+
13742
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 16:29:09 -0600
13743
+
13744
+
13745
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 16:29:09 -0600
13746
+
13747
+
13748
+ Started GET "/config_manager/toggles/dump" for 127.0.0.1 at 2014-08-07 16:29:11 -0600
13749
+ Processing by ConfigManager::TogglesController#dump as HTML
13750
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13751
+ Completed 500 Internal Server Error in 2ms
13752
+
13753
+ ArgumentError (wrong number of arguments (0 for 1)):
13754
+ /Users/pcr/Projects/config_manager/lib/config_manager/toggle.rb:61:in `to_yaml'
13755
+ /Users/pcr/Projects/config_manager/app/controllers/config_manager/toggles_controller.rb:48:in `dump'
13756
+ actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
13757
+ actionpack (4.1.4) lib/abstract_controller/base.rb:189:in `process_action'
13758
+ actionpack (4.1.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
13759
+ actionpack (4.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
13760
+ activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
13761
+ activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
13762
+ activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `block in halting'
13763
+ activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `call'
13764
+ activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `run_callbacks'
13765
+ actionpack (4.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
13766
+ actionpack (4.1.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
13767
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
13768
+ activesupport (4.1.4) lib/active_support/notifications.rb:159:in `block in instrument'
13769
+ activesupport (4.1.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
13770
+ activesupport (4.1.4) lib/active_support/notifications.rb:159:in `instrument'
13771
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
13772
+ actionpack (4.1.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
13773
+ activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
13774
+ actionpack (4.1.4) lib/abstract_controller/base.rb:136:in `process'
13775
+ actionview (4.1.4) lib/action_view/rendering.rb:30:in `process'
13776
+ actionpack (4.1.4) lib/action_controller/metal.rb:196:in `dispatch'
13777
+ actionpack (4.1.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
13778
+ actionpack (4.1.4) lib/action_controller/metal.rb:232:in `block in action'
13779
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `call'
13780
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
13781
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:50:in `call'
13782
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
13783
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
13784
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
13785
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:678:in `call'
13786
+ railties (4.1.4) lib/rails/engine.rb:514:in `call'
13787
+ railties (4.1.4) lib/rails/railtie.rb:194:in `public_send'
13788
+ railties (4.1.4) lib/rails/railtie.rb:194:in `method_missing'
13789
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
13790
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
13791
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
13792
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:678:in `call'
13793
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
13794
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
13795
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
13796
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
13797
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
13798
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
13799
+ actionpack (4.1.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
13800
+ actionpack (4.1.4) lib/action_dispatch/middleware/flash.rb:254:in `call'
13801
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
13802
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
13803
+ actionpack (4.1.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
13804
+ activerecord (4.1.4) lib/active_record/query_cache.rb:36:in `call'
13805
+ activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
13806
+ activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
13807
+ actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
13808
+ activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
13809
+ actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
13810
+ actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
13811
+ actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
13812
+ actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
13813
+ actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
13814
+ railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
13815
+ railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
13816
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
13817
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
13818
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
13819
+ railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
13820
+ actionpack (4.1.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
13821
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
13822
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
13823
+ activesupport (4.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
13824
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
13825
+ actionpack (4.1.4) lib/action_dispatch/middleware/static.rb:64:in `call'
13826
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
13827
+ railties (4.1.4) lib/rails/engine.rb:514:in `call'
13828
+ railties (4.1.4) lib/rails/application.rb:144:in `call'
13829
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
13830
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
13831
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
13832
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
13833
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
13834
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
13835
+
13836
+
13837
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms)
13838
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms)
13839
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
13840
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.0ms)
13841
+
13842
+
13843
+ Started GET "/config_manager/toggles" for 127.0.0.1 at 2014-08-07 16:29:39 -0600
13844
+ Processing by ConfigManager::TogglesController#index as HTML
13845
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13846
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/_form.html.slim (1.8ms)
13847
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/index.html.slim within layouts/config_manager/application (5.2ms)
13848
+ Completed 200 OK in 18ms (Views: 9.9ms | ActiveRecord: 0.4ms)
13849
+
13850
+
13851
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 16:29:39 -0600
13852
+
13853
+
13854
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 16:29:39 -0600
13855
+
13856
+
13857
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 16:29:39 -0600
13858
+
13859
+
13860
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 16:29:39 -0600
13861
+
13862
+
13863
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 16:29:39 -0600
13864
+
13865
+
13866
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 16:29:39 -0600
13867
+
13868
+
13869
+ Started GET "/config_manager/toggles/dump" for 127.0.0.1 at 2014-08-07 16:29:41 -0600
13870
+ Processing by ConfigManager::TogglesController#dump as HTML
13871
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13872
+ Completed 500 Internal Server Error in 1ms
13873
+
13874
+ ArgumentError (wrong number of arguments (0 for 1)):
13875
+ /Users/pcr/Projects/config_manager/lib/config_manager/toggle.rb:61:in `to_yaml'
13876
+ /Users/pcr/Projects/config_manager/app/controllers/config_manager/toggles_controller.rb:48:in `dump'
13877
+ actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
13878
+ actionpack (4.1.4) lib/abstract_controller/base.rb:189:in `process_action'
13879
+ actionpack (4.1.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
13880
+ actionpack (4.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
13881
+ activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
13882
+ activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
13883
+ activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `block in halting'
13884
+ activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `call'
13885
+ activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `run_callbacks'
13886
+ actionpack (4.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
13887
+ actionpack (4.1.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
13888
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
13889
+ activesupport (4.1.4) lib/active_support/notifications.rb:159:in `block in instrument'
13890
+ activesupport (4.1.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
13891
+ activesupport (4.1.4) lib/active_support/notifications.rb:159:in `instrument'
13892
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
13893
+ actionpack (4.1.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
13894
+ activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
13895
+ actionpack (4.1.4) lib/abstract_controller/base.rb:136:in `process'
13896
+ actionview (4.1.4) lib/action_view/rendering.rb:30:in `process'
13897
+ actionpack (4.1.4) lib/action_controller/metal.rb:196:in `dispatch'
13898
+ actionpack (4.1.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
13899
+ actionpack (4.1.4) lib/action_controller/metal.rb:232:in `block in action'
13900
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `call'
13901
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
13902
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:50:in `call'
13903
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
13904
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
13905
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
13906
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:678:in `call'
13907
+ railties (4.1.4) lib/rails/engine.rb:514:in `call'
13908
+ railties (4.1.4) lib/rails/railtie.rb:194:in `public_send'
13909
+ railties (4.1.4) lib/rails/railtie.rb:194:in `method_missing'
13910
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
13911
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
13912
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
13913
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:678:in `call'
13914
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
13915
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
13916
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
13917
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
13918
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
13919
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
13920
+ actionpack (4.1.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
13921
+ actionpack (4.1.4) lib/action_dispatch/middleware/flash.rb:254:in `call'
13922
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
13923
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
13924
+ actionpack (4.1.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
13925
+ activerecord (4.1.4) lib/active_record/query_cache.rb:36:in `call'
13926
+ activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
13927
+ activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
13928
+ actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
13929
+ activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
13930
+ actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
13931
+ actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
13932
+ actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
13933
+ actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
13934
+ actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
13935
+ railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
13936
+ railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
13937
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
13938
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
13939
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
13940
+ railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
13941
+ actionpack (4.1.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
13942
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
13943
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
13944
+ activesupport (4.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
13945
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
13946
+ actionpack (4.1.4) lib/action_dispatch/middleware/static.rb:64:in `call'
13947
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
13948
+ railties (4.1.4) lib/rails/engine.rb:514:in `call'
13949
+ railties (4.1.4) lib/rails/application.rb:144:in `call'
13950
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
13951
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
13952
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
13953
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
13954
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
13955
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
13956
+
13957
+
13958
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms)
13959
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.7ms)
13960
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
13961
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.0ms)
13962
+
13963
+
13964
+ Started GET "/config_manager/toggles" for 127.0.0.1 at 2014-08-07 16:30:05 -0600
13965
+ Processing by ConfigManager::TogglesController#index as HTML
13966
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13967
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/_form.html.slim (10.6ms)
13968
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/index.html.slim within layouts/config_manager/application (39.2ms)
13969
+ Completed 200 OK in 91ms (Views: 71.2ms | ActiveRecord: 1.1ms)
13970
+
13971
+
13972
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 16:30:05 -0600
13973
+
13974
+
13975
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 16:30:05 -0600
13976
+
13977
+
13978
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 16:30:05 -0600
13979
+
13980
+
13981
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 16:30:05 -0600
13982
+
13983
+
13984
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 16:30:05 -0600
13985
+
13986
+
13987
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 16:30:05 -0600
13988
+
13989
+
13990
+ Started GET "/config_manager/toggles/dump" for 127.0.0.1 at 2014-08-07 16:30:07 -0600
13991
+ Processing by ConfigManager::TogglesController#dump as HTML
13992
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
13993
+ Rendered text template (0.0ms)
13994
+ Sent data toggles.yml (1.1ms)
13995
+ Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.1ms)
13996
+
13997
+
13998
+ Started GET "/config_manager/toggles" for 127.0.0.1 at 2014-08-07 16:59:05 -0600
13999
+ Processing by ConfigManager::TogglesController#index as HTML
14000
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
14001
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/_form.html.slim (1.8ms)
14002
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/index.html.slim within layouts/config_manager/application (18.2ms)
14003
+ Completed 500 Internal Server Error in 27ms
14004
+
14005
+ ActionView::Template::Error (undefined method `file_file_tag' for #<#<Class:0x007fbc79900190>:0x007fbc7990b720>):
14006
+ 31: h3 Load From YAML
14007
+ 32: = form_tag load_toggles_path, :multipart => true do
14008
+ 33: div.form-group
14009
+ 34: = file_file_tag :file
14010
+ 35: div.buttons
14011
+ 36: = submit_tag "Load", :class => "btn-block btn btn-warning"
14012
+ 37: h3 Dump To YAML
14013
+ /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/index.html.slim:34:in `block in ___sers_pcr__rojects_config_manager_app_views_config_manager_toggles_index_html_slim__669532915002507503_70223735048100'
14014
+ actionview (4.1.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
14015
+ actionview (4.1.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
14016
+ actionview (4.1.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
14017
+ actionview (4.1.4) lib/action_view/helpers/form_tag_helper.rb:740:in `form_tag_in_block'
14018
+ actionview (4.1.4) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag'
14019
+ /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/index.html.slim:32:in `___sers_pcr__rojects_config_manager_app_views_config_manager_toggles_index_html_slim__669532915002507503_70223735048100'
14020
+ actionview (4.1.4) lib/action_view/template.rb:145:in `block in render'
14021
+ activesupport (4.1.4) lib/active_support/notifications.rb:161:in `instrument'
14022
+ actionview (4.1.4) lib/action_view/template.rb:339:in `instrument'
14023
+ actionview (4.1.4) lib/action_view/template.rb:143:in `render'
14024
+ actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
14025
+ actionview (4.1.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
14026
+ activesupport (4.1.4) lib/active_support/notifications.rb:159:in `block in instrument'
14027
+ activesupport (4.1.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
14028
+ activesupport (4.1.4) lib/active_support/notifications.rb:159:in `instrument'
14029
+ actionview (4.1.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
14030
+ actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
14031
+ actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
14032
+ actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
14033
+ actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:17:in `render'
14034
+ actionview (4.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
14035
+ actionview (4.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
14036
+ actionview (4.1.4) lib/action_view/rendering.rb:99:in `_render_template'
14037
+ actionpack (4.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
14038
+ actionview (4.1.4) lib/action_view/rendering.rb:82:in `render_to_body'
14039
+ actionpack (4.1.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
14040
+ actionpack (4.1.4) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
14041
+ actionpack (4.1.4) lib/abstract_controller/rendering.rb:25:in `render'
14042
+ actionpack (4.1.4) lib/action_controller/metal/rendering.rb:16:in `render'
14043
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
14044
+ activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
14045
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
14046
+ activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
14047
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
14048
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
14049
+ activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
14050
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
14051
+ actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
14052
+ actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
14053
+ actionpack (4.1.4) lib/abstract_controller/base.rb:189:in `process_action'
14054
+ actionpack (4.1.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
14055
+ actionpack (4.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
14056
+ activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
14057
+ activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
14058
+ activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `block in halting'
14059
+ activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `call'
14060
+ activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `run_callbacks'
14061
+ actionpack (4.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
14062
+ actionpack (4.1.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
14063
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
14064
+ activesupport (4.1.4) lib/active_support/notifications.rb:159:in `block in instrument'
14065
+ activesupport (4.1.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
14066
+ activesupport (4.1.4) lib/active_support/notifications.rb:159:in `instrument'
14067
+ actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
14068
+ actionpack (4.1.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
14069
+ activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
14070
+ actionpack (4.1.4) lib/abstract_controller/base.rb:136:in `process'
14071
+ actionview (4.1.4) lib/action_view/rendering.rb:30:in `process'
14072
+ actionpack (4.1.4) lib/action_controller/metal.rb:196:in `dispatch'
14073
+ actionpack (4.1.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
14074
+ actionpack (4.1.4) lib/action_controller/metal.rb:232:in `block in action'
14075
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `call'
14076
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
14077
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:50:in `call'
14078
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
14079
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
14080
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
14081
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:678:in `call'
14082
+ railties (4.1.4) lib/rails/engine.rb:514:in `call'
14083
+ railties (4.1.4) lib/rails/railtie.rb:194:in `public_send'
14084
+ railties (4.1.4) lib/rails/railtie.rb:194:in `method_missing'
14085
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
14086
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
14087
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
14088
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:678:in `call'
14089
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
14090
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
14091
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
14092
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
14093
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
14094
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
14095
+ actionpack (4.1.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
14096
+ actionpack (4.1.4) lib/action_dispatch/middleware/flash.rb:254:in `call'
14097
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
14098
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
14099
+ actionpack (4.1.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
14100
+ activerecord (4.1.4) lib/active_record/query_cache.rb:36:in `call'
14101
+ activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
14102
+ activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
14103
+ actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
14104
+ activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
14105
+ actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
14106
+ actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
14107
+ actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
14108
+ actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
14109
+ actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
14110
+ railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
14111
+ railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
14112
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
14113
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
14114
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
14115
+ railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
14116
+ actionpack (4.1.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
14117
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
14118
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
14119
+ activesupport (4.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
14120
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
14121
+ actionpack (4.1.4) lib/action_dispatch/middleware/static.rb:64:in `call'
14122
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
14123
+ railties (4.1.4) lib/rails/engine.rb:514:in `call'
14124
+ railties (4.1.4) lib/rails/application.rb:144:in `call'
14125
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
14126
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
14127
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
14128
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
14129
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
14130
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
14131
+
14132
+
14133
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms)
14134
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
14135
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (7.2ms)
14136
+
14137
+
14138
+ Started GET "/config_manager/toggles" for 127.0.0.1 at 2014-08-07 16:59:20 -0600
14139
+ Processing by ConfigManager::TogglesController#index as HTML
14140
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
14141
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/_form.html.slim (1.9ms)
14142
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/index.html.slim within layouts/config_manager/application (9.7ms)
14143
+ Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.1ms)
14144
+
14145
+
14146
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 16:59:20 -0600
14147
+
14148
+
14149
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 16:59:20 -0600
14150
+
14151
+
14152
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 16:59:20 -0600
14153
+
14154
+
14155
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 16:59:20 -0600
14156
+
14157
+
14158
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 16:59:20 -0600
14159
+
14160
+
14161
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 16:59:20 -0600
14162
+
14163
+
14164
+ Started GET "/config_manager/toggles/dump" for 127.0.0.1 at 2014-08-07 16:59:24 -0600
14165
+ Processing by ConfigManager::TogglesController#dump as HTML
14166
+ ConfigManager::Admin Load (0.3ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
14167
+ Rendered text template (0.0ms)
14168
+ Sent data toggles.yml (0.5ms)
14169
+ Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.3ms)
14170
+
14171
+
14172
+ Started DELETE "/config_manager/toggles/center_defense" for 127.0.0.1 at 2014-08-07 16:59:59 -0600
14173
+ Processing by ConfigManager::TogglesController#destroy as HTML
14174
+ Parameters: {"authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "id"=>"center_defense"}
14175
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
14176
+ Redirected to http://localhost:4000/config_manager/toggles
14177
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
14178
+
14179
+
14180
+ Started GET "/config_manager/toggles" for 127.0.0.1 at 2014-08-07 16:59:59 -0600
14181
+ Processing by ConfigManager::TogglesController#index as HTML
14182
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
14183
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/_form.html.slim (1.8ms)
14184
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/index.html.slim within layouts/config_manager/application (5.1ms)
14185
+ Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
14186
+
14187
+
14188
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 16:59:59 -0600
14189
+
14190
+
14191
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 16:59:59 -0600
14192
+
14193
+
14194
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 16:59:59 -0600
14195
+
14196
+
14197
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 16:59:59 -0600
14198
+
14199
+
14200
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 16:59:59 -0600
14201
+
14202
+
14203
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 16:59:59 -0600
14204
+
14205
+
14206
+ Started DELETE "/config_manager/toggles/center_mids" for 127.0.0.1 at 2014-08-07 17:00:01 -0600
14207
+ Processing by ConfigManager::TogglesController#destroy as HTML
14208
+ Parameters: {"authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "id"=>"center_mids"}
14209
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
14210
+ Redirected to http://localhost:4000/config_manager/toggles
14211
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
14212
+
14213
+
14214
+ Started GET "/config_manager/toggles" for 127.0.0.1 at 2014-08-07 17:00:01 -0600
14215
+ Processing by ConfigManager::TogglesController#index as HTML
14216
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
14217
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/_form.html.slim (1.4ms)
14218
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/index.html.slim within layouts/config_manager/application (3.7ms)
14219
+ Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.1ms)
14220
+
14221
+
14222
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 17:00:01 -0600
14223
+
14224
+
14225
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 17:00:01 -0600
14226
+
14227
+
14228
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 17:00:01 -0600
14229
+
14230
+
14231
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 17:00:01 -0600
14232
+
14233
+
14234
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 17:00:01 -0600
14235
+
14236
+
14237
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 17:00:01 -0600
14238
+
14239
+
14240
+ Started DELETE "/config_manager/toggles/mandrill_emails" for 127.0.0.1 at 2014-08-07 17:00:02 -0600
14241
+ Processing by ConfigManager::TogglesController#destroy as HTML
14242
+ Parameters: {"authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "id"=>"mandrill_emails"}
14243
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
14244
+ Redirected to http://localhost:4000/config_manager/toggles
14245
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
14246
+
14247
+
14248
+ Started GET "/config_manager/toggles" for 127.0.0.1 at 2014-08-07 17:00:02 -0600
14249
+ Processing by ConfigManager::TogglesController#index as HTML
14250
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
14251
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/_form.html.slim (1.4ms)
14252
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/index.html.slim within layouts/config_manager/application (2.6ms)
14253
+ Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
14254
+
14255
+
14256
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 17:00:02 -0600
14257
+
14258
+
14259
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 17:00:02 -0600
14260
+
14261
+
14262
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 17:00:02 -0600
14263
+
14264
+
14265
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 17:00:02 -0600
14266
+
14267
+
14268
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 17:00:02 -0600
14269
+
14270
+
14271
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 17:00:02 -0600
14272
+
14273
+
14274
+ Started POST "/config_manager/toggles/load" for 127.0.0.1 at 2014-08-07 17:00:09 -0600
14275
+
14276
+ AbstractController::ActionNotFound (The action 'load' could not be found for ConfigManager::TogglesController):
14277
+ actionpack (4.1.4) lib/abstract_controller/base.rb:131:in `process'
14278
+ actionview (4.1.4) lib/action_view/rendering.rb:30:in `process'
14279
+ actionpack (4.1.4) lib/action_controller/metal.rb:196:in `dispatch'
14280
+ actionpack (4.1.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
14281
+ actionpack (4.1.4) lib/action_controller/metal.rb:232:in `block in action'
14282
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `call'
14283
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
14284
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:50:in `call'
14285
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
14286
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
14287
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
14288
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:678:in `call'
14289
+ railties (4.1.4) lib/rails/engine.rb:514:in `call'
14290
+ railties (4.1.4) lib/rails/railtie.rb:194:in `public_send'
14291
+ railties (4.1.4) lib/rails/railtie.rb:194:in `method_missing'
14292
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
14293
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
14294
+ actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
14295
+ actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:678:in `call'
14296
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
14297
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
14298
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
14299
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
14300
+ rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
14301
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
14302
+ actionpack (4.1.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
14303
+ actionpack (4.1.4) lib/action_dispatch/middleware/flash.rb:254:in `call'
14304
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
14305
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
14306
+ actionpack (4.1.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
14307
+ activerecord (4.1.4) lib/active_record/query_cache.rb:36:in `call'
14308
+ activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
14309
+ activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
14310
+ actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
14311
+ activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
14312
+ actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
14313
+ actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
14314
+ actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
14315
+ actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
14316
+ actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
14317
+ railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
14318
+ railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
14319
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
14320
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
14321
+ activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
14322
+ railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
14323
+ actionpack (4.1.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
14324
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
14325
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
14326
+ activesupport (4.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
14327
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
14328
+ actionpack (4.1.4) lib/action_dispatch/middleware/static.rb:64:in `call'
14329
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
14330
+ railties (4.1.4) lib/rails/engine.rb:514:in `call'
14331
+ railties (4.1.4) lib/rails/application.rb:144:in `call'
14332
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
14333
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
14334
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
14335
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
14336
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
14337
+ /Users/pcr/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
14338
+
14339
+
14340
+ Rendered /Users/pcr/.rvm/gems/ruby-2.1.2@config-manager/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.5ms)
14341
+
14342
+
14343
+ Started GET "/config_manager/toggles/" for 127.0.0.1 at 2014-08-07 17:00:30 -0600
14344
+ Processing by ConfigManager::TogglesController#index as HTML
14345
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
14346
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/_form.html.slim (2.0ms)
14347
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/index.html.slim within layouts/config_manager/application (3.3ms)
14348
+ Completed 200 OK in 14ms (Views: 7.8ms | ActiveRecord: 0.4ms)
14349
+
14350
+
14351
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 17:00:30 -0600
14352
+
14353
+
14354
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 17:00:30 -0600
14355
+
14356
+
14357
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 17:00:30 -0600
14358
+
14359
+
14360
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 17:00:30 -0600
14361
+
14362
+
14363
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 17:00:30 -0600
14364
+
14365
+
14366
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 17:00:30 -0600
14367
+
14368
+
14369
+ Started POST "/config_manager/toggles/load" for 127.0.0.1 at 2014-08-07 17:00:36 -0600
14370
+ Processing by ConfigManager::TogglesController#load as HTML
14371
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"LBkL7lUsDfp9PmiP60UkR5OxyivcC93+Laq3v73WEgk=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007fbc79d2bb70 @tempfile=#<Tempfile:/var/folders/wv/k_l36prn0qb3ll4zshqr9chc0000gn/T/RackMultipart20140807-30298-9dq24n>, @original_filename="toggles1.yml", @content_type="application/octet-stream", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"toggles1.yml\"\r\nContent-Type: application/octet-stream\r\n">, "commit"=>"Load"}
14372
+ ConfigManager::Admin Load (0.2ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
14373
+ Redirected to http://localhost:4000/config_manager/toggles
14374
+ Completed 302 Found in 5ms (ActiveRecord: 0.2ms)
14375
+
14376
+
14377
+ Started GET "/config_manager/toggles" for 127.0.0.1 at 2014-08-07 17:00:36 -0600
14378
+ Processing by ConfigManager::TogglesController#index as HTML
14379
+ ConfigManager::Admin Load (0.1ms) SELECT "config_manager_admins".* FROM "config_manager_admins" WHERE "config_manager_admins"."id" = 1 ORDER BY "config_manager_admins"."id" ASC LIMIT 1
14380
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/_form.html.slim (1.2ms)
14381
+ Rendered /Users/pcr/Projects/config_manager/app/views/config_manager/toggles/index.html.slim within layouts/config_manager/application (4.0ms)
14382
+ Completed 200 OK in 51ms (Views: 49.1ms | ActiveRecord: 0.1ms)
14383
+
14384
+
14385
+ Started GET "/assets/config_manager/_reset.css?body=1" for 127.0.0.1 at 2014-08-07 17:00:36 -0600
14386
+
14387
+
14388
+ Started GET "/assets/config_manager/generic.css?body=1" for 127.0.0.1 at 2014-08-07 17:00:36 -0600
14389
+
14390
+
14391
+ Started GET "/assets/config_manager/application.css?body=1" for 127.0.0.1 at 2014-08-07 17:00:36 -0600
14392
+
14393
+
14394
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-07 17:00:36 -0600
14395
+
14396
+
14397
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-07 17:00:36 -0600
14398
+
14399
+
14400
+ Started GET "/assets/config_manager/application.js?body=1" for 127.0.0.1 at 2014-08-07 17:00:36 -0600