carnival 0.0.41 → 0.0.42

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
- YzY1OWNkYTQwNzNiZmI5MGY5YmVkZmM1ZDkyODIzMzllODE2Y2I1ZQ==
4
+ Yzg4MTE1MGVhOTU0NzFlYzdmMTVjMWEyOWNiMWI2ZWYyOGNkZThhYw==
5
5
  data.tar.gz: !binary |-
6
- YTM5YTBjMjk5ZjM0OGM3ZTMwNGE5N2FiN2E5ZDZmZjIwN2NiYTc4OQ==
6
+ M2Q1NGQ1ZTVmZTM4Mjc5ODExMzUzYTI0ZmExMzUwMzViYzcxOWY3ZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZWM0MTYzM2JhOWE1NjYyN2E4NGNiODZhMGQxNGMzMzc1MjdhMDkyMTZlZDk4
10
- YTkxZGExOWZmMDYxY2M4ZGYxMmY1NzcxM2JhYjFhYzg0ZjAyODA3ZGJmY2Nh
11
- NDZmYTliMDhiODYzZDkzNDNjZGRiOGIyYTU2MTcxM2JhYTA4ODM=
9
+ ODQ3YjFlNjg4NDI0MDRmY2E2MTBhMDhjOTAwMjY5MDNkMGFiYmVjNWZlNjE0
10
+ ODM5MDFjZGJjMDk2Mjc2OTJlMTRkYTRlNDE4YjVmOTM1ZDllN2UzMzYzODFm
11
+ Mzc3NmU3ZGY1MzFkYzZmMjFkODU3MmZjZDFmZjFkOTY2NmZlNDk=
12
12
  data.tar.gz: !binary |-
13
- YTkxOGIyNGE5NDY5NTE5ZjMzMmYyNDE1Y2IxYTI4ZDgwOTZjNTc4NGZkNDc2
14
- MDQwOTgxMjMyN2UwMDU2MDZjZjFjZmZlYjZkMzdkYWJmMTJjMjFhMzcwNDQw
15
- YWU4OTVkMzgwYjNjNWE3OTgwMGZhZDllNmFhMzNhZjViNjY5MGE=
13
+ Y2ViYzNkNTcxMDg4NDY4OWEwOWNjNmE4NDlmNDk3NDM4NTkxNTQ3MzA0MDQw
14
+ MjQ2ZTFhNGQyNzExNTIxMjA1YjA3MTcwNDQwZDg1YTljZDZlZDc1NThlYTE5
15
+ MWIxMDM0NmFiMTMwMDQ4MDVkODJmMTYxMjI0MGE2Nzk2NzdkNGM=
@@ -333,7 +333,7 @@ module Carnival
333
333
  elsif "false" == value.downcase
334
334
  return "'f'"
335
335
  else
336
- '#{value}'
336
+ "#{value}"
337
337
  end
338
338
  end
339
339
 
@@ -1,3 +1,3 @@
1
1
  module Carnival
2
- VERSION = "0.0.41"
2
+ VERSION = "0.0.42"
3
3
  end
@@ -56670,3 +56670,454 @@ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 15:14:36 +
56670
56670
 
56671
56671
 
56672
56672
  Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 15:14:37 +0000
