carnival 0.0.26 → 0.0.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (27) hide show
  1. data/app/controllers/carnival/base_admin_controller.rb +4 -4
  2. data/app/views/carnival/shared/form/_form.html.haml +1 -1
  3. data/app/views/carnival/shared/form/edit.html.haml +1 -1
  4. data/app/views/carnival/shared/form/new.html.haml +1 -1
  5. data/lib/carnival/version.rb +1 -1
  6. data/test/dummy/db/development.sqlite3 +0 -0
  7. data/test/dummy/log/development.log +3300 -0
  8. data/test/dummy/tmp/cache/assets/development/sprockets/30c8c2e6ca355103a267133f6b45b0ce +0 -0
  9. data/test/dummy/tmp/cache/assets/development/sprockets/39d34c0caaa6f36d684fac1898a7f88f +0 -0
  10. data/test/dummy/tmp/cache/assets/development/sprockets/3d8100b6e405407290dcf994ef05e0b7 +0 -0
  11. data/test/dummy/tmp/cache/assets/development/sprockets/565023fdd3960225e817ec043b2d9474 +0 -0
  12. data/test/dummy/tmp/cache/assets/development/sprockets/611bcab6d1ba6d887fc27c1b9f6f2ac4 +0 -0
  13. data/test/dummy/tmp/cache/assets/development/sprockets/6b57b684590d7c01cfa80052144dd2df +0 -0
  14. data/test/dummy/tmp/cache/assets/development/sprockets/6d806eaa317f200bbf2832a0abf1c1cc +0 -0
  15. data/test/dummy/tmp/cache/assets/development/sprockets/6e6e4eaedc6398f0557ca2fe922c970d +0 -0
  16. data/test/dummy/tmp/cache/assets/development/sprockets/a1c5386d742fb4d01bea977ed28f4a96 +0 -0
  17. data/test/dummy/tmp/cache/assets/development/sprockets/ad7b50123ad008ac0730bbbdf76a6bfe +0 -0
  18. data/test/dummy/tmp/cache/assets/development/sprockets/d16461dfcae4b782f721ebd81e4f8740 +0 -0
  19. data/test/dummy/tmp/cache/assets/development/sprockets/e0352d0f97751491adbe6a94832772af +0 -0
  20. data/test/dummy/tmp/cache/assets/development/sprockets/e4900a6e69f874e98b87c7c7b23f7f5a +0 -0
  21. data/test/dummy/tmp/cache/assets/development/sprockets/e62e56f99e228e3467663224450f0a9b +0 -0
  22. data/test/dummy/tmp/cache/assets/development/sprockets/e9c81ca91323dab8977ffd8a459cab06 +0 -0
  23. data/test/dummy/tmp/cache/assets/development/sprockets/f5c9348795319821f3309d4e03bb9fdb +0 -0
  24. data/test/dummy/tmp/cache/assets/development/sprockets/f71bbedf97979d3cfe44077a64d3e98a +0 -0
  25. data/test/dummy/tmp/cache/assets/development/sprockets/fc79e1609ba401a4408c71182ef89b3e +0 -0
  26. data/test/dummy/tmp/pids/server.pid +1 -0
  27. metadata +16 -2
@@ -69,11 +69,11 @@ module Carnival
69
69
  edit! do |format|
70
70
  @model = instance_variable_get("@#{controller_name.classify.underscore}")
71
71
  format.html do |render|
72
- begin
73
- render 'edit'
74
- rescue
72
+ #begin
73
+ # render 'edit'
74
+ #rescue
75
75
  render '/carnival/shared/form/edit'
76
- end
76
+ #end
77
77
  end
78
78
  end
79
79
  end
@@ -1,4 +1,4 @@
1
- = simple_form_for(model_object, {:html => {:class => 'formframe container-fluid'}}) do |f|
1
+ = simple_form_for(model_object, :url => url, :html => {:class => 'formframe container-fluid'}) do |f|
2
2
  - if model_object.errors.any?
3
3
  #error_explanation
4
4
  %ul
@@ -3,4 +3,4 @@
3
3
  %h1= t("#{@model_presenter.model_name}.editar")
4
4
  .action_back
5
5
  = link_to t('back'), index_path, class: 'back_link'
6
- = render '/carnival/shared/form/form', button: t('update'), model_object: @model, action: :edit
6
+ = render '/carnival/shared/form/form', button: t('update'), model_object: @model, :url => @model_presenter.model_path(:show, :id => @model.id), :action => :edit
@@ -4,4 +4,4 @@
4
4
  .action_back
5
5
  - # TODO add buttons to the form in presenter
6
6
  = link_to t('back'), index_path, class: 'back_link' if @model_presenter
7
- = render '/carnival/shared/form/form', button: t('create'), model_object: @model, action: :new
7
+ = render '/carnival/shared/form/form', button: t('create'), model_object: @model, :url => @model_presenter.model_path(:create), :action => :new
@@ -1,3 +1,3 @@
1
1
  module Carnival
2
- VERSION = "0.0.26"
2
+ VERSION = "0.0.33"
3
3
  end
Binary file
@@ -20531,3 +20531,3303 @@ Processing by Carnival::AdminUsersController#index as JSON
20531
20531
  Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms)
20532
20532
  Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (166.9ms)
20533
20533
  Completed 200 OK in 547ms (Views: 535.3ms | ActiveRecord: 6.9ms)
