carnival 0.0.39 → 0.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YWIzMzYxNjE4ZTRjZjdmNzkwMmU3YTQ3YjA3MmJjMDY1YWNiNWYyNw==
4
+ ZDMxYjBiNWE2ODFiMmNiMjcxOTAyNWQ1ODdhNmUzNjc2MWM0ODVlYg==
5
5
  data.tar.gz: !binary |-
6
- ZWRhYzAyMDFmM2U1NmM1YzBlYzgyYmI4YjczODRiNzJlYmY1NWI2Zg==
6
+ MDhkZjFkNTU4ZGIwMjE3ZDg3Mzg0ZTBmNWMxODcyN2NjNzFlMmRmYw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NTFiNjUyOWYxMTM2Mjk0NmVhMTMxMmJhYWJiNzA2ZmQ0MTJiYjkxMTIyY2I1
10
- ZTA4MWY1OGVlYmM0NjFkOTJjYTE3MjdlZjE5NzNkMGM0OGYzZmIxOTE4MzZj
11
- MzUzMmUxMjg2MWYwOGYwNjVmYWExY2Q3YWQ2ZDZjMjBlZDhkNDE=
9
+ YjdkMGM0MWIzODM3NWFjMGQ2MjEyNDdmMGM0NzI4NzEyZThlYzkxMTUzMDhh
10
+ YzJlYzEwMmVjODQzOTU3MmRkNTI5NDczMDI2ZTNkNjNhNmU4Mjk5YjlmOTBh
11
+ MDIwMmQ0ZjUzZjZlODdkZjFkYTE3M2FjNmUyYmY5ZWFkYmM4OTg=
12
12
  data.tar.gz: !binary |-
13
- Y2RiNWMxMjQzN2ExNDJkMWUwNGYwMjU4OTA0NWRjYTVmZTg2MTFkNzQ2NDE3
14
- ZDQ0YWVmYTAyMTk0ZjgyZjViYjYwNTRmMzg4ZGQ0ZGJjMjIxZjhmMDBkM2Ni
15
- ODY1NTg3MDZlNGI3OTA1YzcxYTczMTllMDUwZjczN2NhM2EyOWQ=
13
+ M2QxMmZkN2ZkOWYzYjFlOGM1MmYwMThmODFiZTQ0MzMxNWM2YWM3YjkwYjhj
14
+ Zjg3ZjkxMmYxMTY1ZDVlOWNkMjY1NzgzMTE3Y2JhOWM4NjM5NDJlZGUzMThh
15
+ ZGI2ODE3MmVjYmMyZDEwZGUyNGYwNzZmNDg2NDE5ODVkNGVmYWM=
@@ -2314,4 +2314,8 @@ table input{
2314
2314
  float: left;
2315
2315
  margin-bottom: 10px;
2316
2316
  padding-bottom: 10px;
2317
+ width: 95%;
2318
+ }
2319
+ .nested-form-list-item-actions{
2320
+ float: right;
2317
2321
  }
@@ -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+(\]\[[a-zA-Z]+\])/g, "$1" + last_index + "$2");
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
  }
@@ -1,3 +1,3 @@
1
1
  module Carnival
2
- VERSION = "0.0.39"
2
+ VERSION = "0.0.40"
3
3
  end
@@ -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
+ Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
56487
+ Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["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
+ Admin::State Load (1.5ms) 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
+ Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["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
+ CACHE (0.0ms) 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
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["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
+ CACHE (0.0ms) 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
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["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
+ CACHE (0.0ms) 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
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["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
+ CACHE (0.0ms) 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
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["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
+ CACHE (0.0ms) 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
+ Admin::City Load (1.4ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["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
+ Admin::State Load (1.4ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
56549
+ Admin::State Load (2.0ms) SELECT "states".* FROM "states"
56550
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (12.0ms)
56551
+ CACHE (0.0ms) 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
+ CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
56556
+ CACHE (0.0ms) SELECT "states".* FROM "states"
56557
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.3ms)
56558
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["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
+ CACHE (0.0ms) SELECT "states".* FROM "states"
56563
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.7ms)
56564
+ CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["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
+ 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]]
56571
+ 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]]
56572
+ 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]]
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carnival
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.39
4
+ version: 0.0.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vizir Software Studio