carnival 0.0.38 → 0.0.39

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NGJkOGNkOTQ1MDdjMzk1OTdjZjI1NTUzMzVkYWI1YjA5OThlZjhhZg==
4
+ YWIzMzYxNjE4ZTRjZjdmNzkwMmU3YTQ3YjA3MmJjMDY1YWNiNWYyNw==
5
5
  data.tar.gz: !binary |-
6
- MWIyNjI1ZjEzOTEyYTM5ZTMxNmEyODczZDg0N2Q3M2ZmYzRiNmExOQ==
6
+ ZWRhYzAyMDFmM2U1NmM1YzBlYzgyYmI4YjczODRiNzJlYmY1NWI2Zg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- Y2U4MjQ1NjcxOWM2YmExYzg3Zjk4N2NlMjQ3ZmIwZTZlODI4NzliYjUxYzQ4
10
- NzMyNGQ1MDQ1ZDExNGUzYjdiYmYwZDJiZjFjNmY4YTk5MjZjM2M2NmVkMDY0
11
- ODZlNzFhMGE2MGY4MWRlOGZjNTEwZTYzM2FkNDZkMGZiNzYyZTA=
9
+ NTFiNjUyOWYxMTM2Mjk0NmVhMTMxMmJhYWJiNzA2ZmQ0MTJiYjkxMTIyY2I1
10
+ ZTA4MWY1OGVlYmM0NjFkOTJjYTE3MjdlZjE5NzNkMGM0OGYzZmIxOTE4MzZj
11
+ MzUzMmUxMjg2MWYwOGYwNjVmYWExY2Q3YWQ2ZDZjMjBlZDhkNDE=
12
12
  data.tar.gz: !binary |-
13
- MTU3MDI2NzI2YTg0NjdiYjUxYWNmOGZhYTJmMGY0NzZjY2Q0ODFkYzYwOWNi
14
- YWM1NjY0MGM0YmJiMmYzMDcyNDRjNGM2NzRiNzVhNDAyNzRjM2QxZGUxODk5
15
- OTY2OGU3N2JlNTQ3ZWI2OWZjNWZlMDAyYTNiNWE4NmVhYjdiYzc=
13
+ Y2RiNWMxMjQzN2ExNDJkMWUwNGYwMjU4OTA0NWRjYTVmZTg2MTFkNzQ2NDE3
14
+ ZDQ0YWVmYTAyMTk0ZjgyZjViYjYwNTRmMzg4ZGQ0ZGJjMjIxZjhmMDBkM2Ni
15
+ ODY1NTg3MDZlNGI3OTA1YzcxYTczMTllMDUwZjczN2NhM2EyOWQ=
@@ -15,11 +15,16 @@
15
15
  });
16
16
 
17
17
  function createNewForm(selector, form){
18
- newForm = $(nestedForms[form]).clone().wrap("<div>").parent().html();
18
+ newForm = $(nestedForms[form]).clone().wrap("<div>").parent();
19
+ $(newForm).find("select").show();
20
+ $(newForm).find(".chosen-container").remove();
21
+
22
+ newForm = $(newForm).html()
19
23
  var last_index = $(selector + " li").length
20
24
  newForm = newForm.replace(/([_a-zA-Z]+_attributes_)\d+(_[a-zA-Z]+)/g, "$1" + last_index + "$2");
21
25
  newForm = newForm.replace(/([_a-zA-Z]+\[[_a-zA-Z]+_attributes\]\[)\d+(\]\[[a-zA-Z]+\])/g, "$1" + last_index + "$2");
22
26
  $(selector).append(newForm);
27
+ $(selector).find("select").chosen();
23
28
  }
24
29
 