20534
+
20535
+
20536
+ Started GET "/admin/cities" for 10.0.2.2 at 2014-04-02 17:58:01 +0000
20537
+ ActiveRecord::SchemaMigration Load (2.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
20538
+ Processing by Admin::CitiesController#index as HTML
20539
+ Completed 401 Unauthorized in 92ms
20540
+
20541
+
20542
+ Started GET "/admin/sessions/sign_in" for 10.0.2.2 at 2014-04-02 17:58:02 +0000
20543
+ Processing by Carnival::SessionsController#new as HTML
20544
+ Rendered /project/app/views/admin_users/shared/_links.html.haml (5.1ms)
20545
+ Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (225.0ms)
20546
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.6ms)
20547
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (3.0ms)
20548
+ Completed 200 OK in 1657ms (Views: 1618.2ms | ActiveRecord: 2.7ms)
20549
+
20550
+
20551
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:05 +0000
20552
+
20553
+
20554
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:05 +0000
20555
+
20556
+
20557
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:05 +0000
20558
+
20559
+
20560
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:06 +0000
20561
+
20562
+
20563
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:06 +0000
20564
+
20565
+
20566
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:06 +0000
20567
+
20568
+
20569
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:07 +0000
20570
+
20571
+
20572
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:07 +0000
20573
+
20574
+
20575
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:07 +0000
20576
+
20577
+
20578
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:07 +0000
20579
+
20580
+
20581
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:07 +0000
20582
+
20583
+
20584
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:08 +0000
20585
+
20586
+
20587
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:08 +0000
20588
+
20589
+
20590
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:08 +0000
20591
+
20592
+
20593
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:08 +0000
20594
+
20595
+
20596
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:09 +0000
20597
+
20598
+
20599
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:09 +0000
20600
+
20601
+
20602
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:09 +0000
20603
+
20604
+
20605
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:09 +0000
20606
+
20607
+
20608
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:10 +0000
20609
+
20610
+
20611
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:10 +0000
20612
+
20613
+
20614
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:10 +0000
20615
+
20616
+
20617
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:10 +0000
20618
+
20619
+
20620
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:10 +0000
20621
+
20622
+
20623
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 17:58:11 +0000
20624
+
20625
+
20626
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 17:58:11 +0000
20627
+
20628
+
20629
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 17:58:12 +0000
20630
+
20631
+
20632
+ Started GET "/assets/favicon.ico" for 10.0.2.2 at 2014-04-02 17:58:12 +0000
20633
+
20634
+ ActionController::RoutingError (No route matches [GET] "/assets/favicon.ico"):
20635
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
20636
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
20637
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
20638
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
20639
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
20640
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
20641
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
20642
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
20643
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
20644
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
20645
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
20646
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
20647
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
20648
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
20649
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
20650
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
20651
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
20652
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
20653
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
20654
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
20655
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
20656
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
20657
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
20658
+
20659
+
20660
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
20661
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.4ms)
20662
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (37.4ms)
20663
+ 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 (106.1ms)
20664
+
20665
+
20666
+ Started POST "/admin/sessions/sign_in" for 10.0.2.2 at 2014-04-02 17:58:23 +0000
20667
+ Processing by Carnival::SessionsController#create as HTML
20668
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"H3O+zpMuSaB++SBA2hkcvdRrSXTDoHasOvF0aMkcTXE=", "admin_user"=>{"email"=>"antonioams@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Fazer login"}
20669
+ Carnival::AdminUser Load (4.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'antonioams@gmail.com' ORDER BY "admin_users"."id" ASC LIMIT 1
20670
+  (0.2ms) begin transaction
20671
+ SQL (61.2ms) 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", Wed, 26 Mar 2014 14:05:03 UTC +00:00], ["current_sign_in_at", Wed, 02 Apr 2014 17:58:23 UTC +00:00], ["sign_in_count", 6], ["updated_at", Wed, 02 Apr 2014 17:58:23 UTC +00:00]]
20672
+  (2.6ms) commit transaction
20673
+ Redirected to http://localhost:3013/admin
20674
+ Completed 302 Found in 218ms (ActiveRecord: 68.8ms)
20675
+
20676
+
20677
+ Started GET "/admin" for 10.0.2.2 at 2014-04-02 17:58:23 +0000
20678
+ Processing by Carnival::AdminUsersController#index as HTML
20679
+ Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
20680
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.3ms)
20681
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.9ms)
20682
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms)
20683
+ Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (147.7ms)
20684
+ Rendered /project/app/views/carnival/shared/_scope.html.haml (5.2ms)
20685
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.3ms)
20686
+ Rendered /project/app/views/carnival/shared/_period_filter.html.haml (7.9ms)
20687
+ Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (358.1ms)
20688
+ Carnival::AdminUserNotification Load (1.8ms) 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]]
20689
+ 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]]
20690
+ Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
20691
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (146.8ms)
20692
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.4ms)
20693
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
20694
+ Completed 200 OK in 1196ms (Views: 876.7ms | ActiveRecord: 8.1ms)
20695
+
20696
+
20697
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 17:58:25 +0000
20698
+
20699
+
20700
+ Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:25 +0000
20701
+
20702
+
20703
+ Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:25 +0000
20704
+
20705
+
20706
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 17:58:26 +0000
20707
+
20708
+
20709
+ Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-02 17:58:26 +0000
20710
+
20711
+
20712
+ Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-04-02 17:58:26 +0000
20713
+
20714
+
20715
+ Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-04-02 17:58:27 +0000
20716
+
20717
+
20718
+ Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-02 17:58:27 +0000
20719
+
20720
+
20721
+ 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&_=1396461505131" for 10.0.2.2 at 2014-04-02 17:58:27 +0000
20722
+ Processing by Carnival::AdminUsersController#index as JSON
20723
+ 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", "_"=>"1396461505131"}
20724
+ Carnival::AdminUser Load (2.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
20725
+  (1.4ms) SELECT COUNT(*) FROM "admin_users"
20726
+ Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0
20727
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (44.0ms)
20728
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms)
20729
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms)
20730
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms)
20731
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (46.2ms)
20732
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (3.1ms)
20733
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms)
20734
+ Rendered /project/app/views/carnival/shared/_action_delete.html.haml (1.7ms)
20735
+ Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (286.4ms)
20736
+ Completed 200 OK in 700ms (Views: 689.7ms | ActiveRecord: 6.3ms)
20737
+
20738
+
20739
+ Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-02 17:58:28 +0000
20740
+
20741
+
20742
+ Started GET "/admin/cities" for 10.0.2.2 at 2014-04-02 17:58:30 +0000
20743
+ Processing by Admin::CitiesController#index as HTML
20744
+ Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
20745
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.1ms)
20746
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.1ms)
20747
+ Admin::State Load (3.0ms) SELECT "states".* FROM "states"
20748
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (102.3ms)
20749
+ Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries"
20750
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (63.4ms)
20751
+ Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (352.8ms)
20752
+  (2.0ms) SELECT COUNT(*) FROM "cities"
20753
+ DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example:
20754
+
20755
+ Post.includes(:comments).where("comments.title = 'foo'")
20756
+
20757
+ Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string:
20758
+
20759
+ Post.includes(:comments).where("comments.title = 'foo'").references(:comments)
20760
+
20761
+ If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:55)
20762
+  (2.1ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code = 'BR')
20763
+ DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example:
20764
+
20765
+ Post.includes(:comments).where("comments.title = 'foo'")
20766
+
20767
+ Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string:
20768
+
20769
+ Post.includes(:comments).where("comments.title = 'foo'").references(:comments)
20770
+
20771
+ If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:55)
20772
+  (2.3ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code <> 'BR')
20773
+ Rendered /project/app/views/carnival/shared/_scope.html.haml (101.1ms)
20774
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms)
20775
+ Rendered /project/app/views/carnival/shared/_period_filter.html.haml (911.1ms)
20776
+ Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (1549.0ms)
20777
+ 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]]
20778
+ 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]]
20779
+ Carnival::AdminUserNotification Load (2.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
20780
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (10.4ms)
20781
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (9.6ms)
20782
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms)
20783
+ Completed 200 OK in 2179ms (Views: 1995.0ms | ActiveRecord: 23.6ms)
20784
+
20785
+
20786
+ Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-02 17:58:33 +0000
20787
+
20788
+
20789
+ Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-04-02 17:58:33 +0000
20790
+
20791
+
20792
+ Started GET "/admin/cities.json?scope=all&from=2014-04-01&to=2014-04-30&sEcho=1&iColumns=7&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&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&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&_=1396461512895" for 10.0.2.2 at 2014-04-02 17:58:33 +0000
20793
+ Processing by Admin::CitiesController#index as JSON
20794
+ Parameters: {"scope"=>"all", "from"=>"2014-04-01", "to"=>"2014-04-30", "sEcho"=>"1", "iColumns"=>"7", "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", "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", "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", "_"=>"1396461512895"}
20795
+ Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
20796
+  (1.8ms) SELECT COUNT(*) FROM "cities" WHERE (cities.created_at between '2014-04-01 00:00:00' and '2014-04-30 23:59:59')
20797
+ Admin::City Load (1.8ms) SELECT "cities".* FROM "cities" WHERE (cities.created_at between '2014-04-01 00:00:00' and '2014-04-30 23:59:59') ORDER BY cities.id asc LIMIT 50 OFFSET 0
20798
+ Completed 200 OK in 15ms (Views: 4.2ms | ActiveRecord: 5.3ms)
20799
+
20800
+
20801
+ Started GET "/assets/carnival/cal.png" for 10.0.2.2 at 2014-04-02 17:58:34 +0000
20802
+
20803
+
20804
+ Started GET "/assets/carnival/search-button.png" for 10.0.2.2 at 2014-04-02 17:58:37 +0000
20805
+
20806
+
20807
+ Started GET "/admin/cities.json?scope=all&from=2014-01-01&to=2014-12-31&sEcho=2&iColumns=7&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&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&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&_=1396461512896" for 10.0.2.2 at 2014-04-02 17:58:41 +0000
20808
+ Processing by Admin::CitiesController#index as JSON
20809
+ Parameters: {"scope"=>"all", "from"=>"2014-01-01", "to"=>"2014-12-31", "sEcho"=>"2", "iColumns"=>"7", "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", "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", "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", "_"=>"1396461512896"}
20810
+ Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
20811
+  (1.8ms) SELECT COUNT(*) FROM "cities" WHERE (cities.created_at between '2014-01-01 00:00:00' and '2014-12-31 23:59:59')
20812
+ Admin::City Load (1.7ms) SELECT "cities".* FROM "cities" WHERE (cities.created_at between '2014-01-01 00:00:00' and '2014-12-31 23:59:59') ORDER BY cities.id asc LIMIT 50 OFFSET 0
20813
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (35.5ms)
20814
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms)
20815
+ Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
20816
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (22.7ms)
20817
+ Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
20818
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (7.6ms)
20819
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.3ms)
20820
+ Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.5ms)
20821
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms)
20822
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms)
20823
+ Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms)
20824
+ Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (176.6ms)
20825
+ Completed 200 OK in 592ms (Views: 579.1ms | ActiveRecord: 9.1ms)
20826
+
20827
+
20828
+ Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 17:58:44 +0000
20829
+ Processing by Admin::CitiesController#edit as HTML
20830
+ Parameters: {"id"=>"1"}
20831
+ Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
20832
+ Admin::City Load (1.8ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]]
20833
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (58.8ms)
20834
+ Completed 500 Internal Server Error in 299ms
20835
+
20836
+ ActionController::UrlGenerationError - No route matches {:action=>"edit", :controller=>"admin/cities"}:
20837
+ actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate'
20838
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate'
20839
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate'
20840
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for'
20841
+ actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for'
20842
+ /project/app/presenters/carnival/base_admin_presenter.rb:100:in `model_path'
20843
+ /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__203526006_84661220'
20844
+ actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render'
20845
+ activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument'
20846
+ actionpack (4.0.4) lib/action_view/template.rb:141:in `render'
20847
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
20848
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
20849
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
20850
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
20851
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
20852
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
20853
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
20854
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
20855
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
20856
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render'
20857
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
20858
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render'
20859
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template'
20860
+ actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template'
20861
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body'
20862
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
20863
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
20864
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render'
20865
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render'
20866
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
20867
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
20868
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
20869
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
20870
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
20871
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
20872
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
20873
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
20874
+ wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf'
20875
+ /project/app/controllers/carnival/base_admin_controller.rb:75:in `rescue in block (2 levels) in edit'
20876
+ /project/app/controllers/carnival/base_admin_controller.rb:72:in `block (2 levels) in edit'
20877
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render'
20878
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html'
20879
+ responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html'
20880
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond'
20881
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call'
20882
+ actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with'
20883
+ inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit'
20884
+ /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit'
20885
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
20886
+ actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action'
20887
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
20888
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
20889
+ activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks'
20890
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
20891
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action'
20892
+ actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
20893
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
20894
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
20895
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
20896
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
20897
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
20898
+ actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
20899
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
20900
+ actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process'
20901
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process'
20902
+ actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch'
20903
+ actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
20904
+ actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action'
20905
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
20906
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call'
20907
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
20908
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
20909
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
20910
+ bullet (4.6.0) lib/bullet/rack.rb:13:in `call'
20911
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
20912
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
20913
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
20914
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
20915
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
20916
+ actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
20917
+ actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call'
20918
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
20919
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
20920
+ actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call'
20921
+ activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call'
20922
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
20923
+ activerecord (4.0.4) lib/active_record/migration.rb:373:in `call'
20924
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
20925
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks'
20926
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
20927
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
20928
+ actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call'
20929
+ actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
20930
+ better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
20931
+ better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
20932
+ better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
20933
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
20934
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
20935
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
20936
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
20937
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
20938
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
20939
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
20940
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
20941
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
20942
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
20943
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
20944
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
20945
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
20946
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
20947
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
20948
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
20949
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
20950
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
20951
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
20952
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
20953
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
20954
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
20955
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
20956
+
20957
+
20958
+
20959
+ Started POST "/__better_errors/84055750/variables" for 10.0.2.2 at 2014-04-02 17:58:44 +0000
20960
+
20961
+
20962
+ Started POST "/__better_errors/84055750/variables" for 10.0.2.2 at 2014-04-02 17:58:56 +0000
20963
+
20964
+
20965
+ Started POST "/__better_errors/84055750/eval" for 10.0.2.2 at 2014-04-02 17:59:46 +0000
20966
+
20967
+
20968
+ Started POST "/__better_errors/84055750/eval" for 10.0.2.2 at 2014-04-02 17:59:52 +0000
20969
+
20970
+
20971
+ Started GET "/admin/cities/1" for 10.0.2.2 at 2014-04-02 18:00:52 +0000
20972
+ Processing by Admin::CitiesController#show as HTML
20973
+ Parameters: {"id"=>"1"}
20974
+ Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
20975
+ Admin::City Load (2.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]]
20976
+ Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
20977
+ Admin::Country Load (2.2ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
20978
+ Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (84.4ms)
20979
+ 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]]
20980
+ 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]]
20981
+ Carnival::AdminUserNotification Load (2.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
20982
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.9ms)
20983
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.0ms)
20984
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
20985
+ Completed 200 OK in 648ms (Views: 478.9ms | ActiveRecord: 12.2ms)
20986
+
20987
+
20988
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:54 +0000
20989
+
20990
+
20991
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:54 +0000
20992
+
20993
+
20994
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:54 +0000
20995
+
20996
+
20997
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:55 +0000
20998
+
20999
+
21000
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:55 +0000
21001
+
21002
+
21003
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:55 +0000
21004
+
21005
+
21006
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:55 +0000
21007
+
21008
+
21009
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:55 +0000
21010
+
21011
+
21012
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:56 +0000
21013
+
21014
+
21015
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:56 +0000
21016
+
21017
+
21018
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:56 +0000
21019
+
21020
+
21021
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:56 +0000
21022
+
21023
+
21024
+ Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-02 18:00:57 +0000
21025
+
21026
+
21027
+ Started GET "/admin/cities/1edit" for 10.0.2.2 at 2014-04-02 18:01:02 +0000
21028
+ Processing by Admin::CitiesController#show as HTML
21029
+ Parameters: {"id"=>"1edit"}
21030
+ Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
21031
+ Admin::City Load (2.5ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1edit"]]
21032
+ Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
21033
+ Admin::Country Load (2.2ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
21034
+ Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (83.7ms)
21035
+ Carnival::AdminUserNotification Load (2.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]]
21036
+ 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]]
21037
+ Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
21038
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.4ms)
21039
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (15.8ms)
21040
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.3ms)
21041
+ Completed 200 OK in 669ms (Views: 535.4ms | ActiveRecord: 12.0ms)
21042
+
21043
+
21044
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:03 +0000
21045
+
21046
+
21047
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:03 +0000
21048
+
21049
+
21050
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:03 +0000
21051
+
21052
+
21053
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:04 +0000
21054
+
21055
+
21056
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:04 +0000
21057
+
21058
+
21059
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:04 +0000
21060
+
21061
+
21062
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:04 +0000
21063
+
21064
+
21065
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:04 +0000
21066
+
21067
+
21068
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:05 +0000
21069
+
21070
+
21071
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:05 +0000
21072
+
21073
+
21074
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:05 +0000
21075
+
21076
+
21077
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:05 +0000
21078
+
21079
+
21080
+ Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:01:06 +0000
21081
+ Processing by Admin::CitiesController#edit as HTML
21082
+ Parameters: {"id"=>"1"}
21083
+ Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
21084
+ Admin::City Load (1.5ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]]
21085
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (68.3ms)
21086
+ Completed 500 Internal Server Error in 326ms
21087
+
21088
+ ActionController::UrlGenerationError - No route matches {:action=>"edit", :controller=>"admin/cities"}:
21089
+ actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate'
21090
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate'
21091
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate'
21092
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for'
21093
+ actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for'
21094
+ /project/app/presenters/carnival/base_admin_presenter.rb:100:in `model_path'
21095
+ /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__203526006_84661220'
21096
+ actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render'
21097
+ activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument'
21098
+ actionpack (4.0.4) lib/action_view/template.rb:141:in `render'
21099
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
21100
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
21101
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
21102
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
21103
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
21104
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
21105
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
21106
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
21107
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
21108
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render'
21109
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
21110
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render'
21111
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template'
21112
+ actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template'
21113
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body'
21114
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
21115
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
21116
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render'
21117
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render'
21118
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
21119
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
21120
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
21121
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
21122
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
21123
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
21124
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
21125
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
21126
+ wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf'
21127
+ /project/app/controllers/carnival/base_admin_controller.rb:75:in `rescue in block (2 levels) in edit'
21128
+ /project/app/controllers/carnival/base_admin_controller.rb:72:in `block (2 levels) in edit'
21129
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render'
21130
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html'
21131
+ responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html'
21132
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond'
21133
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call'
21134
+ actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with'
21135
+ inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit'
21136
+ /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit'
21137
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
21138
+ actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action'
21139
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
21140
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
21141
+ activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks'
21142
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
21143
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action'
21144
+ actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
21145
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
21146
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
21147
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
21148
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
21149
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
21150
+ actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
21151
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
21152
+ actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process'
21153
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process'
21154
+ actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch'
21155
+ actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
21156
+ actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action'
21157
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
21158
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call'
21159
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
21160
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
21161
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
21162
+ bullet (4.6.0) lib/bullet/rack.rb:13:in `call'
21163
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
21164
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
21165
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
21166
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
21167
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
21168
+ actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
21169
+ actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call'
21170
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
21171
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
21172
+ actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call'
21173
+ activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call'
21174
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
21175
+ activerecord (4.0.4) lib/active_record/migration.rb:373:in `call'
21176
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
21177
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks'
21178
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
21179
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
21180
+ actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call'
21181
+ actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
21182
+ better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
21183
+ better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
21184
+ better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
21185
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
21186
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
21187
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
21188
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
21189
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
21190
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
21191
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
21192
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
21193
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
21194
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
21195
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
21196
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
21197
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
21198
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
21199
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
21200
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
21201
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
21202
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
21203
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
21204
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
21205
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
21206
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
21207
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
21208
+
21209
+
21210
+
21211
+ Started POST "/__better_errors/86082330/variables" for 10.0.2.2 at 2014-04-02 18:01:07 +0000
21212
+
21213
+
21214
+ Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:01:38 +0000
21215
+ Processing by Admin::CitiesController#edit as HTML
21216
+ Parameters: {"id"=>"1"}
21217
+ Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
21218
+ Admin::City Load (2.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]]
21219
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (38.2ms)
21220
+ Completed 500 Internal Server Error in 397ms
21221
+
21222
+ ActionView::MissingTemplate - Missing template admin/cities/edit, carnival/base_admin/edit, inherited_resources/base/edit, application/edit with {:locale=>[:"pt-BR"], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in:
21223
+ * "/project/test/dummy/app/views"
21224
+ * "/project/app/views"
21225
+ * "/home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views"
21226
+ :
21227
+ actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find'
21228
+ actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find'
21229
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
21230
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:35:in `determine_template'
21231
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
21232
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
21233
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render'
21234
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template'
21235
+ actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template'
21236
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body'
21237
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
21238
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
21239
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render'
21240
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render'
21241
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
21242
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
21243
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
21244
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
21245
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
21246
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
21247
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
21248
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
21249
+ wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf'
21250
+ /project/app/controllers/carnival/base_admin_controller.rb:73:in `block (2 levels) in edit'
21251
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render'
21252
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html'
21253
+ responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html'
21254
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond'
21255
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call'
21256
+ actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with'
21257
+ inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit'
21258
+ /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit'
21259
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
21260
+ actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action'
21261
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
21262
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
21263
+ activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks'
21264
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
21265
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action'
21266
+ actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
21267
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
21268
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
21269
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
21270
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
21271
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
21272
+ actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
21273
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
21274
+ actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process'
21275
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process'
21276
+ actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch'
21277
+ actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
21278
+ actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action'
21279
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
21280
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call'
21281
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
21282
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
21283
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
21284
+ bullet (4.6.0) lib/bullet/rack.rb:13:in `call'
21285
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
21286
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
21287
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
21288
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
21289
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
21290
+ actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
21291
+ actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call'
21292
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
21293
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
21294
+ actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call'
21295
+ activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call'
21296
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
21297
+ activerecord (4.0.4) lib/active_record/migration.rb:373:in `call'
21298
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
21299
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks'
21300
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
21301
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
21302
+ actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call'
21303
+ actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
21304
+ better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
21305
+ better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
21306
+ better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
21307
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
21308
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
21309
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
21310
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
21311
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
21312
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
21313
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
21314
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
21315
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
21316
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
21317
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
21318
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
21319
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
21320
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
21321
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
21322
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
21323
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
21324
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
21325
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
21326
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
21327
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
21328
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
21329
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
21330
+
21331
+
21332
+
21333
+ Started POST "/__better_errors/90998740/variables" for 10.0.2.2 at 2014-04-02 18:01:39 +0000
21334
+
21335
+
21336
+ Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:01:54 +0000
21337
+ Processing by Admin::CitiesController#edit as HTML
21338
+ Parameters: {"id"=>"1"}
21339
+ Carnival::AdminUser Load (3.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
21340
+ Admin::City Load (2.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]]
21341
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (56.7ms)
21342
+ Completed 500 Internal Server Error in 421ms
21343
+
21344
+ ActionController::UrlGenerationError - No route matches {:action=>"edit", :controller=>"admin/cities"}:
21345
+ actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate'
21346
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate'
21347
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate'
21348
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for'
21349
+ actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for'
21350
+ /project/app/presenters/carnival/base_admin_presenter.rb:100:in `model_path'
21351
+ /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__203526006_84661220'
21352
+ actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render'
21353
+ activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument'
21354
+ actionpack (4.0.4) lib/action_view/template.rb:141:in `render'
21355
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
21356
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
21357
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
21358
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
21359
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
21360
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
21361
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
21362
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
21363
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
21364
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render'
21365
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
21366
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render'
21367
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template'
21368
+ actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template'
21369
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body'
21370
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
21371
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
21372
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render'
21373
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render'
21374
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
21375
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
21376
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
21377
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
21378
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
21379
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
21380
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
21381
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
21382
+ wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf'
21383
+ /project/app/controllers/carnival/base_admin_controller.rb:75:in `rescue in block (2 levels) in edit'
21384
+ /project/app/controllers/carnival/base_admin_controller.rb:72:in `block (2 levels) in edit'
21385
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render'
21386
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html'
21387
+ responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html'
21388
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond'
21389
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call'
21390
+ actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with'
21391
+ inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit'
21392
+ /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit'
21393
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
21394
+ actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action'
21395
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
21396
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
21397
+ activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks'
21398
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
21399
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action'
21400
+ actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
21401
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
21402
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
21403
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
21404
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
21405
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
21406
+ actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
21407
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
21408
+ actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process'
21409
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process'
21410
+ actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch'
21411
+ actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
21412
+ actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action'
21413
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
21414
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call'
21415
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
21416
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
21417
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
21418
+ bullet (4.6.0) lib/bullet/rack.rb:13:in `call'
21419
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
21420
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
21421
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
21422
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
21423
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
21424
+ actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
21425
+ actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call'
21426
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
21427
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
21428
+ actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call'
21429
+ activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call'
21430
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
21431
+ activerecord (4.0.4) lib/active_record/migration.rb:373:in `call'
21432
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
21433
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks'
21434
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
21435
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
21436
+ actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call'
21437
+ actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
21438
+ better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
21439
+ better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
21440
+ better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
21441
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
21442
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
21443
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
21444
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
21445
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
21446
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
21447
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
21448
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
21449
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
21450
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
21451
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
21452
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
21453
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
21454
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
21455
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
21456
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
21457
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
21458
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
21459
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
21460
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
21461
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
21462
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
21463
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
21464
+
21465
+
21466
+
21467
+ Started POST "/__better_errors/91117530/variables" for 10.0.2.2 at 2014-04-02 18:01:55 +0000
21468
+
21469
+
21470
+ Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:03:14 +0000
21471
+ Processing by Admin::CitiesController#edit as HTML
21472
+ Parameters: {"id"=>"1"}
21473
+ Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
21474
+ Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]]
21475
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (51.6ms)
21476
+ Completed 500 Internal Server Error in 263ms
21477
+
21478
+ ActionController::UrlGenerationError - No route matches {:action=>"edit", :controller=>"admin/cities"}:
21479
+ actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate'
21480
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate'
21481
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate'
21482
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for'
21483
+ actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for'
21484
+ /project/app/presenters/carnival/base_admin_presenter.rb:100:in `model_path'
21485
+ /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__203526006_84661220'
21486
+ actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render'
21487
+ activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument'
21488
+ actionpack (4.0.4) lib/action_view/template.rb:141:in `render'
21489
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
21490
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
21491
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
21492
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
21493
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
21494
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
21495
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
21496
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
21497
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
21498
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render'
21499
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
21500
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render'
21501
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template'
21502
+ actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template'
21503
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body'
21504
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
21505
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
21506
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render'
21507
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render'
21508
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
21509
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
21510
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
21511
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
21512
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
21513
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
21514
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
21515
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
21516
+ wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf'
21517
+ /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit'
21518
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render'
21519
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html'
21520
+ responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html'
21521
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond'
21522
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call'
21523
+ actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with'
21524
+ inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit'
21525
+ /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit'
21526
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
21527
+ actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action'
21528
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
21529
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
21530
+ activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks'
21531
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
21532
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action'
21533
+ actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
21534
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
21535
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
21536
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
21537
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
21538
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
21539
+ actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
21540
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
21541
+ actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process'
21542
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process'
21543
+ actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch'
21544
+ actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
21545
+ actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action'
21546
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
21547
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call'
21548
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
21549
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
21550
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
21551
+ bullet (4.6.0) lib/bullet/rack.rb:13:in `call'
21552
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
21553
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
21554
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
21555
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
21556
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
21557
+ actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
21558
+ actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call'
21559
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
21560
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
21561
+ actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call'
21562
+ activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call'
21563
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
21564
+ activerecord (4.0.4) lib/active_record/migration.rb:373:in `call'
21565
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
21566
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks'
21567
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
21568
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
21569
+ actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call'
21570
+ actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
21571
+ better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
21572
+ better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
21573
+ better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
21574
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
21575
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
21576
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
21577
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
21578
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
21579
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
21580
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
21581
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
21582
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
21583
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
21584
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
21585
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
21586
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
21587
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
21588
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
21589
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
21590
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
21591
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
21592
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
21593
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
21594
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
21595
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
21596
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
21597
+
21598
+
21599
+
21600
+ Started POST "/__better_errors/89264240/variables" for 10.0.2.2 at 2014-04-02 18:03:15 +0000
21601
+
21602
+
21603
+ Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:03:27 +0000
21604
+ Processing by Admin::CitiesController#edit as HTML
21605
+ Parameters: {"id"=>"1"}
21606
+ Carnival::AdminUser Load (3.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
21607
+ Admin::City Load (2.0ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]]
21608
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (45.7ms)
21609
+ Completed 500 Internal Server Error in 289ms
21610
+
21611
+ RuntimeError - :
21612
+ /project/app/presenters/carnival/base_admin_presenter.rb:97:in `model_path'
21613
+ /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__203526006_84661220'
21614
+ actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render'
21615
+ activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument'
21616
+ actionpack (4.0.4) lib/action_view/template.rb:141:in `render'
21617
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
21618
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
21619
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
21620
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
21621
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
21622
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
21623
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
21624
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
21625
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
21626
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render'
21627
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
21628
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render'
21629
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template'
21630
+ actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template'
21631
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body'
21632
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
21633
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
21634
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render'
21635
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render'
21636
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
21637
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
21638
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
21639
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
21640
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
21641
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
21642
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
21643
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
21644
+ wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf'
21645
+ /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit'
21646
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render'
21647
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html'
21648
+ responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html'
21649
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond'
21650
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call'
21651
+ actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with'
21652
+ inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit'
21653
+ /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit'
21654
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
21655
+ actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action'
21656
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
21657
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
21658
+ activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks'
21659
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
21660
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action'
21661
+ actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
21662
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
21663
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
21664
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
21665
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
21666
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
21667
+ actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
21668
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
21669
+ actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process'
21670
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process'
21671
+ actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch'
21672
+ actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
21673
+ actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action'
21674
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
21675
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call'
21676
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
21677
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
21678
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
21679
+ bullet (4.6.0) lib/bullet/rack.rb:13:in `call'
21680
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
21681
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
21682
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
21683
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
21684
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
21685
+ actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
21686
+ actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call'
21687
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
21688
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
21689
+ actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call'
21690
+ activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call'
21691
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
21692
+ activerecord (4.0.4) lib/active_record/migration.rb:373:in `call'
21693
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
21694
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks'
21695
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
21696
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
21697
+ actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call'
21698
+ actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
21699
+ better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
21700
+ better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
21701
+ better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
21702
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
21703
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
21704
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
21705
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
21706
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
21707
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
21708
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
21709
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
21710
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
21711
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
21712
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
21713
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
21714
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
21715
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
21716
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
21717
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
21718
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
21719
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
21720
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
21721
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
21722
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
21723
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
21724
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
21725
+
21726
+
21727
+
21728
+ Started POST "/__better_errors/78150400/variables" for 10.0.2.2 at 2014-04-02 18:03:28 +0000
21729
+
21730
+
21731
+ Started POST "/__better_errors/78150400/eval" for 10.0.2.2 at 2014-04-02 18:03:36 +0000
21732
+
21733
+
21734
+ Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:03:48 +0000
21735
+ Processing by Admin::CitiesController#edit as HTML
21736
+ Parameters: {"id"=>"1"}
21737
+ Carnival::AdminUser Load (2.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
21738
+ Admin::City Load (1.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]]
21739
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (52.0ms)
21740
+ Completed 500 Internal Server Error in 295ms
21741
+
21742
+ RuntimeError - :
21743
+ /project/app/presenters/carnival/base_admin_presenter.rb:100:in `model_path'
21744
+ /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__203526006_84661220'
21745
+ actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render'
21746
+ activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument'
21747
+ actionpack (4.0.4) lib/action_view/template.rb:141:in `render'
21748
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
21749
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
21750
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
21751
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
21752
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
21753
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
21754
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
21755
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
21756
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
21757
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render'
21758
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
21759
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render'
21760
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template'
21761
+ actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template'
21762
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body'
21763
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
21764
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
21765
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render'
21766
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render'
21767
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
21768
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
21769
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
21770
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
21771
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
21772
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
21773
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
21774
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
21775
+ wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf'
21776
+ /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit'
21777
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render'
21778
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html'
21779
+ responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html'
21780
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond'
21781
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call'
21782
+ actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with'
21783
+ inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit'
21784
+ /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit'
21785
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
21786
+ actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action'
21787
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
21788
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
21789
+ activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks'
21790
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
21791
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action'
21792
+ actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
21793
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
21794
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
21795
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
21796
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
21797
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
21798
+ actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
21799
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
21800
+ actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process'
21801
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process'
21802
+ actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch'
21803
+ actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
21804
+ actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action'
21805
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
21806
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call'
21807
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
21808
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
21809
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
21810
+ bullet (4.6.0) lib/bullet/rack.rb:13:in `call'
21811
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
21812
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
21813
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
21814
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
21815
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
21816
+ actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
21817
+ actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call'
21818
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
21819
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
21820
+ actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call'
21821
+ activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call'
21822
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
21823
+ activerecord (4.0.4) lib/active_record/migration.rb:373:in `call'
21824
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
21825
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks'
21826
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
21827
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
21828
+ actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call'
21829
+ actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
21830
+ better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
21831
+ better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
21832
+ better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
21833
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
21834
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
21835
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
21836
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
21837
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
21838
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
21839
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
21840
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
21841
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
21842
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
21843
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
21844
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
21845
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
21846
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
21847
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
21848
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
21849
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
21850
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
21851
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
21852
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
21853
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
21854
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
21855
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
21856
+
21857
+
21858
+
21859
+ Started POST "/__better_errors/83848980/variables" for 10.0.2.2 at 2014-04-02 18:03:49 +0000
21860
+
21861
+
21862
+ Started POST "/__better_errors/83848980/eval" for 10.0.2.2 at 2014-04-02 18:04:21 +0000
21863
+
21864
+
21865
+ Started POST "/__better_errors/83848980/eval" for 10.0.2.2 at 2014-04-02 18:04:32 +0000
21866
+
21867
+
21868
+ Started POST "/__better_errors/83848980/eval" for 10.0.2.2 at 2014-04-02 18:08:00 +0000
21869
+
21870
+
21871
+ Started POST "/__better_errors/83848980/eval" for 10.0.2.2 at 2014-04-02 18:08:02 +0000
21872
+
21873
+
21874
+ Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:09:41 +0000
21875
+ Processing by Admin::CitiesController#edit as HTML
21876
+ Parameters: {"id"=>"1"}
21877
+ Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
21878
+ Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]]
21879
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (47.3ms)
21880
+ Completed 500 Internal Server Error in 136ms
21881
+
21882
+ RuntimeError - :
21883
+ /project/app/presenters/carnival/base_admin_presenter.rb:100:in `model_path'
21884
+ /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__203526006_81648400'
21885
+ actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render'
21886
+ activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument'
21887
+ actionpack (4.0.4) lib/action_view/template.rb:141:in `render'
21888
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
21889
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
21890
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
21891
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
21892
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
21893
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
21894
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
21895
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
21896
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
21897
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render'
21898
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
21899
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render'
21900
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template'
21901
+ actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template'
21902
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body'
21903
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
21904
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
21905
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render'
21906
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render'
21907
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
21908
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
21909
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
21910
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
21911
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
21912
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
21913
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
21914
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
21915
+ wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf'
21916
+ /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit'
21917
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render'
21918
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html'
21919
+ responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html'
21920
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond'
21921
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call'
21922
+ actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with'
21923
+ inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit'
21924
+ /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit'
21925
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
21926
+ actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action'
21927
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
21928
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
21929
+ activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks'
21930
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
21931
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action'
21932
+ actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
21933
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
21934
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
21935
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
21936
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
21937
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
21938
+ actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
21939
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
21940
+ actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process'
21941
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process'
21942
+ actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch'
21943
+ actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
21944
+ actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action'
21945
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
21946
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call'
21947
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
21948
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
21949
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
21950
+ bullet (4.6.0) lib/bullet/rack.rb:13:in `call'
21951
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
21952
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
21953
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
21954
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
21955
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
21956
+ actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
21957
+ actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call'
21958
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
21959
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
21960
+ actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call'
21961
+ activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call'
21962
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
21963
+ activerecord (4.0.4) lib/active_record/migration.rb:373:in `call'
21964
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
21965
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks'
21966
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
21967
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
21968
+ actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call'
21969
+ actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
21970
+ better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
21971
+ better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
21972
+ better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
21973
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
21974
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
21975
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
21976
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
21977
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
21978
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
21979
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
21980
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
21981
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
21982
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
21983
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
21984
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
21985
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
21986
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
21987
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
21988
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
21989
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
21990
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
21991
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
21992
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
21993
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
21994
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
21995
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
21996
+
21997
+
21998
+
21999
+ Started POST "/__better_errors/86978530/variables" for 10.0.2.2 at 2014-04-02 18:09:42 +0000
22000
+
22001
+
22002
+ Started POST "/__better_errors/86978530/eval" for 10.0.2.2 at 2014-04-02 18:09:45 +0000
22003
+
22004
+
22005
+ Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:10:00 +0000
22006
+ Processing by Admin::CitiesController#edit as HTML
22007
+ Parameters: {"id"=>"1"}
22008
+ Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
22009
+ Admin::City Load (2.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]]
22010
+ Rendered /project/app/views/carnival/shared/form/_form.html.haml (2.8ms)
22011
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (54.2ms)
22012
+ Completed 500 Internal Server Error in 299ms
22013
+
22014
+ SyntaxError - /project/app/views/carnival/shared/form/_form.html.haml:1: syntax error, unexpected ',', expecting ')'
22015
+ ...simple_form_for(model_object, , :url => url, {:html => {:cla...
22016
+ ... ^
22017
+ /project/app/views/carnival/shared/form/_form.html.haml:1: syntax error, unexpected ')', expecting tCOLON2 or '[' or '.'
22018
+ ... 'formframe container-fluid'}}) do |f|
22019
+ ... ^
22020
+ /project/app/views/carnival/shared/form/_form.html.haml:15: syntax error, unexpected keyword_ensure, expecting $end:
22021
+ /project/app/views/carnival/shared/form/_form.html.haml:1:in `'
22022
+ actionpack (4.0.4) lib/action_view/template.rb:299:in `compile'
22023
+ actionpack (4.0.4) lib/action_view/template.rb:248:in `block in compile!'
22024
+ <internal:prelude>:10:in `synchronize'
22025
+ actionpack (4.0.4) lib/action_view/template.rb:236:in `compile!'
22026
+ actionpack (4.0.4) lib/action_view/template.rb:142:in `block in render'
22027
+ activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument'
22028
+ actionpack (4.0.4) lib/action_view/template.rb:141:in `render'
22029
+ actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
22030
+ actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
22031
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
22032
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
22033
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
22034
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
22035
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
22036
+ actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render'
22037
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
22038
+ actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render'
22039
+ haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
22040
+ haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml'
22041
+ haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
22042
+ /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__203526006_81648400'
22043
+ actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render'
22044
+ activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument'
22045
+ actionpack (4.0.4) lib/action_view/template.rb:141:in `render'
22046
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
22047
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
22048
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
22049
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
22050
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
22051
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
22052
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
22053
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
22054
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
22055
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render'
22056
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
22057
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render'
22058
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template'
22059
+ actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template'
22060
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body'
22061
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
22062
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
22063
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render'
22064
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render'
22065
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
22066
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
22067
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
22068
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
22069
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
22070
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
22071
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
22072
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
22073
+ wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf'
22074
+ /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit'
22075
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render'
22076
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html'
22077
+ responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html'
22078
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond'
22079
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call'
22080
+ actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with'
22081
+ inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit'
22082
+ /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit'
22083
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
22084
+ actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action'
22085
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
22086
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
22087
+ activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks'
22088
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
22089
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action'
22090
+ actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
22091
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
22092
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
22093
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
22094
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
22095
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
22096
+ actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
22097
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
22098
+ actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process'
22099
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process'
22100
+ actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch'
22101
+ actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
22102
+ actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action'
22103
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
22104
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call'
22105
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
22106
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
22107
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
22108
+ bullet (4.6.0) lib/bullet/rack.rb:13:in `call'
22109
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
22110
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
22111
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
22112
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
22113
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
22114
+ actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
22115
+ actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call'
22116
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
22117
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
22118
+ actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call'
22119
+ activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call'
22120
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
22121
+ activerecord (4.0.4) lib/active_record/migration.rb:373:in `call'
22122
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
22123
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks'
22124
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
22125
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
22126
+ actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call'
22127
+ actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
22128
+ better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
22129
+ better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
22130
+ better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
22131
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
22132
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
22133
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
22134
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
22135
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
22136
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
22137
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
22138
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
22139
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
22140
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
22141
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
22142
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
22143
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
22144
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
22145
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
22146
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
22147
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
22148
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
22149
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
22150
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
22151
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
22152
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
22153
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
22154
+
22155
+
22156
+
22157
+ Started POST "/__better_errors/84141010/variables" for 10.0.2.2 at 2014-04-02 18:10:01 +0000
22158
+
22159
+
22160
+ Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:11:06 +0000
22161
+ Processing by Admin::CitiesController#edit as HTML
22162
+ Parameters: {"id"=>"1"}
22163
+ Carnival::AdminUser Load (4.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
22164
+ Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]]
22165
+ Rendered /project/app/views/carnival/shared/form/_form.html.haml (5.4ms)
22166
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (63.1ms)
22167
+ Completed 500 Internal Server Error in 194ms
22168
+
22169
+ SyntaxError - /project/app/views/carnival/shared/form/_form.html.haml:1: syntax error, unexpected ')', expecting tASSOC
22170
+ ... 'formframe container-fluid'}}) do |f|
22171
+ ... ^
22172
+ /project/app/views/carnival/shared/form/_form.html.haml:15: syntax error, unexpected keyword_ensure, expecting $end:
22173
+ /project/app/views/carnival/shared/form/_form.html.haml:1:in `'
22174
+ actionpack (4.0.4) lib/action_view/template.rb:299:in `compile'
22175
+ actionpack (4.0.4) lib/action_view/template.rb:248:in `block in compile!'
22176
+ <internal:prelude>:10:in `synchronize'
22177
+ actionpack (4.0.4) lib/action_view/template.rb:236:in `compile!'
22178
+ actionpack (4.0.4) lib/action_view/template.rb:142:in `block in render'
22179
+ activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument'
22180
+ actionpack (4.0.4) lib/action_view/template.rb:141:in `render'
22181
+ actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
22182
+ actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
22183
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
22184
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
22185
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
22186
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
22187
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
22188
+ actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render'
22189
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
22190
+ actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render'
22191
+ haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
22192
+ haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml'
22193
+ haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
22194
+ /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__203526006_81648400'
22195
+ actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render'
22196
+ activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument'
22197
+ actionpack (4.0.4) lib/action_view/template.rb:141:in `render'
22198
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
22199
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
22200
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
22201
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
22202
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
22203
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
22204
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
22205
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
22206
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
22207
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render'
22208
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
22209
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render'
22210
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template'
22211
+ actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template'
22212
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body'
22213
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
22214
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
22215
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render'
22216
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render'
22217
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
22218
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
22219
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
22220
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
22221
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
22222
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
22223
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
22224
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
22225
+ wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf'
22226
+ /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit'
22227
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render'
22228
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html'
22229
+ responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html'
22230
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond'
22231
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call'
22232
+ actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with'
22233
+ inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit'
22234
+ /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit'
22235
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
22236
+ actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action'
22237
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
22238
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
22239
+ activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks'
22240
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
22241
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action'
22242
+ actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
22243
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
22244
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
22245
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
22246
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
22247
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
22248
+ actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
22249
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
22250
+ actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process'
22251
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process'
22252
+ actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch'
22253
+ actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
22254
+ actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action'
22255
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
22256
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call'
22257
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
22258
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
22259
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
22260
+ bullet (4.6.0) lib/bullet/rack.rb:13:in `call'
22261
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
22262
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
22263
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
22264
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
22265
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
22266
+ actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
22267
+ actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call'
22268
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
22269
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
22270
+ actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call'
22271
+ activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call'
22272
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
22273
+ activerecord (4.0.4) lib/active_record/migration.rb:373:in `call'
22274
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
22275
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks'
22276
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
22277
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
22278
+ actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call'
22279
+ actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
22280
+ better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
22281
+ better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
22282
+ better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
22283
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
22284
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
22285
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
22286
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
22287
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
22288
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
22289
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
22290
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
22291
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
22292
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
22293
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
22294
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
22295
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
22296
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
22297
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
22298
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
22299
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
22300
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
22301
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
22302
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
22303
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
22304
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
22305
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
22306
+
22307
+
22308
+
22309
+ Started POST "/__better_errors/84561050/variables" for 10.0.2.2 at 2014-04-02 18:11:07 +0000
22310
+
22311
+
22312
+ Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:11:40 +0000
22313
+ Processing by Admin::CitiesController#edit as HTML
22314
+ Parameters: {"id"=>"1"}
22315
+ Carnival::AdminUser Load (4.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
22316
+ Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]]
22317
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.1ms)
22318
+ Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
22319
+ Admin::State Load (1.5ms) SELECT "states".* FROM "states"
22320
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (74.6ms)
22321
+ Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
22322
+ Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries"
22323
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (45.8ms)
22324
+ 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__9823962__624562068 at /project/app/views/carnival/shared/form/_form.html.haml:13)
22325
+ Rendered /project/app/views/carnival/shared/form/_form.html.haml (286.5ms)
22326
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (328.7ms)
22327
+ 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]]
22328
+ CACHE (0.1ms) 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]]
22329
+ Carnival::AdminUserNotification Load (2.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
22330
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (48.2ms)
22331
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (43.5ms)
22332
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms)
22333
+ Completed 200 OK in 838ms (Views: 809.4ms | ActiveRecord: 22.9ms)
22334
+
22335
+
22336
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:41 +0000
22337
+
22338
+
22339
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:41 +0000
22340
+
22341
+
22342
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:42 +0000
22343
+
22344
+
22345
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:42 +0000
22346
+
22347
+
22348
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:42 +0000
22349
+
22350
+
22351
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:42 +0000
22352
+
22353
+
22354
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:42 +0000
22355
+
22356
+
22357
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:43 +0000
22358
+
22359
+
22360
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:43 +0000
22361
+
22362
+
22363
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:43 +0000
22364
+
22365
+
22366
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:43 +0000
22367
+
22368
+
22369
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:44 +0000
22370
+
22371
+
22372
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:44 +0000
22373
+
22374
+
22375
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:44 +0000
22376
+
22377
+
22378
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:44 +0000
22379
+
22380
+
22381
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:44 +0000
22382
+
22383
+
22384
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:45 +0000
22385
+
22386
+
22387
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:45 +0000
22388
+
22389
+
22390
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:45 +0000
22391
+
22392
+
22393
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:45 +0000
22394
+
22395
+
22396
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:45 +0000
22397
+
22398
+
22399
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:46 +0000
22400
+
22401
+
22402
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:46 +0000
22403
+
22404
+
22405
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:46 +0000
22406
+
22407
+
22408
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:11:46 +0000
22409
+
22410
+
22411
+ Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-02 18:11:47 +0000
22412
+
22413
+
22414
+ Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-02 18:11:47 +0000
22415
+
22416
+
22417
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 18:11:47 +0000
22418
+
22419
+
22420
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 18:11:47 +0000
22421
+
22422
+
22423
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 18:11:48 +0000
22424
+
22425
+
22426
+ Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-02 18:11:48 +0000
22427
+
22428
+
22429
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 18:11:48 +0000
22430
+
22431
+
22432
+ Started PATCH "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:11:50 +0000
22433
+
22434
+ ActionController::RoutingError (No route matches [PATCH] "/admin/cities/1/edit"):
22435
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
22436
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
22437
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
22438
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
22439
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
22440
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
22441
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
22442
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
22443
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
22444
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
22445
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
22446
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
22447
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
22448
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
22449
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
22450
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
22451
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
22452
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
22453
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
22454
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
22455
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
22456
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
22457
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
22458
+
22459
+
22460
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
22461
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.9ms)
22462
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
22463
+ 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 (59.7ms)
22464
+
22465
+
22466
+ Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:12:02 +0000
22467
+ Processing by Admin::CitiesController#edit as HTML
22468
+ Parameters: {"id"=>"1"}
22469
+ Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
22470
+ Admin::City Load (1.5ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]]
22471
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.1ms)
22472
+ Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
22473
+ Admin::State Load (1.5ms) SELECT "states".* FROM "states"
22474
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.8ms)
22475
+ Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
22476
+ Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries"
22477
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.6ms)
22478
+ 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__9823962__624562068 at /project/app/views/carnival/shared/form/_form.html.haml:13)
22479
+ Rendered /project/app/views/carnival/shared/form/_form.html.haml (178.1ms)
22480
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (226.8ms)
22481
+ 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]]
22482
+ CACHE (0.1ms) 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]]
22483
+ 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]]
22484
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.1ms)
22485
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (62.1ms)
22486
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms)
22487
+ Completed 200 OK in 694ms (Views: 675.5ms | ActiveRecord: 13.3ms)
22488
+
22489
+
22490
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:03 +0000
22491
+
22492
+
22493
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:03 +0000
22494
+
22495
+
22496
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:03 +0000
22497
+
22498
+
22499
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:03 +0000
22500
+
22501
+
22502
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:04 +0000
22503
+
22504
+
22505
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:04 +0000
22506
+
22507
+
22508
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:04 +0000
22509
+
22510
+
22511
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:04 +0000
22512
+
22513
+
22514
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:04 +0000
22515
+
22516
+
22517
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:05 +0000
22518
+
22519
+
22520
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:05 +0000
22521
+
22522
+
22523
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:05 +0000
22524
+
22525
+
22526
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:05 +0000
22527
+
22528
+
22529
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:06 +0000
22530
+
22531
+
22532
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:06 +0000
22533
+
22534
+
22535
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:06 +0000
22536
+
22537
+
22538
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:06 +0000
22539
+
22540
+
22541
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:06 +0000
22542
+
22543
+
22544
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:07 +0000
22545
+
22546
+
22547
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:07 +0000
22548
+
22549
+
22550
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:07 +0000
22551
+
22552
+
22553
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:07 +0000
22554
+
22555
+
22556
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:08 +0000
22557
+
22558
+
22559
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:08 +0000
22560
+
22561
+
22562
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:12:08 +0000
22563
+
22564
+
22565
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 18:12:08 +0000
22566
+
22567
+
22568
+ Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-02 18:12:09 +0000
22569
+
22570
+
22571
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 18:12:09 +0000
22572
+
22573
+
22574
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 18:12:09 +0000
22575
+
22576
+
22577
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 18:12:09 +0000
22578
+
22579
+
22580
+ Started PATCH "/admin/cities/1" for 10.0.2.2 at 2014-04-02 18:12:43 +0000
22581
+ Processing by Admin::CitiesController#update as HTML
22582
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Os48KGGqlReFjY06Yk8Bc7GDJuAgP27n7RckYuTOfT8=", "admin_city"=>{"name"=>"São Paulo", "state_id"=>"1", "country_id"=>"1"}, "commit"=>"Atualizar", "id"=>"1"}
22583
+ Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
22584
+ Admin::City Load (1.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]]
22585
+ Unpermitted parameters: utf8, _method, authenticity_token, commit, id
22586
+  (0.2ms) begin transaction
22587
+  (0.2ms) commit transaction
22588
+ Redirected to http://localhost:3013/admin/cities/1
22589
+ Completed 302 Found in 125ms (ActiveRecord: 3.7ms)
22590
+
22591
+
22592
+ Started GET "/admin/cities/1" for 10.0.2.2 at 2014-04-02 18:12:43 +0000
22593
+ Processing by Admin::CitiesController#show as HTML
22594
+ Parameters: {"id"=>"1"}
22595
+ Carnival::AdminUser Load (3.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
22596
+ Admin::City Load (2.8ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]]
22597
+ Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
22598
+ Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
22599
+ Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (58.3ms)
22600
+ 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]]
22601
+ 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]]
22602
+ Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
22603
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.8ms)
22604
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.1ms)
22605
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms)
22606
+ Completed 200 OK in 575ms (Views: 420.3ms | ActiveRecord: 12.7ms)
22607
+
22608
+
22609
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:45 +0000
22610
+
22611
+
22612
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:45 +0000
22613
+
22614
+
22615
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:45 +0000
22616
+
22617
+
22618
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:46 +0000
22619
+
22620
+
22621
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:46 +0000
22622
+
22623
+
22624
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:46 +0000
22625
+
22626
+
22627
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:47 +0000
22628
+
22629
+
22630
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:47 +0000
22631
+
22632
+
22633
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:47 +0000
22634
+
22635
+
22636
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:47 +0000
22637
+
22638
+
22639
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:48 +0000
22640
+
22641
+
22642
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:48 +0000
22643
+
22644
+
22645
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:48 +0000
22646
+
22647
+
22648
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:48 +0000
22649
+
22650
+
22651
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:48 +0000
22652
+
22653
+
22654
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:49 +0000
22655
+
22656
+
22657
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:49 +0000
22658
+
22659
+
22660
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:49 +0000
22661
+
22662
+
22663
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:49 +0000
22664
+
22665
+
22666
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:50 +0000
22667
+
22668
+
22669
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:50 +0000
22670
+
22671
+
22672
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:50 +0000
22673
+
22674
+
22675
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:50 +0000
22676
+
22677
+
22678
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:50 +0000
22679
+
22680
+
22681
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:12:51 +0000
22682
+
22683
+
22684
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 18:12:51 +0000
22685
+
22686
+
22687
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 18:12:52 +0000
22688
+
22689
+
22690
+ Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-02 18:12:52 +0000
22691
+
22692
+
22693
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 18:12:52 +0000
22694
+
22695
+
22696
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 18:12:53 +0000
22697
+
22698
+
22699
+ Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:13:40 +0000
22700
+ Processing by Admin::CitiesController#edit as HTML
22701
+ Parameters: {"id"=>"1"}
22702
+ Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
22703
+ Admin::City Load (1.4ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]]
22704
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms)
22705
+ Admin::State Load (1.4ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
22706
+ Admin::State Load (1.6ms) SELECT "states".* FROM "states"
22707
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.5ms)
22708
+ Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
22709
+ Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries"
22710
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.3ms)
22711
+ 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__9823962__624562068 at /project/app/views/carnival/shared/form/_form.html.haml:13)
22712
+ Rendered /project/app/views/carnival/shared/form/_form.html.haml (159.2ms)
22713
+ Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (202.9ms)
22714
+ 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]]
22715
+ 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]]
22716
+ 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]]
22717
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.1ms)
22718
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.0ms)
22719
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
22720
+ Completed 200 OK in 581ms (Views: 563.7ms | ActiveRecord: 12.5ms)
22721
+
22722
+
22723
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:41 +0000
22724
+
22725
+
22726
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:41 +0000
22727
+
22728
+
22729
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:41 +0000
22730
+
22731
+
22732
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:42 +0000
22733
+
22734
+
22735
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:42 +0000
22736
+
22737
+
22738
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:42 +0000
22739
+
22740
+
22741
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:42 +0000
22742
+
22743
+
22744
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:42 +0000
22745
+
22746
+
22747
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:43 +0000
22748
+
22749
+
22750
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:43 +0000
22751
+
22752
+
22753
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:43 +0000
22754
+
22755
+
22756
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:43 +0000
22757
+
22758
+
22759
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:44 +0000
22760
+
22761
+
22762
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:44 +0000
22763
+
22764
+
22765
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:44 +0000
22766
+
22767
+
22768
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:44 +0000
22769
+
22770
+
22771
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:44 +0000
22772
+
22773
+
22774
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:45 +0000
22775
+
22776
+
22777
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:45 +0000
22778
+
22779
+
22780
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:45 +0000
22781
+
22782
+
22783
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:45 +0000
22784
+
22785
+
22786
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:46 +0000
22787
+
22788
+
22789
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:46 +0000
22790
+
22791
+
22792
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:46 +0000
22793
+
22794
+
22795
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:13:46 +0000
22796
+
22797
+
22798
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 18:13:47 +0000
22799
+
22800
+
22801
+ Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-02 18:13:47 +0000
22802
+
22803
+
22804
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 18:13:47 +0000
22805
+
22806
+
22807
+ Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-02 18:13:48 +0000
22808
+
22809
+
22810
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 18:13:48 +0000
22811
+
22812
+
22813
+ Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-02 18:13:48 +0000
22814
+
22815
+
22816
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 18:13:48 +0000
22817
+
22818
+
22819
+ Started PATCH "/admin/cities/1" for 10.0.2.2 at 2014-04-02 18:13:49 +0000
22820
+ Processing by Admin::CitiesController#update as HTML
22821
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Os48KGGqlReFjY06Yk8Bc7GDJuAgP27n7RckYuTOfT8=", "admin_city"=>{"name"=>"São Paulo", "state_id"=>"1", "country_id"=>"1"}, "commit"=>"Atualizar", "id"=>"1"}
22822
+ Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
22823
+ Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]]
22824
+ Unpermitted parameters: utf8, _method, authenticity_token, commit, id
22825
+  (0.1ms) begin transaction
22826
+  (0.1ms) commit transaction
22827
+ Redirected to http://localhost:3013/admin/cities/1
22828
+ Completed 302 Found in 133ms (ActiveRecord: 4.1ms)
22829
+
22830
+
22831
+ Started GET "/admin/cities/1" for 10.0.2.2 at 2014-04-02 18:13:49 +0000
22832
+ Processing by Admin::CitiesController#show as HTML
22833
+ Parameters: {"id"=>"1"}
22834
+ Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
22835
+ Admin::City Load (1.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]]
22836
+ Admin::State Load (2.2ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
22837
+ Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
22838
+ Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (66.5ms)
22839
+ Carnival::AdminUserNotification Load (2.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]]
22840
+ 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]]
22841
+ 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]]
22842
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.6ms)
22843
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (10.0ms)
22844
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
22845
+ Completed 200 OK in 604ms (Views: 447.2ms | ActiveRecord: 11.2ms)
22846
+
22847
+
22848
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:51 +0000
22849
+
22850
+
22851
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:51 +0000
22852
+
22853
+
22854
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:51 +0000
22855
+
22856
+
22857
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:51 +0000
22858
+
22859
+
22860
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:52 +0000
22861
+
22862
+
22863
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:52 +0000
22864
+
22865
+
22866
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:52 +0000
22867
+
22868
+
22869
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:52 +0000
22870
+
22871
+
22872
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:53 +0000
22873
+
22874
+
22875
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:53 +0000
22876
+
22877
+
22878
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:53 +0000
22879
+
22880
+
22881
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:53 +0000
22882
+
22883
+
22884
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:53 +0000
22885
+
22886
+
22887
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:54 +0000
22888
+
22889
+
22890
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:54 +0000
22891
+
22892
+
22893
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:54 +0000
22894
+
22895
+
22896
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:54 +0000
22897
+
22898
+
22899
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:54 +0000
22900
+
22901
+
22902
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:55 +0000
22903
+
22904
+
22905
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:55 +0000
22906
+
22907
+
22908
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:55 +0000
22909
+
22910
+
22911
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:55 +0000
22912
+
22913
+
22914
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:56 +0000
22915
+
22916
+
22917
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:56 +0000
22918
+
22919
+
22920
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:13:56 +0000
22921
+
22922
+
22923
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 18:13:56 +0000
22924
+
22925
+
22926
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 18:13:57 +0000
22927
+
22928
+
22929
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 18:13:57 +0000
22930
+
22931
+
22932
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 18:13:57 +0000
22933
+
22934
+
22935
+ Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-02 18:13:58 +0000
22936
+
22937
+
22938
+ Started GET "/admin/cities" for 10.0.2.2 at 2014-04-02 18:15:07 +0000
22939
+ Processing by Admin::CitiesController#index as HTML
22940
+ Carnival::AdminUser Load (4.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
22941
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.1ms)
22942
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.1ms)
22943
+ Admin::State Load (2.2ms) SELECT "states".* FROM "states"
22944
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (6.2ms)
22945
+ Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries"
22946
+ Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.9ms)
22947
+ Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (227.0ms)
22948
+  (1.6ms) SELECT COUNT(*) FROM "cities"
22949
+ DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example:
22950
+
22951
+ Post.includes(:comments).where("comments.title = 'foo'")
22952
+
22953
+ Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string:
22954
+
22955
+ Post.includes(:comments).where("comments.title = 'foo'").references(:comments)
22956
+
22957
+ If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:55)
22958
+  (2.3ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code = 'BR')
22959
+ DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example:
22960
+
22961
+ Post.includes(:comments).where("comments.title = 'foo'")
22962
+
22963
+ Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string:
22964
+
22965
+ Post.includes(:comments).where("comments.title = 'foo'").references(:comments)
22966
+
22967
+ If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:55)
22968
+  (1.6ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code <> 'BR')
22969
+ Rendered /project/app/views/carnival/shared/_scope.html.haml (25.9ms)
22970
+ Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms)
22971
+ Rendered /project/app/views/carnival/shared/_period_filter.html.haml (41.3ms)
22972
+ Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (482.0ms)
22973
+ 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]]
22974
+ 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]]
22975
+ 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]]
22976
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.6ms)
22977
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.0ms)
22978
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
22979
+ Completed 200 OK in 1005ms (Views: 860.4ms | ActiveRecord: 16.2ms)
22980
+
22981
+
22982
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:09 +0000
22983
+
22984
+
22985
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:09 +0000
22986
+
22987
+
22988
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:09 +0000
22989
+
22990
+
22991
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:10 +0000
22992
+
22993
+
22994
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:10 +0000
22995
+
22996
+
22997
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:10 +0000
22998
+
22999
+
23000
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:10 +0000
23001
+
23002
+
23003
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:10 +0000
23004
+
23005
+
23006
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:11 +0000
23007
+
23008
+
23009
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:11 +0000
23010
+
23011
+
23012
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:11 +0000
23013
+
23014
+
23015
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:11 +0000
23016
+
23017
+
23018
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:12 +0000
23019
+
23020
+
23021
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:12 +0000
23022
+
23023
+
23024
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:12 +0000
23025
+
23026
+
23027
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:12 +0000
23028
+
23029
+
23030
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:12 +0000
23031
+
23032
+
23033
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:13 +0000
23034
+
23035
+
23036
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:13 +0000
23037
+
23038
+
23039
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:13 +0000
23040
+
23041
+
23042
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:13 +0000
23043
+
23044
+
23045
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:14 +0000
23046
+
23047
+
23048
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:14 +0000
23049
+
23050
+
23051
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:14 +0000
23052
+
23053
+
23054
+ Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:14 +0000
23055
+
23056
+
23057
+ Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:14 +0000
23058
+
23059
+
23060
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:15:15 +0000
23061
+
23062
+
23063
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 18:15:15 +0000
23064
+
23065
+
23066
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 18:15:15 +0000
23067
+
23068
+
23069
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 18:15:16 +0000
23070
+
23071
+
23072
+ Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-02 18:15:16 +0000
23073
+
23074
+
23075
+ Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-02 18:15:16 +0000
23076
+
23077
+
23078
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 18:15:17 +0000
23079
+
23080
+
23081
+ Started GET "/admin/cities.json?scope=all&from=2014-04-01&to=2014-04-30&sEcho=1&iColumns=7&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&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&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&_=1396462512381" for 10.0.2.2 at 2014-04-02 18:15:17 +0000
23082
+ Processing by Admin::CitiesController#index as JSON
23083
+ Parameters: {"scope"=>"all", "from"=>"2014-04-01", "to"=>"2014-04-30", "sEcho"=>"1", "iColumns"=>"7", "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", "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", "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", "_"=>"1396462512381"}
23084
+ Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
23085
+  (2.1ms) SELECT COUNT(*) FROM "cities" WHERE (cities.created_at between '2014-04-01 00:00:00' and '2014-04-30 23:59:59')
23086
+ Admin::City Load (2.2ms) SELECT "cities".* FROM "cities" WHERE (cities.created_at between '2014-04-01 00:00:00' and '2014-04-30 23:59:59') ORDER BY cities.id asc LIMIT 50 OFFSET 0
23087
+ Completed 200 OK in 16ms (Views: 6.0ms | ActiveRecord: 6.1ms)
23088
+
23089
+
23090
+ Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-02 18:15:17 +0000
23091
+
23092
+
23093
+ Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-02 18:15:17 +0000
23094
+
23095
+
23096
+ Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-04-02 18:15:18 +0000
23097
+
23098
+
23099
+ Started GET "/assets/carnival/cal.png" for 10.0.2.2 at 2014-04-02 18:15:18 +0000
23100
+
23101
+
23102
+ Started GET "/admin/cities/new" for 10.0.2.2 at 2014-04-02 18:15:18 +0000
23103
+ Processing by Admin::CitiesController#new as HTML
23104
+ Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
23105
+ Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (2.4ms)
23106
+ Completed 500 Internal Server Error in 208ms
23107
+
23108
+ SyntaxError - /project/app/views/carnival/shared/form/new.html.haml:8: syntax error, unexpected ')', expecting '}'
23109
+ ));}\n", 0, false);::Haml::Util...
23110
+ ^
23111
+ /project/app/views/carnival/shared/form/new.html.haml:8: unterminated string meets end of file
23112
+ /project/app/views/carnival/shared/form/new.html.haml:8: syntax error, unexpected $end, expecting '}':
23113
+ /project/app/views/carnival/shared/form/new.html.haml:8:in `'
23114
+ actionpack (4.0.4) lib/action_view/template.rb:299:in `compile'
23115
+ actionpack (4.0.4) lib/action_view/template.rb:248:in `block in compile!'
23116
+ <internal:prelude>:10:in `synchronize'
23117
+ actionpack (4.0.4) lib/action_view/template.rb:236:in `compile!'
23118
+ actionpack (4.0.4) lib/action_view/template.rb:142:in `block in render'
23119
+ activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument'
23120
+ actionpack (4.0.4) lib/action_view/template.rb:141:in `render'
23121
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
23122
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
23123
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
23124
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
23125
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
23126
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
23127
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
23128
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
23129
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
23130
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render'
23131
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
23132
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render'
23133
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template'
23134
+ actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template'
23135
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body'
23136
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
23137
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
23138
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render'
23139
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render'
23140
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
23141
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
23142
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
23143
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
23144
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
23145
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
23146
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
23147
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
23148
+ wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf'
23149
+ /project/app/controllers/carnival/base_admin_controller.rb:61:in `rescue in block (2 levels) in new'
23150
+ /project/app/controllers/carnival/base_admin_controller.rb:58:in `block (2 levels) in new'
23151
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render'
23152
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html'
23153
+ responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html'
23154
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond'
23155
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call'
23156
+ actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with'
23157
+ inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new'
23158
+ /project/app/controllers/carnival/base_admin_controller.rb:55:in `new'
23159
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
23160
+ actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action'
23161
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
23162
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
23163
+ activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks'
23164
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
23165
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action'
23166
+ actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
23167
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
23168
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
23169
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
23170
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
23171
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
23172
+ actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
23173
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
23174
+ actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process'
23175
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process'
23176
+ actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch'
23177
+ actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
23178
+ actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action'
23179
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
23180
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call'
23181
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
23182
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
23183
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
23184
+ bullet (4.6.0) lib/bullet/rack.rb:13:in `call'
23185
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
23186
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
23187
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
23188
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
23189
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
23190
+ actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
23191
+ actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call'
23192
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
23193
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
23194
+ actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call'
23195
+ activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call'
23196
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
23197
+ activerecord (4.0.4) lib/active_record/migration.rb:373:in `call'
23198
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
23199
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks'
23200
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
23201
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
23202
+ actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call'
23203
+ actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
23204
+ better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
23205
+ better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
23206
+ better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
23207
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
23208
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
23209
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
23210
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
23211
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
23212
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
23213
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
23214
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
23215
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
23216
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
23217
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
23218
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
23219
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
23220
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
23221
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
23222
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
23223
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
23224
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
23225
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
23226
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
23227
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
23228
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
23229
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
23230
+
23231
+
23232
+
23233
+ Started POST "/__better_errors/88098840/variables" for 10.0.2.2 at 2014-04-02 18:15:19 +0000
23234
+
23235
+
23236
+ Started GET "/admin/cities/new" for 10.0.2.2 at 2014-04-02 18:16:07 +0000
23237
+ Processing by Admin::CitiesController#new as HTML
23238
+ Carnival::AdminUser Load (4.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
23239
+ Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (56.4ms)
23240
+ Completed 500 Internal Server Error in 301ms
23241
+
23242
+ ActionController::UrlGenerationError - No route matches {:action=>"show", :controller=>"admin/cities", :id=>nil}:
23243
+ actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate'
23244
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate'
23245
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate'
23246
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for'
23247
+ actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for'
23248
+ /project/app/presenters/carnival/base_admin_presenter.rb:100:in `model_path'
23249
+ /project/app/views/carnival/shared/form/new.html.haml:7:in `__project_app_views_carnival_shared_form_new_html_haml___295805822_83450560'
23250
+ actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render'
23251
+ activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument'
23252
+ actionpack (4.0.4) lib/action_view/template.rb:141:in `render'
23253
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
23254
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
23255
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
23256
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
23257
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
23258
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
23259
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
23260
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
23261
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
23262
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render'
23263
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
23264
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render'
23265
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template'
23266
+ actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template'
23267
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body'
23268
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
23269
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
23270
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render'
23271
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render'
23272
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
23273
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
23274
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
23275
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
23276
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
23277
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
23278
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
23279
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
23280
+ wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf'
23281
+ /project/app/controllers/carnival/base_admin_controller.rb:61:in `rescue in block (2 levels) in new'
23282
+ /project/app/controllers/carnival/base_admin_controller.rb:58:in `block (2 levels) in new'
23283
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render'
23284
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html'
23285
+ responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html'
23286
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond'
23287
+ actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call'
23288
+ actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with'
23289
+ inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new'
23290
+ /project/app/controllers/carnival/base_admin_controller.rb:55:in `new'
23291
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
23292
+ actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action'
23293
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
23294
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
23295
+ activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks'
23296
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
23297
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action'
23298
+ actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
23299
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
23300
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
23301
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
23302
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
23303
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
23304
+ actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
23305
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
23306
+ actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process'
23307
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process'
23308
+ actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch'
23309
+ actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
23310
+ actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action'
23311
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
23312
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call'
23313
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
23314
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
23315
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
23316
+ bullet (4.6.0) lib/bullet/rack.rb:13:in `call'
23317
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
23318
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
23319
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
23320
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
23321
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
23322
+ actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
23323
+ actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call'
23324
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
23325
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
23326
+ actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call'
23327
+ activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call'
23328
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
23329
+ activerecord (4.0.4) lib/active_record/migration.rb:373:in `call'
23330
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
23331
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks'
23332
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
23333
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
23334
+ actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call'
23335
+ actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
23336
+ better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
23337
+ better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
23338
+ better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
23339
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
23340
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
23341
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
23342
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
23343
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
23344
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
23345
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
23346
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
23347
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
23348
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
23349
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
23350
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
23351
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
23352
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
23353
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
23354
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
23355
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
23356
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
23357
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
23358
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
23359
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
23360
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
23361
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
23362
+
23363
+
23364
+
23365
+ Started POST "/__better_errors/81597740/variables" for 10.0.2.2 at 2014-04-02 18:16:08 +0000
23366
+
23367
+
23368
+ Started GET "/admin/cities/new" for 10.0.2.2 at 2014-04-02 18:16:27 +0000
23369
+ Processing by Admin::CitiesController#new as HTML
23370
+ Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
23371
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.2ms)
23372
+ Admin::State Load (2.1ms) SELECT "states".* FROM "states"
23373
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.1ms)
23374
+ Admin::Country Load (2.2ms) SELECT "countries".* FROM "countries"
23375
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.4ms)
23376
+ 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__9823962__624562068 at /project/app/views/carnival/shared/form/_form.html.haml:13)
23377
+ Rendered /project/app/views/carnival/shared/form/_form.html.haml (153.5ms)
23378
+ Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (199.6ms)
23379
+ Carnival::AdminUserNotification Load (2.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]]
23380
+ 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]]
23381
+ 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]]
23382
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (14.1ms)
23383
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (12.3ms)
23384
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
23385
+ Completed 200 OK in 749ms (Views: 617.7ms | ActiveRecord: 14.0ms)
23386
+
23387
+
23388
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:28 +0000
23389
+
23390
+
23391
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:29 +0000
23392
+
23393
+
23394
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:29 +0000
23395
+
23396
+
23397
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:29 +0000
23398
+
23399
+
23400
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:29 +0000
23401
+
23402
+
23403
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:29 +0000
23404
+
23405
+
23406
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:30 +0000
23407
+
23408
+
23409
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:30 +0000
23410
+
23411
+
23412
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:30 +0000
23413
+
23414
+
23415
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:30 +0000
23416
+
23417
+
23418
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:30 +0000
23419
+
23420
+
23421
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:31 +0000
23422
+
23423
+
23424
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:31 +0000
23425
+
23426
+
23427
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:31 +0000
23428
+
23429
+
23430
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:31 +0000
23431
+
23432
+
23433
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:32 +0000
23434
+
23435
+
23436
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:32 +0000
23437
+
23438
+
23439
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:32 +0000
23440
+
23441
+
23442
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:32 +0000
23443
+
23444
+
23445
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:32 +0000
23446
+
23447
+
23448
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:33 +0000
23449
+
23450
+
23451
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:33 +0000
23452
+
23453
+
23454
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:33 +0000
23455
+
23456
+
23457
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:33 +0000
23458
+
23459
+
23460
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:16:34 +0000
23461
+
23462
+
23463
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 18:16:34 +0000
23464
+
23465
+
23466
+ Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-02 18:16:34 +0000
23467
+
23468
+
23469
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 18:16:35 +0000
23470
+
23471
+
23472
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 18:16:35 +0000
23473
+
23474
+
23475
+ Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-02 18:16:35 +0000
23476
+
23477
+
23478
+ Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-02 18:16:35 +0000
23479
+
23480
+
23481
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 18:16:36 +0000
23482
+
23483
+
23484
+ Started POST "/admin/cities/new" for 10.0.2.2 at 2014-04-02 18:16:44 +0000
23485
+
23486
+ ActionController::RoutingError (No route matches [POST] "/admin/cities/new"):
23487
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
23488
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
23489
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
23490
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
23491
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
23492
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
23493
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
23494
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
23495
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
23496
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
23497
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
23498
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
23499
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
23500
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
23501
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
23502
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
23503
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
23504
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
23505
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
23506
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
23507
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
23508
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
23509
+ /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
23510
+
23511
+
23512
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
23513
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (11.7ms)
23514
+ Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
23515
+ 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 (71.5ms)
23516
+
23517
+
23518
+ Started GET "/admin/cities/new" for 10.0.2.2 at 2014-04-02 18:16:56 +0000
23519
+ Processing by Admin::CitiesController#new as HTML
23520
+ Carnival::AdminUser Load (2.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
23521
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.7ms)
23522
+ Admin::State Load (1.8ms) SELECT "states".* FROM "states"
23523
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.9ms)
23524
+ Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries"
23525
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.2ms)
23526
+ 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__9823962__624562068 at /project/app/views/carnival/shared/form/_form.html.haml:13)
23527
+ Rendered /project/app/views/carnival/shared/form/_form.html.haml (157.4ms)
23528
+ Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (204.3ms)
23529
+ 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]]
23530
+ CACHE (0.1ms) 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]]
23531
+ Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
23532
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.8ms)
23533
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (9.3ms)
23534
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
23535
+ Completed 200 OK in 712ms (Views: 577.0ms | ActiveRecord: 9.2ms)
23536
+
23537
+
23538
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:58 +0000
23539
+
23540
+
23541
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:58 +0000
23542
+
23543
+
23544
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:58 +0000
23545
+
23546
+
23547
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:58 +0000
23548
+
23549
+
23550
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:59 +0000
23551
+
23552
+
23553
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:59 +0000
23554
+
23555
+
23556
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:59 +0000
23557
+
23558
+
23559
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:59 +0000
23560
+
23561
+
23562
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:00 +0000
23563
+
23564
+
23565
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:00 +0000
23566
+
23567
+
23568
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:00 +0000
23569
+
23570
+
23571
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:00 +0000
23572
+
23573
+
23574
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:00 +0000
23575
+
23576
+
23577
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:01 +0000
23578
+
23579
+
23580
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:01 +0000
23581
+
23582
+
23583
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:01 +0000
23584
+
23585
+
23586
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:01 +0000
23587
+
23588
+
23589
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:02 +0000
23590
+
23591
+
23592
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:02 +0000
23593
+
23594
+
23595
+ Started GET "/admin/cities/new" for 10.0.2.2 at 2014-04-02 18:17:02 +0000
23596
+ Processing by Admin::CitiesController#new as HTML
23597
+ Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
23598
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.3ms)
23599
+ Admin::State Load (1.7ms) SELECT "states".* FROM "states"
23600
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.8ms)
23601
+ Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries"
23602
+ Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.0ms)
23603
+ 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__9823962__624562068 at /project/app/views/carnival/shared/form/_form.html.haml:13)
23604
+ Rendered /project/app/views/carnival/shared/form/_form.html.haml (149.4ms)
23605
+ Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (189.3ms)
23606
+ 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]]
23607
+ 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]]
23608
+ 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]]
23609
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.1ms)
23610
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.3ms)
23611
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms)
23612
+ Completed 200 OK in 691ms (Views: 572.0ms | ActiveRecord: 7.6ms)
23613
+
23614
+
23615
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:17:03 +0000
23616
+
23617
+
23618
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:03 +0000
23619
+
23620
+
23621
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:04 +0000
23622
+
23623
+
23624
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:04 +0000
23625
+
23626
+
23627
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:04 +0000
23628
+
23629
+
23630
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:04 +0000
23631
+
23632
+
23633
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:04 +0000
23634
+
23635
+
23636
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:05 +0000
23637
+
23638
+
23639
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:05 +0000
23640
+
23641
+
23642
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:05 +0000
23643
+
23644
+
23645
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:05 +0000
23646
+
23647
+
23648
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:06 +0000
23649
+
23650
+
23651
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:06 +0000
23652
+
23653
+
23654
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:06 +0000
23655
+
23656
+
23657
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:07 +0000
23658
+
23659
+
23660
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:07 +0000
23661
+
23662
+
23663
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:07 +0000
23664
+
23665
+
23666
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:08 +0000
23667
+
23668
+
23669
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:08 +0000
23670
+
23671
+
23672
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:08 +0000
23673
+
23674
+
23675
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:08 +0000
23676
+
23677
+
23678
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:09 +0000
23679
+
23680
+
23681
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:09 +0000
23682
+
23683
+
23684
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:09 +0000
23685
+
23686
+
23687
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:10 +0000
23688
+
23689
+
23690
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:10 +0000
23691
+
23692
+
23693
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:17:10 +0000
23694
+
23695
+
23696
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 18:17:11 +0000
23697
+
23698
+
23699
+ Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-02 18:17:11 +0000
23700
+
23701
+
23702
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 18:17:12 +0000
23703
+
23704
+
23705
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 18:17:12 +0000
23706
+
23707
+
23708
+ Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-02 18:17:12 +0000
23709
+
23710
+
23711
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 18:17:13 +0000
23712
+
23713
+
23714
+ Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-02 18:17:13 +0000
23715
+
23716
+
23717
+ Started POST "/admin/cities" for 10.0.2.2 at 2014-04-02 18:17:21 +0000
23718
+ Processing by Admin::CitiesController#create as HTML
23719
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Os48KGGqlReFjY06Yk8Bc7GDJuAgP27n7RckYuTOfT8=", "admin_city"=>{"name"=>"Teste", "state_id"=>"1", "country_id"=>"1"}, "commit"=>"Criar"}
23720
+ Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
23721
+ Unpermitted parameters: utf8, authenticity_token, commit
23722
+  (0.1ms) begin transaction
23723
+ SQL (8.8ms) INSERT INTO "cities" ("country_id", "created_at", "name", "state_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["country_id", 1], ["created_at", Wed, 02 Apr 2014 18:17:21 UTC +00:00], ["name", "Teste"], ["state_id", 1], ["updated_at", Wed, 02 Apr 2014 18:17:21 UTC +00:00]]
23724
+  (3.1ms) commit transaction
23725
+ Redirected to http://localhost:3013/admin/cities/2
23726
+ Completed 302 Found in 146ms (ActiveRecord: 13.9ms)
23727
+
23728
+
23729
+ Started GET "/admin/cities/2" for 10.0.2.2 at 2014-04-02 18:17:21 +0000
23730
+ Processing by Admin::CitiesController#show as HTML
23731
+ Parameters: {"id"=>"2"}
23732
+ Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1
23733
+ Admin::City Load (2.7ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "2"]]
23734
+ Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]]
23735
+ Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]]
23736
+ Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (61.3ms)
23737
+ Carnival::AdminUserNotification Load (2.2ms) 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]]
23738
+ 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]]
23739
+ Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]]
23740
+ Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.9ms)
23741
+ Rendered /project/app/views/layouts/carnival/_menu.html.haml (11.9ms)
23742
+ Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms)
23743
+ Completed 200 OK in 613ms (Views: 489.4ms | ActiveRecord: 12.4ms)
23744
+
23745
+
23746
+ Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:22 +0000
23747
+
23748
+
23749
+ Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:22 +0000
23750
+
23751
+
23752
+ Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:23 +0000
23753
+
23754
+
23755
+ Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:23 +0000
23756
+
23757
+
23758
+ Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:23 +0000
23759
+
23760
+
23761
+ Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:23 +0000
23762
+
23763
+
23764
+ Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:24 +0000
23765
+
23766
+
23767
+ Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:24 +0000
23768
+
23769
+
23770
+ Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:24 +0000
23771
+
23772
+
23773
+ Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:24 +0000
23774
+
23775
+
23776
+ Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:24 +0000
23777
+
23778
+
23779
+ Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:25 +0000
23780
+
23781
+
23782
+ Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:25 +0000
23783
+
23784
+
23785
+ Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:25 +0000
23786
+
23787
+
23788
+ Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:25 +0000
23789
+
23790
+
23791
+ Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:25 +0000
23792
+
23793
+
23794
+ Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:26 +0000
23795
+
23796
+
23797
+ Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:26 +0000
23798
+
23799
+
23800
+ Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:26 +0000
23801
+
23802
+
23803
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:26 +0000
23804
+
23805
+
23806
+ Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:27 +0000
23807
+
23808
+
23809
+ Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:27 +0000
23810
+
23811
+
23812
+ Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:27 +0000
23813
+
23814
+
23815
+ Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:27 +0000
23816
+
23817
+
23818
+ Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:17:27 +0000
23819
+
23820
+
23821
+ Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 18:17:28 +0000
23822
+
23823
+
23824
+ Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 18:17:28 +0000
23825
+
23826
+
23827
+ Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 18:17:28 +0000
23828
+
23829
+
23830
+ Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 18:17:29 +0000
23831
+
23832
+
23833
+ Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-02 18:17:29 +0000