56673
+
56674
+
56675
+ Started GET "/admin/countries/" for 10.0.2.2 at 2014-04-19 22:57:40 +0000
56676
+ Processing by Admin::CountriesController#index as HTML
56677
+ Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
56678
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms)
56679
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.9ms)
56680
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.8ms)
56681
+ Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (164.8ms)
56682
+ Rendered /project/app/views/carnival/shared/_scope.html.haml (0.2ms)
56683
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms)
56684
+ Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.8ms)
56685
+ Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (421.8ms)
56686
+ 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]]
56687
+ 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]]
56688
+ Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
56689
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.1ms)
56690
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.9ms)
56691
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
56692
+ Completed 200 OK in 1224ms (Views: 1214.9ms | ActiveRecord: 5.6ms)
56693
+
56694
+
56695
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:42 +0000
56696
+
56697
+
56698
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:42 +0000
56699
+
56700
+
56701
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:43 +0000
56702
+
56703
+
56704
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:43 +0000
56705
+
56706
+
56707
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:44 +0000
56708
+
56709
+
56710
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:44 +0000
56711
+
56712
+
56713
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:44 +0000
56714
+
56715
+
56716
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:44 +0000
56717
+
56718
+
56719
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:45 +0000
56720
+
56721
+
56722
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:45 +0000
56723
+
56724
+
56725
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:45 +0000
56726
+
56727
+
56728
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:45 +0000
56729
+
56730
+
56731
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:45 +0000
56732
+
56733
+
56734
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:46 +0000
56735
+
56736
+
56737
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:46 +0000
56738
+
56739
+
56740
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:46 +0000
56741
+
56742
+
56743
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:46 +0000
56744
+
56745
+
56746
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:46 +0000
56747
+
56748
+
56749
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:47 +0000
56750
+
56751
+
56752
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:47 +0000
56753
+
56754
+
56755
+ 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 22:57:47 +0000
56756
+
56757
+
56758
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:47 +0000
56759
+
56760
+
56761
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:48 +0000
56762
+
56763
+
56764
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:48 +0000
56765
+
56766
+
56767
+ Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:48 +0000
56768
+
56769
+
56770
+ Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:48 +0000
56771
+
56772
+
56773
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 22:57:48 +0000
56774
+
56775
+
56776
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 22:57:49 +0000
56777
+
56778
+
56779
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 22:57:49 +0000
56780
+
56781
+
56782
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 22:57:49 +0000
56783
+
56784
+
56785
+ Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-19 22:57:50 +0000
56786
+
56787
+
56788
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 22:57:50 +0000
56789
+
56790
+
56791
+ Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-19 22:57:50 +0000
56792
+
56793
+
56794
+ 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&_=1397948266180" for 10.0.2.2 at 2014-04-19 22:57:50 +0000
56795
+ Processing by Admin::CountriesController#index as JSON
56796
+ 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", "_"=>"1397948266180"}
56797
+ Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
56798
+  (1.6ms) SELECT COUNT(*) FROM "countries"
56799
+ Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0
56800
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (36.3ms)
56801
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms)
56802
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms)
56803
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.3ms)
56804
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.3ms)
56805
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.6ms)
56806
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms)
56807
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms)
56808
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms)
56809
+ Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.7ms)
56810
+ Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (183.3ms)
56811
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (41.1ms)
56812
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.8ms)
56813
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms)
56814
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.3ms)
56815
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.9ms)
56816
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms)
56817
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.5ms)
56818
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms)
56819
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms)
56820
+ Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms)
56821
+ Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (170.5ms)
56822
+ Completed 200 OK in 1097ms (Views: 1088.9ms | ActiveRecord: 4.6ms)
56823
+
56824
+
56825
+ Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-19 22:57:52 +0000
56826
+
56827
+
56828
+ Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-19 22:57:52 +0000
56829
+
56830
+
56831
+ Started GET "/admin/countries.json?advancedquery=%7B%22id%22:%7B%22operator%22:%22equal%22,%20%22value%22:%221%22,%20%22type%22:%22undefined%22%7D%7D&sEcho=2&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&_=1397948266181" for 10.0.2.2 at 2014-04-19 22:57:57 +0000
56832
+ Processing by Admin::CountriesController#index as JSON
56833
+ Parameters: {"advancedquery"=>"{\"id\":{\"operator\":\"equal\", \"value\":\"1\", \"type\":\"undefined\"}}", "sEcho"=>"2", "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", "_"=>"1397948266181"}
56834
+ Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
56835
+  (1.9ms) SELECT COUNT(*) FROM "countries"
56836
+ Admin::Country Load (0.8ms) SELECT "countries".* FROM "countries" WHERE (countries.id = #{value}) ORDER BY countries.id asc LIMIT 50 OFFSET 0
56837
+ SQLite3::SQLException: unrecognized token: "#": SELECT "countries".* FROM "countries" WHERE (countries.id = #{value}) ORDER BY countries.id asc LIMIT 50 OFFSET 0
56838
+ Completed 500 Internal Server Error in 13ms
56839
+
56840
+ SQLite3::SQLException - unrecognized token: "#":
56841
+ sqlite3 (1.3.9) lib/sqlite3/database.rb:91:in `prepare'
56842
+ activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:299:in `block in exec_query'
56843
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:442:in `block in log'
56844
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
56845
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:437:in `log'
56846
+ activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:295:in `exec_query'
56847
+ activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:507:in `select'
56848
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all'
56849
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `block in select_all'
56850
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:76:in `cache_sql'
56851
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `select_all'
56852
+ activerecord (4.0.4) lib/active_record/querying.rb:36:in `find_by_sql'
56853
+ activerecord (4.0.4) lib/active_record/relation.rb:585:in `exec_queries'
56854
+ activerecord (4.0.4) lib/active_record/relation.rb:471:in `load'
56855
+ activerecord (4.0.4) lib/active_record/relation.rb:220:in `to_a'
56856
+ bullet (4.6.0) lib/bullet/active_record4.rb:10:in `to_a'
56857
+ will_paginate (3.0.5) lib/will_paginate/active_record.rb:127:in `block in to_a'
56858
+ will_paginate (3.0.5) lib/will_paginate/collection.rb:96:in `create'
56859
+ will_paginate (3.0.5) lib/will_paginate/active_record.rb:126:in `to_a'
56860
+ activerecord (4.0.4) lib/active_record/relation/delegation.rb:12:in `each'
56861
+ /project/app/datatable/carnival/generic_datatable.rb:80:in `data'
56862
+ /project/app/datatable/carnival/generic_datatable.rb:39:in `as_json'
56863
+ activesupport (4.0.4) lib/active_support/json/encoding.rb:50:in `block in encode'
56864
+ activesupport (4.0.4) lib/active_support/json/encoding.rb:81:in `check_for_circular_references'
56865
+ activesupport (4.0.4) lib/active_support/json/encoding.rb:49:in `encode'
56866
+ activesupport (4.0.4) lib/active_support/json/encoding.rb:34:in `encode'
56867
+ activesupport (4.0.4) lib/active_support/core_ext/object/to_json.rb:16:in `to_json'
56868
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:90:in `block in <module:Renderers>'
56869
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:33:in `block in _handle_render_options'
56870
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `block in each'
56871
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `each'
56872
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:30:in `_handle_render_options'
56873
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
56874
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render'
56875
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render'
56876
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
56877
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
56878
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
56879
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
56880
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
56881
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
56882
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
56883
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
56884
+ wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf'
56885
+ /project/app/controllers/carnival/base_admin_controller.rb:29:in `block (2 levels) in index'
56886
+ actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to'
56887
+ /project/app/controllers/carnival/base_admin_controller.rb:20:in `index'
56888
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
56889
+ actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action'
56890
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
56891
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
56892
+ activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__588615945__process_action__callbacks'
56893
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
56894
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action'
56895
+ actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
56896
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
56897
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
56898
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
56899
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
56900
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
56901
+ actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
56902
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
56903
+ actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process'
56904
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process'
56905
+ actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch'
56906
+ actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
56907
+ actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action'
56908
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
56909
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call'
56910
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
56911
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
56912
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
56913
+ bullet (4.6.0) lib/bullet/rack.rb:13:in `call'
56914
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
56915
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
56916
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
56917
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
56918
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
56919
+ actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
56920
+ actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call'
56921
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
56922
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
56923
+ actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call'
56924
+ activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call'
56925
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
56926
+ activerecord (4.0.4) lib/active_record/migration.rb:373:in `call'
56927
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
56928
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1061421701__call__callbacks'
56929
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
56930
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
56931
+ actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call'
56932
+ actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
56933
+ better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
56934
+ better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
56935
+ better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
56936
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
56937
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
56938
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
56939
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
56940
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
56941
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
56942
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
56943
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
56944
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
56945
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
56946
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
56947
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
56948
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
56949
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
56950
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
56951
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
56952
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
56953
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
56954
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
56955
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
56956
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
56957
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
56958
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
56959
+
56960
+
56961
+
56962
+ Started GET "/admin/countries.json?advancedquery=%7B%22id%22:%7B%22operator%22:%22equal%22,%20%22value%22:%221%22,%20%22type%22:%22undefined%22%7D%7D&sEcho=2&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&_=1397948266181" for 10.0.2.2 at 2014-04-19 22:58:16 +0000
56963
+ Processing by Admin::CountriesController#index as JSON
56964
+ Parameters: {"advancedquery"=>"{\"id\":{\"operator\":\"equal\", \"value\":\"1\", \"type\":\"undefined\"}}", "sEcho"=>"2", "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", "_"=>"1397948266181"}
56965
+ Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
56966
+  (1.5ms) SELECT COUNT(*) FROM "countries"
56967
+ Admin::Country Load (0.7ms) SELECT "countries".* FROM "countries" WHERE (countries.id = #{value}) ORDER BY countries.id asc LIMIT 50 OFFSET 0
56968
+ SQLite3::SQLException: unrecognized token: "#": SELECT "countries".* FROM "countries" WHERE (countries.id = #{value}) ORDER BY countries.id asc LIMIT 50 OFFSET 0
56969
+ Completed 500 Internal Server Error in 13ms
56970
+
56971
+ SQLite3::SQLException - unrecognized token: "#":
56972
+ sqlite3 (1.3.9) lib/sqlite3/database.rb:91:in `prepare'
56973
+ activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:299:in `block in exec_query'
56974
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:442:in `block in log'
56975
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
56976
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:437:in `log'
56977
+ activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:295:in `exec_query'
56978
+ activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:507:in `select'
56979
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all'
56980
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `block in select_all'
56981
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:76:in `cache_sql'
56982
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `select_all'
56983
+ activerecord (4.0.4) lib/active_record/querying.rb:36:in `find_by_sql'
56984
+ activerecord (4.0.4) lib/active_record/relation.rb:585:in `exec_queries'
56985
+ activerecord (4.0.4) lib/active_record/relation.rb:471:in `load'
56986
+ activerecord (4.0.4) lib/active_record/relation.rb:220:in `to_a'
56987
+ bullet (4.6.0) lib/bullet/active_record4.rb:10:in `to_a'
56988
+ will_paginate (3.0.5) lib/will_paginate/active_record.rb:127:in `block in to_a'
56989
+ will_paginate (3.0.5) lib/will_paginate/collection.rb:96:in `create'
56990
+ will_paginate (3.0.5) lib/will_paginate/active_record.rb:126:in `to_a'
56991
+ activerecord (4.0.4) lib/active_record/relation/delegation.rb:12:in `each'
56992
+ /project/app/datatable/carnival/generic_datatable.rb:80:in `data'
56993
+ /project/app/datatable/carnival/generic_datatable.rb:39:in `as_json'
56994
+ activesupport (4.0.4) lib/active_support/json/encoding.rb:50:in `block in encode'
56995
+ activesupport (4.0.4) lib/active_support/json/encoding.rb:81:in `check_for_circular_references'
56996
+ activesupport (4.0.4) lib/active_support/json/encoding.rb:49:in `encode'
56997
+ activesupport (4.0.4) lib/active_support/json/encoding.rb:34:in `encode'
56998
+ activesupport (4.0.4) lib/active_support/core_ext/object/to_json.rb:16:in `to_json'
56999
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:90:in `block in <module:Renderers>'
57000
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:33:in `block in _handle_render_options'
57001
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `block in each'
57002
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `each'
57003
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:30:in `_handle_render_options'
57004
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
57005
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render'
57006
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render'
57007
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
57008
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
57009
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
57010
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
57011
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
57012
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
57013
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
57014
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
57015
+ wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf'
57016
+ /project/app/controllers/carnival/base_admin_controller.rb:29:in `block (2 levels) in index'
57017
+ actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to'
57018
+ /project/app/controllers/carnival/base_admin_controller.rb:20:in `index'
57019
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
57020
+ actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action'
57021
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
57022
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
57023
+ activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__588615945__process_action__callbacks'
57024
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
57025
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action'
57026
+ actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
57027
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
57028
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
57029
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
57030
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
57031
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
57032
+ actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
57033
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
57034
+ actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process'
57035
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process'
57036
+ actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch'
57037
+ actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
57038
+ actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action'
57039
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
57040
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call'
57041
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
57042
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
57043
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
57044
+ bullet (4.6.0) lib/bullet/rack.rb:13:in `call'
57045
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
57046
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
57047
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
57048
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
57049
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
57050
+ actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
57051
+ actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call'
57052
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
57053
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
57054
+ actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call'
57055
+ activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call'
57056
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
57057
+ activerecord (4.0.4) lib/active_record/migration.rb:373:in `call'
57058
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
57059
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1061421701__call__callbacks'
57060
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
57061
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
57062
+ actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call'
57063
+ actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
57064
+ better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
57065
+ better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
57066
+ better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
57067
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
57068
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
57069
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
57070
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
57071
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
57072
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
57073
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
57074
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
57075
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
57076
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
57077
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
57078
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
57079
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
57080
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
57081
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
57082
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
57083
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
57084
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
57085
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
57086
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
57087
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
57088
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
57089
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
57090
+
57091
+
57092
+
57093
+ Started POST "/__better_errors/81427150/variables" for 10.0.2.2 at 2014-04-19 22:58:17 +0000
57094
+ Admin::Country Load (1.0ms) SELECT "countries".* FROM "countries" WHERE (countries.id = #{value}) ORDER BY countries.id asc LIMIT 50 OFFSET 0
57095
+ SQLite3::SQLException: unrecognized token: "#": SELECT "countries".* FROM "countries" WHERE (countries.id = #{value}) ORDER BY countries.id asc LIMIT 50 OFFSET 0
57096
+
57097
+
57098
+ Started POST "/__better_errors/81427150/variables" for 10.0.2.2 at 2014-04-19 22:58:22 +0000
57099
+ Admin::Country Load (0.4ms) SELECT "countries".* FROM "countries" WHERE (countries.id = #{value}) ORDER BY countries.id asc LIMIT 50 OFFSET 0
57100
+ SQLite3::SQLException: unrecognized token: "#": SELECT "countries".* FROM "countries" WHERE (countries.id = #{value}) ORDER BY countries.id asc LIMIT 50 OFFSET 0
57101
+
57102
+
57103
+ Started POST "/__better_errors/81427150/eval" for 10.0.2.2 at 2014-04-19 22:58:25 +0000
57104
+
57105
+
57106
+ Started GET "/admin/countries.json?advancedquery=%7B%22id%22:%7B%22operator%22:%22equal%22,%20%22value%22:%221%22,%20%22type%22:%22undefined%22%7D%7D&sEcho=2&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&_=1397948266181" for 10.0.2.2 at 2014-04-19 23:00:32 +0000
57107
+ Processing by Admin::CountriesController#index as JSON
57108
+ Parameters: {"advancedquery"=>"{\"id\":{\"operator\":\"equal\", \"value\":\"1\", \"type\":\"undefined\"}}", "sEcho"=>"2", "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", "_"=>"1397948266181"}
57109
+ Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
57110
+  (1.7ms) SELECT COUNT(*) FROM "countries"
57111
+ Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE (countries.id = 1) ORDER BY countries.id asc LIMIT 50 OFFSET 0
57112
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (46.9ms)
57113
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (29.8ms)
57114
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms)
57115
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.8ms)
57116
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (28.5ms)
57117
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms)
57118
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.7ms)
57119
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms)
57120
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms)
57121
+ Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms)
57122
+ Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (159.4ms)
57123
+ Completed 200 OK in 827ms (Views: 641.8ms | ActiveRecord: 13.0ms)
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.41
4
+ version: 0.0.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vizir Software Studio