25
30
  function getFormName(element){
@@ -1,3 +1,3 @@
1
1
  module Carnival
2
- VERSION = "0.0.38"
2
+ VERSION = "0.0.39"
3
3
  end
@@ -1231,6 +1231,276 @@ N+1 Query method call stack
1231
1231
  N+1 Query detected
1232
1232
  Admin::State => [:country]
1233
1233
  Add to your finder: :include => [:country]
1234
+ N+1 Query method call stack
1235
+ N+1 Query method call stack
1236
+ N+1 Query method call stack
1237
+ N+1 Query method call stack
1238
+ N+1 Query method call stack
1239
+ N+1 Query method call stack2014-04-19 13:53:52[WARN] user: vagrant
1240
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1241
+ N+1 Query detected
1242
+ Admin::State => [:country]
1243
+ Add to your finder: :include => [:country]
1244
+ N+1 Query method call stack
1245
+ N+1 Query method call stack
1246
+ N+1 Query method call stack
1247
+ N+1 Query method call stack
1248
+ N+1 Query method call stack
1249
+ N+1 Query method call stack2014-04-19 13:53:52[WARN] user: vagrant
1250
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1251
+ N+1 Query detected
1252
+ Admin::City => [:state]
1253
+ Add to your finder: :include => [:state]
1254
+ N+1 Query method call stack
1255
+ N+1 Query method call stack
1256
+ N+1 Query method call stack
1257
+ N+1 Query method call stack
1258
+ N+1 Query method call stack
1259
+ N+1 Query method call stack2014-04-19 13:53:52[WARN] user: vagrant
1260
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1261
+ N+1 Query detected
1262
+ Admin::City => [:country]
1263
+ Add to your finder: :include => [:country]
1264
+ N+1 Query method call stack
1265
+ N+1 Query method call stack
1266
+ N+1 Query method call stack
1267
+ N+1 Query method call stack
1268
+ N+1 Query method call stack
1269
+ N+1 Query method call stack2014-04-19 14:06:00[WARN] user: vagrant
1270
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1271
+ N+1 Query detected
1272
+ Admin::State => [:country]
1273
+ Add to your finder: :include => [:country]
1274
+ N+1 Query method call stack
1275
+ N+1 Query method call stack
1276
+ N+1 Query method call stack
1277
+ N+1 Query method call stack
1278
+ N+1 Query method call stack
1279
+ N+1 Query method call stack2014-04-19 14:06:00[WARN] user: vagrant
1280
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1281
+ N+1 Query detected
1282
+ Admin::City => [:state]
1283
+ Add to your finder: :include => [:state]
1284
+ N+1 Query method call stack
1285
+ N+1 Query method call stack
1286
+ N+1 Query method call stack
1287
+ N+1 Query method call stack
1288
+ N+1 Query method call stack
1289
+ N+1 Query method call stack2014-04-19 14:06:00[WARN] user: vagrant
1290
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1291
+ N+1 Query detected
1292
+ Admin::City => [:country]
1293
+ Add to your finder: :include => [:country]
1294
+ N+1 Query method call stack
1295
+ N+1 Query method call stack
1296
+ N+1 Query method call stack
1297
+ N+1 Query method call stack
1298
+ N+1 Query method call stack
1299
+ N+1 Query method call stack2014-04-19 14:13:54[WARN] user: vagrant
1300
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1301
+ N+1 Query detected
1302
+ Admin::State => [:country]
1303
+ Add to your finder: :include => [:country]
1304
+ N+1 Query method call stack
1305
+ N+1 Query method call stack
1306
+ N+1 Query method call stack
1307
+ N+1 Query method call stack
1308
+ N+1 Query method call stack
1309
+ N+1 Query method call stack2014-04-19 14:13:54[WARN] user: vagrant
1310
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1311
+ N+1 Query detected
1312
+ Admin::City => [:state]
1313
+ Add to your finder: :include => [:state]
1314
+ N+1 Query method call stack
1315
+ N+1 Query method call stack
1316
+ N+1 Query method call stack
1317
+ N+1 Query method call stack
1318
+ N+1 Query method call stack
1319
+ N+1 Query method call stack2014-04-19 14:13:54[WARN] user: vagrant
1320
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1321
+ N+1 Query detected
1322
+ Admin::City => [:country]
1323
+ Add to your finder: :include => [:country]
1324
+ N+1 Query method call stack
1325
+ N+1 Query method call stack
1326
+ N+1 Query method call stack
1327
+ N+1 Query method call stack
1328
+ N+1 Query method call stack
1329
+ N+1 Query method call stack2014-04-19 14:17:13[WARN] user: vagrant
1330
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1331
+ N+1 Query detected
1332
+ Admin::State => [:country]
1333
+ Add to your finder: :include => [:country]
1334
+ N+1 Query method call stack
1335
+ N+1 Query method call stack
1336
+ N+1 Query method call stack
1337
+ N+1 Query method call stack
1338
+ N+1 Query method call stack
1339
+ N+1 Query method call stack2014-04-19 14:17:13[WARN] user: vagrant
1340
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1341
+ N+1 Query detected
1342
+ Admin::City => [:state]
1343
+ Add to your finder: :include => [:state]
1344
+ N+1 Query method call stack
1345
+ N+1 Query method call stack
1346
+ N+1 Query method call stack
1347
+ N+1 Query method call stack
1348
+ N+1 Query method call stack
1349
+ N+1 Query method call stack2014-04-19 14:17:13[WARN] user: vagrant
1350
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1351
+ N+1 Query detected
1352
+ Admin::City => [:country]
1353
+ Add to your finder: :include => [:country]
1354
+ N+1 Query method call stack
1355
+ N+1 Query method call stack
1356
+ N+1 Query method call stack
1357
+ N+1 Query method call stack
1358
+ N+1 Query method call stack
1359
+ N+1 Query method call stack2014-04-19 14:19:20[WARN] user: vagrant
1360
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1361
+ N+1 Query detected
1362
+ Admin::State => [:country]
1363
+ Add to your finder: :include => [:country]
1364
+ N+1 Query method call stack
1365
+ N+1 Query method call stack
1366
+ N+1 Query method call stack
1367
+ N+1 Query method call stack
1368
+ N+1 Query method call stack
1369
+ N+1 Query method call stack2014-04-19 14:19:20[WARN] user: vagrant
1370
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1371
+ N+1 Query detected
1372
+ Admin::City => [:state]
1373
+ Add to your finder: :include => [:state]
1374
+ N+1 Query method call stack
1375
+ N+1 Query method call stack
1376
+ N+1 Query method call stack
1377
+ N+1 Query method call stack
1378
+ N+1 Query method call stack
1379
+ N+1 Query method call stack2014-04-19 14:19:20[WARN] user: vagrant
1380
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1381
+ N+1 Query detected
1382
+ Admin::City => [:country]
1383
+ Add to your finder: :include => [:country]
1384
+ N+1 Query method call stack
1385
+ N+1 Query method call stack
1386
+ N+1 Query method call stack
1387
+ N+1 Query method call stack
1388
+ N+1 Query method call stack
1389
+ N+1 Query method call stack2014-04-19 14:24:58[WARN] user: vagrant
1390
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1391
+ N+1 Query detected
1392
+ Admin::State => [:country]
1393
+ Add to your finder: :include => [:country]
1394
+ N+1 Query method call stack
1395
+ N+1 Query method call stack
1396
+ N+1 Query method call stack
1397
+ N+1 Query method call stack
1398
+ N+1 Query method call stack
1399
+ N+1 Query method call stack2014-04-19 14:24:58[WARN] user: vagrant
1400
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1401
+ N+1 Query detected
1402
+ Admin::City => [:state]
1403
+ Add to your finder: :include => [:state]
1404
+ N+1 Query method call stack
1405
+ N+1 Query method call stack
1406
+ N+1 Query method call stack
1407
+ N+1 Query method call stack
1408
+ N+1 Query method call stack
1409
+ N+1 Query method call stack2014-04-19 14:24:58[WARN] user: vagrant
1410
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1411
+ N+1 Query detected
1412
+ Admin::City => [:country]
1413
+ Add to your finder: :include => [:country]
1414
+ N+1 Query method call stack
1415
+ N+1 Query method call stack
1416
+ N+1 Query method call stack
1417
+ N+1 Query method call stack
1418
+ N+1 Query method call stack
1419
+ N+1 Query method call stack2014-04-19 14:28:19[WARN] user: vagrant
1420
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1421
+ N+1 Query detected
1422
+ Admin::State => [:country]
1423
+ Add to your finder: :include => [:country]
1424
+ N+1 Query method call stack
1425
+ N+1 Query method call stack
1426
+ N+1 Query method call stack
1427
+ N+1 Query method call stack
1428
+ N+1 Query method call stack
1429
+ N+1 Query method call stack2014-04-19 14:28:19[WARN] user: vagrant
1430
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1431
+ N+1 Query detected
1432
+ Admin::City => [:state]
1433
+ Add to your finder: :include => [:state]
1434
+ N+1 Query method call stack
1435
+ N+1 Query method call stack
1436
+ N+1 Query method call stack
1437
+ N+1 Query method call stack
1438
+ N+1 Query method call stack
1439
+ N+1 Query method call stack2014-04-19 14:28:19[WARN] user: vagrant
1440
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1441
+ N+1 Query detected
1442
+ Admin::City => [:country]
1443
+ Add to your finder: :include => [:country]
1444
+ N+1 Query method call stack
1445
+ N+1 Query method call stack
1446
+ N+1 Query method call stack
1447
+ N+1 Query method call stack
1448
+ N+1 Query method call stack
1449
+ N+1 Query method call stack2014-04-19 14:30:12[WARN] user: vagrant
1450
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1451
+ N+1 Query detected
1452
+ Admin::State => [:country]
1453
+ Add to your finder: :include => [:country]
1454
+ N+1 Query method call stack
1455
+ N+1 Query method call stack
1456
+ N+1 Query method call stack
1457
+ N+1 Query method call stack
1458
+ N+1 Query method call stack
1459
+ N+1 Query method call stack2014-04-19 14:30:12[WARN] user: vagrant
1460
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1461
+ N+1 Query detected
1462
+ Admin::City => [:state]
1463
+ Add to your finder: :include => [:state]
1464
+ N+1 Query method call stack
1465
+ N+1 Query method call stack
1466
+ N+1 Query method call stack
1467
+ N+1 Query method call stack
1468
+ N+1 Query method call stack
1469
+ N+1 Query method call stack2014-04-19 14:30:12[WARN] user: vagrant
1470
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1471
+ N+1 Query detected
1472
+ Admin::City => [:country]
1473
+ Add to your finder: :include => [:country]
1474
+ N+1 Query method call stack
1475
+ N+1 Query method call stack
1476
+ N+1 Query method call stack
1477
+ N+1 Query method call stack
1478
+ N+1 Query method call stack
1479
+ N+1 Query method call stack2014-04-19 14:31:07[WARN] user: vagrant
1480
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1481
+ N+1 Query detected
1482
+ Admin::State => [:country]
1483
+ Add to your finder: :include => [:country]
1484
+ N+1 Query method call stack
1485
+ N+1 Query method call stack
1486
+ N+1 Query method call stack
1487
+ N+1 Query method call stack
1488
+ N+1 Query method call stack
1489
+ N+1 Query method call stack2014-04-19 14:31:07[WARN] user: vagrant
1490
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1491
+ N+1 Query detected
1492
+ Admin::City => [:state]
1493
+ Add to your finder: :include => [:state]
1494
+ N+1 Query method call stack
1495
+ N+1 Query method call stack
1496
+ N+1 Query method call stack
1497
+ N+1 Query method call stack
1498
+ N+1 Query method call stack
1499
+ N+1 Query method call stack2014-04-19 14:31:07[WARN] user: vagrant
1500
+ 127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
1501
+ N+1 Query detected
1502
+ Admin::City => [:country]
1503
+ Add to your finder: :include => [:country]
1234
1504
  N+1 Query method call stack
1235
1505
  N+1 Query method call stack
1236
1506
  N+1 Query method call stack
@@ -54412,3 +54412,2069 @@ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14
54412
54412
 
54413
54413
 
54414
54414
  Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:43 +0000
54415
+
54416
+
54417
+ Started GET "/admin/countries" for 10.0.2.2 at 2014-04-19 13:50:30 +0000
54418
+ ActiveRecord::SchemaMigration Load (2.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
54419
+ Processing by Admin::CountriesController#index as HTML
54420
+ Completed 401 Unauthorized in 124ms
54421
+
54422
+
54423
+ Started GET "/admin/sessions/sign_in" for 10.0.2.2 at 2014-04-19 13:50:32 +0000
54424
+ Processing by Carnival::SessionsController#new as HTML
54425
+ Rendered /project/app/views/admin_users/shared/_links.html.haml (3.1ms)
54426
+ Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (203.8ms)
54427
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (5.4ms)
54428
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (2.3ms)
54429
+ Completed 200 OK in 1228ms (Views: 1197.7ms | ActiveRecord: 2.0ms)
54430
+
54431
+
54432
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:33 +0000
54433
+
54434
+
54435
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:34 +0000
54436
+
54437
+
54438
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:34 +0000
54439
+
54440
+
54441
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:34 +0000
54442
+
54443
+
54444
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:34 +0000
54445
+
54446
+
54447
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:35 +0000
54448
+
54449
+
54450
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:35 +0000
54451
+
54452
+
54453
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:35 +0000
54454
+
54455
+
54456
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:35 +0000
54457
+
54458
+
54459
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:35 +0000
54460
+
54461
+
54462
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:36 +0000
54463
+
54464
+
54465
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:36 +0000
54466
+
54467
+
54468
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:36 +0000
54469
+
54470
+
54471
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:36 +0000
54472
+
54473
+
54474
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:37 +0000
54475
+
54476
+
54477
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:37 +0000
54478
+
54479
+
54480
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:37 +0000
54481
+
54482
+
54483
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:37 +0000
54484
+
54485
+
54486
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:37 +0000
54487
+
54488
+
54489
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:38 +0000
54490
+
54491
+
54492
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:38 +0000
54493
+
54494
+
54495
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:38 +0000
54496
+
54497
+
54498
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:38 +0000
54499
+
54500
+
54501
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:38 +0000
54502
+
54503
+
54504
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 13:50:39 +0000
54505
+
54506
+
54507
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 13:50:39 +0000
54508
+
54509
+
54510
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 13:50:39 +0000
54511
+
54512
+
54513
+ Started GET "/assets/favicon.ico" for 10.0.2.2 at 2014-04-19 13:50:40 +0000
54514
+
54515
+ ActionController::RoutingError (No route matches [GET] "/assets/favicon.ico"):
54516
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
54517
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
54518
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
54519
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
54520
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
54521
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
54522
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
54523
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
54524
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
54525
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
54526
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
54527
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
54528
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
54529
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
54530
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
54531
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
54532
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
54533
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
54534
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
54535
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
54536
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
54537
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
54538
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
54539
+
54540
+
54541
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
54542
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.5ms)
54543
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (17.8ms)
54544
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (149.2ms)
54545
+
54546
+
54547
+ Started POST "/admin/sessions/sign_in" for 10.0.2.2 at 2014-04-19 13:51:00 +0000
54548
+ Processing by Carnival::SessionsController#create as HTML
54549
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"DuJpw+kRq9cP5DrOfuAcehaEEJBkyH9QFG1smF2EWLI=", "admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Fazer login"}
54550
+ Carnival::AdminUser Load (2.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' ORDER BY "admin_users"."id" ASC LIMIT 1
54551
+ Completed 401 Unauthorized in 66ms
54552
+ Processing by Carnival::SessionsController#new as HTML
54553
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"DuJpw+kRq9cP5DrOfuAcehaEEJBkyH9QFG1smF2EWLI=", "admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Fazer login"}
54554
+ Rendered /project/app/views/admin_users/shared/_links.html.haml (0.5ms)
54555
+ Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (39.5ms)
54556
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.2ms)
54557
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
54558
+ Completed 200 OK in 443ms (Views: 339.8ms | ActiveRecord: 0.0ms)
54559
+
54560
+
54561
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:00 +0000
54562
+
54563
+
54564
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:01 +0000
54565
+
54566
+
54567
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:01 +0000
54568
+
54569
+
54570
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:01 +0000
54571
+
54572
+
54573
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:01 +0000
54574
+
54575
+
54576
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:02 +0000
54577
+
54578
+
54579
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:02 +0000
54580
+
54581
+
54582
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:02 +0000
54583
+
54584
+
54585
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:02 +0000
54586
+
54587
+
54588
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:02 +0000
54589
+
54590
+
54591
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:02 +0000
54592
+
54593
+
54594
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:03 +0000
54595
+ Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" ORDER BY "admin_users"."id" ASC LIMIT 1
54596
+
54597
+
54598
+ Started POST "/admin/sessions/sign_in" for 10.0.2.2 at 2014-04-19 13:53:29 +0000
54599
+ Processing by Carnival::SessionsController#create as HTML
54600
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"DuJpw+kRq9cP5DrOfuAcehaEEJBkyH9QFG1smF2EWLI=", "admin_user"=>{"email"=>"antonioams@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Fazer login"}
54601
+ Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'antonioams@gmail.com' ORDER BY "admin_users"."id" ASC LIMIT 1
54602
+  (0.1ms) begin transaction
54603
+ SQL (34.5ms) UPDATE "admin_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "admin_users"."id" = 1 [["last_sign_in_at", Sat, 12 Apr 2014 20:30:00 UTC +00:00], ["current_sign_in_at", Sat, 19 Apr 2014 13:53:29 UTC +00:00], ["sign_in_count", 8], ["updated_at", Sat, 19 Apr 2014 13:53:29 UTC +00:00]]
54604
+  (4.6ms) commit transaction
54605
+ Redirected to http://127.0.0.1:2201/admin
54606
+ Completed 302 Found in 146ms (ActiveRecord: 41.2ms)
54607
+
54608
+
54609
+ Started GET "/admin" for 10.0.2.2 at 2014-04-19 13:53:29 +0000
54610
+ Processing by Carnival::AdminUsersController#index as HTML
54611
+ Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
54612
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.5ms)
54613
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.0ms)
54614
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.0ms)
54615
+ Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (134.5ms)
54616
+ Rendered /project/app/views/carnival/shared/_scope.html.haml (4.6ms)
54617
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.2ms)
54618
+ Rendered /project/app/views/carnival/shared/_period_filter.html.haml (6.4ms)
54619
+ Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (324.0ms)
54620
+ Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
54621
+ CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
54622
+ Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
54623
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (168.8ms)
54624
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.7ms)
54625
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
54626
+ Completed 200 OK in 1015ms (Views: 841.4ms | ActiveRecord: 7.0ms)
54627
+
54628
+
54629
+ Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:31 +0000
54630
+
54631
+
54632
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:31 +0000
54633
+
54634
+
54635
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:31 +0000
54636
+
54637
+
54638
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:32 +0000
54639
+
54640
+
54641
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:32 +0000
54642
+
54643
+
54644
+ Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:32 +0000
54645
+
54646
+
54647
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:32 +0000
54648
+
54649
+
54650
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:32 +0000
54651
+
54652
+
54653
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:33 +0000
54654
+
54655
+
54656
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:33 +0000
54657
+
54658
+
54659
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:33 +0000
54660
+
54661
+
54662
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:33 +0000
54663
+
54664
+
54665
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:33 +0000
54666
+
54667
+
54668
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:34 +0000
54669
+
54670
+
54671
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 13:53:34 +0000
54672
+
54673
+
54674
+ Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-19 13:53:34 +0000
54675
+
54676
+
54677
+ Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-04-19 13:53:35 +0000
54678
+
54679
+
54680
+ Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-04-19 13:53:35 +0000
54681
+
54682
+
54683
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 13:53:35 +0000
54684
+
54685
+
54686
+ Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-19 13:53:35 +0000
54687
+
54688
+
54689
+ Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1397915611172" for 10.0.2.2 at 2014-04-19 13:53:36 +0000
54690
+ Processing by Carnival::AdminUsersController#index as JSON
54691
+ Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1397915611172"}
54692
+ Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
54693
+  (1.7ms) SELECT COUNT(*) FROM "admin_users"
54694
+ Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0
54695
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (38.8ms)
54696
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms)
54697
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms)
54698
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms)
54699
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (39.1ms)
54700
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.7ms)
54701
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms)
54702
+ Rendered /project/app/views/carnival/shared/_action_delete.html.haml (1.3ms)
54703
+ Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (169.2ms)
54704
+ Completed 200 OK in 491ms (Views: 482.1ms | ActiveRecord: 5.2ms)
54705
+
54706
+
54707
+ Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-19 13:53:36 +0000
54708
+
54709
+
54710
+ Started GET "/admin/countries" for 10.0.2.2 at 2014-04-19 13:53:39 +0000
54711
+ Processing by Admin::CountriesController#index as HTML
54712
+ Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
54713
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.0ms)
54714
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms)
54715
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.9ms)
54716
+ Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (146.1ms)
54717
+ Rendered /project/app/views/carnival/shared/_scope.html.haml (0.2ms)
54718
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms)
54719
+ Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms)
54720
+ Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (327.2ms)
54721
+ Carnival::AdminUserNotification Load (2.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
54722
+ CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
54723
+ Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
54724
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (14.4ms)
54725
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (10.6ms)
54726
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms)
54727
+ Completed 200 OK in 872ms (Views: 848.7ms | ActiveRecord: 8.3ms)
54728
+
54729
+
54730
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:40 +0000
54731
+
54732
+
54733
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:41 +0000
54734
+
54735
+
54736
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:41 +0000
54737
+
54738
+
54739
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:41 +0000
54740
+
54741
+
54742
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:41 +0000
54743
+
54744
+
54745
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:41 +0000
54746
+
54747
+
54748
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:42 +0000
54749
+
54750
+
54751
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:42 +0000
54752
+
54753
+
54754
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:42 +0000
54755
+
54756
+
54757
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:42 +0000
54758
+
54759
+
54760
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:43 +0000
54761
+
54762
+
54763
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:43 +0000
54764
+
54765
+
54766
+ Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:43 +0000
54767
+
54768
+
54769
+ Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:43 +0000
54770
+
54771
+
54772
+ Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-19 13:53:43 +0000
54773
+
54774
+
54775
+ Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397915619839" for 10.0.2.2 at 2014-04-19 13:53:44 +0000
54776
+ Processing by Admin::CountriesController#index as JSON
54777
+ Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397915619839"}
54778
+ Carnival::AdminUser Load (3.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
54779
+  (2.3ms) SELECT COUNT(*) FROM "countries"
54780
+ Admin::Country Load (2.2ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0
54781
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.2ms)
54782
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms)
54783
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms)
54784
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.2ms)
54785
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.2ms)
54786
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms)
54787
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.1ms)
54788
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.4ms)
54789
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms)
54790
+ Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms)
54791
+ Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (168.8ms)
54792
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (38.7ms)
54793
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms)
54794
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms)
54795
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.8ms)
54796
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.1ms)
54797
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms)
54798
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms)
54799
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms)
54800
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms)
54801
+ Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms)
54802
+ Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (176.2ms)
54803
+ Completed 200 OK in 1179ms (Views: 1163.9ms | ActiveRecord: 7.5ms)
54804
+
54805
+
54806
+ Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 13:53:48 +0000
54807
+ Processing by Admin::CountriesController#edit as HTML
54808
+ Parameters: {"id"=>"1"}
54809
+ Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
54810
+ Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]]
54811
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (27.9ms)
54812
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms)
54813
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15)
54814
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17)
54815
+ Admin::State Load (2.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]]
54816
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54817
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.7ms)
54818
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms)
54819
+ Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54820
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (223.0ms)
54821
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54822
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.7ms)
54823
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms)
54824
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54825
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.0ms)
54826
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54827
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms)
54828
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms)
54829
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54830
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.7ms)
54831
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54832
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.1ms)
54833
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms)
54834
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54835
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.8ms)
54836
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54837
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms)
54838
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.0ms)
54839
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54840
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (108.0ms)
54841
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54842
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms)
54843
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms)
54844
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54845
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.1ms)
54846
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54847
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms)
54848
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms)
54849
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54850
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.2ms)
54851
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54852
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (40.4ms)
54853
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.9ms)
54854
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54855
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (124.6ms)
54856
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54857
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (29.4ms)
54858
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms)
54859
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54860
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.4ms)
54861
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54862
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms)
54863
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.7ms)
54864
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54865
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.3ms)
54866
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15)
54867
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17)
54868
+ Admin::City Load (2.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]]
54869
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54870
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.5ms)
54871
+ Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
54872
+ Admin::State Load (2.1ms) SELECT "states".* FROM "states"
54873
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (32.1ms)
54874
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54875
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (185.7ms)
54876
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54877
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.3ms)
54878
+ CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
54879
+ CACHE (0.0ms) SELECT "states".* FROM "states"
54880
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.3ms)
54881
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54882
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (112.7ms)
54883
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54884
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.9ms)
54885
+ CACHE (0.0ms) SELECT "states".* FROM "states"
54886
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.2ms)
54887
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54888
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.5ms)
54889
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2813.0ms)
54890
+ DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714__619043898 at /project/app/views/carnival/shared/form/_form.html.haml:5)
54891
+ Rendered /project/app/views/carnival/shared/form/_form.html.haml (3505.4ms)
54892
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (3554.5ms)
54893
+ Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
54894
+ CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
54895
+ Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
54896
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.6ms)
54897
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (43.2ms)
54898
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms)
54899
+ Completed 200 OK in 4114ms (Views: 4087.8ms | ActiveRecord: 20.9ms)
54900
+
54901
+
54902
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:53 +0000
54903
+
54904
+
54905
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:53 +0000
54906
+
54907
+
54908
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:53 +0000
54909
+
54910
+
54911
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:53 +0000
54912
+
54913
+
54914
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:53 +0000
54915
+
54916
+
54917
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:54 +0000
54918
+
54919
+
54920
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:54 +0000
54921
+
54922
+
54923
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:54 +0000
54924
+
54925
+
54926
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:54 +0000
54927
+
54928
+
54929
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:54 +0000
54930
+
54931
+
54932
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:55 +0000
54933
+
54934
+
54935
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:55 +0000
54936
+
54937
+
54938
+ Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 13:53:55 +0000
54939
+
54940
+
54941
+ Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 13:53:55 +0000
54942
+
54943
+
54944
+ Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 13:53:59 +0000
54945
+
54946
+
54947
+ Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 14:05:57 +0000
54948
+ Processing by Admin::CountriesController#edit as HTML
54949
+ Parameters: {"id"=>"1"}
54950
+ Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
54951
+ Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]]
54952
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.9ms)
54953
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms)
54954
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15)
54955
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17)
54956
+ Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]]
54957
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54958
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.3ms)
54959
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms)
54960
+ Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54961
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.4ms)
54962
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54963
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms)
54964
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.0ms)
54965
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54966
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.0ms)
54967
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54968
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.6ms)
54969
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms)
54970
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54971
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (110.7ms)
54972
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54973
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.7ms)
54974
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.8ms)
54975
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54976
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (234.1ms)
54977
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54978
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (52.7ms)
54979
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.9ms)
54980
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54981
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (152.3ms)
54982
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54983
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.1ms)
54984
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms)
54985
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54986
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.7ms)
54987
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54988
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms)
54989
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms)
54990
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54991
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.1ms)
54992
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54993
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.3ms)
54994
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms)
54995
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
54996
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.9ms)
54997
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
54998
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.8ms)
54999
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms)
55000
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55001
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.6ms)
55002
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55003
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms)
55004
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms)
55005
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55006
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.3ms)
55007
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15)
55008
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17)
55009
+ Admin::City Load (1.7ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]]
55010
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55011
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.4ms)
55012
+ Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
55013
+ Admin::State Load (2.1ms) SELECT "states".* FROM "states"
55014
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.0ms)
55015
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55016
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.4ms)
55017
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55018
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.9ms)
55019
+ CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
55020
+ CACHE (0.0ms) SELECT "states".* FROM "states"
55021
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.1ms)
55022
+ CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55023
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.4ms)
55024
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55025
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.0ms)
55026
+ CACHE (0.0ms) SELECT "states".* FROM "states"
55027
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.2ms)
55028
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55029
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (108.3ms)
55030
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2493.5ms)
55031
+ DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714__619145858 at /project/app/views/carnival/shared/form/_form.html.haml:5)
55032
+ Rendered /project/app/views/carnival/shared/form/_form.html.haml (2560.9ms)
55033
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2601.6ms)
55034
+ Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
55035
+ CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
55036
+ Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
55037
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.0ms)
55038
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (27.7ms)
55039
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
55040
+ Completed 200 OK in 2994ms (Views: 2972.4ms | ActiveRecord: 16.2ms)
55041
+
55042
+
55043
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:00 +0000
55044
+
55045
+
55046
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:01 +0000
55047
+
55048
+
55049
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:01 +0000
55050
+
55051
+
55052
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:01 +0000
55053
+
55054
+
55055
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:01 +0000
55056
+
55057
+
55058
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:02 +0000
55059
+
55060
+
55061
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:02 +0000
55062
+
55063
+
55064
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:02 +0000
55065
+
55066
+
55067
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:02 +0000
55068
+
55069
+
55070
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:02 +0000
55071
+
55072
+
55073
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:03 +0000
55074
+
55075
+
55076
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:03 +0000
55077
+
55078
+
55079
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:03 +0000
55080
+
55081
+
55082
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:03 +0000
55083
+
55084
+
55085
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:03 +0000
55086
+
55087
+
55088
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:04 +0000
55089
+
55090
+
55091
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:04 +0000
55092
+
55093
+
55094
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:04 +0000
55095
+
55096
+
55097
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:04 +0000
55098
+
55099
+
55100
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:04 +0000
55101
+
55102
+
55103
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:05 +0000
55104
+
55105
+
55106
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:05 +0000
55107
+
55108
+
55109
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:05 +0000
55110
+
55111
+
55112
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 14:06:05 +0000
55113
+
55114
+
55115
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:05 +0000
55116
+
55117
+
55118
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 14:06:06 +0000
55119
+
55120
+
55121
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 14:06:06 +0000
55122
+
55123
+
55124
+ Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 14:06:06 +0000
55125
+
55126
+
55127
+ Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 14:06:06 +0000
55128
+
55129
+
55130
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 14:06:07 +0000
55131
+
55132
+
55133
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 14:06:10 +0000
55134
+
55135
+
55136
+ Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 14:06:11 +0000
55137
+
55138
+
55139
+ Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 14:13:51 +0000
55140
+ Processing by Admin::CountriesController#edit as HTML
55141
+ Parameters: {"id"=>"1"}
55142
+ Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
55143
+ Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]]
55144
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (38.0ms)
55145
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms)
55146
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15)
55147
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17)
55148
+ Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]]
55149
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55150
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms)
55151
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms)
55152
+ Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55153
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (117.6ms)
55154
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55155
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms)
55156
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms)
55157
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55158
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.8ms)
55159
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55160
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.7ms)
55161
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.0ms)
55162
+ CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55163
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (194.7ms)
55164
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55165
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.4ms)
55166
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms)
55167
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55168
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.4ms)
55169
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55170
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms)
55171
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (30.0ms)
55172
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55173
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (125.4ms)
55174
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55175
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.8ms)
55176
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms)
55177
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55178
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.2ms)
55179
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55180
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms)
55181
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms)
55182
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55183
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.2ms)
55184
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55185
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms)
55186
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms)
55187
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55188
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.3ms)
55189
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55190
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.1ms)
55191
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms)
55192
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55193
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.7ms)
55194
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55195
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.2ms)
55196
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms)
55197
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55198
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.3ms)
55199
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15)
55200
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17)
55201
+ Admin::City Load (1.4ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]]
55202
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55203
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (38.5ms)
55204
+ Admin::State Load (2.4ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
55205
+ Admin::State Load (1.7ms) SELECT "states".* FROM "states"
55206
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.3ms)
55207
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55208
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (134.7ms)
55209
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55210
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms)
55211
+ CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
55212
+ CACHE (0.0ms) SELECT "states".* FROM "states"
55213
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.5ms)
55214
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55215
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.9ms)
55216
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55217
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.6ms)
55218
+ CACHE (0.0ms) SELECT "states".* FROM "states"
55219
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.0ms)
55220
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55221
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (118.5ms)
55222
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2435.7ms)
55223
+ DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714_84801860 at /project/app/views/carnival/shared/form/_form.html.haml:5)
55224
+ Rendered /project/app/views/carnival/shared/form/_form.html.haml (2480.6ms)
55225
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2523.0ms)
55226
+ Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
55227
+ CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
55228
+ Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
55229
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.6ms)
55230
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (28.8ms)
55231
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
55232
+ Completed 200 OK in 2903ms (Views: 2882.0ms | ActiveRecord: 15.3ms)
55233
+
55234
+
55235
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:55 +0000
55236
+
55237
+
55238
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:55 +0000
55239
+
55240
+
55241
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:55 +0000
55242
+
55243
+
55244
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:56 +0000
55245
+
55246
+
55247
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:56 +0000
55248
+
55249
+
55250
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:56 +0000
55251
+
55252
+
55253
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:56 +0000
55254
+
55255
+
55256
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:57 +0000
55257
+
55258
+
55259
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:57 +0000
55260
+
55261
+
55262
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:57 +0000
55263
+
55264
+
55265
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:57 +0000
55266
+
55267
+
55268
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:57 +0000
55269
+
55270
+
55271
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:13:58 +0000
55272
+
55273
+
55274
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 14:13:58 +0000
55275
+
55276
+
55277
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:13:58 +0000
55278
+
55279
+
55280
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 14:13:58 +0000
55281
+
55282
+
55283
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 14:13:59 +0000
55284
+
55285
+
55286
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:13:59 +0000
55287
+
55288
+
55289
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:13:59 +0000
55290
+
55291
+
55292
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:13:59 +0000
55293
+
55294
+
55295
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:13:59 +0000
55296
+
55297
+
55298
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 14:14:00 +0000
55299
+
55300
+
55301
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:14:00 +0000
55302
+
55303
+
55304
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:14:00 +0000
55305
+
55306
+
55307
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 14:14:00 +0000
55308
+
55309
+
55310
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 14:14:01 +0000
55311
+
55312
+
55313
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 14:14:01 +0000
55314
+
55315
+
55316
+ Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 14:14:01 +0000
55317
+
55318
+
55319
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 14:14:01 +0000
55320
+
55321
+
55322
+ Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 14:14:02 +0000
55323
+
55324
+
55325
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 14:14:04 +0000
55326
+
55327
+
55328
+ Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 14:14:04 +0000
55329
+
55330
+
55331
+ Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 14:17:10 +0000
55332
+ Processing by Admin::CountriesController#edit as HTML
55333
+ Parameters: {"id"=>"1"}
55334
+ Carnival::AdminUser Load (2.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
55335
+ Admin::Country Load (2.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]]
55336
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (47.0ms)
55337
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms)
55338
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15)
55339
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17)
55340
+ Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]]
55341
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55342
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.8ms)
55343
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms)
55344
+ Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55345
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.9ms)
55346
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55347
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms)
55348
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms)
55349
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55350
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.7ms)
55351
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55352
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.1ms)
55353
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms)
55354
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55355
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.0ms)
55356
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55357
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.5ms)
55358
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms)
55359
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55360
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.0ms)
55361
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55362
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.4ms)
55363
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms)
55364
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55365
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.5ms)
55366
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55367
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms)
55368
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms)
55369
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55370
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.7ms)
55371
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55372
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.7ms)
55373
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms)
55374
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55375
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.8ms)
55376
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55377
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.0ms)
55378
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms)
55379
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55380
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.7ms)
55381
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55382
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms)
55383
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms)
55384
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55385
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.8ms)
55386
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55387
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms)
55388
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms)
55389
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55390
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.1ms)
55391
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15)
55392
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17)
55393
+ Admin::City Load (1.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]]
55394
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55395
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.8ms)
55396
+ Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
55397
+ Admin::State Load (2.1ms) SELECT "states".* FROM "states"
55398
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (32.3ms)
55399
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55400
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (134.6ms)
55401
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55402
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms)
55403
+ CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
55404
+ CACHE (0.0ms) SELECT "states".* FROM "states"
55405
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.3ms)
55406
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55407
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (111.0ms)
55408
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55409
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.0ms)
55410
+ CACHE (0.0ms) SELECT "states".* FROM "states"
55411
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.3ms)
55412
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55413
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.2ms)
55414
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2288.9ms)
55415
+ DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714_81196690 at /project/app/views/carnival/shared/form/_form.html.haml:5)
55416
+ Rendered /project/app/views/carnival/shared/form/_form.html.haml (2334.5ms)
55417
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2379.2ms)
55418
+ Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
55419
+ CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
55420
+ Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
55421
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.4ms)
55422
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.1ms)
55423
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms)
55424
+ Completed 200 OK in 2764ms (Views: 2740.2ms | ActiveRecord: 16.6ms)
55425
+
55426
+
55427
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:14 +0000
55428
+
55429
+
55430
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:14 +0000
55431
+
55432
+
55433
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:14 +0000
55434
+
55435
+
55436
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:14 +0000
55437
+
55438
+
55439
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:14 +0000
55440
+
55441
+
55442
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:15 +0000
55443
+
55444
+
55445
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:15 +0000
55446
+
55447
+
55448
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:15 +0000
55449
+
55450
+
55451
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:15 +0000
55452
+
55453
+
55454
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:16 +0000
55455
+
55456
+
55457
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:16 +0000
55458
+
55459
+
55460
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:16 +0000
55461
+
55462
+
55463
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:16 +0000
55464
+
55465
+
55466
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:17 +0000
55467
+
55468
+
55469
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:17 +0000
55470
+
55471
+
55472
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:17 +0000
55473
+
55474
+
55475
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:17 +0000
55476
+
55477
+
55478
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:18 +0000
55479
+
55480
+
55481
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:18 +0000
55482
+
55483
+
55484
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:18 +0000
55485
+
55486
+
55487
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:18 +0000
55488
+
55489
+
55490
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:18 +0000
55491
+
55492
+
55493
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:19 +0000
55494
+
55495
+
55496
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:19 +0000
55497
+
55498
+
55499
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 14:17:19 +0000
55500
+
55501
+
55502
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 14:17:19 +0000
55503
+
55504
+
55505
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 14:17:20 +0000
55506
+
55507
+
55508
+ Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 14:17:20 +0000
55509
+
55510
+
55511
+ Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 14:17:20 +0000
55512
+
55513
+
55514
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 14:17:20 +0000
55515
+
55516
+
55517
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 14:17:25 +0000
55518
+
55519
+
55520
+ Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 14:17:25 +0000
55521
+
55522
+
55523
+ Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 14:19:17 +0000
55524
+ Processing by Admin::CountriesController#edit as HTML
55525
+ Parameters: {"id"=>"1"}
55526
+ Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
55527
+ Admin::Country Load (2.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]]
55528
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.2ms)
55529
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms)
55530
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15)
55531
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17)
55532
+ Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]]
55533
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55534
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.0ms)
55535
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms)
55536
+ Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55537
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.3ms)
55538
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55539
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.1ms)
55540
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.4ms)
55541
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55542
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.5ms)
55543
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55544
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.9ms)
55545
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms)
55546
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55547
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.9ms)
55548
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55549
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms)
55550
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.6ms)
55551
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55552
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.1ms)
55553
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55554
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.3ms)
55555
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms)
55556
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55557
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (110.3ms)
55558
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55559
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.4ms)
55560
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.9ms)
55561
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55562
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.2ms)
55563
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55564
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms)
55565
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms)
55566
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55567
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.9ms)
55568
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55569
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.8ms)
55570
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms)
55571
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55572
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.4ms)
55573
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55574
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.3ms)
55575
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms)
55576
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55577
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.5ms)
55578
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55579
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.5ms)
55580
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.1ms)
55581
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55582
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (119.1ms)
55583
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15)
55584
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17)
55585
+ Admin::City Load (1.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]]
55586
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55587
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (41.7ms)
55588
+ Admin::State Load (3.3ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
55589
+ Admin::State Load (2.3ms) SELECT "states".* FROM "states"
55590
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (14.0ms)
55591
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55592
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (234.3ms)
55593
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55594
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.0ms)
55595
+ CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
55596
+ CACHE (0.0ms) SELECT "states".* FROM "states"
55597
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.0ms)
55598
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55599
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (136.7ms)
55600
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55601
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms)
55602
+ CACHE (0.0ms) SELECT "states".* FROM "states"
55603
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.4ms)
55604
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55605
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.0ms)
55606
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2449.3ms)
55607
+ DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714_79959630 at /project/app/views/carnival/shared/form/_form.html.haml:5)
55608
+ Rendered /project/app/views/carnival/shared/form/_form.html.haml (2496.7ms)
55609
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2536.9ms)
55610
+ Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
55611
+ CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
55612
+ Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
55613
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.1ms)
55614
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (12.8ms)
55615
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
55616
+ Completed 200 OK in 2943ms (Views: 2918.9ms | ActiveRecord: 18.6ms)
55617
+
55618
+
55619
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:20 +0000
55620
+
55621
+
55622
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:21 +0000
55623
+
55624
+
55625
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:21 +0000
55626
+
55627
+
55628
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:21 +0000
55629
+
55630
+
55631
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:21 +0000
55632
+
55633
+
55634
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:22 +0000
55635
+
55636
+
55637
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:22 +0000
55638
+
55639
+
55640
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:22 +0000
55641
+
55642
+
55643
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:22 +0000
55644
+
55645
+
55646
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:23 +0000
55647
+
55648
+
55649
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:23 +0000
55650
+
55651
+
55652
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:23 +0000
55653
+
55654
+
55655
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:23 +0000
55656
+
55657
+
55658
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:23 +0000
55659
+
55660
+
55661
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:24 +0000
55662
+
55663
+
55664
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:24 +0000
55665
+
55666
+
55667
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:24 +0000
55668
+
55669
+
55670
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:24 +0000
55671
+
55672
+
55673
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:24 +0000
55674
+
55675
+
55676
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:25 +0000
55677
+
55678
+
55679
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:25 +0000
55680
+
55681
+
55682
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:25 +0000
55683
+
55684
+
55685
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:25 +0000
55686
+
55687
+
55688
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:26 +0000
55689
+
55690
+
55691
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 14:19:26 +0000
55692
+
55693
+
55694
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 14:19:26 +0000
55695
+
55696
+
55697
+ Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 14:19:27 +0000
55698
+
55699
+
55700
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 14:19:27 +0000
55701
+
55702
+
55703
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 14:19:27 +0000
55704
+
55705
+
55706
+ Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 14:19:27 +0000
55707
+
55708
+
55709
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 14:19:29 +0000
55710
+
55711
+
55712
+ Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 14:19:29 +0000
55713
+
55714
+
55715
+ Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 14:24:55 +0000
55716
+ Processing by Admin::CountriesController#edit as HTML
55717
+ Parameters: {"id"=>"1"}
55718
+ Carnival::AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
55719
+ Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]]
55720
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.5ms)
55721
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms)
55722
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15)
55723
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17)
55724
+ Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]]
55725
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55726
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms)
55727
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.1ms)
55728
+ Admin::Country Load (1.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55729
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (129.9ms)
55730
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55731
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms)
55732
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms)
55733
+ CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55734
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.4ms)
55735
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55736
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms)
55737
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms)
55738
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55739
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.0ms)
55740
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55741
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.9ms)
55742
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms)
55743
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55744
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.8ms)
55745
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55746
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms)
55747
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms)
55748
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55749
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.6ms)
55750
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55751
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms)
55752
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms)
55753
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55754
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.8ms)
55755
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55756
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (40.5ms)
55757
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms)
55758
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55759
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (118.8ms)
55760
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55761
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms)
55762
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.3ms)
55763
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55764
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.7ms)
55765
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55766
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.7ms)
55767
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms)
55768
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55769
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.1ms)
55770
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55771
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms)
55772
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms)
55773
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55774
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.9ms)
55775
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15)
55776
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17)
55777
+ Admin::City Load (1.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]]
55778
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55779
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.2ms)
55780
+ Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
55781
+ Admin::State Load (1.3ms) SELECT "states".* FROM "states"
55782
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.8ms)
55783
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55784
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.3ms)
55785
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55786
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.4ms)
55787
+ CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
55788
+ CACHE (0.0ms) SELECT "states".* FROM "states"
55789
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (28.0ms)
55790
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55791
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (131.5ms)
55792
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55793
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.7ms)
55794
+ CACHE (0.0ms) SELECT "states".* FROM "states"
55795
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.0ms)
55796
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55797
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.7ms)
55798
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2244.0ms)
55799
+ DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714_82621280 at /project/app/views/carnival/shared/form/_form.html.haml:5)
55800
+ Rendered /project/app/views/carnival/shared/form/_form.html.haml (2290.6ms)
55801
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2332.9ms)
55802
+ Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
55803
+ CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
55804
+ Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
55805
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.2ms)
55806
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.2ms)
55807
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
55808
+ Completed 200 OK in 2715ms (Views: 2692.7ms | ActiveRecord: 16.8ms)
55809
+
55810
+
55811
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 14:24:59 +0000
55812
+
55813
+
55814
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 14:24:59 +0000
55815
+
55816
+
55817
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 14:24:59 +0000
55818
+
55819
+
55820
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 14:24:59 +0000
55821
+
55822
+
55823
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 14:25:00 +0000
55824
+
55825
+
55826
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 14:25:00 +0000
55827
+
55828
+
55829
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 14:25:00 +0000
55830
+
55831
+
55832
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 14:25:00 +0000
55833
+
55834
+
55835
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 14:25:00 +0000
55836
+
55837
+
55838
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 14:25:01 +0000
55839
+
55840
+
55841
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 14:25:01 +0000
55842
+
55843
+
55844
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 14:25:01 +0000
55845
+
55846
+
55847
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:01 +0000
55848
+
55849
+
55850
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:02 +0000
55851
+
55852
+
55853
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:02 +0000
55854
+
55855
+
55856
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:02 +0000
55857
+
55858
+
55859
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:02 +0000
55860
+
55861
+
55862
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:02 +0000
55863
+
55864
+
55865
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:03 +0000
55866
+
55867
+
55868
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:03 +0000
55869
+
55870
+
55871
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:03 +0000
55872
+
55873
+
55874
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:03 +0000
55875
+
55876
+
55877
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:03 +0000
55878
+
55879
+
55880
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:04 +0000
55881
+
55882
+
55883
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 14:25:04 +0000
55884
+
55885
+
55886
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 14:25:05 +0000
55887
+
55888
+
55889
+ Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 14:25:05 +0000
55890
+
55891
+
55892
+ Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 14:25:05 +0000
55893
+
55894
+
55895
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 14:25:05 +0000
55896
+
55897
+
55898
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 14:25:05 +0000
55899
+
55900
+
55901
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 14:25:07 +0000
55902
+
55903
+
55904
+ Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 14:25:08 +0000
55905
+
55906
+
55907
+ Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 14:28:16 +0000
55908
+ Processing by Admin::CountriesController#edit as HTML
55909
+ Parameters: {"id"=>"1"}
55910
+ Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
55911
+ Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]]
55912
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (30.3ms)
55913
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.3ms)
55914
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15)
55915
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17)
55916
+ Admin::State Load (2.7ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]]
55917
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55918
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.3ms)
55919
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms)
55920
+ Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55921
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.4ms)
55922
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55923
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.6ms)
55924
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms)
55925
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55926
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.5ms)
55927
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55928
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.4ms)
55929
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.9ms)
55930
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55931
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.4ms)
55932
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55933
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.0ms)
55934
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms)
55935
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55936
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.1ms)
55937
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55938
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.7ms)
55939
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.4ms)
55940
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55941
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.2ms)
55942
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55943
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.1ms)
55944
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms)
55945
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55946
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.8ms)
55947
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55948
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms)
55949
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms)
55950
+ CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55951
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.7ms)
55952
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55953
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.5ms)
55954
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms)
55955
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55956
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.3ms)
55957
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55958
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.8ms)
55959
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms)
55960
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55961
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.8ms)
55962
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55963
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.6ms)
55964
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms)
55965
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55966
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.6ms)
55967
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15)
55968
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17)
55969
+ Admin::City Load (1.8ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]]
55970
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55971
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.6ms)
55972
+ Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
55973
+ Admin::State Load (1.7ms) SELECT "states".* FROM "states"
55974
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.9ms)
55975
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55976
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.9ms)
55977
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55978
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms)
55979
+ CACHE (0.1ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
55980
+ CACHE (0.0ms) SELECT "states".* FROM "states"
55981
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.0ms)
55982
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55983
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.5ms)
55984
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
55985
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.0ms)
55986
+ CACHE (0.0ms) SELECT "states".* FROM "states"
55987
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.2ms)
55988
+ CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
55989
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.7ms)
55990
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2358.6ms)
55991
+ DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714_84278370 at /project/app/views/carnival/shared/form/_form.html.haml:5)
55992
+ Rendered /project/app/views/carnival/shared/form/_form.html.haml (2406.5ms)
55993
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2447.4ms)
55994
+ Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
55995
+ CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
55996
+ Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
55997
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.6ms)
55998
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.6ms)
55999
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
56000
+ Completed 200 OK in 2820ms (Views: 2798.0ms | ActiveRecord: 16.0ms)
56001
+
56002
+
56003
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:19 +0000
56004
+
56005
+
56006
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:19 +0000
56007
+
56008
+
56009
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:20 +0000
56010
+
56011
+
56012
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:20 +0000
56013
+
56014
+
56015
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:20 +0000
56016
+
56017
+
56018
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:20 +0000
56019
+
56020
+
56021
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:20 +0000
56022
+
56023
+
56024
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:21 +0000
56025
+
56026
+
56027
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:21 +0000
56028
+
56029
+
56030
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:21 +0000
56031
+
56032
+
56033
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:21 +0000
56034
+
56035
+
56036
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:21 +0000
56037
+
56038
+
56039
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:22 +0000
56040
+
56041
+
56042
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:22 +0000
56043
+
56044
+
56045
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:22 +0000
56046
+
56047
+
56048
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:22 +0000
56049
+
56050
+
56051
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:22 +0000
56052
+
56053
+
56054
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:23 +0000
56055
+
56056
+
56057
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:23 +0000
56058
+
56059
+
56060
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:23 +0000
56061
+
56062
+
56063
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:23 +0000
56064
+
56065
+
56066
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:23 +0000
56067
+
56068
+
56069
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:24 +0000
56070
+
56071
+
56072
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:24 +0000
56073
+
56074
+
56075
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 14:28:24 +0000
56076
+
56077
+
56078
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 14:28:25 +0000
56079
+
56080
+
56081
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 14:28:25 +0000
56082
+
56083
+
56084
+ Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 14:28:25 +0000
56085
+
56086
+
56087
+ Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 14:28:25 +0000
56088
+
56089
+
56090
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 14:28:26 +0000
56091
+
56092
+
56093
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 14:28:27 +0000
56094
+
56095
+
56096
+ Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 14:28:28 +0000
56097
+
56098
+
56099
+ Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 14:30:09 +0000
56100
+ Processing by Admin::CountriesController#edit as HTML
56101
+ Parameters: {"id"=>"1"}
56102
+ Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
56103
+ Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]]
56104
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.7ms)
56105
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms)
56106
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15)
56107
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17)
56108
+ Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]]
56109
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56110
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms)
56111
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms)
56112
+ Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56113
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.1ms)
56114
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56115
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms)
56116
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.9ms)
56117
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56118
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (120.3ms)
56119
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56120
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.9ms)
56121
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms)
56122
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56123
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (92.6ms)
56124
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56125
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms)
56126
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.5ms)
56127
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56128
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (117.3ms)
56129
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56130
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (26.0ms)
56131
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms)
56132
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56133
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (157.5ms)
56134
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56135
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms)
56136
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms)
56137
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56138
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.7ms)
56139
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56140
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.0ms)
56141
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms)
56142
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56143
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (93.7ms)
56144
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56145
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (44.2ms)
56146
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms)
56147
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56148
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.4ms)
56149
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56150
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.1ms)
56151
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms)
56152
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56153
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.5ms)
56154
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56155
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms)
56156
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms)
56157
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56158
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.3ms)
56159
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15)
56160
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17)
56161
+ Admin::City Load (1.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]]
56162
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56163
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms)
56164
+ Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
56165
+ Admin::State Load (1.9ms) SELECT "states".* FROM "states"
56166
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.1ms)
56167
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56168
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.7ms)
56169
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56170
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms)
56171
+ CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
56172
+ CACHE (0.0ms) SELECT "states".* FROM "states"
56173
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.8ms)
56174
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56175
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.4ms)
56176
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56177
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (40.1ms)
56178
+ CACHE (0.0ms) SELECT "states".* FROM "states"
56179
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.8ms)
56180
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56181
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (127.0ms)
56182
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2336.0ms)
56183
+ DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714_78133440 at /project/app/views/carnival/shared/form/_form.html.haml:5)
56184
+ Rendered /project/app/views/carnival/shared/form/_form.html.haml (2381.9ms)
56185
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2420.6ms)
56186
+ Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
56187
+ CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
56188
+ Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
56189
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.5ms)
56190
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.3ms)
56191
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
56192
+ Completed 200 OK in 2776ms (Views: 2753.5ms | ActiveRecord: 16.2ms)
56193
+
56194
+
56195
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:12 +0000
56196
+
56197
+
56198
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:13 +0000
56199
+
56200
+
56201
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:13 +0000
56202
+
56203
+
56204
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:13 +0000
56205
+
56206
+
56207
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:13 +0000
56208
+
56209
+
56210
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:14 +0000
56211
+
56212
+
56213
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:14 +0000
56214
+
56215
+
56216
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:14 +0000
56217
+
56218
+
56219
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:14 +0000
56220
+
56221
+
56222
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:15 +0000
56223
+
56224
+
56225
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:15 +0000
56226
+
56227
+
56228
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:15 +0000
56229
+
56230
+
56231
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:15 +0000
56232
+
56233
+
56234
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:15 +0000
56235
+
56236
+
56237
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:15 +0000
56238
+
56239
+
56240
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:16 +0000
56241
+
56242
+
56243
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:16 +0000
56244
+
56245
+
56246
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:16 +0000
56247
+
56248
+
56249
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:16 +0000
56250
+
56251
+
56252
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:17 +0000
56253
+
56254
+
56255
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:17 +0000
56256
+
56257
+
56258
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:17 +0000
56259
+
56260
+
56261
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:17 +0000
56262
+
56263
+
56264
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:17 +0000
56265
+
56266
+
56267
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 14:30:18 +0000
56268
+
56269
+
56270
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 14:30:18 +0000
56271
+
56272
+
56273
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 14:30:18 +0000
56274
+
56275
+
56276
+ Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 14:30:18 +0000
56277
+
56278
+
56279
+ Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 14:30:19 +0000
56280
+
56281
+
56282
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 14:30:19 +0000
56283
+
56284
+
56285
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 14:30:21 +0000
56286
+
56287
+
56288
+ Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 14:30:21 +0000
56289
+
56290
+
56291
+ Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 14:31:04 +0000
56292
+ Processing by Admin::CountriesController#edit as HTML
56293
+ Parameters: {"id"=>"1"}
56294
+ Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
56295
+ Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]]
56296
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.7ms)
56297
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.6ms)
56298
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15)
56299
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17)
56300
+ Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]]
56301
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56302
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.2ms)
56303
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms)
56304
+ Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56305
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.6ms)
56306
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56307
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.3ms)
56308
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms)
56309
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56310
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.4ms)
56311
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56312
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms)
56313
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms)
56314
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56315
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.5ms)
56316
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56317
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.2ms)
56318
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.9ms)
56319
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56320
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.2ms)
56321
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56322
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.9ms)
56323
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms)
56324
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56325
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (111.8ms)
56326
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56327
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.2ms)
56328
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms)
56329
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56330
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.0ms)
56331
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56332
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.9ms)
56333
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms)
56334
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56335
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.8ms)
56336
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56337
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms)
56338
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.2ms)
56339
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56340
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (121.7ms)
56341
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56342
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.0ms)
56343
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms)
56344
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56345
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.4ms)
56346
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56347
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.2ms)
56348
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms)
56349
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56350
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.6ms)
56351
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15)
56352
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17)
56353
+ Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]]
56354
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56355
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms)
56356
+ Admin::State Load (1.3ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
56357
+ Admin::State Load (2.3ms) SELECT "states".* FROM "states"
56358
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (10.0ms)
56359
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56360
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.5ms)
56361
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56362
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.9ms)
56363
+ CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
56364
+ CACHE (0.0ms) SELECT "states".* FROM "states"
56365
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.1ms)
56366
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56367
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.9ms)
56368
+ DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23)
56369
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.2ms)
56370
+ CACHE (0.0ms) SELECT "states".* FROM "states"
56371
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (27.3ms)
56372
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
56373
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (126.1ms)
56374
+ Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2291.4ms)
56375
+ DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714_83568490 at /project/app/views/carnival/shared/form/_form.html.haml:5)
56376
+ Rendered /project/app/views/carnival/shared/form/_form.html.haml (2343.9ms)
56377
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2387.5ms)
56378
+ Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
56379
+ CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]]
56380
+ Carnival::AdminUserNotification Load (1.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
56381
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.9ms)
56382
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.5ms)
56383
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
56384
+ Completed 200 OK in 2829ms (Views: 2808.2ms | ActiveRecord: 14.9ms)
56385
+
56386
+
56387
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:08 +0000
56388
+
56389
+
56390
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:08 +0000
56391
+
56392
+
56393
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:08 +0000
56394
+
56395
+
56396
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:09 +0000
56397
+
56398
+
56399
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:09 +0000
56400
+
56401
+
56402
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:09 +0000
56403
+
56404
+
56405
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:09 +0000
56406
+
56407
+
56408
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:09 +0000
56409
+
56410
+
56411
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:10 +0000
56412
+
56413
+
56414
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:10 +0000
56415
+
56416
+
56417
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:10 +0000
56418
+
56419
+
56420
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:10 +0000
56421
+
56422
+
56423
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:10 +0000
56424
+
56425
+
56426
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:11 +0000
56427
+
56428
+
56429
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:11 +0000
56430
+
56431
+
56432
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:11 +0000
56433
+
56434
+
56435
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:11 +0000
56436
+
56437
+
56438
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:11 +0000
56439
+
56440
+
56441
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:12 +0000
56442
+
56443
+
56444
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:12 +0000
56445
+
56446
+
56447
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:12 +0000
56448
+
56449
+
56450
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:12 +0000
56451
+
56452
+
56453
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:12 +0000
56454
+
56455
+
56456
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:13 +0000
56457
+
56458
+
56459
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 14:31:13 +0000
56460
+
56461
+
56462
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 14:31:13 +0000
56463
+
56464
+
56465
+ Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 14:31:14 +0000
56466
+
56467
+
56468
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 14:31:14 +0000
56469
+
56470
+
56471
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 14:31:14 +0000
56472
+
56473
+
56474
+ Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 14:31:14 +0000
56475
+
56476
+
56477
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 14:31:16 +0000
56478
+
56479
+
56480
+ Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 14:31:17 +0000