carnival 0.0.39 → 0.0.40
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/app/assets/stylesheets/carnival/main.css +4 -0
- data/app/views/carnival/shared/form/_form.html.haml +1 -1
- data/lib/carnival/version.rb +1 -1
- data/test/dummy/log/bullet.log +30 -0
- data/test/dummy/log/development.log +192 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/39d34c0caaa6f36d684fac1898a7f88f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3d8100b6e405407290dcf994ef05e0b7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6d806eaa317f200bbf2832a0abf1c1cc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e0352d0f97751491adbe6a94832772af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e9c81ca91323dab8977ffd8a459cab06 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f5c9348795319821f3309d4e03bb9fdb +0 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZDMxYjBiNWE2ODFiMmNiMjcxOTAyNWQ1ODdhNmUzNjc2MWM0ODVlYg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MDhkZjFkNTU4ZGIwMjE3ZDg3Mzg0ZTBmNWMxODcyN2NjNzFlMmRmYw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YjdkMGM0MWIzODM3NWFjMGQ2MjEyNDdmMGM0NzI4NzEyZThlYzkxMTUzMDhh
|
10
|
+
YzJlYzEwMmVjODQzOTU3MmRkNTI5NDczMDI2ZTNkNjNhNmU4Mjk5YjlmOTBh
|
11
|
+
MDIwMmQ0ZjUzZjZlODdkZjFkYTE3M2FjNmUyYmY5ZWFkYmM4OTg=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
M2QxMmZkN2ZkOWYzYjFlOGM1MmYwMThmODFiZTQ0MzMxNWM2YWM3YjkwYjhj
|
14
|
+
Zjg3ZjkxMmYxMTY1ZDVlOWNkMjY1NzgzMTE3Y2JhOWM4NjM5NDJlZGUzMThh
|
15
|
+
ZGI2ODE3MmVjYmMyZDEwZGUyNGYwNzZmNDg2NDE5ODVkNGVmYWM=
|
@@ -22,7 +22,7 @@
|
|
22
22
|
newForm = $(newForm).html()
|
23
23
|
var last_index = $(selector + " li").length
|
24
24
|
newForm = newForm.replace(/([_a-zA-Z]+_attributes_)\d+(_[a-zA-Z]+)/g, "$1" + last_index + "$2");
|
25
|
-
newForm = newForm.replace(/([_a-zA-Z]+\[[_a-zA-Z]+_attributes\]\[)\d+(\]\[[
|
25
|
+
newForm = newForm.replace(/([_a-zA-Z]+\[[_a-zA-Z]+_attributes\]\[)\d+(\]\[[_a-zA-Z]+\])/g, "$1" + last_index + "$2");
|
26
26
|
$(selector).append(newForm);
|
27
27
|
$(selector).find("select").chosen();
|
28
28
|
}
|
data/lib/carnival/version.rb
CHANGED
data/test/dummy/log/bullet.log
CHANGED
@@ -1498,6 +1498,36 @@ N+1 Query method call stack
|
|
1498
1498
|
N+1 Query method call stack
|
1499
1499
|
N+1 Query method call stack2014-04-19 14:31:07[WARN] user: vagrant
|
1500
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]
|
1504
|
+
N+1 Query method call stack
|
1505
|
+
N+1 Query method call stack
|
1506
|
+
N+1 Query method call stack
|
1507
|
+
N+1 Query method call stack
|
1508
|
+
N+1 Query method call stack
|
1509
|
+
N+1 Query method call stack2014-04-19 15:14:27[WARN] user: vagrant
|
1510
|
+
127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
|
1511
|
+
N+1 Query detected
|
1512
|
+
Admin::State => [:country]
|
1513
|
+
Add to your finder: :include => [:country]
|
1514
|
+
N+1 Query method call stack
|
1515
|
+
N+1 Query method call stack
|
1516
|
+
N+1 Query method call stack
|
1517
|
+
N+1 Query method call stack
|
1518
|
+
N+1 Query method call stack
|
1519
|
+
N+1 Query method call stack2014-04-19 15:14:27[WARN] user: vagrant
|
1520
|
+
127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
|
1521
|
+
N+1 Query detected
|
1522
|
+
Admin::City => [:state]
|
1523
|
+
Add to your finder: :include => [:state]
|
1524
|
+
N+1 Query method call stack
|
1525
|
+
N+1 Query method call stack
|
1526
|
+
N+1 Query method call stack
|
1527
|
+
N+1 Query method call stack
|
1528
|
+
N+1 Query method call stack
|
1529
|
+
N+1 Query method call stack2014-04-19 15:14:27[WARN] user: vagrant
|
1530
|
+
127.0.0.1:2201http://127.0.0.1:2201/admin/countries/1/edit
|
1501
1531
|
N+1 Query detected
|
1502
1532
|
Admin::City => [:country]
|
1503
1533
|
Add to your finder: :include => [:country]
|
@@ -56478,3 +56478,195 @@ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 14:31:16 +
|
|
56478
56478
|
|
56479
56479
|
|
56480
56480
|
Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 14:31:17 +0000
|
56481
|
+
|
56482
|
+
|
56483
|
+
Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 15:14:24 +0000
|
56484
|
+
Processing by Admin::CountriesController#edit as HTML
|
56485
|
+
Parameters: {"id"=>"1"}
|
56486
|
+
[1m[35mCarnival::AdminUser Load (1.8ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
|
56487
|
+
[1m[36mAdmin::Country Load (1.6ms)[0m [1mSELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1[0m [["id", "1"]]
|
56488
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms)
|
56489
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms)
|
56490
|
+
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)
|
56491
|
+
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)
|
56492
|
+
[1m[35mAdmin::State Load (1.5ms)[0m SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]]
|
56493
|
+
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)
|
56494
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.2ms)
|
56495
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms)
|
56496
|
+
[1m[36mAdmin::Country Load (1.6ms)[0m [1mSELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1[0m [["id", 1]]
|
56497
|
+
Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.5ms)
|
56498
|
+
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)
|
56499
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms)
|
56500
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms)
|
56501
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
|
56502
|
+
Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.1ms)
|
56503
|
+
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)
|
56504
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms)
|
56505
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms)
|
56506
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1[0m [["id", 1]]
|
56507
|
+
Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.5ms)
|
56508
|
+
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)
|
56509
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms)
|
56510
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.1ms)
|
56511
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
|
56512
|
+
Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (131.5ms)
|
56513
|
+
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)
|
56514
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (28.1ms)
|
56515
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms)
|
56516
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1[0m [["id", 1]]
|
56517
|
+
Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (121.2ms)
|
56518
|
+
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)
|
56519
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.8ms)
|
56520
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms)
|
56521
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
|
56522
|
+
Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.6ms)
|
56523
|
+
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)
|
56524
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.0ms)
|
56525
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms)
|
56526
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1[0m [["id", 1]]
|
56527
|
+
Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.1ms)
|
56528
|
+
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)
|
56529
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.6ms)
|
56530
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms)
|
56531
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
|
56532
|
+
Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (129.7ms)
|
56533
|
+
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)
|
56534
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.3ms)
|
56535
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms)
|
56536
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1[0m [["id", 1]]
|
56537
|
+
Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (114.9ms)
|
56538
|
+
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)
|
56539
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms)
|
56540
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms)
|
56541
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
|
56542
|
+
Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.6ms)
|
56543
|
+
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)
|
56544
|
+
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)
|
56545
|
+
[1m[36mAdmin::City Load (1.4ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ?[0m [["country_id", 1]]
|
56546
|
+
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)
|
56547
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms)
|
56548
|
+
[1m[35mAdmin::State Load (1.4ms)[0m SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
|
56549
|
+
[1m[36mAdmin::State Load (2.0ms)[0m [1mSELECT "states".* FROM "states"[0m
|
56550
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (12.0ms)
|
56551
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
|
56552
|
+
Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.7ms)
|
56553
|
+
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)
|
56554
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms)
|
56555
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1[0m [["id", 1]]
|
56556
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "states".* FROM "states"
|
56557
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.3ms)
|
56558
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1[0m [["id", 1]]
|
56559
|
+
Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.0ms)
|
56560
|
+
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)
|
56561
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (39.1ms)
|
56562
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "states".* FROM "states"
|
56563
|
+
Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.7ms)
|
56564
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1[0m [["id", 1]]
|
56565
|
+
Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.4ms)
|
56566
|
+
Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2365.8ms)
|
56567
|
+
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_79661890 at /project/app/views/carnival/shared/form/_form.html.haml:5)
|
56568
|
+
Rendered /project/app/views/carnival/shared/form/_form.html.haml (2410.9ms)
|
56569
|
+
Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2452.7ms)
|
56570
|
+
[1m[35mCarnival::AdminUserNotification Load (1.3ms)[0m 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]]
|
56571
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f'[0m [["admin_user_id", 1]]
|
56572
|
+
[1m[35mCarnival::AdminUserNotification Load (1.4ms)[0m SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
|
56573
|
+
Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.5ms)
|
56574
|
+
Rendered /project/app/views/layouts/carnival/_menu.html.haml (10.3ms)
|
56575
|
+
Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
|
56576
|
+
Completed 200 OK in 3058ms (Views: 3037.8ms | ActiveRecord: 14.4ms)
|
56577
|
+
|
56578
|
+
|
56579
|
+
Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:28 +0000
|
56580
|
+
|
56581
|
+
|
56582
|
+
Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:28 +0000
|
56583
|
+
|
56584
|
+
|
56585
|
+
Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:28 +0000
|
56586
|
+
|
56587
|
+
|
56588
|
+
Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:29 +0000
|
56589
|
+
|
56590
|
+
|
56591
|
+
Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:29 +0000
|
56592
|
+
|
56593
|
+
|
56594
|
+
Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:29 +0000
|
56595
|
+
|
56596
|
+
|
56597
|
+
Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:29 +0000
|
56598
|
+
|
56599
|
+
|
56600
|
+
Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:29 +0000
|
56601
|
+
|
56602
|
+
|
56603
|
+
Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:30 +0000
|
56604
|
+
|
56605
|
+
|
56606
|
+
Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:30 +0000
|
56607
|
+
|
56608
|
+
|
56609
|
+
Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:30 +0000
|
56610
|
+
|
56611
|
+
|
56612
|
+
Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:30 +0000
|
56613
|
+
|
56614
|
+
|
56615
|
+
Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:30 +0000
|
56616
|
+
|
56617
|
+
|
56618
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:31 +0000
|
56619
|
+
|
56620
|
+
|
56621
|
+
Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:31 +0000
|
56622
|
+
|
56623
|
+
|
56624
|
+
Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:31 +0000
|
56625
|
+
|
56626
|
+
|
56627
|
+
Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:31 +0000
|
56628
|
+
|
56629
|
+
|
56630
|
+
Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:32 +0000
|
56631
|
+
|
56632
|
+
|
56633
|
+
Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:32 +0000
|
56634
|
+
|
56635
|
+
|
56636
|
+
Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:32 +0000
|
56637
|
+
|
56638
|
+
|
56639
|
+
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 15:14:32 +0000
|
56640
|
+
|
56641
|
+
|
56642
|
+
Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:32 +0000
|
56643
|
+
|
56644
|
+
|
56645
|
+
Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:33 +0000
|
56646
|
+
|
56647
|
+
|
56648
|
+
Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 15:14:33 +0000
|
56649
|
+
|
56650
|
+
|
56651
|
+
Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:33 +0000
|
56652
|
+
|
56653
|
+
|
56654
|
+
Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 15:14:34 +0000
|
56655
|
+
|
56656
|
+
|
56657
|
+
Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 15:14:34 +0000
|
56658
|
+
|
56659
|
+
|
56660
|
+
Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 15:14:34 +0000
|
56661
|
+
|
56662
|
+
|
56663
|
+
Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 15:14:34 +0000
|
56664
|
+
|
56665
|
+
|
56666
|
+
Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 15:14:35 +0000
|
56667
|
+
|
56668
|
+
|
56669
|
+
Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 15:14:36 +0000
|
56670
|
+
|
56671
|
+
|
56672
|
+
Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 15:14:37 +0000
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|