cookbook 0.1.2 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6641,3 +6641,2883 @@ Processing by HowTosController#show as HTML
6641
6641
  Completed 200 OK in 30ms (Views: 26.2ms | ActiveRecord: 1.5ms | Allocations: 10394)
6642
6642
 
6643
6643
 
6644
+  (2.0ms) SELECT sqlite_version(*)
6645
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" ORDER BY "recipes"."id" ASC LIMIT ? [["LIMIT", 1]]
6646
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" ORDER BY "recipes"."id" ASC LIMIT ? [["LIMIT", 1]]
6647
+ Cookbook::Use Load (0.3ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? /* loading for inspect */ LIMIT ? [["use_in_id", 1], ["use_in_type", "Recipe"], ["LIMIT", 11]]
6648
+ Cookbook::Use Load (0.5ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? ORDER BY "cookbook_uses"."id" ASC LIMIT ? [["use_in_id", 1], ["use_in_type", "Recipe"], ["LIMIT", 1]]
6649
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? ORDER BY "cookbook_uses"."id" ASC LIMIT ? [["use_in_id", 1], ["use_in_type", "Recipe"], ["LIMIT", 1]]
6650
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
6651
+  (1.5ms) SELECT sqlite_version(*)
6652
+ Recipe Load (0.1ms) SELECT "recipes".* FROM "recipes" ORDER BY "recipes"."id" ASC LIMIT ? [["LIMIT", 1]]
6653
+ Cookbook::Use Load (0.3ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? ORDER BY "cookbook_uses"."id" ASC LIMIT ? [["use_in_id", 1], ["use_in_type", "Recipe"], ["LIMIT", 1]]
6654
+ Recipe Load (0.4ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]
6655
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
6656
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 08:52:49 -0600
6657
+  (2.5ms) SELECT sqlite_version(*)
6658
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
6659
+ Processing by RecipesController#create as HTML
6660
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"published"=>"1", "name"=>"test", "excerpt"=>"", "description"=>"", "tag_list"=>"", "ingredient_uses_attributes"=>{"1632233358506"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"1", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"1632233361563"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
6661
+ Can't verify CSRF token authenticity.
6662
+ Completed 422 Unprocessable Entity in 8ms (ActiveRecord: 0.0ms | Allocations: 523)
6663
+
6664
+
6665
+
6666
+ ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
6667
+
6668
+ actionpack (6.1.4.1) lib/action_controller/metal/request_forgery_protection.rb:211:in `handle_unverified_request'
6669
+ actionpack (6.1.4.1) lib/action_controller/metal/request_forgery_protection.rb:243:in `handle_unverified_request'
6670
+ devise (4.8.0) lib/devise/controllers/helpers.rb:255:in `handle_unverified_request'
6671
+ actionpack (6.1.4.1) lib/action_controller/metal/request_forgery_protection.rb:238:in `verify_authenticity_token'
6672
+ activesupport (6.1.4.1) lib/active_support/callbacks.rb:427:in `block in make_lambda'
6673
+ activesupport (6.1.4.1) lib/active_support/callbacks.rb:198:in `block (2 levels) in halting'
6674
+ actionpack (6.1.4.1) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'
6675
+ activesupport (6.1.4.1) lib/active_support/callbacks.rb:199:in `block in halting'
6676
+ activesupport (6.1.4.1) lib/active_support/callbacks.rb:512:in `block in invoke_before'
6677
+ activesupport (6.1.4.1) lib/active_support/callbacks.rb:512:in `each'
6678
+ activesupport (6.1.4.1) lib/active_support/callbacks.rb:512:in `invoke_before'
6679
+ activesupport (6.1.4.1) lib/active_support/callbacks.rb:115:in `block in run_callbacks'
6680
+ activesupport (6.1.4.1) lib/active_support/callbacks.rb:137:in `run_callbacks'
6681
+ actionpack (6.1.4.1) lib/abstract_controller/callbacks.rb:41:in `process_action'
6682
+ actionpack (6.1.4.1) lib/action_controller/metal/rescue.rb:22:in `process_action'
6683
+ actionpack (6.1.4.1) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
6684
+ activesupport (6.1.4.1) lib/active_support/notifications.rb:203:in `block in instrument'
6685
+ activesupport (6.1.4.1) lib/active_support/notifications/instrumenter.rb:24:in `instrument'
6686
+ activesupport (6.1.4.1) lib/active_support/notifications.rb:203:in `instrument'
6687
+ actionpack (6.1.4.1) lib/action_controller/metal/instrumentation.rb:33:in `process_action'
6688
+ actionpack (6.1.4.1) lib/action_controller/metal/params_wrapper.rb:249:in `process_action'
6689
+ activerecord (6.1.4.1) lib/active_record/railties/controller_runtime.rb:27:in `process_action'
6690
+ actionpack (6.1.4.1) lib/abstract_controller/base.rb:165:in `process'
6691
+ actionview (6.1.4.1) lib/action_view/rendering.rb:39:in `process'
6692
+ actionpack (6.1.4.1) lib/action_controller/metal.rb:190:in `dispatch'
6693
+ actionpack (6.1.4.1) lib/action_controller/metal.rb:254:in `dispatch'
6694
+ actionpack (6.1.4.1) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'
6695
+ actionpack (6.1.4.1) lib/action_dispatch/routing/route_set.rb:33:in `serve'
6696
+ actionpack (6.1.4.1) lib/action_dispatch/journey/router.rb:50:in `block in serve'
6697
+ actionpack (6.1.4.1) lib/action_dispatch/journey/router.rb:32:in `each'
6698
+ actionpack (6.1.4.1) lib/action_dispatch/journey/router.rb:32:in `serve'
6699
+ actionpack (6.1.4.1) lib/action_dispatch/routing/route_set.rb:842:in `call'
6700
+ warden (1.2.9) lib/warden/manager.rb:36:in `block in call'
6701
+ warden (1.2.9) lib/warden/manager.rb:34:in `catch'
6702
+ warden (1.2.9) lib/warden/manager.rb:34:in `call'
6703
+ rack (2.2.3) lib/rack/tempfile_reaper.rb:15:in `call'
6704
+ rack (2.2.3) lib/rack/etag.rb:27:in `call'
6705
+ rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'
6706
+ rack (2.2.3) lib/rack/head.rb:12:in `call'
6707
+ actionpack (6.1.4.1) lib/action_dispatch/http/permissions_policy.rb:22:in `call'
6708
+ actionpack (6.1.4.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
6709
+ rack (2.2.3) lib/rack/session/abstract/id.rb:266:in `context'
6710
+ rack (2.2.3) lib/rack/session/abstract/id.rb:260:in `call'
6711
+ actionpack (6.1.4.1) lib/action_dispatch/middleware/cookies.rb:689:in `call'
6712
+ activerecord (6.1.4.1) lib/active_record/migration.rb:601:in `call'
6713
+ actionpack (6.1.4.1) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
6714
+ activesupport (6.1.4.1) lib/active_support/callbacks.rb:98:in `run_callbacks'
6715
+ actionpack (6.1.4.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
6716
+ actionpack (6.1.4.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
6717
+ actionpack (6.1.4.1) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'
6718
+ actionpack (6.1.4.1) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'
6719
+ actionpack (6.1.4.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
6720
+ railties (6.1.4.1) lib/rails/rack/logger.rb:37:in `call_app'
6721
+ railties (6.1.4.1) lib/rails/rack/logger.rb:26:in `block in call'
6722
+ activesupport (6.1.4.1) lib/active_support/tagged_logging.rb:99:in `block in tagged'
6723
+ activesupport (6.1.4.1) lib/active_support/tagged_logging.rb:37:in `tagged'
6724
+ activesupport (6.1.4.1) lib/active_support/tagged_logging.rb:99:in `tagged'
6725
+ railties (6.1.4.1) lib/rails/rack/logger.rb:26:in `call'
6726
+ sprockets-rails (3.2.2) lib/sprockets/rails/quiet_assets.rb:13:in `call'
6727
+ actionpack (6.1.4.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
6728
+ actionpack (6.1.4.1) lib/action_dispatch/middleware/request_id.rb:26:in `call'
6729
+ rack (2.2.3) lib/rack/method_override.rb:24:in `call'
6730
+ rack (2.2.3) lib/rack/runtime.rb:22:in `call'
6731
+ activesupport (6.1.4.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
6732
+ actionpack (6.1.4.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
6733
+ actionpack (6.1.4.1) lib/action_dispatch/middleware/static.rb:24:in `call'
6734
+ rack (2.2.3) lib/rack/sendfile.rb:110:in `call'
6735
+ actionpack (6.1.4.1) lib/action_dispatch/middleware/host_authorization.rb:98:in `call'
6736
+ railties (6.1.4.1) lib/rails/engine.rb:539:in `call'
6737
+ puma (4.3.8) lib/puma/configuration.rb:228:in `call'
6738
+ puma (4.3.8) lib/puma/server.rb:718:in `handle_request'
6739
+ puma (4.3.8) lib/puma/server.rb:472:in `process_client'
6740
+ puma (4.3.8) lib/puma/server.rb:328:in `block in run'
6741
+ puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
6742
+ Started GET "/recipes" for 127.0.0.1 at 2021-09-21 08:52:54 -0600
6743
+ Processing by RecipesController#index as HTML
6744
+ Rendering layout layouts/application.html.erb
6745
+ Rendering recipes/index.html.haml within layouts/application
6746
+ Recipe Load (2.1ms) SELECT "recipes".* FROM "recipes"
6747
+ ↳ app/views/recipes/index.html.haml:16
6748
+ Rendered recipes/index.html.haml within layouts/application (Duration: 37.3ms | Allocations: 10421)
6749
+ Rendered layout layouts/application.html.erb (Duration: 92.2ms | Allocations: 20443)
6750
+ Completed 200 OK in 191ms (Views: 94.9ms | ActiveRecord: 2.7ms | Allocations: 40523)
6751
+
6752
+
6753
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 08:52:57 -0600
6754
+ Processing by RecipesController#new as HTML
6755
+ Rendering layout layouts/application.html.erb
6756
+ Rendering recipes/new.html.haml within layouts/application
6757
+ Ingredient Load (2.3ms) SELECT "ingredients".* FROM "ingredients"
6758
+ ↳ app/views/recipes/_form.html.haml:8
6759
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 100.6ms | Allocations: 19910)
6760
+ Tool Load (0.4ms) SELECT "tools".* FROM "tools"
6761
+ ↳ app/views/recipes/_form.html.haml:8
6762
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 47.8ms | Allocations: 15485)
6763
+ Supply Load (2.3ms) SELECT "supplies".* FROM "supplies"
6764
+ ↳ app/views/recipes/_form.html.haml:8
6765
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 52.6ms | Allocations: 15483)
6766
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 227.9ms | Allocations: 64291)
6767
+ Rendered recipes/_form.html.haml (Duration: 2974.0ms | Allocations: 1187172)
6768
+ Rendered recipes/new.html.haml within layouts/application (Duration: 2978.5ms | Allocations: 1188434)
6769
+ Rendered layout layouts/application.html.erb (Duration: 2982.0ms | Allocations: 1189696)
6770
+ Completed 200 OK in 2984ms (Views: 2973.7ms | ActiveRecord: 9.2ms | Allocations: 1190120)
6771
+
6772
+
6773
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 08:53:21 -0600
6774
+ Processing by RecipesController#create as HTML
6775
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"1632235992224"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"1", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"1632235995425"=>{"use_of_type"=>"Tool", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"1632235997976"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
6776
+ Rendering layout layouts/application.html.erb
6777
+ Rendering recipes/new.html.haml within layouts/application
6778
+ Ingredient Load (0.4ms) SELECT "ingredients".* FROM "ingredients"
6779
+ ↳ app/views/recipes/_form.html.haml:8
6780
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 29.9ms | Allocations: 12253)
6781
+ CACHE Ingredient Load (0.0ms) SELECT "ingredients".* FROM "ingredients"
6782
+ ↳ app/views/recipes/_form.html.haml:8
6783
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 36.8ms | Allocations: 13801)
6784
+ Tool Load (0.2ms) SELECT "tools".* FROM "tools"
6785
+ ↳ app/views/recipes/_form.html.haml:8
6786
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 30.8ms | Allocations: 12082)
6787
+ CACHE Tool Load (0.0ms) SELECT "tools".* FROM "tools"
6788
+ ↳ app/views/recipes/_form.html.haml:8
6789
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 33.8ms | Allocations: 12085)
6790
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
6791
+ ↳ app/views/recipes/_form.html.haml:8
6792
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 38.0ms | Allocations: 12084)
6793
+ CACHE Supply Load (0.0ms) SELECT "supplies".* FROM "supplies"
6794
+ ↳ app/views/recipes/_form.html.haml:8
6795
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 40.2ms | Allocations: 12083)
6796
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 217.9ms | Allocations: 78475)
6797
+ Rendered recipes/_form.html.haml (Duration: 234.0ms | Allocations: 85435)
6798
+ Rendered recipes/new.html.haml within layouts/application (Duration: 234.5ms | Allocations: 85529)
6799
+ Rendered layout layouts/application.html.erb (Duration: 237.2ms | Allocations: 86789)
6800
+ Completed 200 OK in 258ms (Views: 237.3ms | ActiveRecord: 0.9ms | Allocations: 91737)
6801
+
6802
+
6803
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 08:57:28 -0600
6804
+ Processing by RecipesController#create as HTML
6805
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
6806
+ Completed 500 Internal Server Error in 37ms (Allocations: 17398)
6807
+
6808
+
6809
+
6810
+ SystemExit ({:ingredient_uses_attributes=>[:id, :_destroy, :use_of_type, :use_of_id, :quantity_minimum, :quantity_maximum, :unit, :preparation, :note, :sort], :tool_uses_attributes=>[:id, :_destroy, :use_of_type, :use_of_id, :quantity_minimum, :quantity_maximum, :unit, :preparation, :note, :sort], :supply_uses_attributes=>[:id, :_destroy, :use_of_type, :use_of_id, :quantity_minimum, :quantity_maximum, :unit, :preparation, :note, :sort]}):
6811
+
6812
+ app/controllers/recipes_controller.rb:59:in `recipe_params'
6813
+ app/controllers/recipes_controller.rb:26:in `create'
6814
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:00:08 -0600
6815
+ Processing by RecipesController#create as HTML
6816
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
6817
+ Completed 500 Internal Server Error in 95ms (Allocations: 17999)
6818
+
6819
+
6820
+
6821
+ SystemExit (#<ActionController::Parameters {"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>#<ActionController::Parameters {"0"=>#<ActionController::Parameters {"_destroy"=>"0", "use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "preparation"=>"", "note"=>"", "sort"=>""} permitted: true>} permitted: true>, "tool_uses_attributes"=>#<ActionController::Parameters {"0"=>#<ActionController::Parameters {"_destroy"=>"0", "use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "preparation"=>"", "note"=>"", "sort"=>""} permitted: true>} permitted: true>, "supply_uses_attributes"=>#<ActionController::Parameters {"0"=>#<ActionController::Parameters {"_destroy"=>"0", "use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "preparation"=>"", "note"=>"", "sort"=>""} permitted: true>} permitted: true>} permitted: true>):
6822
+
6823
+ app/controllers/recipes_controller.rb:26:in `abort'
6824
+ app/controllers/recipes_controller.rb:26:in `create'
6825
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:01:51 -0600
6826
+  (2.5ms) SELECT sqlite_version(*)
6827
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
6828
+ Processing by RecipesController#create as HTML
6829
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
6830
+ Unpermitted parameters: :ingredient_uses_attributes, :tool_uses_attributes, :supply_uses_attributes
6831
+ Completed 500 Internal Server Error in 93ms (ActiveRecord: 0.0ms | Allocations: 19628)
6832
+
6833
+
6834
+
6835
+ SystemExit (#<ActionController::Parameters {"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste"} permitted: true>):
6836
+
6837
+ app/controllers/recipes_controller.rb:26:in `abort'
6838
+ app/controllers/recipes_controller.rb:26:in `create'
6839
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:02:28 -0600
6840
+ Processing by RecipesController#create as HTML
6841
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
6842
+ Completed 500 Internal Server Error in 89ms (Allocations: 17407)
6843
+
6844
+
6845
+
6846
+ SystemExit ({:ingredient_uses_attributes=>[:id, :_destroy, :use_of_type, :use_of_id, :quantity_minimum, :quantity_maximum, :unit, :preparation, :note, :sort], :tool_uses_attributes=>[:id, :_destroy, :use_of_type, :use_of_id, :quantity_minimum, :quantity_maximum, :unit, :preparation, :note, :sort], :supply_uses_attributes=>[:id, :_destroy, :use_of_type, :use_of_id, :quantity_minimum, :quantity_maximum, :unit, :preparation, :note, :sort]}):
6847
+
6848
+ app/controllers/recipes_controller.rb:60:in `recipe_params'
6849
+ app/controllers/recipes_controller.rb:26:in `create'
6850
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:03:29 -0600
6851
+ Processing by RecipesController#create as HTML
6852
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
6853
+ Completed 500 Internal Server Error in 47ms (Allocations: 17999)
6854
+
6855
+
6856
+
6857
+ SystemExit (#<ActionController::Parameters {"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>#<ActionController::Parameters {"0"=>#<ActionController::Parameters {"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "preparation"=>"", "note"=>"", "sort"=>"", "_destroy"=>"0"} permitted: true>} permitted: true>, "tool_uses_attributes"=>#<ActionController::Parameters {"0"=>#<ActionController::Parameters {"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "preparation"=>"", "note"=>"", "sort"=>"", "_destroy"=>"0"} permitted: true>} permitted: true>, "supply_uses_attributes"=>#<ActionController::Parameters {"0"=>#<ActionController::Parameters {"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "preparation"=>"", "note"=>"", "sort"=>"", "_destroy"=>"0"} permitted: true>} permitted: true>} permitted: true>):
6858
+
6859
+ app/controllers/recipes_controller.rb:26:in `abort'
6860
+ app/controllers/recipes_controller.rb:26:in `create'
6861
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:04:11 -0600
6862
+ Processing by RecipesController#create as HTML
6863
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
6864
+  (0.1ms) SELECT sqlite_version(*)
6865
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
6866
+ Rendering layout layouts/application.html.erb
6867
+ Rendering recipes/new.html.haml within layouts/application
6868
+ Ingredient Load (0.4ms) SELECT "ingredients".* FROM "ingredients"
6869
+ ↳ app/views/recipes/_form.html.haml:8
6870
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 71.2ms | Allocations: 19747)
6871
+ CACHE Ingredient Load (0.0ms) SELECT "ingredients".* FROM "ingredients"
6872
+ ↳ app/views/recipes/_form.html.haml:8
6873
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 46.1ms | Allocations: 13796)
6874
+ Tool Load (0.4ms) SELECT "tools".* FROM "tools"
6875
+ ↳ app/views/recipes/_form.html.haml:8
6876
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 42.9ms | Allocations: 15483)
6877
+ CACHE Tool Load (0.0ms) SELECT "tools".* FROM "tools"
6878
+ ↳ app/views/recipes/_form.html.haml:8
6879
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 34.4ms | Allocations: 12085)
6880
+ Supply Load (0.4ms) SELECT "supplies".* FROM "supplies"
6881
+ ↳ app/views/recipes/_form.html.haml:8
6882
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 49.6ms | Allocations: 15481)
6883
+ CACHE Supply Load (0.0ms) SELECT "supplies".* FROM "supplies"
6884
+ ↳ app/views/recipes/_form.html.haml:8
6885
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 34.9ms | Allocations: 12083)
6886
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 311.5ms | Allocations: 100216)
6887
+ Rendered recipes/_form.html.haml (Duration: 3431.2ms | Allocations: 1219623)
6888
+ Rendered recipes/new.html.haml within layouts/application (Duration: 3435.2ms | Allocations: 1222382)
6889
+ Rendered layout layouts/application.html.erb (Duration: 3438.4ms | Allocations: 1224021)
6890
+ Completed 200 OK in 3545ms (Views: 3436.4ms | ActiveRecord: 7.1ms | Allocations: 1262397)
6891
+
6892
+
6893
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:04:27 -0600
6894
+ Processing by RecipesController#create as HTML
6895
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
6896
+  (0.1ms) SELECT sqlite_version(*)
6897
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
6898
+ Completed 500 Internal Server Error in 85ms (ActiveRecord: 2.8ms | Allocations: 31590)
6899
+
6900
+
6901
+
6902
+ SystemExit ():
6903
+
6904
+ app/controllers/recipes_controller.rb:28:in `abort'
6905
+ app/controllers/recipes_controller.rb:28:in `create'
6906
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:04:42 -0600
6907
+ Processing by RecipesController#create as HTML
6908
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
6909
+  (0.2ms) SELECT sqlite_version(*)
6910
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
6911
+ Completed 500 Internal Server Error in 139ms (ActiveRecord: 3.3ms | Allocations: 35251)
6912
+
6913
+
6914
+
6915
+ SystemExit (Ingredient uses use in must exist, Ingredient uses use of must exist, Tool uses use in must exist, Tool uses use of must exist, Supply uses use in must exist, and Supply uses use of must exist):
6916
+
6917
+ app/controllers/recipes_controller.rb:29:in `abort'
6918
+ app/controllers/recipes_controller.rb:29:in `create'
6919
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:08:19 -0600
6920
+ Processing by RecipesController#create as HTML
6921
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
6922
+ Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.0ms | Allocations: 5436)
6923
+
6924
+
6925
+
6926
+ SystemExit (Ingredient uses use in must exist, Ingredient uses use of must exist, Tool uses use in must exist, Tool uses use of must exist, Supply uses use in must exist, and Supply uses use of must exist):
6927
+
6928
+ app/controllers/recipes_controller.rb:29:in `abort'
6929
+ app/controllers/recipes_controller.rb:29:in `create'
6930
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:08:34 -0600
6931
+  (2.5ms) SELECT sqlite_version(*)
6932
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
6933
+ Processing by RecipesController#create as HTML
6934
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
6935
+ Completed 500 Internal Server Error in 2969ms (ActiveRecord: 2.2ms | Allocations: 1141419)
6936
+
6937
+
6938
+
6939
+ SystemExit (Ingredient uses use in must exist, Ingredient uses use of must exist, Tool uses use in must exist, Tool uses use of must exist, Supply uses use in must exist, and Supply uses use of must exist):
6940
+
6941
+ app/controllers/recipes_controller.rb:29:in `abort'
6942
+ app/controllers/recipes_controller.rb:29:in `create'
6943
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:09:08 -0600
6944
+  (1.4ms) SELECT sqlite_version(*)
6945
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
6946
+ Processing by RecipesController#create as HTML
6947
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
6948
+ Completed 500 Internal Server Error in 2443ms (ActiveRecord: 1.7ms | Allocations: 1141419)
6949
+
6950
+
6951
+
6952
+ SystemExit (Ingredient uses use in must exist, Ingredient uses use of must exist, Tool uses use in must exist, Tool uses use of must exist, Supply uses use in must exist, and Supply uses use of must exist):
6953
+
6954
+ app/controllers/recipes_controller.rb:29:in `abort'
6955
+ app/controllers/recipes_controller.rb:29:in `create'
6956
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:12:56 -0600
6957
+ Processing by RecipesController#create as HTML
6958
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
6959
+ Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.0ms | Allocations: 5451)
6960
+
6961
+
6962
+
6963
+ SystemExit (Ingredient uses use in must exist, Ingredient uses use of must exist, Tool uses use in must exist, Tool uses use of must exist, Supply uses use in must exist, and Supply uses use of must exist):
6964
+
6965
+ app/controllers/recipes_controller.rb:29:in `abort'
6966
+ app/controllers/recipes_controller.rb:29:in `create'
6967
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:13:11 -0600
6968
+  (2.5ms) SELECT sqlite_version(*)
6969
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
6970
+ Processing by RecipesController#create as HTML
6971
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
6972
+ Completed 500 Internal Server Error in 2541ms (ActiveRecord: 2.2ms | Allocations: 1141401)
6973
+
6974
+
6975
+
6976
+ SystemExit (Ingredient uses use in must exist, Ingredient uses use of must exist, Tool uses use in must exist, Tool uses use of must exist, Supply uses use in must exist, and Supply uses use of must exist):
6977
+
6978
+ app/controllers/recipes_controller.rb:29:in `abort'
6979
+ app/controllers/recipes_controller.rb:29:in `create'
6980
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:15:39 -0600
6981
+  (3.8ms) SELECT sqlite_version(*)
6982
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
6983
+ Processing by RecipesController#create as HTML
6984
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
6985
+ Completed 404 Not Found in 218ms (ActiveRecord: 3.4ms | Allocations: 38643)
6986
+
6987
+
6988
+
6989
+ ActiveRecord::RecordNotFound (Couldn't find Ingredient without an ID):
6990
+
6991
+ app/controllers/recipes_controller.rb:28:in `create'
6992
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:15:59 -0600
6993
+ Processing by RecipesController#create as HTML
6994
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
6995
+ Completed 404 Not Found in 11ms (ActiveRecord: 0.0ms | Allocations: 2399)
6996
+
6997
+
6998
+
6999
+ ActiveRecord::RecordNotFound (Couldn't find Ingredient without an ID):
7000
+
7001
+ app/controllers/recipes_controller.rb:28:in `create'
7002
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:16:45 -0600
7003
+ Processing by RecipesController#create as HTML
7004
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
7005
+  (0.2ms) SELECT sqlite_version(*)
7006
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7007
+ Completed 500 Internal Server Error in 144ms (ActiveRecord: 4.1ms | Allocations: 31828)
7008
+
7009
+
7010
+
7011
+ SystemExit ([nil, "Ingredient"]):
7012
+
7013
+ app/controllers/recipes_controller.rb:28:in `create'
7014
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:17:12 -0600
7015
+ Processing by RecipesController#create as HTML
7016
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
7017
+  (0.1ms) SELECT sqlite_version(*)
7018
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7019
+ Completed 500 Internal Server Error in 98ms (ActiveRecord: 2.9ms | Allocations: 31818)
7020
+
7021
+
7022
+
7023
+ SystemExit ({"id"=>nil, "published"=>true, "use_in_type"=>"Recipe", "use_in_id"=>nil, "use_of_type"=>"Ingredient", "use_of_id"=>nil, "quantity_minimum"=>nil, "quantity_maximum"=>nil, "unit"=>"", "sort"=>nil, "note"=>"", "preparation"=>"", "created_at"=>nil, "updated_at"=>nil}):
7024
+
7025
+ app/controllers/recipes_controller.rb:28:in `create'
7026
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:21:23 -0600
7027
+ Processing by RecipesController#create as HTML
7028
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
7029
+  (0.2ms) SELECT sqlite_version(*)
7030
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7031
+ Completed 500 Internal Server Error in 2975ms (ActiveRecord: 2.9ms | Allocations: 1135326)
7032
+
7033
+
7034
+
7035
+ SystemExit (Ingredient uses use in must exist, Ingredient uses use of must exist, Tool uses use in must exist, Tool uses use of must exist, Supply uses use in must exist, and Supply uses use of must exist):
7036
+
7037
+ app/controllers/recipes_controller.rb:29:in `abort'
7038
+ app/controllers/recipes_controller.rb:29:in `create'
7039
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:21:43 -0600
7040
+  (1.4ms) SELECT sqlite_version(*)
7041
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7042
+ Processing by RecipesController#create as HTML
7043
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
7044
+ Completed 500 Internal Server Error in 2620ms (ActiveRecord: 2.3ms | Allocations: 1141482)
7045
+
7046
+
7047
+
7048
+ SystemExit (Ingredient uses use in must exist, Ingredient uses use of must exist, Tool uses use in must exist, Tool uses use of must exist, Supply uses use in must exist, and Supply uses use of must exist):
7049
+
7050
+ app/controllers/recipes_controller.rb:29:in `abort'
7051
+ app/controllers/recipes_controller.rb:29:in `create'
7052
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:22:12 -0600
7053
+  (2.8ms) SELECT sqlite_version(*)
7054
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7055
+ Processing by RecipesController#create as HTML
7056
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
7057
+ Completed 500 Internal Server Error in 2436ms (ActiveRecord: 1.3ms | Allocations: 1141484)
7058
+
7059
+
7060
+
7061
+ SystemExit (Ingredient uses use in must exist, Ingredient uses use of must exist, Tool uses use in must exist, Tool uses use of must exist, Supply uses use in must exist, and Supply uses use of must exist):
7062
+
7063
+ app/controllers/recipes_controller.rb:29:in `abort'
7064
+ app/controllers/recipes_controller.rb:29:in `create'
7065
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:25:24 -0600
7066
+  (2.9ms) SELECT sqlite_version(*)
7067
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7068
+ Processing by RecipesController#create as HTML
7069
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
7070
+ Ingredient Load (0.4ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
7071
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7072
+ Completed 500 Internal Server Error in 134ms (ActiveRecord: 2.5ms | Allocations: 31804)
7073
+
7074
+
7075
+
7076
+ NoMethodError (undefined method `uses_attributes' for #<Recipe:0x000055e4c9462ea0>
7077
+ Did you mean? uses_attributes=):
7078
+
7079
+ app/controllers/recipes_controller.rb:26:in `create'
7080
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:25:44 -0600
7081
+ Processing by RecipesController#create as HTML
7082
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
7083
+ Ingredient Load (0.8ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
7084
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7085
+ Completed 500 Internal Server Error in 74ms (ActiveRecord: 0.8ms | Allocations: 3410)
7086
+
7087
+
7088
+
7089
+ NoMethodError (undefined method `uses_attributes' for #<Recipe:0x000055e4c79fb300>
7090
+ Did you mean? uses_attributes=):
7091
+
7092
+ app/controllers/recipes_controller.rb:26:in `create'
7093
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:26:08 -0600
7094
+ Processing by RecipesController#create as HTML
7095
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
7096
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
7097
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7098
+ Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.3ms | Allocations: 3406)
7099
+
7100
+
7101
+
7102
+ NoMethodError (undefined method `uses_attributes' for #<Recipe:0x000055e4c7a724f0>
7103
+ Did you mean? uses_attributes=):
7104
+
7105
+ app/controllers/recipes_controller.rb:26:in `create'
7106
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:26:24 -0600
7107
+  (2.2ms) SELECT sqlite_version(*)
7108
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7109
+ Processing by RecipesController#create as HTML
7110
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
7111
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
7112
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7113
+ Completed 500 Internal Server Error in 104ms (ActiveRecord: 2.5ms | Allocations: 33000)
7114
+
7115
+
7116
+
7117
+ ActiveRecord::AssociationTypeMismatch (Cookbook::Use(#47304618768820) expected, got {"_destroy"=>"0", "use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "preparation"=>"", "note"=>"", "sort"=>"", "use_in"=>#<Recipe id: nil, name: "atest", description: "test", serves: "test", meal: "test", instructions: "teste", created_at: nil, updated_at: nil>, "use_of"=>#<Ingredient id: 2, name: "Autem Quae Perferendis", description: "Velit quis rerum. Ut corrupti dolores. Quia porro ...", aisle: "Produce", store: "WholeEats", cost: "$1.99", created_at: "2021-09-10 15:44:04.068851000 +0000", updated_at: "2021-09-10 15:44:04.068851000 +0000">} which is an instance of ActiveSupport::HashWithIndifferentAccess(#47304585472640)):
7118
+
7119
+ app/controllers/recipes_controller.rb:26:in `create'
7120
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:28:42 -0600
7121
+  (2.0ms) SELECT sqlite_version(*)
7122
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7123
+ Processing by RecipesController#create as HTML
7124
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
7125
+ Ingredient Load (0.4ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
7126
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7127
+ Completed 500 Internal Server Error in 161ms (ActiveRecord: 2.1ms | Allocations: 31806)
7128
+
7129
+
7130
+
7131
+ NoMethodError (undefined method `uses_attributes' for #<Recipe:0x000055740528f478>
7132
+ Did you mean? uses_attributes=):
7133
+
7134
+ app/controllers/recipes_controller.rb:26:in `create'
7135
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:31:37 -0600
7136
+ Processing by RecipesController#create as HTML
7137
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
7138
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
7139
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7140
+ Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.3ms | Allocations: 3407)
7141
+
7142
+
7143
+
7144
+ NoMethodError (undefined method `uses_attributes' for #<Recipe:0x00005574057d6e68>
7145
+ Did you mean? uses_attributes=):
7146
+
7147
+ app/controllers/recipes_controller.rb:26:in `create'
7148
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:31:52 -0600
7149
+  (2.4ms) SELECT sqlite_version(*)
7150
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7151
+ Processing by RecipesController#create as HTML
7152
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
7153
+ Ingredient Load (0.4ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
7154
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7155
+ Completed 500 Internal Server Error in 103ms (ActiveRecord: 1.9ms | Allocations: 31806)
7156
+
7157
+
7158
+
7159
+ NoMethodError (undefined method `uses_attributes' for #<Recipe:0x00005639bd32a710>
7160
+ Did you mean? uses_attributes=):
7161
+
7162
+ app/controllers/recipes_controller.rb:26:in `create'
7163
+  (3.8ms) SELECT sqlite_version(*)
7164
+ Recipe Load (0.5ms) SELECT "recipes".* FROM "recipes" ORDER BY "recipes"."id" ASC LIMIT ? [["LIMIT", 1]]
7165
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" ORDER BY "recipes"."id" ASC LIMIT ? [["LIMIT", 1]]
7166
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:32:43 -0600
7167
+ Processing by RecipesController#create as HTML
7168
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
7169
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
7170
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7171
+ Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.3ms | Allocations: 3410)
7172
+
7173
+
7174
+
7175
+ NoMethodError (undefined method `uses_attributes' for #<Recipe:0x00005639bb8488e8>
7176
+ Did you mean? uses_attributes=):
7177
+
7178
+ app/controllers/recipes_controller.rb:26:in `create'
7179
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:32:58 -0600
7180
+  (2.8ms) SELECT sqlite_version(*)
7181
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7182
+ Processing by RecipesController#create as HTML
7183
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
7184
+ Ingredient Load (0.4ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
7185
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7186
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]
7187
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7188
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]
7189
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7190
+ Completed 500 Internal Server Error in 2798ms (ActiveRecord: 5.9ms | Allocations: 1150301)
7191
+
7192
+
7193
+
7194
+ SystemExit ():
7195
+
7196
+ app/controllers/recipes_controller.rb:29:in `abort'
7197
+ app/controllers/recipes_controller.rb:29:in `create'
7198
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:33:14 -0600
7199
+ Processing by RecipesController#create as HTML
7200
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
7201
+  (0.2ms) SELECT sqlite_version(*)
7202
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7203
+ Ingredient Load (0.4ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
7204
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7205
+ Tool Load (0.4ms) SELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]
7206
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7207
+ Supply Load (0.4ms) SELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]
7208
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7209
+ TRANSACTION (0.1ms) begin transaction
7210
+ ↳ app/controllers/recipes_controller.rb:28:in `create'
7211
+ Recipe Create (5.8ms) INSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "atest"], ["description", "test"], ["serves", "test"], ["meal", "test"], ["instructions", "teste"], ["created_at", "2021-09-21 15:33:16.312933"], ["updated_at", "2021-09-21 15:33:16.312933"]]
7212
+ ↳ app/controllers/recipes_controller.rb:28:in `create'
7213
+ Cookbook::Use Create (3.4ms) INSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "unit", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Ingredient"], ["use_of_id", 2], ["unit", ""], ["note", ""], ["preparation", ""], ["created_at", "2021-09-21 15:33:16.337935"], ["updated_at", "2021-09-21 15:33:16.337935"]]
7214
+ ↳ app/controllers/recipes_controller.rb:28:in `create'
7215
+ Cookbook::Use Create (0.3ms) INSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "unit", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Tool"], ["use_of_id", 4], ["unit", ""], ["note", ""], ["preparation", ""], ["created_at", "2021-09-21 15:33:16.355066"], ["updated_at", "2021-09-21 15:33:16.355066"]]
7216
+ ↳ app/controllers/recipes_controller.rb:28:in `create'
7217
+ Cookbook::Use Create (0.4ms) INSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "unit", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Supply"], ["use_of_id", 3], ["unit", ""], ["note", ""], ["preparation", ""], ["created_at", "2021-09-21 15:33:16.369938"], ["updated_at", "2021-09-21 15:33:16.369938"]]
7218
+ ↳ app/controllers/recipes_controller.rb:28:in `create'
7219
+ TRANSACTION (12.7ms) commit transaction
7220
+ ↳ app/controllers/recipes_controller.rb:28:in `create'
7221
+ Redirected to http://localhost:3000/recipes/6
7222
+ Completed 302 Found in 836ms (ActiveRecord: 65.3ms | Allocations: 48386)
7223
+
7224
+
7225
+ Started GET "/recipes/6" for 127.0.0.1 at 2021-09-21 09:33:16 -0600
7226
+ Processing by RecipesController#show as HTML
7227
+ Parameters: {"id"=>"6"}
7228
+ Recipe Load (7.0ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]
7229
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
7230
+ Rendering layout layouts/application.html.erb
7231
+ Rendering recipes/show.html.haml within layouts/application
7232
+ Cookbook::Use Exists? (0.4ms) SELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"], ["LIMIT", 1]]
7233
+ ↳ app/views/recipes/show.html.haml:19
7234
+ Cookbook::Use Load (0.4ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
7235
+ ↳ app/views/recipes/show.html.haml:19
7236
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
7237
+ ↳ app/views/recipes/show.html.haml:19
7238
+ Cookbook::Use Exists? (0.3ms) SELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Tool"], ["LIMIT", 1]]
7239
+ ↳ app/views/recipes/show.html.haml:19
7240
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
7241
+ ↳ app/views/recipes/show.html.haml:19
7242
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]
7243
+ ↳ app/views/recipes/show.html.haml:19
7244
+ Cookbook::Use Exists? (0.4ms) SELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Supply"], ["LIMIT", 1]]
7245
+ ↳ app/views/recipes/show.html.haml:19
7246
+ Cookbook::Use Load (0.3ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
7247
+ ↳ app/views/recipes/show.html.haml:19
7248
+ Supply Load (20.2ms) SELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]
7249
+ ↳ app/views/recipes/show.html.haml:19
7250
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_used_in.html.haml (Duration: 145.4ms | Allocations: 11092)
7251
+ Rendered recipes/show.html.haml within layouts/application (Duration: 173.1ms | Allocations: 16116)
7252
+ Rendered layout layouts/application.html.erb (Duration: 239.3ms | Allocations: 22176)
7253
+ Completed 200 OK in 278ms (Views: 243.4ms | ActiveRecord: 29.8ms | Allocations: 23991)
7254
+
7255
+
7256
+ Started GET "/recipes/6/edit" for 127.0.0.1 at 2021-09-21 09:33:21 -0600
7257
+ Processing by RecipesController#edit as HTML
7258
+ Parameters: {"id"=>"6"}
7259
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]
7260
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
7261
+ Rendering layout layouts/application.html.erb
7262
+ Rendering recipes/edit.html.haml within layouts/application
7263
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients"
7264
+ ↳ app/views/recipes/_form.html.haml:8
7265
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 53.3ms | Allocations: 15666)
7266
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 63.1ms | Allocations: 22164)
7267
+ Rendered recipes/_form.html.haml (Duration: 117.5ms | Allocations: 41301)
7268
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 121.1ms | Allocations: 42617)
7269
+ Rendered layout layouts/application.html.erb (Duration: 121.5ms | Allocations: 42688)
7270
+ Completed 500 Internal Server Error in 125ms (ActiveRecord: 0.4ms | Allocations: 43507)
7271
+
7272
+
7273
+
7274
+ ActionView::Template::Error (undefined method `[]' for nil:NilClass):
7275
+ 5: %fieldset.used_in{class: usable.plural_class}
7276
+ 6: %legend
7277
+ 7: %h3= usable.title
7278
+ 8: = link_to_add_nested form, usable.uses_sym, "##{usable.plural_class}", partial: 'cookbook/uses/fields', link_text: "Add #{usable.singular_title}", link_classes: 'button button-action'
7279
+ 9: %div{id: usable.plural_class}
7280
+ 10: = form.fields_for usable.uses_sym do |g|
7281
+ 11: = render 'cookbook/uses/fields', form: g, usable: usable
7282
+
7283
+ app/views/recipes/_form.html.haml:8
7284
+ app/views/recipes/_form.html.haml:2
7285
+ app/views/recipes/edit.html.haml:3
7286
+ Started GET "/recipes/6/edit" for 127.0.0.1 at 2021-09-21 09:33:51 -0600
7287
+ Processing by RecipesController#edit as HTML
7288
+ Parameters: {"id"=>"6"}
7289
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]
7290
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
7291
+ Rendering layout layouts/application.html.erb
7292
+ Rendering recipes/edit.html.haml within layouts/application
7293
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
7294
+ ↳ app/views/recipes/_form.html.haml:8
7295
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 40.2ms | Allocations: 12495)
7296
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 49.0ms | Allocations: 15880)
7297
+ Rendered recipes/_form.html.haml (Duration: 68.4ms | Allocations: 22609)
7298
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 68.7ms | Allocations: 22680)
7299
+ Rendered layout layouts/application.html.erb (Duration: 68.9ms | Allocations: 22751)
7300
+ Completed 500 Internal Server Error in 71ms (ActiveRecord: 0.4ms | Allocations: 23436)
7301
+
7302
+
7303
+
7304
+ ActionView::Template::Error (undefined method `[]' for nil:NilClass):
7305
+ 5: %fieldset.used_in{class: usable.plural_class}
7306
+ 6: %legend
7307
+ 7: %h3= usable.title
7308
+ 8: = link_to_add_nested form, usable.uses_sym, "##{usable.plural_class}", partial: 'cookbook/uses/fields', link_text: "Add #{usable.singular_title}", link_classes: 'button button-action'
7309
+ 9: %div{id: usable.plural_class}
7310
+ 10: = form.fields_for usable.uses_sym do |g|
7311
+ 11: = render 'cookbook/uses/fields', form: g, usable: usable
7312
+
7313
+ app/views/recipes/_form.html.haml:8
7314
+ app/views/recipes/_form.html.haml:2
7315
+ app/views/recipes/edit.html.haml:3
7316
+ Started GET "/recipes/6/edit" for 127.0.0.1 at 2021-09-21 09:36:54 -0600
7317
+  (1.9ms) SELECT sqlite_version(*)
7318
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7319
+ Processing by RecipesController#edit as HTML
7320
+ Parameters: {"id"=>"6"}
7321
+ Completed 500 Internal Server Error in 51ms (ActiveRecord: 0.0ms | Allocations: 6388)
7322
+
7323
+
7324
+
7325
+ NoMethodError (undefined method `use_of=' for #<Class:0x0000558a1145b9b0>):
7326
+
7327
+ app/models/ingredient.rb:4:in `<class:Ingredient>'
7328
+ app/models/ingredient.rb:3:in `<top (required)>'
7329
+ app/models/recipe.rb:4:in `<class:Recipe>'
7330
+ app/models/recipe.rb:3:in `<top (required)>'
7331
+ app/controllers/recipes_controller.rb:54:in `set_recipe'
7332
+ Started GET "/recipes/6/edit" for 127.0.0.1 at 2021-09-21 09:37:44 -0600
7333
+  (1.5ms) SELECT sqlite_version(*)
7334
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7335
+ Processing by RecipesController#edit as HTML
7336
+ Parameters: {"id"=>"6"}
7337
+ Recipe Load (0.4ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]
7338
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
7339
+ Rendering layout layouts/application.html.erb
7340
+ Rendering recipes/edit.html.haml within layouts/application
7341
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients"
7342
+ ↳ app/views/recipes/_form.html.haml:8
7343
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 76.2ms | Allocations: 19910)
7344
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 113.7ms | Allocations: 38100)
7345
+ Rendered recipes/_form.html.haml (Duration: 2971.2ms | Allocations: 1160732)
7346
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 2975.9ms | Allocations: 1163764)
7347
+ Rendered layout layouts/application.html.erb (Duration: 2976.2ms | Allocations: 1163839)
7348
+ Completed 500 Internal Server Error in 3069ms (ActiveRecord: 3.7ms | Allocations: 1190786)
7349
+
7350
+
7351
+
7352
+ ActionView::Template::Error (undefined method `[]' for nil:NilClass):
7353
+ 5: %fieldset.used_in{class: usable.plural_class}
7354
+ 6: %legend
7355
+ 7: %h3= usable.title
7356
+ 8: = link_to_add_nested form, usable.uses_sym, "##{usable.plural_class}", partial: 'cookbook/uses/fields', link_text: "Add #{usable.singular_title}", link_classes: 'button button-action'
7357
+ 9: %div{id: usable.plural_class}
7358
+ 10: = form.fields_for usable.uses_sym do |g|
7359
+ 11: = render 'cookbook/uses/fields', form: g, usable: usable
7360
+
7361
+ app/views/recipes/_form.html.haml:8
7362
+ app/views/recipes/_form.html.haml:2
7363
+ app/views/recipes/edit.html.haml:3
7364
+ Started GET "/recipes/6/edit" for 127.0.0.1 at 2021-09-21 09:38:30 -0600
7365
+ Processing by RecipesController#edit as HTML
7366
+ Parameters: {"id"=>"6"}
7367
+ Recipe Load (0.3ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]
7368
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
7369
+ Rendering layout layouts/application.html.erb
7370
+ Rendering recipes/edit.html.haml within layouts/application
7371
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 2.6ms | Allocations: 1104)
7372
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 15.6ms | Allocations: 7317)
7373
+ Rendered recipes/_form.html.haml (Duration: 49.8ms | Allocations: 15832)
7374
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 53.0ms | Allocations: 17147)
7375
+ Rendered layout layouts/application.html.erb (Duration: 53.2ms | Allocations: 17218)
7376
+ Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.3ms | Allocations: 18833)
7377
+
7378
+
7379
+
7380
+ ActionView::Template::Error (undefined method `[]' for nil:NilClass):
7381
+ 5: %fieldset.used_in{class: usable.plural_class}
7382
+ 6: %legend
7383
+ 7: %h3= usable.title
7384
+ 8: = link_to_add_nested form, usable.uses_sym, "##{usable.plural_class}", partial: 'cookbook/uses/fields', link_text: "Add #{usable.singular_title}", link_classes: 'button button-action'
7385
+ 9: %div{id: usable.plural_class}
7386
+ 10: = form.fields_for usable.uses_sym do |g|
7387
+ 11: = render 'cookbook/uses/fields', form: g, usable: usable
7388
+
7389
+ app/views/recipes/_form.html.haml:8
7390
+ app/views/recipes/_form.html.haml:2
7391
+ app/views/recipes/edit.html.haml:3
7392
+ Started GET "/recipes/6/edit" for 127.0.0.1 at 2021-09-21 09:38:45 -0600
7393
+ Processing by RecipesController#edit as HTML
7394
+ Parameters: {"id"=>"6"}
7395
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]
7396
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
7397
+ Rendering layout layouts/application.html.erb
7398
+ Rendering recipes/edit.html.haml within layouts/application
7399
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 6.2ms | Allocations: 3788)
7400
+ Rendered recipes/_form.html.haml (Duration: 49.3ms | Allocations: 12827)
7401
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 62.4ms | Allocations: 14197)
7402
+ Rendered layout layouts/application.html.erb (Duration: 65.8ms | Allocations: 15832)
7403
+ Completed 200 OK in 78ms (Views: 74.9ms | ActiveRecord: 0.2ms | Allocations: 17476)
7404
+
7405
+
7406
+ Started GET "/recipes/6/edit" for 127.0.0.1 at 2021-09-21 09:39:11 -0600
7407
+ Processing by RecipesController#edit as HTML
7408
+ Parameters: {"id"=>"6"}
7409
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]
7410
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
7411
+ Rendering layout layouts/application.html.erb
7412
+ Rendering recipes/edit.html.haml within layouts/application
7413
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 7.3ms | Allocations: 4514)
7414
+ Rendered recipes/_form.html.haml (Duration: 34.7ms | Allocations: 13454)
7415
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 38.1ms | Allocations: 14817)
7416
+ Rendered layout layouts/application.html.erb (Duration: 40.9ms | Allocations: 16266)
7417
+ Completed 200 OK in 47ms (Views: 43.8ms | ActiveRecord: 0.2ms | Allocations: 17894)
7418
+
7419
+
7420
+ Started GET "/recipes/6/edit" for 127.0.0.1 at 2021-09-21 09:39:29 -0600
7421
+ Processing by RecipesController#edit as HTML
7422
+ Parameters: {"id"=>"6"}
7423
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]
7424
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
7425
+ Rendering layout layouts/application.html.erb
7426
+ Rendering recipes/edit.html.haml within layouts/application
7427
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 5.9ms | Allocations: 4697)
7428
+ Rendered recipes/_form.html.haml (Duration: 34.5ms | Allocations: 13641)
7429
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 37.6ms | Allocations: 15004)
7430
+ Rendered layout layouts/application.html.erb (Duration: 40.4ms | Allocations: 16452)
7431
+ Completed 200 OK in 46ms (Views: 43.5ms | ActiveRecord: 0.2ms | Allocations: 18062)
7432
+
7433
+
7434
+ Started GET "/recipes/6/edit" for 127.0.0.1 at 2021-09-21 09:39:46 -0600
7435
+ Processing by RecipesController#edit as HTML
7436
+ Parameters: {"id"=>"6"}
7437
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]
7438
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
7439
+ Rendering layout layouts/application.html.erb
7440
+ Rendering recipes/edit.html.haml within layouts/application
7441
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
7442
+ ↳ app/views/recipes/_form.html.haml:8
7443
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 45.8ms | Allocations: 14191)
7444
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 56.4ms | Allocations: 19799)
7445
+ Rendered recipes/_form.html.haml (Duration: 84.6ms | Allocations: 28252)
7446
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 100.3ms | Allocations: 29563)
7447
+ Rendered layout layouts/application.html.erb (Duration: 100.6ms | Allocations: 29633)
7448
+ Completed 500 Internal Server Error in 107ms (ActiveRecord: 0.5ms | Allocations: 31223)
7449
+
7450
+
7451
+
7452
+ ActionView::Template::Error (undefined method `[]' for nil:NilClass):
7453
+ 5: %fieldset.used_in{class: usable.plural_class}
7454
+ 6: %legend
7455
+ 7: %h3= usable.title
7456
+ 8: = link_to_add_nested form, usable.uses_sym, "##{usable.plural_class}", partial: 'cookbook/uses/fields', link_text: "Add #{usable.singular_title}", link_classes: 'button button-action'
7457
+ 9: -# %div{id: usable.plural_class}
7458
+ 10: -# = form.fields_for usable.uses_sym do |g|
7459
+ 11: -# = render 'cookbook/uses/fields', form: g, usable: usable
7460
+
7461
+ app/views/recipes/_form.html.haml:8
7462
+ app/views/recipes/_form.html.haml:2
7463
+ app/views/recipes/edit.html.haml:3
7464
+ Started GET "/recipes/6/edit" for 127.0.0.1 at 2021-09-21 09:40:55 -0600
7465
+ Processing by RecipesController#edit as HTML
7466
+ Parameters: {"id"=>"6"}
7467
+ Recipe Load (0.3ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]
7468
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
7469
+ Rendering layout layouts/application.html.erb
7470
+ Rendering recipes/edit.html.haml within layouts/application
7471
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
7472
+ ↳ app/views/recipes/_form.html.haml:8
7473
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 35.3ms | Allocations: 14198)
7474
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 44.0ms | Allocations: 20053)
7475
+ Rendered recipes/_form.html.haml (Duration: 65.9ms | Allocations: 28551)
7476
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 69.5ms | Allocations: 29865)
7477
+ Rendered layout layouts/application.html.erb (Duration: 69.7ms | Allocations: 29935)
7478
+ Completed 500 Internal Server Error in 79ms (ActiveRecord: 0.5ms | Allocations: 31532)
7479
+
7480
+
7481
+
7482
+ ActionView::Template::Error (undefined method `[]' for nil:NilClass):
7483
+ 8: = usable.uses_sym.inspect
7484
+ 9: = usable.plural_class
7485
+ 10: #{usable.singular_title}
7486
+ 11: = link_to_add_nested form, usable.uses_sym, "##{usable.plural_class}", partial: 'cookbook/uses/fields', link_text: "Add #{usable.singular_title}", link_classes: 'button button-action'
7487
+ 12: -# %div{id: usable.plural_class}
7488
+ 13: -# = form.fields_for usable.uses_sym do |g|
7489
+ 14: -# = render 'cookbook/uses/fields', form: g, usable: usable
7490
+
7491
+ app/views/recipes/_form.html.haml:8
7492
+ app/views/recipes/_form.html.haml:2
7493
+ app/views/recipes/edit.html.haml:3
7494
+ Started GET "/recipes/6/edit" for 127.0.0.1 at 2021-09-21 09:41:02 -0600
7495
+ Processing by RecipesController#edit as HTML
7496
+ Parameters: {"id"=>"6"}
7497
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]
7498
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
7499
+ Rendering layout layouts/application.html.erb
7500
+ Rendering recipes/edit.html.haml within layouts/application
7501
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 9.2ms | Allocations: 5034)
7502
+ Rendered recipes/_form.html.haml (Duration: 133.3ms | Allocations: 14011)
7503
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 140.4ms | Allocations: 15374)
7504
+ Rendered layout layouts/application.html.erb (Duration: 143.8ms | Allocations: 16829)
7505
+ Completed 200 OK in 160ms (Views: 150.0ms | ActiveRecord: 0.2ms | Allocations: 18438)
7506
+
7507
+
7508
+ Started GET "/recipes/6/edit" for 127.0.0.1 at 2021-09-21 09:41:28 -0600
7509
+ Processing by RecipesController#edit as HTML
7510
+ Parameters: {"id"=>"6"}
7511
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]
7512
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
7513
+ Rendering layout layouts/application.html.erb
7514
+ Rendering recipes/edit.html.haml within layouts/application
7515
+ Cookbook::Use Load (0.3ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
7516
+ ↳ app/views/recipes/_form.html.haml:8
7517
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
7518
+ ↳ app/views/recipes/_form.html.haml:8
7519
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 43.9ms | Allocations: 14189)
7520
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
7521
+ ↳ app/views/recipes/_form.html.haml:8
7522
+ Tool Load (0.4ms) SELECT "tools".* FROM "tools"
7523
+ ↳ app/views/recipes/_form.html.haml:8
7524
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 37.9ms | Allocations: 15538)
7525
+ Cookbook::Use Load (0.3ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
7526
+ ↳ app/views/recipes/_form.html.haml:8
7527
+ Supply Load (0.3ms) SELECT "supplies".* FROM "supplies"
7528
+ ↳ app/views/recipes/_form.html.haml:8
7529
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 38.2ms | Allocations: 15471)
7530
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 146.7ms | Allocations: 55570)
7531
+ Rendered recipes/_form.html.haml (Duration: 169.3ms | Allocations: 64317)
7532
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 172.7ms | Allocations: 65681)
7533
+ Rendered layout layouts/application.html.erb (Duration: 175.0ms | Allocations: 67129)
7534
+ Completed 200 OK in 181ms (Views: 174.2ms | ActiveRecord: 3.3ms | Allocations: 68746)
7535
+
7536
+
7537
+ Started GET "/recipes/6/edit" for 127.0.0.1 at 2021-09-21 09:41:46 -0600
7538
+ Processing by RecipesController#edit as HTML
7539
+ Parameters: {"id"=>"6"}
7540
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]
7541
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
7542
+ Rendering layout layouts/application.html.erb
7543
+ Rendering recipes/edit.html.haml within layouts/application
7544
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients"
7545
+ ↳ app/views/recipes/_form.html.haml:8
7546
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 44.7ms | Allocations: 14160)
7547
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 55.6ms | Allocations: 20361)
7548
+ Rendered recipes/_form.html.haml (Duration: 88.5ms | Allocations: 28814)
7549
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 95.5ms | Allocations: 30125)
7550
+ Rendered layout layouts/application.html.erb (Duration: 95.8ms | Allocations: 30195)
7551
+ Completed 500 Internal Server Error in 104ms (ActiveRecord: 0.4ms | Allocations: 31785)
7552
+
7553
+
7554
+
7555
+ ActionView::Template::Error (undefined method `[]' for nil:NilClass):
7556
+ 5: %fieldset.used_in{class: usable.plural_class}
7557
+ 6: %legend
7558
+ 7: %h3= usable.title
7559
+ 8: = link_to_add_nested form, usable.uses_sym, "##{usable.plural_class}", partial: 'cookbook/uses/fields', link_text: "Add #{usable.singular_title}", link_classes: 'button button-action'
7560
+ 9: %div{id: usable.plural_class}
7561
+ 10: = form.fields_for usable.uses_sym do |g|
7562
+ 11: = render 'cookbook/uses/fields', form: g, usable: usable
7563
+
7564
+ app/views/recipes/_form.html.haml:8
7565
+ app/views/recipes/_form.html.haml:2
7566
+ app/views/recipes/edit.html.haml:3
7567
+ Started GET "/recipes/6/edit" for 127.0.0.1 at 2021-09-21 09:42:32 -0600
7568
+  (2.0ms) SELECT sqlite_version(*)
7569
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7570
+ Processing by RecipesController#edit as HTML
7571
+ Parameters: {"id"=>"6"}
7572
+ Recipe Load (0.3ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]
7573
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
7574
+ Rendering layout layouts/application.html.erb
7575
+ Rendering recipes/edit.html.haml within layouts/application
7576
+ Ingredient Load (0.4ms) SELECT "ingredients".* FROM "ingredients"
7577
+ ↳ app/views/recipes/_form.html.haml:8
7578
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 68.9ms | Allocations: 19901)
7579
+ Cookbook::Use Load (0.4ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
7580
+ ↳ app/views/recipes/_form.html.haml:8
7581
+ CACHE Ingredient Load (0.0ms) SELECT "ingredients".* FROM "ingredients"
7582
+ ↳ app/views/recipes/_form.html.haml:8
7583
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 39.3ms | Allocations: 13713)
7584
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools"
7585
+ ↳ app/views/recipes/_form.html.haml:8
7586
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 46.5ms | Allocations: 15487)
7587
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
7588
+ ↳ app/views/recipes/_form.html.haml:8
7589
+ CACHE Tool Load (0.0ms) SELECT "tools".* FROM "tools"
7590
+ ↳ app/views/recipes/_form.html.haml:8
7591
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 39.1ms | Allocations: 12008)
7592
+ Supply Load (0.5ms) SELECT "supplies".* FROM "supplies"
7593
+ ↳ app/views/recipes/_form.html.haml:8
7594
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 47.4ms | Allocations: 15483)
7595
+ Cookbook::Use Load (0.4ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
7596
+ ↳ app/views/recipes/_form.html.haml:8
7597
+ CACHE Supply Load (0.0ms) SELECT "supplies".* FROM "supplies"
7598
+ ↳ app/views/recipes/_form.html.haml:8
7599
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 36.7ms | Allocations: 12006)
7600
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 342.1ms | Allocations: 111297)
7601
+ Rendered recipes/_form.html.haml (Duration: 2906.0ms | Allocations: 1234261)
7602
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 2910.9ms | Allocations: 1237349)
7603
+ Rendered layout layouts/application.html.erb (Duration: 2915.0ms | Allocations: 1238995)
7604
+ Completed 200 OK in 3006ms (Views: 2915.2ms | ActiveRecord: 7.1ms | Allocations: 1266159)
7605
+
7606
+
7607
+ Started PATCH "/recipes/6" for 127.0.0.1 at 2021-09-21 09:42:47 -0600
7608
+ Processing by RecipesController#update as HTML
7609
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"atest", "description"=>"test", "serves"=>"test", "meal"=>"test", "instructions"=>"teste", "ingredient_uses_attributes"=>{"0"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0", "id"=>"31"}}, "tool_uses_attributes"=>{"0"=>{"use_of_type"=>"Tool", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0", "id"=>"32"}}, "supply_uses_attributes"=>{"0"=>{"use_of_type"=>"Supply", "use_of_id"=>"4", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0", "id"=>"33"}}}, "commit"=>"Update Recipe", "id"=>"6"}
7610
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]
7611
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
7612
+ TRANSACTION (0.1ms) begin transaction
7613
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
7614
+ Ingredient Load (0.5ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
7615
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
7616
+ Cookbook::Use Load (0.3ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."id" = ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["id", 31]]
7617
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
7618
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]
7619
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
7620
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."id" = ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["id", 32]]
7621
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
7622
+ Supply Load (0.3ms) SELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]
7623
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
7624
+ Cookbook::Use Load (0.1ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."id" = ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["id", 33]]
7625
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
7626
+ Cookbook::Use Update (0.5ms) UPDATE "cookbook_uses" SET "use_of_id" = ?, "updated_at" = ? WHERE "cookbook_uses"."id" = ? [["use_of_id", 4], ["updated_at", "2021-09-21 15:42:47.275646"], ["id", 33]]
7627
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
7628
+ TRANSACTION (6.3ms) commit transaction
7629
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
7630
+ Redirected to http://localhost:3000/recipes/6
7631
+ Completed 302 Found in 44ms (ActiveRecord: 8.8ms | Allocations: 9054)
7632
+
7633
+
7634
+ Started GET "/recipes/6" for 127.0.0.1 at 2021-09-21 09:42:47 -0600
7635
+ Processing by RecipesController#show as HTML
7636
+ Parameters: {"id"=>"6"}
7637
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]
7638
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
7639
+ Rendering layout layouts/application.html.erb
7640
+ Rendering recipes/show.html.haml within layouts/application
7641
+ Cookbook::Use Exists? (0.4ms) SELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"], ["LIMIT", 1]]
7642
+ ↳ app/views/recipes/show.html.haml:19
7643
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
7644
+ ↳ app/views/recipes/show.html.haml:19
7645
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
7646
+ ↳ app/views/recipes/show.html.haml:19
7647
+ Cookbook::Use Exists? (0.3ms) SELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Tool"], ["LIMIT", 1]]
7648
+ ↳ app/views/recipes/show.html.haml:19
7649
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
7650
+ ↳ app/views/recipes/show.html.haml:19
7651
+ Tool Load (0.2ms) SELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]
7652
+ ↳ app/views/recipes/show.html.haml:19
7653
+ Cookbook::Use Exists? (0.2ms) SELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Supply"], ["LIMIT", 1]]
7654
+ ↳ app/views/recipes/show.html.haml:19
7655
+ Cookbook::Use Load (0.1ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
7656
+ ↳ app/views/recipes/show.html.haml:19
7657
+ Supply Load (0.1ms) SELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]
7658
+ ↳ app/views/recipes/show.html.haml:19
7659
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_used_in.html.haml (Duration: 30.7ms | Allocations: 10829)
7660
+ Rendered recipes/show.html.haml within layouts/application (Duration: 42.3ms | Allocations: 14220)
7661
+ Rendered layout layouts/application.html.erb (Duration: 45.5ms | Allocations: 15592)
7662
+ Completed 200 OK in 49ms (Views: 44.6ms | ActiveRecord: 2.1ms | Allocations: 16410)
7663
+
7664
+
7665
+ Started GET "/recipes" for 127.0.0.1 at 2021-09-21 09:42:56 -0600
7666
+ Processing by RecipesController#index as HTML
7667
+ Rendering layout layouts/application.html.erb
7668
+ Rendering recipes/index.html.haml within layouts/application
7669
+ Recipe Load (0.3ms) SELECT "recipes".* FROM "recipes"
7670
+ ↳ app/views/recipes/index.html.haml:16
7671
+ Rendered recipes/index.html.haml within layouts/application (Duration: 6.9ms | Allocations: 4447)
7672
+ Rendered layout layouts/application.html.erb (Duration: 9.7ms | Allocations: 6037)
7673
+ Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.3ms | Allocations: 6444)
7674
+
7675
+
7676
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 09:42:57 -0600
7677
+ Processing by RecipesController#new as HTML
7678
+ Rendering layout layouts/application.html.erb
7679
+ Rendering recipes/new.html.haml within layouts/application
7680
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
7681
+ ↳ app/views/recipes/_form.html.haml:8
7682
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 37.4ms | Allocations: 12672)
7683
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools"
7684
+ ↳ app/views/recipes/_form.html.haml:8
7685
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 37.3ms | Allocations: 12223)
7686
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
7687
+ ↳ app/views/recipes/_form.html.haml:8
7688
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 41.5ms | Allocations: 12227)
7689
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 124.1ms | Allocations: 40637)
7690
+ Rendered recipes/_form.html.haml (Duration: 144.3ms | Allocations: 47688)
7691
+ Rendered recipes/new.html.haml within layouts/application (Duration: 146.7ms | Allocations: 48809)
7692
+ Rendered layout layouts/application.html.erb (Duration: 148.9ms | Allocations: 50069)
7693
+ Completed 200 OK in 151ms (Views: 149.2ms | ActiveRecord: 0.7ms | Allocations: 50473)
7694
+
7695
+
7696
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 09:43:05 -0600
7697
+ Processing by RecipesController#create as HTML
7698
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"ty44ss", "description"=>"", "serves"=>"", "meal"=>"", "instructions"=>"", "ingredient_uses_attributes"=>{"1632238981983"=>{"use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "_destroy"=>"0"}}}, "commit"=>"Create Recipe"}
7699
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
7700
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
7701
+ TRANSACTION (0.2ms) begin transaction
7702
+ ↳ app/controllers/recipes_controller.rb:28:in `create'
7703
+ Recipe Create (0.6ms) INSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "ty44ss"], ["description", ""], ["serves", ""], ["meal", ""], ["instructions", ""], ["created_at", "2021-09-21 15:43:05.414106"], ["updated_at", "2021-09-21 15:43:05.414106"]]
7704
+ ↳ app/controllers/recipes_controller.rb:28:in `create'
7705
+ Cookbook::Use Create (0.4ms) INSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "unit", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["use_in_type", "Recipe"], ["use_in_id", 7], ["use_of_type", "Ingredient"], ["use_of_id", 2], ["unit", ""], ["note", ""], ["preparation", ""], ["created_at", "2021-09-21 15:43:05.420100"], ["updated_at", "2021-09-21 15:43:05.420100"]]
7706
+ ↳ app/controllers/recipes_controller.rb:28:in `create'
7707
+ TRANSACTION (6.8ms) commit transaction
7708
+ ↳ app/controllers/recipes_controller.rb:28:in `create'
7709
+ Redirected to http://localhost:3000/recipes/7
7710
+ Completed 302 Found in 28ms (ActiveRecord: 8.2ms | Allocations: 4665)
7711
+
7712
+
7713
+ Started GET "/recipes/7" for 127.0.0.1 at 2021-09-21 09:43:05 -0600
7714
+ Processing by RecipesController#show as HTML
7715
+ Parameters: {"id"=>"7"}
7716
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]
7717
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
7718
+ Rendering layout layouts/application.html.erb
7719
+ Rendering recipes/show.html.haml within layouts/application
7720
+ Cookbook::Use Exists? (0.4ms) SELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ? [["use_in_id", 7], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"], ["LIMIT", 1]]
7721
+ ↳ app/views/recipes/show.html.haml:19
7722
+ Cookbook::Use Load (0.3ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 7], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
7723
+ ↳ app/views/recipes/show.html.haml:19
7724
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
7725
+ ↳ app/views/recipes/show.html.haml:19
7726
+ Cookbook::Use Exists? (0.3ms) SELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ? [["use_in_id", 7], ["use_in_type", "Recipe"], ["use_of_type", "Tool"], ["LIMIT", 1]]
7727
+ ↳ app/views/recipes/show.html.haml:19
7728
+ Cookbook::Use Exists? (0.3ms) SELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ? [["use_in_id", 7], ["use_in_type", "Recipe"], ["use_of_type", "Supply"], ["LIMIT", 1]]
7729
+ ↳ app/views/recipes/show.html.haml:19
7730
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_used_in.html.haml (Duration: 16.7ms | Allocations: 4158)
7731
+ Rendered recipes/show.html.haml within layouts/application (Duration: 19.5ms | Allocations: 4919)
7732
+ Rendered layout layouts/application.html.erb (Duration: 23.4ms | Allocations: 6285)
7733
+ Completed 200 OK in 26ms (Views: 22.7ms | ActiveRecord: 1.7ms | Allocations: 6973)
7734
+
7735
+
7736
+ Started GET "/recipes" for 127.0.0.1 at 2021-09-21 10:47:50 -0600
7737
+  (2.3ms) SELECT sqlite_version(*)
7738
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7739
+ Processing by RecipesController#index as HTML
7740
+ Rendering layout layouts/application.html.erb
7741
+ Rendering recipes/index.html.haml within layouts/application
7742
+ Recipe Load (0.3ms) SELECT "recipes".* FROM "recipes"
7743
+ ↳ app/views/recipes/index.html.haml:16
7744
+ Rendered recipes/index.html.haml within layouts/application (Duration: 51.4ms | Allocations: 10883)
7745
+ Rendered layout layouts/application.html.erb (Duration: 77.5ms | Allocations: 17215)
7746
+ Completed 200 OK in 159ms (Views: 81.5ms | ActiveRecord: 1.3ms | Allocations: 38726)
7747
+
7748
+
7749
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 10:47:57 -0600
7750
+ Processing by RecipesController#new as HTML
7751
+ Rendering layout layouts/application.html.erb
7752
+ Rendering recipes/new.html.haml within layouts/application
7753
+ Ingredient Load (0.4ms) SELECT "ingredients".* FROM "ingredients"
7754
+ ↳ app/views/recipes/_form.html.haml:8
7755
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 48.6ms | Allocations: 19865)
7756
+ Tool Load (0.4ms) SELECT "tools".* FROM "tools"
7757
+ ↳ app/views/recipes/_form.html.haml:8
7758
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 44.1ms | Allocations: 15485)
7759
+ Supply Load (0.3ms) SELECT "supplies".* FROM "supplies"
7760
+ ↳ app/views/recipes/_form.html.haml:8
7761
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 35.8ms | Allocations: 15483)
7762
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 154.8ms | Allocations: 64247)
7763
+ Rendered recipes/_form.html.haml (Duration: 2673.3ms | Allocations: 1187140)
7764
+ Rendered recipes/new.html.haml within layouts/application (Duration: 2675.6ms | Allocations: 1188403)
7765
+ Rendered layout layouts/application.html.erb (Duration: 2677.6ms | Allocations: 1189664)
7766
+ Completed 200 OK in 2679ms (Views: 2673.8ms | ActiveRecord: 4.4ms | Allocations: 1190087)
7767
+
7768
+
7769
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 10:50:36 -0600
7770
+  (1.2ms) SELECT sqlite_version(*)
7771
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7772
+ Processing by RecipesController#new as HTML
7773
+ Rendering layout layouts/application.html.erb
7774
+ Rendering recipes/new.html.haml within layouts/application
7775
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients"
7776
+ ↳ app/views/recipes/_form.html.haml:8
7777
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 53.7ms | Allocations: 19926)
7778
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools"
7779
+ ↳ app/views/recipes/_form.html.haml:8
7780
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 48.7ms | Allocations: 15485)
7781
+ Supply Load (0.4ms) SELECT "supplies".* FROM "supplies"
7782
+ ↳ app/views/recipes/_form.html.haml:8
7783
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 47.5ms | Allocations: 15483)
7784
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 275.9ms | Allocations: 87813)
7785
+ Rendered recipes/_form.html.haml (Duration: 2759.8ms | Allocations: 1210744)
7786
+ Rendered recipes/new.html.haml within layouts/application (Duration: 2766.2ms | Allocations: 1213718)
7787
+ Rendered layout layouts/application.html.erb (Duration: 2773.8ms | Allocations: 1217806)
7788
+ Completed 200 OK in 2859ms (Views: 2776.5ms | ActiveRecord: 4.6ms | Allocations: 1243849)
7789
+
7790
+
7791
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 10:51:00 -0600
7792
+ Processing by RecipesController#new as HTML
7793
+ Rendering layout layouts/application.html.erb
7794
+ Rendering recipes/new.html.haml within layouts/application
7795
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
7796
+ ↳ app/views/recipes/_form.html.haml:8
7797
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 81.6ms | Allocations: 12471)
7798
+ Tool Load (0.2ms) SELECT "tools".* FROM "tools"
7799
+ ↳ app/views/recipes/_form.html.haml:8
7800
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 48.8ms | Allocations: 12084)
7801
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
7802
+ ↳ app/views/recipes/_form.html.haml:8
7803
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 42.4ms | Allocations: 12086)
7804
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 186.6ms | Allocations: 40580)
7805
+ Rendered recipes/_form.html.haml (Duration: 236.9ms | Allocations: 47540)
7806
+ Rendered recipes/new.html.haml within layouts/application (Duration: 237.5ms | Allocations: 47630)
7807
+ Rendered layout layouts/application.html.erb (Duration: 242.5ms | Allocations: 48898)
7808
+ Completed 200 OK in 245ms (Views: 243.2ms | ActiveRecord: 0.6ms | Allocations: 49181)
7809
+
7810
+
7811
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 10:54:08 -0600
7812
+ Processing by RecipesController#new as HTML
7813
+ Rendering layout layouts/application.html.erb
7814
+ Rendering recipes/new.html.haml within layouts/application
7815
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
7816
+ ↳ app/views/recipes/_form.html.haml:8
7817
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 38.3ms | Allocations: 12514)
7818
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools"
7819
+ ↳ app/views/recipes/_form.html.haml:8
7820
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 42.8ms | Allocations: 12084)
7821
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
7822
+ ↳ app/views/recipes/_form.html.haml:8
7823
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/uses/_fields.html.haml (Duration: 42.7ms | Allocations: 12086)
7824
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 176.9ms | Allocations: 43490)
7825
+ Rendered recipes/_form.html.haml (Duration: 221.2ms | Allocations: 50413)
7826
+ Rendered recipes/new.html.haml within layouts/application (Duration: 221.8ms | Allocations: 50503)
7827
+ Rendered layout layouts/application.html.erb (Duration: 226.8ms | Allocations: 51781)
7828
+ Completed 200 OK in 229ms (Views: 227.1ms | ActiveRecord: 0.7ms | Allocations: 52062)
7829
+
7830
+
7831
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:01:51 -0600
7832
+ Processing by RecipesController#new as HTML
7833
+  (0.2ms) SELECT sqlite_version(*)
7834
+ ↳ app/controllers/recipes_controller.rb:18:in `new'
7835
+ Rendering layout layouts/application.html.erb
7836
+ Rendering recipes/new.html.haml within layouts/application
7837
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 50.4ms | Allocations: 11707)
7838
+ Rendered recipes/_form.html.haml (Duration: 77.0ms | Allocations: 21192)
7839
+ Rendered recipes/new.html.haml within layouts/application (Duration: 81.1ms | Allocations: 22458)
7840
+ Rendered layout layouts/application.html.erb (Duration: 81.3ms | Allocations: 22530)
7841
+ Completed 500 Internal Server Error in 156ms (ActiveRecord: 0.9ms | Allocations: 45259)
7842
+
7843
+
7844
+
7845
+ ActionView::Template::Error (undefined method `cookbook_link_to_add_fields' for #<ActionView::Base:0x007f85aa086308>
7846
+ Did you mean? cookbook_fields):
7847
+ 5: %fieldset.used_in{class: usable.plural_class}
7848
+ 6: %legend
7849
+ 7: %h3= usable.title
7850
+ 8: = cookbook_link_to_add_fields "Add #{usable.singular_title}", form, usable.uses_sym
7851
+ 9: %div{id: usable.plural_class}
7852
+ 10: = form.fields_for usable.uses_sym do |g|
7853
+ 11: = render 'cookbook/uses_fields', form: g, usable: usable
7854
+
7855
+ app/views/recipes/_form.html.haml:8
7856
+ app/views/recipes/_form.html.haml:2
7857
+ app/views/recipes/new.html.haml:3
7858
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:04:28 -0600
7859
+  (2.1ms) SELECT sqlite_version(*)
7860
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7861
+ Processing by RecipesController#new as HTML
7862
+ Rendering layout layouts/application.html.erb
7863
+ Rendering recipes/new.html.haml within layouts/application
7864
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 9.4ms | Allocations: 4794)
7865
+ Rendered recipes/_form.html.haml (Duration: 2996.1ms | Allocations: 1127401)
7866
+ Rendered recipes/new.html.haml within layouts/application (Duration: 3006.7ms | Allocations: 1130349)
7867
+ Rendered layout layouts/application.html.erb (Duration: 3007.0ms | Allocations: 1130424)
7868
+ Completed 500 Internal Server Error in 3148ms (ActiveRecord: 2.2ms | Allocations: 1156442)
7869
+
7870
+
7871
+
7872
+ ActionView::Template::Error (The asset "cookbook.js" is not present in the asset pipeline.
7873
+ ):
7874
+ 1: = javascript_include_tag 'cookbook'
7875
+ 2: - if Cookbook.configuration.include_cookbook_css == true
7876
+ 3: = stylesheet_link_tag 'cookbook/application'
7877
+ 4: - usables.each do |usable|
7878
+
7879
+ app/views/recipes/_form.html.haml:8
7880
+ app/views/recipes/_form.html.haml:2
7881
+ app/views/recipes/new.html.haml:3
7882
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:06:06 -0600
7883
+  (2.2ms) SELECT sqlite_version(*)
7884
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7885
+ Processing by RecipesController#new as HTML
7886
+ Rendering layout layouts/application.html.erb
7887
+ Rendering recipes/new.html.haml within layouts/application
7888
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 33.4ms | Allocations: 6021)
7889
+ Rendered recipes/_form.html.haml (Duration: 2670.2ms | Allocations: 1128624)
7890
+ Rendered recipes/new.html.haml within layouts/application (Duration: 2681.4ms | Allocations: 1131572)
7891
+ Rendered layout layouts/application.html.erb (Duration: 2681.7ms | Allocations: 1131647)
7892
+ Completed 500 Internal Server Error in 2823ms (ActiveRecord: 2.5ms | Allocations: 1157669)
7893
+
7894
+
7895
+
7896
+ ActionView::Template::Error (undefined method `javascript_pack_tag' for #<ActionView::Base:0x00563959c00b78>
7897
+ Did you mean? javascript_path
7898
+ javascript_tag):
7899
+ 1: = javascript_pack_tag 'cookbook'
7900
+ 2: - if Cookbook.configuration.include_cookbook_css == true
7901
+ 3: = stylesheet_link_tag 'cookbook/application'
7902
+ 4: - usables.each do |usable|
7903
+
7904
+ app/views/recipes/_form.html.haml:8
7905
+ app/views/recipes/_form.html.haml:2
7906
+ app/views/recipes/new.html.haml:3
7907
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:07:30 -0600
7908
+ Processing by RecipesController#new as HTML
7909
+ Rendering layout layouts/application.html.erb
7910
+ Rendering recipes/new.html.haml within layouts/application
7911
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 103.3ms | Allocations: 2813)
7912
+ Rendered recipes/_form.html.haml (Duration: 188.3ms | Allocations: 9509)
7913
+ Rendered recipes/new.html.haml within layouts/application (Duration: 189.8ms | Allocations: 9580)
7914
+ Rendered layout layouts/application.html.erb (Duration: 190.2ms | Allocations: 9651)
7915
+ Completed 500 Internal Server Error in 197ms (ActiveRecord: 0.0ms | Allocations: 9914)
7916
+
7917
+
7918
+
7919
+ ActionView::Template::Error (undefined method `javascript_pack_tag' for #<ActionView::Base:0x007f7635042330>
7920
+ Did you mean? javascript_path
7921
+ javascript_tag):
7922
+ 1: = javascript_pack_tag 'cookbook'
7923
+ 2: - if Cookbook.configuration.include_cookbook_css == true
7924
+ 3: = stylesheet_link_tag 'cookbook/application'
7925
+ 4: - usables.each do |usable|
7926
+
7927
+ app/views/recipes/_form.html.haml:8
7928
+ app/views/recipes/_form.html.haml:2
7929
+ app/views/recipes/new.html.haml:3
7930
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:11:00 -0600
7931
+  (2.4ms) SELECT sqlite_version(*)
7932
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7933
+ Processing by RecipesController#new as HTML
7934
+ Rendering layout layouts/application.html.erb
7935
+ Rendering recipes/new.html.haml within layouts/application
7936
+ [Webpacker] Compiling...
7937
+ [Webpacker] Compiled all packs in /home/loren/Code/cookbook/spec/dummy/public/packs
7938
+ [Webpacker] warning package.json: No license field
7939
+
7940
+ [Webpacker] Hash: 29c9d43211ad7eaebff5
7941
+ Version: webpack 4.46.0
7942
+ Time: 1152ms
7943
+ Built at: 09/21/2021 11:11:08 AM
7944
+ Asset Size Chunks Chunk Names
7945
+ js/application-065276fea03a5ee2cbf8.js 4.66 KiB application [emitted] [immutable] application
7946
+ js/application-065276fea03a5ee2cbf8.js.map 4.44 KiB application [emitted] [dev] application
7947
+ manifest.json 364 bytes [emitted]
7948
+ Entrypoint application = js/application-065276fea03a5ee2cbf8.js js/application-065276fea03a5ee2cbf8.js.map
7949
+ [./app/javascript/packs/application.js] 783 bytes {application} [built]
7950
+
7951
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 4044.7ms | Allocations: 5411)
7952
+ Rendered recipes/_form.html.haml (Duration: 7468.8ms | Allocations: 1128036)
7953
+ Rendered recipes/new.html.haml within layouts/application (Duration: 7483.6ms | Allocations: 1130984)
7954
+ Rendered layout layouts/application.html.erb (Duration: 7484.0ms | Allocations: 1131059)
7955
+ Completed 500 Internal Server Error in 7752ms (ActiveRecord: 1.4ms | Allocations: 1157080)
7956
+
7957
+
7958
+
7959
+ ActionView::Template::Error (Webpacker can't find cookbook.js in /home/loren/Code/cookbook/spec/dummy/public/packs/manifest.json. Possible causes:
7960
+ 1. You want to set webpacker.yml value of compile to true for your environment
7961
+ unless you are using the `webpack -w` or the webpack-dev-server.
7962
+ 2. webpack has not yet re-run to reflect updates.
7963
+ 3. You have misconfigured Webpacker's config/webpacker.yml file.
7964
+ 4. Your webpack configuration is not creating a manifest.
7965
+ Your manifest contains:
7966
+ {
7967
+ "application.js": "/packs/js/application-065276fea03a5ee2cbf8.js",
7968
+ "application.js.map": "/packs/js/application-065276fea03a5ee2cbf8.js.map",
7969
+ "entrypoints": {
7970
+ "application": {
7971
+ "js": [
7972
+ "/packs/js/application-065276fea03a5ee2cbf8.js"
7973
+ ],
7974
+ "js.map": [
7975
+ "/packs/js/application-065276fea03a5ee2cbf8.js.map"
7976
+ ]
7977
+ }
7978
+ }
7979
+ }
7980
+ ):
7981
+ 1: = javascript_pack_tag 'cookbook'
7982
+ 2: - if Cookbook.configuration.include_cookbook_css == true
7983
+ 3: = stylesheet_link_tag 'cookbook/application'
7984
+ 4: - usables.each do |usable|
7985
+
7986
+ app/views/recipes/_form.html.haml:8
7987
+ app/views/recipes/_form.html.haml:2
7988
+ app/views/recipes/new.html.haml:3
7989
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:43:26 -0600
7990
+ Processing by RecipesController#new as HTML
7991
+ Rendering layout layouts/application.html.erb
7992
+ Rendering recipes/new.html.haml within layouts/application
7993
+ [Webpacker] Compiling...
7994
+ [Webpacker] Compiled all packs in /home/loren/Code/cookbook/spec/dummy/public/packs
7995
+ [Webpacker] warning package.json: No license field
7996
+
7997
+ [Webpacker] Hash: b9f54ce4d2f6ee672ec8
7998
+ Version: webpack 4.46.0
7999
+ Time: 836ms
8000
+ Built at: 09/21/2021 11:43:29 AM
8001
+ Asset Size Chunks Chunk Names
8002
+ js/application-7585f5b62859c8880484.js 4.68 KiB application [emitted] [immutable] application
8003
+ js/application-7585f5b62859c8880484.js.map 4.46 KiB application [emitted] [dev] application
8004
+ manifest.json 364 bytes [emitted]
8005
+ Entrypoint application = js/application-7585f5b62859c8880484.js js/application-7585f5b62859c8880484.js.map
8006
+ [./app/javascript/packs/application.js] 804 bytes {application} [built]
8007
+
8008
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 2935.5ms | Allocations: 2353)
8009
+ Rendered recipes/_form.html.haml (Duration: 2952.0ms | Allocations: 9069)
8010
+ Rendered recipes/new.html.haml within layouts/application (Duration: 2952.4ms | Allocations: 9140)
8011
+ Rendered layout layouts/application.html.erb (Duration: 2952.7ms | Allocations: 9211)
8012
+ Completed 500 Internal Server Error in 2954ms (Allocations: 9474)
8013
+
8014
+
8015
+
8016
+ ActionView::Template::Error (Webpacker can't find cookbook.js in /home/loren/Code/cookbook/spec/dummy/public/packs/manifest.json. Possible causes:
8017
+ 1. You want to set webpacker.yml value of compile to true for your environment
8018
+ unless you are using the `webpack -w` or the webpack-dev-server.
8019
+ 2. webpack has not yet re-run to reflect updates.
8020
+ 3. You have misconfigured Webpacker's config/webpacker.yml file.
8021
+ 4. Your webpack configuration is not creating a manifest.
8022
+ Your manifest contains:
8023
+ {
8024
+ "application.js": "/packs/js/application-7585f5b62859c8880484.js",
8025
+ "application.js.map": "/packs/js/application-7585f5b62859c8880484.js.map",
8026
+ "entrypoints": {
8027
+ "application": {
8028
+ "js": [
8029
+ "/packs/js/application-7585f5b62859c8880484.js"
8030
+ ],
8031
+ "js.map": [
8032
+ "/packs/js/application-7585f5b62859c8880484.js.map"
8033
+ ]
8034
+ }
8035
+ }
8036
+ }
8037
+ ):
8038
+ 1: = javascript_pack_tag 'cookbook'
8039
+ 2: - if Cookbook.configuration.include_cookbook_css == true
8040
+ 3: = stylesheet_link_tag 'cookbook/application'
8041
+ 4: - usables.each do |usable|
8042
+
8043
+ app/views/recipes/_form.html.haml:8
8044
+ app/views/recipes/_form.html.haml:2
8045
+ app/views/recipes/new.html.haml:3
8046
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:44:18 -0600
8047
+  (2.2ms) SELECT sqlite_version(*)
8048
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8049
+ Processing by RecipesController#new as HTML
8050
+ Rendering layout layouts/application.html.erb
8051
+ Rendering recipes/new.html.haml within layouts/application
8052
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:44:19 -0600
8053
+ Processing by RecipesController#new as HTML
8054
+ Rendering layout layouts/application.html.erb
8055
+ Rendering recipes/new.html.haml within layouts/application
8056
+ [Webpacker] Everything's up-to-date. Nothing to do
8057
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 46.0ms | Allocations: 18794)
8058
+ Rendered recipes/_form.html.haml (Duration: 3750.1ms | Allocations: 1404161)
8059
+ Rendered recipes/new.html.haml within layouts/application (Duration: 3765.1ms | Allocations: 1413478)
8060
+ Rendered layout layouts/application.html.erb (Duration: 3765.9ms | Allocations: 1413657)
8061
+ Completed 500 Internal Server Error in 3868ms (ActiveRecord: 1.6ms | Allocations: 1439747)
8062
+
8063
+
8064
+
8065
+ ActionView::Template::Error (Webpacker can't find cookbook.js in /home/loren/Code/cookbook/spec/dummy/public/packs/manifest.json. Possible causes:
8066
+ 1. You want to set webpacker.yml value of compile to true for your environment
8067
+ unless you are using the `webpack -w` or the webpack-dev-server.
8068
+ 2. webpack has not yet re-run to reflect updates.
8069
+ 3. You have misconfigured Webpacker's config/webpacker.yml file.
8070
+ 4. Your webpack configuration is not creating a manifest.
8071
+ Your manifest contains:
8072
+ {
8073
+ "application.js": "/packs/js/application-7585f5b62859c8880484.js",
8074
+ "application.js.map": "/packs/js/application-7585f5b62859c8880484.js.map",
8075
+ "entrypoints": {
8076
+ "application": {
8077
+ "js": [
8078
+ "/packs/js/application-7585f5b62859c8880484.js"
8079
+ ],
8080
+ "js.map": [
8081
+ "/packs/js/application-7585f5b62859c8880484.js.map"
8082
+ ]
8083
+ }
8084
+ }
8085
+ }
8086
+ ):
8087
+ 1: = javascript_pack_tag 'cookbook'
8088
+ 2: - if Cookbook.configuration.include_cookbook_css == true
8089
+ 3: = stylesheet_link_tag 'cookbook/application'
8090
+ 4: - usables.each do |usable|
8091
+
8092
+ app/views/recipes/_form.html.haml:8
8093
+ app/views/recipes/_form.html.haml:2
8094
+ app/views/recipes/new.html.haml:3
8095
+ [Webpacker] Everything's up-to-date. Nothing to do
8096
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 3.4ms | Allocations: 1379)
8097
+ Rendered recipes/_form.html.haml (Duration: 6766.8ms | Allocations: 2091546)
8098
+ Rendered recipes/new.html.haml within layouts/application (Duration: 6767.2ms | Allocations: 2091617)
8099
+ Rendered layout layouts/application.html.erb (Duration: 6767.5ms | Allocations: 2091688)
8100
+ Completed 500 Internal Server Error in 6769ms (ActiveRecord: 0.0ms | Allocations: 2091951)
8101
+
8102
+
8103
+
8104
+ ActionView::Template::Error (Webpacker can't find cookbook.js in /home/loren/Code/cookbook/spec/dummy/public/packs/manifest.json. Possible causes:
8105
+ 1. You want to set webpacker.yml value of compile to true for your environment
8106
+ unless you are using the `webpack -w` or the webpack-dev-server.
8107
+ 2. webpack has not yet re-run to reflect updates.
8108
+ 3. You have misconfigured Webpacker's config/webpacker.yml file.
8109
+ 4. Your webpack configuration is not creating a manifest.
8110
+ Your manifest contains:
8111
+ {
8112
+ "application.js": "/packs/js/application-7585f5b62859c8880484.js",
8113
+ "application.js.map": "/packs/js/application-7585f5b62859c8880484.js.map",
8114
+ "entrypoints": {
8115
+ "application": {
8116
+ "js": [
8117
+ "/packs/js/application-7585f5b62859c8880484.js"
8118
+ ],
8119
+ "js.map": [
8120
+ "/packs/js/application-7585f5b62859c8880484.js.map"
8121
+ ]
8122
+ }
8123
+ }
8124
+ }
8125
+ ):
8126
+ 1: = javascript_pack_tag 'cookbook'
8127
+ 2: - if Cookbook.configuration.include_cookbook_css == true
8128
+ 3: = stylesheet_link_tag 'cookbook/application'
8129
+ 4: - usables.each do |usable|
8130
+
8131
+ app/views/recipes/_form.html.haml:8
8132
+ app/views/recipes/_form.html.haml:2
8133
+ app/views/recipes/new.html.haml:3
8134
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:47:45 -0600
8135
+  (1.5ms) SELECT sqlite_version(*)
8136
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8137
+ Processing by RecipesController#new as HTML
8138
+ Rendering layout layouts/application.html.erb
8139
+ Rendering recipes/new.html.haml within layouts/application
8140
+ [Webpacker] Everything's up-to-date. Nothing to do
8141
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 9.7ms | Allocations: 4595)
8142
+ Rendered recipes/_form.html.haml (Duration: 2648.9ms | Allocations: 1127223)
8143
+ Rendered recipes/new.html.haml within layouts/application (Duration: 2661.4ms | Allocations: 1130171)
8144
+ Rendered layout layouts/application.html.erb (Duration: 2661.9ms | Allocations: 1130246)
8145
+ Completed 500 Internal Server Error in 2779ms (ActiveRecord: 2.8ms | Allocations: 1156265)
8146
+
8147
+
8148
+
8149
+ ActionView::Template::Error (Webpacker can't find cookbook.js in /home/loren/Code/cookbook/spec/dummy/public/packs/manifest.json. Possible causes:
8150
+ 1. You want to set webpacker.yml value of compile to true for your environment
8151
+ unless you are using the `webpack -w` or the webpack-dev-server.
8152
+ 2. webpack has not yet re-run to reflect updates.
8153
+ 3. You have misconfigured Webpacker's config/webpacker.yml file.
8154
+ 4. Your webpack configuration is not creating a manifest.
8155
+ Your manifest contains:
8156
+ {
8157
+ "application.js": "/packs/js/application-7585f5b62859c8880484.js",
8158
+ "application.js.map": "/packs/js/application-7585f5b62859c8880484.js.map",
8159
+ "entrypoints": {
8160
+ "application": {
8161
+ "js": [
8162
+ "/packs/js/application-7585f5b62859c8880484.js"
8163
+ ],
8164
+ "js.map": [
8165
+ "/packs/js/application-7585f5b62859c8880484.js.map"
8166
+ ]
8167
+ }
8168
+ }
8169
+ }
8170
+ ):
8171
+ 1: = javascript_pack_tag 'cookbook'
8172
+ 2: - if Cookbook.configuration.include_cookbook_css == true
8173
+ 3: = stylesheet_link_tag 'cookbook/application'
8174
+ 4: - usables.each do |usable|
8175
+
8176
+ app/views/recipes/_form.html.haml:8
8177
+ app/views/recipes/_form.html.haml:2
8178
+ app/views/recipes/new.html.haml:3
8179
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:49:25 -0600
8180
+ Processing by RecipesController#new as HTML
8181
+ Rendering layout layouts/application.html.erb
8182
+ Rendering recipes/new.html.haml within layouts/application
8183
+ [Webpacker] Everything's up-to-date. Nothing to do
8184
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 3.9ms | Allocations: 1379)
8185
+ Rendered recipes/_form.html.haml (Duration: 34.3ms | Allocations: 8111)
8186
+ Rendered recipes/new.html.haml within layouts/application (Duration: 34.5ms | Allocations: 8182)
8187
+ Rendered layout layouts/application.html.erb (Duration: 34.9ms | Allocations: 8253)
8188
+ Completed 500 Internal Server Error in 36ms (ActiveRecord: 0.0ms | Allocations: 8517)
8189
+
8190
+
8191
+
8192
+ ActionView::Template::Error (Webpacker can't find cookbook.js in /home/loren/Code/cookbook/spec/dummy/public/packs/manifest.json. Possible causes:
8193
+ 1. You want to set webpacker.yml value of compile to true for your environment
8194
+ unless you are using the `webpack -w` or the webpack-dev-server.
8195
+ 2. webpack has not yet re-run to reflect updates.
8196
+ 3. You have misconfigured Webpacker's config/webpacker.yml file.
8197
+ 4. Your webpack configuration is not creating a manifest.
8198
+ Your manifest contains:
8199
+ {
8200
+ "application.js": "/packs/js/application-7585f5b62859c8880484.js",
8201
+ "application.js.map": "/packs/js/application-7585f5b62859c8880484.js.map",
8202
+ "entrypoints": {
8203
+ "application": {
8204
+ "js": [
8205
+ "/packs/js/application-7585f5b62859c8880484.js"
8206
+ ],
8207
+ "js.map": [
8208
+ "/packs/js/application-7585f5b62859c8880484.js.map"
8209
+ ]
8210
+ }
8211
+ }
8212
+ }
8213
+ ):
8214
+ 1: = javascript_pack_tag 'cookbook'
8215
+ 2: - if Cookbook.configuration.include_cookbook_css == true
8216
+ 3: = stylesheet_link_tag 'cookbook/application'
8217
+ 4: - usables.each do |usable|
8218
+
8219
+ app/views/recipes/_form.html.haml:8
8220
+ app/views/recipes/_form.html.haml:2
8221
+ app/views/recipes/new.html.haml:3
8222
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:49:39 -0600
8223
+  (1.4ms) SELECT sqlite_version(*)
8224
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8225
+ Processing by RecipesController#new as HTML
8226
+ Rendering layout layouts/application.html.erb
8227
+ Rendering recipes/new.html.haml within layouts/application
8228
+ [Webpacker] Everything's up-to-date. Nothing to do
8229
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 11.2ms | Allocations: 4595)
8230
+ Rendered recipes/_form.html.haml (Duration: 3114.3ms | Allocations: 1127224)
8231
+ Rendered recipes/new.html.haml within layouts/application (Duration: 3123.6ms | Allocations: 1130172)
8232
+ Rendered layout layouts/application.html.erb (Duration: 3124.8ms | Allocations: 1130247)
8233
+ Completed 500 Internal Server Error in 3229ms (ActiveRecord: 1.2ms | Allocations: 1156266)
8234
+
8235
+
8236
+
8237
+ ActionView::Template::Error (Webpacker can't find cookbook.js in /home/loren/Code/cookbook/spec/dummy/public/packs/manifest.json. Possible causes:
8238
+ 1. You want to set webpacker.yml value of compile to true for your environment
8239
+ unless you are using the `webpack -w` or the webpack-dev-server.
8240
+ 2. webpack has not yet re-run to reflect updates.
8241
+ 3. You have misconfigured Webpacker's config/webpacker.yml file.
8242
+ 4. Your webpack configuration is not creating a manifest.
8243
+ Your manifest contains:
8244
+ {
8245
+ "application.js": "/packs/js/application-7585f5b62859c8880484.js",
8246
+ "application.js.map": "/packs/js/application-7585f5b62859c8880484.js.map",
8247
+ "entrypoints": {
8248
+ "application": {
8249
+ "js": [
8250
+ "/packs/js/application-7585f5b62859c8880484.js"
8251
+ ],
8252
+ "js.map": [
8253
+ "/packs/js/application-7585f5b62859c8880484.js.map"
8254
+ ]
8255
+ }
8256
+ }
8257
+ }
8258
+ ):
8259
+ 1: = javascript_pack_tag 'cookbook'
8260
+ 2: - if Cookbook.configuration.include_cookbook_css == true
8261
+ 3: = stylesheet_link_tag 'cookbook/application'
8262
+ 4: - usables.each do |usable|
8263
+
8264
+ app/views/recipes/_form.html.haml:8
8265
+ app/views/recipes/_form.html.haml:2
8266
+ app/views/recipes/new.html.haml:3
8267
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:49:59 -0600
8268
+ Processing by RecipesController#new as HTML
8269
+ Rendering layout layouts/application.html.erb
8270
+ Rendering recipes/new.html.haml within layouts/application
8271
+ [Webpacker] Everything's up-to-date. Nothing to do
8272
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 45.7ms | Allocations: 3991)
8273
+ Rendered recipes/_form.html.haml (Duration: 189.5ms | Allocations: 12479)
8274
+ Rendered recipes/new.html.haml within layouts/application (Duration: 251.2ms | Allocations: 13711)
8275
+ Rendered layout layouts/application.html.erb (Duration: 251.5ms | Allocations: 13782)
8276
+ Completed 500 Internal Server Error in 268ms (ActiveRecord: 0.0ms | Allocations: 14975)
8277
+
8278
+
8279
+
8280
+ ActionView::Template::Error (Webpacker can't find cookbook/manifest.js in /home/loren/Code/cookbook/spec/dummy/public/packs/manifest.json. Possible causes:
8281
+ 1. You want to set webpacker.yml value of compile to true for your environment
8282
+ unless you are using the `webpack -w` or the webpack-dev-server.
8283
+ 2. webpack has not yet re-run to reflect updates.
8284
+ 3. You have misconfigured Webpacker's config/webpacker.yml file.
8285
+ 4. Your webpack configuration is not creating a manifest.
8286
+ Your manifest contains:
8287
+ {
8288
+ "application.js": "/packs/js/application-7585f5b62859c8880484.js",
8289
+ "application.js.map": "/packs/js/application-7585f5b62859c8880484.js.map",
8290
+ "entrypoints": {
8291
+ "application": {
8292
+ "js": [
8293
+ "/packs/js/application-7585f5b62859c8880484.js"
8294
+ ],
8295
+ "js.map": [
8296
+ "/packs/js/application-7585f5b62859c8880484.js.map"
8297
+ ]
8298
+ }
8299
+ }
8300
+ }
8301
+ ):
8302
+ 1: = javascript_pack_tag 'cookbook/manifest'
8303
+ 2: - if Cookbook.configuration.include_cookbook_css == true
8304
+ 3: = stylesheet_link_tag 'cookbook/application'
8305
+ 4: - usables.each do |usable|
8306
+
8307
+ app/views/recipes/_form.html.haml:8
8308
+ app/views/recipes/_form.html.haml:2
8309
+ app/views/recipes/new.html.haml:3
8310
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:51:55 -0600
8311
+ Processing by RecipesController#new as HTML
8312
+ Rendering layout layouts/application.html.erb
8313
+ Rendering recipes/new.html.haml within layouts/application
8314
+ [Webpacker] Everything's up-to-date. Nothing to do
8315
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 8.3ms | Allocations: 3990)
8316
+ Rendered recipes/_form.html.haml (Duration: 34.0ms | Allocations: 12473)
8317
+ Rendered recipes/new.html.haml within layouts/application (Duration: 36.0ms | Allocations: 13705)
8318
+ Rendered layout layouts/application.html.erb (Duration: 36.3ms | Allocations: 13776)
8319
+ Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.0ms | Allocations: 14970)
8320
+
8321
+
8322
+
8323
+ ActionView::Template::Error (Webpacker can't find cookbook/application.js in /home/loren/Code/cookbook/spec/dummy/public/packs/manifest.json. Possible causes:
8324
+ 1. You want to set webpacker.yml value of compile to true for your environment
8325
+ unless you are using the `webpack -w` or the webpack-dev-server.
8326
+ 2. webpack has not yet re-run to reflect updates.
8327
+ 3. You have misconfigured Webpacker's config/webpacker.yml file.
8328
+ 4. Your webpack configuration is not creating a manifest.
8329
+ Your manifest contains:
8330
+ {
8331
+ "application.js": "/packs/js/application-7585f5b62859c8880484.js",
8332
+ "application.js.map": "/packs/js/application-7585f5b62859c8880484.js.map",
8333
+ "entrypoints": {
8334
+ "application": {
8335
+ "js": [
8336
+ "/packs/js/application-7585f5b62859c8880484.js"
8337
+ ],
8338
+ "js.map": [
8339
+ "/packs/js/application-7585f5b62859c8880484.js.map"
8340
+ ]
8341
+ }
8342
+ }
8343
+ }
8344
+ ):
8345
+ 1: = javascript_pack_tag 'cookbook/application'
8346
+ 2: - if Cookbook.configuration.include_cookbook_css == true
8347
+ 3: = stylesheet_link_tag 'cookbook/application'
8348
+ 4: - usables.each do |usable|
8349
+
8350
+ app/views/recipes/_form.html.haml:8
8351
+ app/views/recipes/_form.html.haml:2
8352
+ app/views/recipes/new.html.haml:3
8353
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:52:13 -0600
8354
+  (1.7ms) SELECT sqlite_version(*)
8355
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8356
+ Processing by RecipesController#new as HTML
8357
+ Rendering layout layouts/application.html.erb
8358
+ Rendering recipes/new.html.haml within layouts/application
8359
+ [Webpacker] Everything's up-to-date. Nothing to do
8360
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 13.6ms | Allocations: 4595)
8361
+ Rendered recipes/_form.html.haml (Duration: 3978.1ms | Allocations: 1127222)
8362
+ Rendered recipes/new.html.haml within layouts/application (Duration: 3984.6ms | Allocations: 1130172)
8363
+ Rendered layout layouts/application.html.erb (Duration: 3984.9ms | Allocations: 1130247)
8364
+ Completed 500 Internal Server Error in 4088ms (ActiveRecord: 1.5ms | Allocations: 1156268)
8365
+
8366
+
8367
+
8368
+ ActionView::Template::Error (Webpacker can't find cookbook/application.js in /home/loren/Code/cookbook/spec/dummy/public/packs/manifest.json. Possible causes:
8369
+ 1. You want to set webpacker.yml value of compile to true for your environment
8370
+ unless you are using the `webpack -w` or the webpack-dev-server.
8371
+ 2. webpack has not yet re-run to reflect updates.
8372
+ 3. You have misconfigured Webpacker's config/webpacker.yml file.
8373
+ 4. Your webpack configuration is not creating a manifest.
8374
+ Your manifest contains:
8375
+ {
8376
+ "application.js": "/packs/js/application-7585f5b62859c8880484.js",
8377
+ "application.js.map": "/packs/js/application-7585f5b62859c8880484.js.map",
8378
+ "entrypoints": {
8379
+ "application": {
8380
+ "js": [
8381
+ "/packs/js/application-7585f5b62859c8880484.js"
8382
+ ],
8383
+ "js.map": [
8384
+ "/packs/js/application-7585f5b62859c8880484.js.map"
8385
+ ]
8386
+ }
8387
+ }
8388
+ }
8389
+ ):
8390
+ 1: = javascript_pack_tag 'cookbook/application'
8391
+ 2: - if Cookbook.configuration.include_cookbook_css == true
8392
+ 3: = stylesheet_link_tag 'cookbook/application'
8393
+ 4: - usables.each do |usable|
8394
+
8395
+ app/views/recipes/_form.html.haml:8
8396
+ app/views/recipes/_form.html.haml:2
8397
+ app/views/recipes/new.html.haml:3
8398
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:52:22 -0600
8399
+ Processing by RecipesController#new as HTML
8400
+ Rendering layout layouts/application.html.erb
8401
+ Rendering recipes/new.html.haml within layouts/application
8402
+ [Webpacker] Everything's up-to-date. Nothing to do
8403
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 5.0ms | Allocations: 1379)
8404
+ Rendered recipes/_form.html.haml (Duration: 74.3ms | Allocations: 8095)
8405
+ Rendered recipes/new.html.haml within layouts/application (Duration: 74.7ms | Allocations: 8166)
8406
+ Rendered layout layouts/application.html.erb (Duration: 75.0ms | Allocations: 8237)
8407
+ Completed 500 Internal Server Error in 81ms (ActiveRecord: 0.0ms | Allocations: 8500)
8408
+
8409
+
8410
+
8411
+ ActionView::Template::Error (Webpacker can't find cookbook/application.js in /home/loren/Code/cookbook/spec/dummy/public/packs/manifest.json. Possible causes:
8412
+ 1. You want to set webpacker.yml value of compile to true for your environment
8413
+ unless you are using the `webpack -w` or the webpack-dev-server.
8414
+ 2. webpack has not yet re-run to reflect updates.
8415
+ 3. You have misconfigured Webpacker's config/webpacker.yml file.
8416
+ 4. Your webpack configuration is not creating a manifest.
8417
+ Your manifest contains:
8418
+ {
8419
+ "application.js": "/packs/js/application-7585f5b62859c8880484.js",
8420
+ "application.js.map": "/packs/js/application-7585f5b62859c8880484.js.map",
8421
+ "entrypoints": {
8422
+ "application": {
8423
+ "js": [
8424
+ "/packs/js/application-7585f5b62859c8880484.js"
8425
+ ],
8426
+ "js.map": [
8427
+ "/packs/js/application-7585f5b62859c8880484.js.map"
8428
+ ]
8429
+ }
8430
+ }
8431
+ }
8432
+ ):
8433
+ 1: = javascript_pack_tag 'cookbook/application'
8434
+ 2: - if Cookbook.configuration.include_cookbook_css == true
8435
+ 3: = stylesheet_link_tag 'cookbook/application'
8436
+ 4: - usables.each do |usable|
8437
+
8438
+ app/views/recipes/_form.html.haml:8
8439
+ app/views/recipes/_form.html.haml:2
8440
+ app/views/recipes/new.html.haml:3
8441
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:53:40 -0600
8442
+  (2.9ms) SELECT sqlite_version(*)
8443
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8444
+ Processing by RecipesController#new as HTML
8445
+ Rendering layout layouts/application.html.erb
8446
+ Rendering recipes/new.html.haml within layouts/application
8447
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 35.4ms | Allocations: 6027)
8448
+ Rendered recipes/_form.html.haml (Duration: 3209.7ms | Allocations: 1128641)
8449
+ Rendered recipes/new.html.haml within layouts/application (Duration: 3222.7ms | Allocations: 1131589)
8450
+ Rendered layout layouts/application.html.erb (Duration: 3223.0ms | Allocations: 1131664)
8451
+ Completed 500 Internal Server Error in 3321ms (ActiveRecord: 1.7ms | Allocations: 1157683)
8452
+
8453
+
8454
+
8455
+ ActionView::Template::Error (undefined method `javascript_pack_tag' for #<ActionView::Base:0x00560aefb2bec0>
8456
+ Did you mean? javascript_path
8457
+ javascript_tag):
8458
+ 1: = javascript_pack_tag 'cookbook/application'
8459
+ 2: - if Cookbook.configuration.include_cookbook_css == true
8460
+ 3: = stylesheet_link_tag 'cookbook/application'
8461
+ 4: - usables.each do |usable|
8462
+
8463
+ app/views/recipes/_form.html.haml:8
8464
+ app/views/recipes/_form.html.haml:2
8465
+ app/views/recipes/new.html.haml:3
8466
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:53:56 -0600
8467
+ Processing by RecipesController#new as HTML
8468
+ Rendering layout layouts/application.html.erb
8469
+ Rendering recipes/new.html.haml within layouts/application
8470
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 311.3ms | Allocations: 33753)
8471
+ Rendered recipes/_form.html.haml (Duration: 380.8ms | Allocations: 42231)
8472
+ Rendered recipes/new.html.haml within layouts/application (Duration: 397.9ms | Allocations: 43463)
8473
+ Rendered layout layouts/application.html.erb (Duration: 398.6ms | Allocations: 43534)
8474
+ Completed 500 Internal Server Error in 423ms (ActiveRecord: 0.7ms | Allocations: 44727)
8475
+
8476
+
8477
+
8478
+ ActionView::Template::Error (Missing partial recipes/_ingredient_use_fields, application/_ingredient_use_fields with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :haml]}. Searched in:
8479
+ * "/home/loren/Code/cookbook/spec/dummy/app/views"
8480
+ * "/home/loren/Code/cookbook/app/views"
8481
+ * "/home/loren/.rvm/gems/ruby-2.6.3/gems/devise-4.8.0/app/views"
8482
+ * "/home/loren/.rvm/gems/ruby-2.6.3/gems/actiontext-6.1.4.1/app/views"
8483
+ * "/home/loren/.rvm/gems/ruby-2.6.3/gems/actionmailbox-6.1.4.1/app/views"
8484
+ ):
8485
+ 5: %fieldset.used_in{class: usable.plural_class}
8486
+ 6: %legend
8487
+ 7: %h3= usable.title
8488
+ 8: = cookbook_link_to_add_fields "Add #{usable.singular_title}", form, usable.uses_sym
8489
+ 9: %div{id: usable.plural_class}
8490
+ 10: = form.fields_for usable.uses_sym do |g|
8491
+ 11: = render 'cookbook/uses_fields', form: g, usable: usable
8492
+
8493
+ app/views/recipes/_form.html.haml:8
8494
+ app/views/recipes/_form.html.haml:2
8495
+ app/views/recipes/new.html.haml:3
8496
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:56:04 -0600
8497
+ Processing by RecipesController#new as HTML
8498
+ Rendering layout layouts/application.html.erb
8499
+ Rendering recipes/new.html.haml within layouts/application
8500
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 10.5ms | Allocations: 6556)
8501
+ Rendered recipes/_form.html.haml (Duration: 85.7ms | Allocations: 15043)
8502
+ Rendered recipes/new.html.haml within layouts/application (Duration: 88.9ms | Allocations: 16275)
8503
+ Rendered layout layouts/application.html.erb (Duration: 89.1ms | Allocations: 16346)
8504
+ Completed 500 Internal Server Error in 94ms (ActiveRecord: 0.0ms | Allocations: 17539)
8505
+
8506
+
8507
+
8508
+ ActionView::Template::Error (Missing partial recipes/_ingredient_use_fields, application/_ingredient_use_fields with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :haml]}. Searched in:
8509
+ * "/home/loren/Code/cookbook/spec/dummy/app/views"
8510
+ * "/home/loren/Code/cookbook/app/views"
8511
+ * "/home/loren/.rvm/gems/ruby-2.6.3/gems/devise-4.8.0/app/views"
8512
+ * "/home/loren/.rvm/gems/ruby-2.6.3/gems/actiontext-6.1.4.1/app/views"
8513
+ * "/home/loren/.rvm/gems/ruby-2.6.3/gems/actionmailbox-6.1.4.1/app/views"
8514
+ ):
8515
+ 5: %fieldset.used_in{class: usable.plural_class}
8516
+ 6: %legend
8517
+ 7: %h3= usable.title
8518
+ 8: = cookbook_link_to_add_fields "Add #{usable.singular_title}", form, usable.uses_sym
8519
+ 9: %div{id: usable.plural_class}
8520
+ 10: = form.fields_for usable.uses_sym do |g|
8521
+ 11: = render 'cookbook/use_fields', form: g, usable: usable
8522
+
8523
+ app/views/recipes/_form.html.haml:8
8524
+ app/views/recipes/_form.html.haml:2
8525
+ app/views/recipes/new.html.haml:3
8526
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:57:23 -0600
8527
+ Processing by RecipesController#new as HTML
8528
+  (0.2ms) SELECT sqlite_version(*)
8529
+ ↳ app/controllers/recipes_controller.rb:18:in `new'
8530
+ Rendering layout layouts/application.html.erb
8531
+ Rendering recipes/new.html.haml within layouts/application
8532
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 12.4ms | Allocations: 5611)
8533
+ Rendered recipes/_form.html.haml (Duration: 46.0ms | Allocations: 15600)
8534
+ Rendered recipes/new.html.haml within layouts/application (Duration: 49.4ms | Allocations: 16863)
8535
+ Rendered layout layouts/application.html.erb (Duration: 49.7ms | Allocations: 16934)
8536
+ Completed 500 Internal Server Error in 110ms (ActiveRecord: 2.4ms | Allocations: 40202)
8537
+
8538
+
8539
+
8540
+ ActionView::Template::Error (wrong number of arguments (given 4, expected 3)):
8541
+ 5: %fieldset.used_in{class: usable.plural_class}
8542
+ 6: %legend
8543
+ 7: %h3= usable.title
8544
+ 8: = cookbook_link_to_add_fields "Add #{usable.singular_title}", form, usable.uses_sym, 'cookbook/use_fields'
8545
+ 9: %div{id: usable.plural_class}
8546
+ 10: = form.fields_for usable.uses_sym do |g|
8547
+ 11: = render 'cookbook/use_fields', form: g, usable: usable
8548
+
8549
+ app/views/recipes/_form.html.haml:8
8550
+ app/views/recipes/_form.html.haml:2
8551
+ app/views/recipes/new.html.haml:3
8552
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:57:48 -0600
8553
+  (2.6ms) SELECT sqlite_version(*)
8554
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8555
+ Processing by RecipesController#new as HTML
8556
+ Rendering layout layouts/application.html.erb
8557
+ Rendering recipes/new.html.haml within layouts/application
8558
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 10.4ms | Allocations: 5580)
8559
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 45.2ms | Allocations: 22977)
8560
+ Rendered recipes/_form.html.haml (Duration: 2476.7ms | Allocations: 1145592)
8561
+ Rendered recipes/new.html.haml within layouts/application (Duration: 2483.2ms | Allocations: 1148540)
8562
+ Rendered layout layouts/application.html.erb (Duration: 2483.5ms | Allocations: 1148615)
8563
+ Completed 500 Internal Server Error in 2595ms (ActiveRecord: 4.1ms | Allocations: 1174634)
8564
+
8565
+
8566
+
8567
+ ActionView::Template::Error (undefined local variable or method `form' for #<ActionView::Base:0x00560a832bbf40>
8568
+ Did you mean? for
8569
+ fork):
8570
+ 1: :ruby
8571
+ 2: table_sym = form.object_name.gsub(/[^\[]+\[([^\]]+)_uses_attributes\].*/, "\\1").pluralize
8572
+ 3: model = table_sym.to_s.classify.constantize
8573
+ 4: collection = if Cookbook.configuration.authorize_with == :cancancan
8574
+
8575
+ app/views/recipes/_form.html.haml:8
8576
+ app/views/recipes/_form.html.haml:2
8577
+ app/views/recipes/new.html.haml:3
8578
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:58:16 -0600
8579
+ Processing by RecipesController#new as HTML
8580
+ Rendering layout layouts/application.html.erb
8581
+ Rendering recipes/new.html.haml within layouts/application
8582
+ Ingredient Load (0.4ms) SELECT "ingredients".* FROM "ingredients"
8583
+ ↳ app/views/recipes/_form.html.haml:8
8584
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 208.3ms | Allocations: 19767)
8585
+ Tool Load (0.4ms) SELECT "tools".* FROM "tools"
8586
+ ↳ app/views/recipes/_form.html.haml:8
8587
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 85.2ms | Allocations: 15344)
8588
+ Supply Load (0.4ms) SELECT "supplies".* FROM "supplies"
8589
+ ↳ app/views/recipes/_form.html.haml:8
8590
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 72.8ms | Allocations: 15342)
8591
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 410.4ms | Allocations: 56700)
8592
+ Rendered recipes/_form.html.haml (Duration: 477.6ms | Allocations: 65493)
8593
+ Rendered recipes/new.html.haml within layouts/application (Duration: 484.4ms | Allocations: 66748)
8594
+ Rendered layout layouts/application.html.erb (Duration: 554.8ms | Allocations: 72251)
8595
+ Completed 200 OK in 569ms (Views: 546.9ms | ActiveRecord: 20.9ms | Allocations: 73473)
8596
+
8597
+
8598
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:58:52 -0600
8599
+ Processing by RecipesController#new as HTML
8600
+ Rendering layout layouts/application.html.erb
8601
+ Rendering recipes/new.html.haml within layouts/application
8602
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 6.7ms | Allocations: 2099)
8603
+ Rendered recipes/_form.html.haml (Duration: 37.7ms | Allocations: 8759)
8604
+ Rendered recipes/new.html.haml within layouts/application (Duration: 38.7ms | Allocations: 8830)
8605
+ Rendered layout layouts/application.html.erb (Duration: 39.0ms | Allocations: 8900)
8606
+ Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.0ms | Allocations: 9155)
8607
+
8608
+
8609
+
8610
+ ActionView::Template::Error (couldn't find file 'addFields' with type 'application/javascript'
8611
+ Checked in these paths:
8612
+ /home/loren/Code/cookbook/spec/dummy/app/assets/config
8613
+ /home/loren/Code/cookbook/spec/dummy/app/assets/images
8614
+ /home/loren/Code/cookbook/spec/dummy/app/assets/stylesheets
8615
+ /home/loren/Code/cookbook/app/assets/javascript
8616
+ /home/loren/Code/cookbook/app/assets/stylesheets
8617
+ /home/loren/.rvm/gems/ruby-2.6.3/gems/vanilla_nested-1.3.0/app/assets/javascripts
8618
+ /home/loren/.rvm/gems/ruby-2.6.3/gems/actioncable-6.1.4.1/app/assets/javascripts
8619
+ /home/loren/.rvm/gems/ruby-2.6.3/gems/activestorage-6.1.4.1/app/assets/javascripts
8620
+ /home/loren/.rvm/gems/ruby-2.6.3/gems/actionview-6.1.4.1/lib/assets/compiled):
8621
+ 1: = javascript_include_tag 'cookbook/application'
8622
+ 2: - if Cookbook.configuration.include_cookbook_css == true
8623
+ 3: = stylesheet_link_tag 'cookbook/application'
8624
+ 4: - usables.each do |usable|
8625
+
8626
+ app/views/recipes/_form.html.haml:8
8627
+ app/views/recipes/_form.html.haml:2
8628
+ app/views/recipes/new.html.haml:3
8629
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 11:59:10 -0600
8630
+ Processing by RecipesController#new as HTML
8631
+ Rendering layout layouts/application.html.erb
8632
+ Rendering recipes/new.html.haml within layouts/application
8633
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients"
8634
+ ↳ app/views/recipes/_form.html.haml:8
8635
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 41.2ms | Allocations: 12358)
8636
+ Tool Load (0.2ms) SELECT "tools".* FROM "tools"
8637
+ ↳ app/views/recipes/_form.html.haml:8
8638
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 39.2ms | Allocations: 11943)
8639
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
8640
+ ↳ app/views/recipes/_form.html.haml:8
8641
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 36.9ms | Allocations: 11945)
8642
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 146.4ms | Allocations: 48665)
8643
+ Rendered recipes/_form.html.haml (Duration: 166.4ms | Allocations: 55629)
8644
+ Rendered recipes/new.html.haml within layouts/application (Duration: 167.1ms | Allocations: 55719)
8645
+ Rendered layout layouts/application.html.erb (Duration: 169.8ms | Allocations: 57058)
8646
+ Completed 200 OK in 171ms (Views: 170.1ms | ActiveRecord: 0.7ms | Allocations: 57340)
8647
+
8648
+
8649
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:00:11 -0600
8650
+ Processing by RecipesController#new as HTML
8651
+ Rendering layout layouts/application.html.erb
8652
+ Rendering recipes/new.html.haml within layouts/application
8653
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
8654
+ ↳ app/views/recipes/_form.html.haml:8
8655
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 104.6ms | Allocations: 12370)
8656
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools"
8657
+ ↳ app/views/recipes/_form.html.haml:8
8658
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 39.6ms | Allocations: 11944)
8659
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
8660
+ ↳ app/views/recipes/_form.html.haml:8
8661
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 41.4ms | Allocations: 11945)
8662
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 219.8ms | Allocations: 49388)
8663
+ Rendered recipes/_form.html.haml (Duration: 240.9ms | Allocations: 56311)
8664
+ Rendered recipes/new.html.haml within layouts/application (Duration: 241.3ms | Allocations: 56401)
8665
+ Rendered layout layouts/application.html.erb (Duration: 244.4ms | Allocations: 57723)
8666
+ Completed 200 OK in 246ms (Views: 244.5ms | ActiveRecord: 0.8ms | Allocations: 58005)
8667
+
8668
+
8669
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:00:33 -0600
8670
+  (2.1ms) SELECT sqlite_version(*)
8671
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8672
+ Processing by RecipesController#new as HTML
8673
+ Rendering layout layouts/application.html.erb
8674
+ Rendering recipes/new.html.haml within layouts/application
8675
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients"
8676
+ ↳ app/views/recipes/_form.html.haml:8
8677
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 58.7ms | Allocations: 19763)
8678
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools"
8679
+ ↳ app/views/recipes/_form.html.haml:8
8680
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 64.9ms | Allocations: 15383)
8681
+ Supply Load (0.3ms) SELECT "supplies".* FROM "supplies"
8682
+ ↳ app/views/recipes/_form.html.haml:8
8683
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 35.2ms | Allocations: 15381)
8684
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 198.1ms | Allocations: 69585)
8685
+ Rendered recipes/_form.html.haml (Duration: 3025.4ms | Allocations: 1192515)
8686
+ Rendered recipes/new.html.haml within layouts/application (Duration: 3035.6ms | Allocations: 1195486)
8687
+ Rendered layout layouts/application.html.erb (Duration: 3039.5ms | Allocations: 1197210)
8688
+ Completed 200 OK in 3165ms (Views: 3043.5ms | ActiveRecord: 5.8ms | Allocations: 1223253)
8689
+
8690
+
8691
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:01:08 -0600
8692
+ Processing by RecipesController#new as HTML
8693
+ Rendering layout layouts/application.html.erb
8694
+ Rendering recipes/new.html.haml within layouts/application
8695
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients"
8696
+ ↳ app/views/recipes/_form.html.haml:8
8697
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 43.0ms | Allocations: 12330)
8698
+ Tool Load (0.2ms) SELECT "tools".* FROM "tools"
8699
+ ↳ app/views/recipes/_form.html.haml:8
8700
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 42.1ms | Allocations: 11943)
8701
+ Supply Load (0.3ms) SELECT "supplies".* FROM "supplies"
8702
+ ↳ app/views/recipes/_form.html.haml:8
8703
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 46.8ms | Allocations: 11945)
8704
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 179.3ms | Allocations: 51982)
8705
+ Rendered recipes/_form.html.haml (Duration: 201.9ms | Allocations: 58946)
8706
+ Rendered recipes/new.html.haml within layouts/application (Duration: 202.4ms | Allocations: 59036)
8707
+ Rendered layout layouts/application.html.erb (Duration: 204.9ms | Allocations: 60357)
8708
+ Completed 200 OK in 207ms (Views: 205.3ms | ActiveRecord: 0.7ms | Allocations: 60640)
8709
+
8710
+
8711
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:02:29 -0600
8712
+ Processing by RecipesController#new as HTML
8713
+ Rendering layout layouts/application.html.erb
8714
+ Rendering recipes/new.html.haml within layouts/application
8715
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients"
8716
+ ↳ app/views/recipes/_form.html.haml:8
8717
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 38.3ms | Allocations: 12318)
8718
+ Tool Load (0.2ms) SELECT "tools".* FROM "tools"
8719
+ ↳ app/views/recipes/_form.html.haml:8
8720
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 36.5ms | Allocations: 11943)
8721
+ Supply Load (0.3ms) SELECT "supplies".* FROM "supplies"
8722
+ ↳ app/views/recipes/_form.html.haml:8
8723
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 36.4ms | Allocations: 11945)
8724
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 141.8ms | Allocations: 51479)
8725
+ Rendered recipes/_form.html.haml (Duration: 157.6ms | Allocations: 58398)
8726
+ Rendered recipes/new.html.haml within layouts/application (Duration: 157.9ms | Allocations: 58488)
8727
+ Rendered layout layouts/application.html.erb (Duration: 159.9ms | Allocations: 59808)
8728
+ Completed 200 OK in 162ms (Views: 160.0ms | ActiveRecord: 0.7ms | Allocations: 60082)
8729
+
8730
+
8731
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:02:32 -0600
8732
+ Processing by RecipesController#new as HTML
8733
+ Rendering layout layouts/application.html.erb
8734
+ Rendering recipes/new.html.haml within layouts/application
8735
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
8736
+ ↳ app/views/recipes/_form.html.haml:8
8737
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 31.0ms | Allocations: 12359)
8738
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools"
8739
+ ↳ app/views/recipes/_form.html.haml:8
8740
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 29.8ms | Allocations: 11943)
8741
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
8742
+ ↳ app/views/recipes/_form.html.haml:8
8743
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 30.9ms | Allocations: 11945)
8744
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 99.8ms | Allocations: 40134)
8745
+ Rendered recipes/_form.html.haml (Duration: 142.3ms | Allocations: 47075)
8746
+ Rendered recipes/new.html.haml within layouts/application (Duration: 142.7ms | Allocations: 47165)
8747
+ Rendered layout layouts/application.html.erb (Duration: 146.0ms | Allocations: 48486)
8748
+ Completed 200 OK in 147ms (Views: 146.1ms | ActiveRecord: 0.7ms | Allocations: 48767)
8749
+
8750
+
8751
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:02:47 -0600
8752
+ Processing by RecipesController#new as HTML
8753
+ Rendering layout layouts/application.html.erb
8754
+ Rendering recipes/new.html.haml within layouts/application
8755
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
8756
+ ↳ app/views/recipes/_form.html.haml:8
8757
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 34.1ms | Allocations: 12310)
8758
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools"
8759
+ ↳ app/views/recipes/_form.html.haml:8
8760
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 40.4ms | Allocations: 11943)
8761
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
8762
+ ↳ app/views/recipes/_form.html.haml:8
8763
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 35.1ms | Allocations: 11945)
8764
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 137.5ms | Allocations: 51468)
8765
+ Rendered recipes/_form.html.haml (Duration: 157.5ms | Allocations: 58408)
8766
+ Rendered recipes/new.html.haml within layouts/application (Duration: 157.9ms | Allocations: 58498)
8767
+ Rendered layout layouts/application.html.erb (Duration: 159.8ms | Allocations: 59818)
8768
+ Completed 200 OK in 163ms (Views: 161.6ms | ActiveRecord: 0.7ms | Allocations: 60092)
8769
+
8770
+
8771
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:03:49 -0600
8772
+ Processing by RecipesController#new as HTML
8773
+ Rendering layout layouts/application.html.erb
8774
+ Rendering recipes/new.html.haml within layouts/application
8775
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
8776
+ ↳ app/views/recipes/_form.html.haml:8
8777
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 42.4ms | Allocations: 12318)
8778
+ Tool Load (0.4ms) SELECT "tools".* FROM "tools"
8779
+ ↳ app/views/recipes/_form.html.haml:8
8780
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 39.1ms | Allocations: 11943)
8781
+ Supply Load (0.3ms) SELECT "supplies".* FROM "supplies"
8782
+ ↳ app/views/recipes/_form.html.haml:8
8783
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 47.6ms | Allocations: 11945)
8784
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 163.1ms | Allocations: 51912)
8785
+ Rendered recipes/_form.html.haml (Duration: 183.8ms | Allocations: 58831)
8786
+ Rendered recipes/new.html.haml within layouts/application (Duration: 184.2ms | Allocations: 58921)
8787
+ Rendered layout layouts/application.html.erb (Duration: 187.4ms | Allocations: 60241)
8788
+ Completed 200 OK in 189ms (Views: 187.2ms | ActiveRecord: 0.8ms | Allocations: 60515)
8789
+
8790
+
8791
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:04:02 -0600
8792
+ Processing by RecipesController#new as HTML
8793
+ Rendering layout layouts/application.html.erb
8794
+ Rendering recipes/new.html.haml within layouts/application
8795
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients"
8796
+ ↳ app/views/recipes/_form.html.haml:8
8797
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 30.8ms | Allocations: 12341)
8798
+ Tool Load (0.2ms) SELECT "tools".* FROM "tools"
8799
+ ↳ app/views/recipes/_form.html.haml:8
8800
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 31.0ms | Allocations: 11943)
8801
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
8802
+ ↳ app/views/recipes/_form.html.haml:8
8803
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 32.3ms | Allocations: 11945)
8804
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 118.9ms | Allocations: 51494)
8805
+ Rendered recipes/_form.html.haml (Duration: 140.9ms | Allocations: 58454)
8806
+ Rendered recipes/new.html.haml within layouts/application (Duration: 141.3ms | Allocations: 58544)
8807
+ Rendered layout layouts/application.html.erb (Duration: 143.4ms | Allocations: 59864)
8808
+ Completed 200 OK in 145ms (Views: 143.4ms | ActiveRecord: 0.7ms | Allocations: 60138)
8809
+
8810
+
8811
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:04:51 -0600
8812
+ Processing by RecipesController#new as HTML
8813
+  (0.1ms) SELECT sqlite_version(*)
8814
+ ↳ app/controllers/recipes_controller.rb:18:in `new'
8815
+ Rendering layout layouts/application.html.erb
8816
+ Rendering recipes/new.html.haml within layouts/application
8817
+ Ingredient Load (0.5ms) SELECT "ingredients".* FROM "ingredients"
8818
+ ↳ app/views/recipes/_form.html.haml:8
8819
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 55.9ms | Allocations: 18794)
8820
+ Tool Load (0.4ms) SELECT "tools".* FROM "tools"
8821
+ ↳ app/views/recipes/_form.html.haml:8
8822
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 79.3ms | Allocations: 15120)
8823
+ Supply Load (0.5ms) SELECT "supplies".* FROM "supplies"
8824
+ ↳ app/views/recipes/_form.html.haml:8
8825
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 53.0ms | Allocations: 15043)
8826
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 222.0ms | Allocations: 62054)
8827
+ Rendered recipes/_form.html.haml (Duration: 250.4ms | Allocations: 72296)
8828
+ Rendered recipes/new.html.haml within layouts/application (Duration: 253.5ms | Allocations: 73585)
8829
+ Rendered layout layouts/application.html.erb (Duration: 256.3ms | Allocations: 75114)
8830
+ Completed 200 OK in 330ms (Views: 253.0ms | ActiveRecord: 8.0ms | Allocations: 98403)
8831
+
8832
+
8833
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:05:08 -0600
8834
+  (2.4ms) SELECT sqlite_version(*)
8835
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8836
+ Processing by RecipesController#new as HTML
8837
+ Rendering layout layouts/application.html.erb
8838
+ Rendering recipes/new.html.haml within layouts/application
8839
+ Ingredient Load (0.4ms) SELECT "ingredients".* FROM "ingredients"
8840
+ ↳ app/views/recipes/_form.html.haml:8
8841
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 53.7ms | Allocations: 19762)
8842
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools"
8843
+ ↳ app/views/recipes/_form.html.haml:8
8844
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 37.3ms | Allocations: 15344)
8845
+ Supply Load (0.4ms) SELECT "supplies".* FROM "supplies"
8846
+ ↳ app/views/recipes/_form.html.haml:8
8847
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 35.6ms | Allocations: 15342)
8848
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 166.0ms | Allocations: 69579)
8849
+ Rendered recipes/_form.html.haml (Duration: 3332.0ms | Allocations: 1192512)
8850
+ Rendered recipes/new.html.haml within layouts/application (Duration: 3338.4ms | Allocations: 1195483)
8851
+ Rendered layout layouts/application.html.erb (Duration: 3342.4ms | Allocations: 1197203)
8852
+ Completed 200 OK in 3435ms (Views: 3343.2ms | ActiveRecord: 5.2ms | Allocations: 1223246)
8853
+
8854
+
8855
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:06:05 -0600
8856
+ Processing by RecipesController#new as HTML
8857
+ Rendering layout layouts/application.html.erb
8858
+ Rendering recipes/new.html.haml within layouts/application
8859
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
8860
+ ↳ app/views/recipes/_form.html.haml:8
8861
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 34.1ms | Allocations: 14430)
8862
+ Tool Load (0.2ms) SELECT "tools".* FROM "tools"
8863
+ ↳ app/views/recipes/_form.html.haml:8
8864
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 31.2ms | Allocations: 11981)
8865
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
8866
+ ↳ app/views/recipes/_form.html.haml:8
8867
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 30.5ms | Allocations: 11983)
8868
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 108.7ms | Allocations: 45110)
8869
+ Rendered recipes/_form.html.haml (Duration: 137.0ms | Allocations: 53820)
8870
+ Rendered recipes/new.html.haml within layouts/application (Duration: 140.1ms | Allocations: 55073)
8871
+ Rendered layout layouts/application.html.erb (Duration: 143.1ms | Allocations: 56584)
8872
+ Completed 200 OK in 146ms (Views: 144.3ms | ActiveRecord: 0.6ms | Allocations: 57788)
8873
+
8874
+
8875
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:08:42 -0600
8876
+ Processing by RecipesController#new as HTML
8877
+ Rendering layout layouts/application.html.erb
8878
+ Rendering recipes/new.html.haml within layouts/application
8879
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
8880
+ ↳ app/views/recipes/_form.html.haml:8
8881
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 34.4ms | Allocations: 14603)
8882
+ Tool Load (0.2ms) SELECT "tools".* FROM "tools"
8883
+ ↳ app/views/recipes/_form.html.haml:8
8884
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 44.1ms | Allocations: 12020)
8885
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
8886
+ ↳ app/views/recipes/_form.html.haml:8
8887
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 30.9ms | Allocations: 12022)
8888
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 122.1ms | Allocations: 45366)
8889
+ Rendered recipes/_form.html.haml (Duration: 141.1ms | Allocations: 54064)
8890
+ Rendered recipes/new.html.haml within layouts/application (Duration: 143.3ms | Allocations: 55316)
8891
+ Rendered layout layouts/application.html.erb (Duration: 146.2ms | Allocations: 56828)
8892
+ Completed 200 OK in 150ms (Views: 148.4ms | ActiveRecord: 0.6ms | Allocations: 58034)
8893
+
8894
+
8895
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:09:49 -0600
8896
+ Processing by RecipesController#new as HTML
8897
+ Rendering layout layouts/application.html.erb
8898
+ Rendering recipes/new.html.haml within layouts/application
8899
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients"
8900
+ ↳ app/views/recipes/_form.html.haml:8
8901
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 52.0ms | Allocations: 14678)
8902
+ Tool Load (0.2ms) SELECT "tools".* FROM "tools"
8903
+ ↳ app/views/recipes/_form.html.haml:8
8904
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 43.0ms | Allocations: 12020)
8905
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
8906
+ ↳ app/views/recipes/_form.html.haml:8
8907
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 43.8ms | Allocations: 12022)
8908
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 154.2ms | Allocations: 45436)
8909
+ Rendered recipes/_form.html.haml (Duration: 220.0ms | Allocations: 54134)
8910
+ Rendered recipes/new.html.haml within layouts/application (Duration: 226.7ms | Allocations: 55386)
8911
+ Rendered layout layouts/application.html.erb (Duration: 230.7ms | Allocations: 56898)
8912
+ Completed 200 OK in 241ms (Views: 237.8ms | ActiveRecord: 0.7ms | Allocations: 58104)
8913
+
8914
+
8915
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:10:20 -0600
8916
+ Processing by RecipesController#new as HTML
8917
+ Rendering layout layouts/application.html.erb
8918
+ Rendering recipes/new.html.haml within layouts/application
8919
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
8920
+ ↳ app/views/recipes/_form.html.haml:8
8921
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 32.6ms | Allocations: 12392)
8922
+ Tool Load (0.2ms) SELECT "tools".* FROM "tools"
8923
+ ↳ app/views/recipes/_form.html.haml:8
8924
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 33.4ms | Allocations: 12020)
8925
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
8926
+ ↳ app/views/recipes/_form.html.haml:8
8927
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 32.8ms | Allocations: 12022)
8928
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 139.6ms | Allocations: 53613)
8929
+ Rendered recipes/_form.html.haml (Duration: 157.9ms | Allocations: 60539)
8930
+ Rendered recipes/new.html.haml within layouts/application (Duration: 158.3ms | Allocations: 60629)
8931
+ Rendered layout layouts/application.html.erb (Duration: 161.3ms | Allocations: 61949)
8932
+ Completed 200 OK in 163ms (Views: 161.5ms | ActiveRecord: 0.7ms | Allocations: 62224)
8933
+
8934
+
8935
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:10:43 -0600
8936
+  (1.4ms) SELECT sqlite_version(*)
8937
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8938
+ Processing by RecipesController#new as HTML
8939
+ Rendering layout layouts/application.html.erb
8940
+ Rendering recipes/new.html.haml within layouts/application
8941
+ Ingredient Load (0.4ms) SELECT "ingredients".* FROM "ingredients"
8942
+ ↳ app/views/recipes/_form.html.haml:8
8943
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 54.1ms | Allocations: 20489)
8944
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools"
8945
+ ↳ app/views/recipes/_form.html.haml:8
8946
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 38.3ms | Allocations: 15421)
8947
+ Supply Load (0.3ms) SELECT "supplies".* FROM "supplies"
8948
+ ↳ app/views/recipes/_form.html.haml:8
8949
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 44.7ms | Allocations: 15419)
8950
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 177.2ms | Allocations: 70482)
8951
+ Rendered recipes/_form.html.haml (Duration: 2777.0ms | Allocations: 1193412)
8952
+ Rendered recipes/new.html.haml within layouts/application (Duration: 2788.3ms | Allocations: 1196383)
8953
+ Rendered layout layouts/application.html.erb (Duration: 2792.1ms | Allocations: 1198103)
8954
+ Completed 200 OK in 2883ms (Views: 2797.7ms | ActiveRecord: 4.7ms | Allocations: 1224147)
8955
+
8956
+
8957
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:11:37 -0600
8958
+ Processing by RecipesController#new as HTML
8959
+ Rendering layout layouts/application.html.erb
8960
+ Rendering recipes/new.html.haml within layouts/application
8961
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
8962
+ ↳ app/views/recipes/_form.html.haml:8
8963
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 43.0ms | Allocations: 12424)
8964
+ Tool Load (0.2ms) SELECT "tools".* FROM "tools"
8965
+ ↳ app/views/recipes/_form.html.haml:8
8966
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 30.6ms | Allocations: 12022)
8967
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
8968
+ ↳ app/views/recipes/_form.html.haml:8
8969
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 32.6ms | Allocations: 12022)
8970
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 152.6ms | Allocations: 53719)
8971
+ Rendered recipes/_form.html.haml (Duration: 171.8ms | Allocations: 60663)
8972
+ Rendered recipes/new.html.haml within layouts/application (Duration: 172.5ms | Allocations: 60753)
8973
+ Rendered layout layouts/application.html.erb (Duration: 176.2ms | Allocations: 62075)
8974
+ Completed 200 OK in 178ms (Views: 176.5ms | ActiveRecord: 0.6ms | Allocations: 62358)
8975
+
8976
+
8977
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:12:27 -0600
8978
+ Processing by RecipesController#new as HTML
8979
+ Rendering layout layouts/application.html.erb
8980
+ Rendering recipes/new.html.haml within layouts/application
8981
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients"
8982
+ ↳ app/views/recipes/_form.html.haml:8
8983
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 47.8ms | Allocations: 14686)
8984
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools"
8985
+ ↳ app/views/recipes/_form.html.haml:8
8986
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 48.1ms | Allocations: 12020)
8987
+ Supply Load (0.3ms) SELECT "supplies".* FROM "supplies"
8988
+ ↳ app/views/recipes/_form.html.haml:8
8989
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 37.7ms | Allocations: 12022)
8990
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 146.5ms | Allocations: 45453)
8991
+ Rendered recipes/_form.html.haml (Duration: 169.7ms | Allocations: 54171)
8992
+ Rendered recipes/new.html.haml within layouts/application (Duration: 172.1ms | Allocations: 55427)
8993
+ Rendered layout layouts/application.html.erb (Duration: 176.6ms | Allocations: 56940)
8994
+ Completed 200 OK in 180ms (Views: 178.3ms | ActiveRecord: 0.8ms | Allocations: 58153)
8995
+
8996
+
8997
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:12:57 -0600
8998
+ Processing by RecipesController#new as HTML
8999
+ Rendering layout layouts/application.html.erb
9000
+ Rendering recipes/new.html.haml within layouts/application
9001
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients"
9002
+ ↳ app/views/recipes/_form.html.haml:8
9003
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 44.8ms | Allocations: 14665)
9004
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools"
9005
+ ↳ app/views/recipes/_form.html.haml:8
9006
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 43.7ms | Allocations: 12021)
9007
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
9008
+ ↳ app/views/recipes/_form.html.haml:8
9009
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 44.4ms | Allocations: 12022)
9010
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 146.2ms | Allocations: 45425)
9011
+ Rendered recipes/_form.html.haml (Duration: 169.6ms | Allocations: 54120)
9012
+ Rendered recipes/new.html.haml within layouts/application (Duration: 171.9ms | Allocations: 55372)
9013
+ Rendered layout layouts/application.html.erb (Duration: 175.9ms | Allocations: 56883)
9014
+ Completed 200 OK in 179ms (Views: 177.1ms | ActiveRecord: 0.9ms | Allocations: 58080)
9015
+
9016
+
9017
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:13:28 -0600
9018
+ Processing by RecipesController#new as HTML
9019
+ Rendering layout layouts/application.html.erb
9020
+ Rendering recipes/new.html.haml within layouts/application
9021
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients"
9022
+ ↳ app/views/recipes/_form.html.haml:8
9023
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 37.8ms | Allocations: 14666)
9024
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools"
9025
+ ↳ app/views/recipes/_form.html.haml:8
9026
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 34.1ms | Allocations: 12020)
9027
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
9028
+ ↳ app/views/recipes/_form.html.haml:8
9029
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 32.4ms | Allocations: 12022)
9030
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 139.2ms | Allocations: 56814)
9031
+ Rendered recipes/_form.html.haml (Duration: 160.5ms | Allocations: 65514)
9032
+ Rendered recipes/new.html.haml within layouts/application (Duration: 164.0ms | Allocations: 66767)
9033
+ Rendered layout layouts/application.html.erb (Duration: 168.4ms | Allocations: 68278)
9034
+ Completed 200 OK in 173ms (Views: 170.8ms | ActiveRecord: 0.7ms | Allocations: 69475)
9035
+
9036
+
9037
+ Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:13:56 -0600
9038
+  (2.3ms) SELECT sqlite_version(*)
9039
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
9040
+ Processing by RecipesController#new as HTML
9041
+ Rendering layout layouts/application.html.erb
9042
+ Rendering recipes/new.html.haml within layouts/application
9043
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients"
9044
+ ↳ app/views/recipes/_form.html.haml:8
9045
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 59.1ms | Allocations: 20482)
9046
+ Tool Load (0.4ms) SELECT "tools".* FROM "tools"
9047
+ ↳ app/views/recipes/_form.html.haml:8
9048
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 39.6ms | Allocations: 15421)
9049
+ Supply Load (0.3ms) SELECT "supplies".* FROM "supplies"
9050
+ ↳ app/views/recipes/_form.html.haml:8
9051
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 37.4ms | Allocations: 15419)
9052
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 205.0ms | Allocations: 83532)
9053
+ Rendered recipes/_form.html.haml (Duration: 2927.9ms | Allocations: 1206463)
9054
+ Rendered recipes/new.html.haml within layouts/application (Duration: 2934.4ms | Allocations: 1209434)
9055
+ Rendered layout layouts/application.html.erb (Duration: 2937.3ms | Allocations: 1211154)
9056
+ Completed 200 OK in 3039ms (Views: 2937.7ms | ActiveRecord: 5.4ms | Allocations: 1237197)
9057
+
9058
+
9059
+ Started POST "/recipes" for 127.0.0.1 at 2021-09-21 12:14:20 -0600
9060
+ Processing by RecipesController#create as HTML
9061
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"yrdy", "description"=>"", "serves"=>"", "meal"=>"", "instructions"=>"", "ingredient_uses_attributes"=>{"1632248041983"=>{"_destroy"=>"false", "use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>""}}}, "commit"=>"Create Recipe"}
9062
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
9063
+ ↳ app/controllers/recipes_controller.rb:26:in `create'
9064
+ TRANSACTION (0.2ms) begin transaction
9065
+ ↳ app/controllers/recipes_controller.rb:28:in `create'
9066
+ Recipe Create (0.5ms) INSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "yrdy"], ["description", ""], ["serves", ""], ["meal", ""], ["instructions", ""], ["created_at", "2021-09-21 18:14:20.319836"], ["updated_at", "2021-09-21 18:14:20.319836"]]
9067
+ ↳ app/controllers/recipes_controller.rb:28:in `create'
9068
+ Cookbook::Use Create (0.4ms) INSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "unit", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["use_in_type", "Recipe"], ["use_in_id", 8], ["use_of_type", "Ingredient"], ["use_of_id", 2], ["unit", ""], ["note", ""], ["preparation", ""], ["created_at", "2021-09-21 18:14:20.325183"], ["updated_at", "2021-09-21 18:14:20.325183"]]
9069
+ ↳ app/controllers/recipes_controller.rb:28:in `create'
9070
+ TRANSACTION (6.9ms) commit transaction
9071
+ ↳ app/controllers/recipes_controller.rb:28:in `create'
9072
+ Redirected to http://localhost:3000/recipes/8
9073
+ Completed 302 Found in 34ms (ActiveRecord: 8.2ms | Allocations: 7299)
9074
+
9075
+
9076
+ Started GET "/recipes/8" for 127.0.0.1 at 2021-09-21 12:14:20 -0600
9077
+ Processing by RecipesController#show as HTML
9078
+ Parameters: {"id"=>"8"}
9079
+ Recipe Load (0.3ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]
9080
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
9081
+ Rendering layout layouts/application.html.erb
9082
+ Rendering recipes/show.html.haml within layouts/application
9083
+ Cookbook::Use Exists? (0.5ms) SELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"], ["LIMIT", 1]]
9084
+ ↳ app/views/recipes/show.html.haml:19
9085
+ Cookbook::Use Load (0.3ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
9086
+ ↳ app/views/recipes/show.html.haml:19
9087
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
9088
+ ↳ app/views/recipes/show.html.haml:19
9089
+ Cookbook::Use Exists? (0.3ms) SELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"], ["LIMIT", 1]]
9090
+ ↳ app/views/recipes/show.html.haml:19
9091
+ Cookbook::Use Exists? (0.4ms) SELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Supply"], ["LIMIT", 1]]
9092
+ ↳ app/views/recipes/show.html.haml:19
9093
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_used_in.html.haml (Duration: 21.5ms | Allocations: 7566)
9094
+ Rendered recipes/show.html.haml within layouts/application (Duration: 28.9ms | Allocations: 10955)
9095
+ Rendered layout layouts/application.html.erb (Duration: 32.2ms | Allocations: 12371)
9096
+ Completed 200 OK in 37ms (Views: 31.4ms | ActiveRecord: 2.0ms | Allocations: 13317)
9097
+
9098
+
9099
+ Started GET "/recipes/8/edit" for 127.0.0.1 at 2021-09-21 12:14:22 -0600
9100
+ Processing by RecipesController#edit as HTML
9101
+ Parameters: {"id"=>"8"}
9102
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]
9103
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
9104
+ Rendering layout layouts/application.html.erb
9105
+ Rendering recipes/edit.html.haml within layouts/application
9106
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
9107
+ ↳ app/views/recipes/_form.html.haml:8
9108
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 10.5ms | Allocations: 5995)
9109
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 19.0ms | Allocations: 10407)
9110
+ Rendered recipes/_form.html.haml (Duration: 36.6ms | Allocations: 17194)
9111
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 39.2ms | Allocations: 18379)
9112
+ Rendered layout layouts/application.html.erb (Duration: 39.4ms | Allocations: 18450)
9113
+ Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.4ms | Allocations: 19267)
9114
+
9115
+
9116
+
9117
+ ActionView::Template::Error (undefined local variable or method `f' for #<ActionView::Base:0x007fab8c058798>):
9118
+ 1: %fieldset.nested-fields
9119
+ 2: :ruby
9120
+ 3: table_sym = f.object_name.gsub(/[^\[]+\[([^\]]+)_uses_attributes\].*/, "\\1").pluralize
9121
+ 4: model = table_sym.to_s.classify.constantize
9122
+ 5: collection = if Cookbook.configuration.authorize_with == :cancancan
9123
+
9124
+ app/views/recipes/_form.html.haml:8
9125
+ app/views/recipes/_form.html.haml:2
9126
+ app/views/recipes/edit.html.haml:3
9127
+ Started GET "/recipes/8/edit" for 127.0.0.1 at 2021-09-21 12:15:28 -0600
9128
+ Processing by RecipesController#edit as HTML
9129
+ Parameters: {"id"=>"8"}
9130
+ Recipe Load (0.3ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]
9131
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
9132
+ Rendering layout layouts/application.html.erb
9133
+ Rendering recipes/edit.html.haml within layouts/application
9134
+ Cookbook::Use Load (0.3ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
9135
+ ↳ app/views/recipes/_form.html.haml:8
9136
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 27.4ms | Allocations: 5413)
9137
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 100.6ms | Allocations: 23885)
9138
+ Rendered recipes/_form.html.haml (Duration: 132.2ms | Allocations: 32378)
9139
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 135.5ms | Allocations: 33692)
9140
+ Rendered layout layouts/application.html.erb (Duration: 135.8ms | Allocations: 33763)
9141
+ Completed 500 Internal Server Error in 143ms (ActiveRecord: 0.5ms | Allocations: 35376)
9142
+
9143
+
9144
+
9145
+ ActionView::Template::Error (undefined local variable or method `f' for #<ActionView::Base:0x007fab8420a288>):
9146
+ 1: %fieldset.nested-fields
9147
+ 2: :ruby
9148
+ 3: table_sym = f.object_name.gsub(/[^\[]+\[([^\]]+)_uses_attributes\].*/, "\\1").pluralize
9149
+ 4: model = table_sym.to_s.classify.constantize
9150
+ 5: collection = if Cookbook.configuration.authorize_with == :cancancan
9151
+
9152
+ app/views/recipes/_form.html.haml:8
9153
+ app/views/recipes/_form.html.haml:2
9154
+ app/views/recipes/edit.html.haml:3
9155
+ Started GET "/recipes/8/edit" for 127.0.0.1 at 2021-09-21 12:15:47 -0600
9156
+ Processing by RecipesController#edit as HTML
9157
+ Parameters: {"id"=>"8"}
9158
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]
9159
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
9160
+ Rendering layout layouts/application.html.erb
9161
+ Rendering recipes/edit.html.haml within layouts/application
9162
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
9163
+ ↳ app/views/recipes/_form.html.haml:8
9164
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 3.9ms | Allocations: 3132)
9165
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 12.0ms | Allocations: 7393)
9166
+ Rendered recipes/_form.html.haml (Duration: 33.0ms | Allocations: 14115)
9167
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 33.3ms | Allocations: 14186)
9168
+ Rendered layout layouts/application.html.erb (Duration: 33.6ms | Allocations: 14256)
9169
+ Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.4ms | Allocations: 14923)
9170
+
9171
+
9172
+
9173
+ ActionView::Template::Error (undefined local variable or method `f' for #<ActionView::Base:0x007fab9536f270>):
9174
+ 1: %fieldset.nested-fields
9175
+ 2: :ruby
9176
+ 3: table_sym = f.object_name.gsub(/[^\[]+\[([^\]]+)_uses_attributes\].*/, "\\1").pluralize
9177
+ 4: model = table_sym.to_s.classify.constantize
9178
+ 5: collection = if Cookbook.configuration.authorize_with == :cancancan
9179
+
9180
+ app/views/recipes/_form.html.haml:8
9181
+ app/views/recipes/_form.html.haml:2
9182
+ app/views/recipes/edit.html.haml:3
9183
+ Started GET "/recipes/8/edit" for 127.0.0.1 at 2021-09-21 12:16:47 -0600
9184
+ Processing by RecipesController#edit as HTML
9185
+ Parameters: {"id"=>"8"}
9186
+  (0.2ms) SELECT sqlite_version(*)
9187
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
9188
+ Recipe Load (0.4ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]
9189
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
9190
+ Rendering layout layouts/application.html.erb
9191
+ Rendering recipes/edit.html.haml within layouts/application
9192
+ Cookbook::Use Load (0.5ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
9193
+ ↳ app/views/recipes/_form.html.haml:8
9194
+ Ingredient Load (0.4ms) SELECT "ingredients".* FROM "ingredients"
9195
+ ↳ app/views/recipes/_form.html.haml:8
9196
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 70.2ms | Allocations: 19757)
9197
+ CACHE Ingredient Load (0.0ms) SELECT "ingredients".* FROM "ingredients"
9198
+ ↳ app/views/recipes/_form.html.haml:8
9199
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 66.3ms | Allocations: 14233)
9200
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
9201
+ ↳ app/views/recipes/_form.html.haml:8
9202
+ Tool Load (1.4ms) SELECT "tools".* FROM "tools"
9203
+ ↳ app/views/recipes/_form.html.haml:8
9204
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 94.3ms | Allocations: 15259)
9205
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
9206
+ ↳ app/views/recipes/_form.html.haml:8
9207
+ Supply Load (0.4ms) SELECT "supplies".* FROM "supplies"
9208
+ ↳ app/views/recipes/_form.html.haml:8
9209
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 112.3ms | Allocations: 15291)
9210
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 396.3ms | Allocations: 80815)
9211
+ Rendered recipes/_form.html.haml (Duration: 430.7ms | Allocations: 91123)
9212
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 435.3ms | Allocations: 92521)
9213
+ Rendered layout layouts/application.html.erb (Duration: 439.9ms | Allocations: 94056)
9214
+ Completed 200 OK in 526ms (Views: 435.5ms | ActiveRecord: 10.1ms | Allocations: 117965)
9215
+
9216
+
9217
+ Started GET "/recipes/8/edit" for 127.0.0.1 at 2021-09-21 12:17:24 -0600
9218
+ Processing by RecipesController#edit as HTML
9219
+ Parameters: {"id"=>"8"}
9220
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]
9221
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
9222
+ Rendering layout layouts/application.html.erb
9223
+ Rendering recipes/edit.html.haml within layouts/application
9224
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
9225
+ ↳ app/views/recipes/_form.html.haml:8
9226
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
9227
+ ↳ app/views/recipes/_form.html.haml:8
9228
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 35.9ms | Allocations: 12442)
9229
+ CACHE Ingredient Load (0.0ms) SELECT "ingredients".* FROM "ingredients"
9230
+ ↳ app/views/recipes/_form.html.haml:8
9231
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 33.9ms | Allocations: 11953)
9232
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
9233
+ ↳ app/views/recipes/_form.html.haml:8
9234
+ Tool Load (0.2ms) SELECT "tools".* FROM "tools"
9235
+ ↳ app/views/recipes/_form.html.haml:8
9236
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 29.0ms | Allocations: 12020)
9237
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
9238
+ ↳ app/views/recipes/_form.html.haml:8
9239
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
9240
+ ↳ app/views/recipes/_form.html.haml:8
9241
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 31.2ms | Allocations: 12022)
9242
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 167.2ms | Allocations: 66612)
9243
+ Rendered recipes/_form.html.haml (Duration: 185.0ms | Allocations: 73607)
9244
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 185.6ms | Allocations: 73726)
9245
+ Rendered layout layouts/application.html.erb (Duration: 188.7ms | Allocations: 75047)
9246
+ Completed 200 OK in 192ms (Views: 188.4ms | ActiveRecord: 1.4ms | Allocations: 75751)
9247
+
9248
+
9249
+ Started GET "/recipes/8/edit" for 127.0.0.1 at 2021-09-21 12:17:39 -0600
9250
+ Processing by RecipesController#edit as HTML
9251
+ Parameters: {"id"=>"8"}
9252
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]
9253
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
9254
+ Rendering layout layouts/application.html.erb
9255
+ Rendering recipes/edit.html.haml within layouts/application
9256
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
9257
+ ↳ app/views/recipes/_form.html.haml:8
9258
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients"
9259
+ ↳ app/views/recipes/_form.html.haml:8
9260
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 40.7ms | Allocations: 12423)
9261
+ CACHE Ingredient Load (0.0ms) SELECT "ingredients".* FROM "ingredients"
9262
+ ↳ app/views/recipes/_form.html.haml:8
9263
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 30.6ms | Allocations: 11953)
9264
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
9265
+ ↳ app/views/recipes/_form.html.haml:8
9266
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools"
9267
+ ↳ app/views/recipes/_form.html.haml:8
9268
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 32.7ms | Allocations: 12020)
9269
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
9270
+ ↳ app/views/recipes/_form.html.haml:8
9271
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
9272
+ ↳ app/views/recipes/_form.html.haml:8
9273
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 31.1ms | Allocations: 12022)
9274
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 170.5ms | Allocations: 66556)
9275
+ Rendered recipes/_form.html.haml (Duration: 187.8ms | Allocations: 73511)
9276
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 188.2ms | Allocations: 73628)
9277
+ Rendered layout layouts/application.html.erb (Duration: 190.2ms | Allocations: 74948)
9278
+ Completed 200 OK in 193ms (Views: 189.6ms | ActiveRecord: 1.5ms | Allocations: 75635)
9279
+
9280
+
9281
+ Started GET "/recipes/8/edit" for 127.0.0.1 at 2021-09-21 12:18:47 -0600
9282
+ Processing by RecipesController#edit as HTML
9283
+ Parameters: {"id"=>"8"}
9284
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]
9285
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
9286
+ Rendering layout layouts/application.html.erb
9287
+ Rendering recipes/edit.html.haml within layouts/application
9288
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
9289
+ ↳ app/views/recipes/_form.html.haml:8
9290
+ Ingredient Load (0.3ms) SELECT "ingredients".* FROM "ingredients"
9291
+ ↳ app/views/recipes/_form.html.haml:8
9292
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 42.1ms | Allocations: 12419)
9293
+ CACHE Ingredient Load (0.0ms) SELECT "ingredients".* FROM "ingredients"
9294
+ ↳ app/views/recipes/_form.html.haml:8
9295
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 37.6ms | Allocations: 11953)
9296
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
9297
+ ↳ app/views/recipes/_form.html.haml:8
9298
+ Tool Load (0.2ms) SELECT "tools".* FROM "tools"
9299
+ ↳ app/views/recipes/_form.html.haml:8
9300
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 46.6ms | Allocations: 12020)
9301
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
9302
+ ↳ app/views/recipes/_form.html.haml:8
9303
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
9304
+ ↳ app/views/recipes/_form.html.haml:8
9305
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 43.8ms | Allocations: 12022)
9306
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 218.2ms | Allocations: 66556)
9307
+ Rendered recipes/_form.html.haml (Duration: 241.1ms | Allocations: 73511)
9308
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 241.8ms | Allocations: 73628)
9309
+ Rendered layout layouts/application.html.erb (Duration: 245.8ms | Allocations: 74948)
9310
+ Completed 200 OK in 249ms (Views: 245.4ms | ActiveRecord: 1.5ms | Allocations: 75635)
9311
+
9312
+
9313
+ Started GET "/recipes/8/edit" for 127.0.0.1 at 2021-09-21 12:21:25 -0600
9314
+ Processing by RecipesController#edit as HTML
9315
+ Parameters: {"id"=>"8"}
9316
+ Recipe Load (0.3ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]
9317
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
9318
+ Rendering layout layouts/application.html.erb
9319
+ Rendering recipes/edit.html.haml within layouts/application
9320
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
9321
+ ↳ app/views/recipes/_form.html.haml:8
9322
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
9323
+ ↳ app/views/recipes/_form.html.haml:8
9324
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 37.1ms | Allocations: 12416)
9325
+ CACHE Ingredient Load (0.0ms) SELECT "ingredients".* FROM "ingredients"
9326
+ ↳ app/views/recipes/_form.html.haml:8
9327
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 35.5ms | Allocations: 11953)
9328
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
9329
+ ↳ app/views/recipes/_form.html.haml:8
9330
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools"
9331
+ ↳ app/views/recipes/_form.html.haml:8
9332
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 36.5ms | Allocations: 12020)
9333
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
9334
+ ↳ app/views/recipes/_form.html.haml:8
9335
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
9336
+ ↳ app/views/recipes/_form.html.haml:8
9337
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 36.1ms | Allocations: 12022)
9338
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 186.1ms | Allocations: 66988)
9339
+ Rendered recipes/_form.html.haml (Duration: 206.2ms | Allocations: 73943)
9340
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 206.6ms | Allocations: 74060)
9341
+ Rendered layout layouts/application.html.erb (Duration: 208.9ms | Allocations: 75380)
9342
+ Completed 200 OK in 212ms (Views: 208.6ms | ActiveRecord: 1.5ms | Allocations: 76067)
9343
+
9344
+
9345
+ Started GET "/recipes/8/edit" for 127.0.0.1 at 2021-09-21 12:22:00 -0600
9346
+ Processing by RecipesController#edit as HTML
9347
+ Parameters: {"id"=>"8"}
9348
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]
9349
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
9350
+ Rendering layout layouts/application.html.erb
9351
+ Rendering recipes/edit.html.haml within layouts/application
9352
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
9353
+ ↳ app/views/recipes/_form.html.haml:8
9354
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
9355
+ ↳ app/views/recipes/_form.html.haml:8
9356
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 41.6ms | Allocations: 12416)
9357
+ CACHE Ingredient Load (0.0ms) SELECT "ingredients".* FROM "ingredients"
9358
+ ↳ app/views/recipes/_form.html.haml:8
9359
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 29.5ms | Allocations: 11953)
9360
+ Cookbook::Use Load (0.3ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
9361
+ ↳ app/views/recipes/_form.html.haml:8
9362
+ Tool Load (0.2ms) SELECT "tools".* FROM "tools"
9363
+ ↳ app/views/recipes/_form.html.haml:8
9364
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 28.5ms | Allocations: 12020)
9365
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
9366
+ ↳ app/views/recipes/_form.html.haml:8
9367
+ Supply Load (0.2ms) SELECT "supplies".* FROM "supplies"
9368
+ ↳ app/views/recipes/_form.html.haml:8
9369
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 28.9ms | Allocations: 12022)
9370
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 164.0ms | Allocations: 66551)
9371
+ Rendered recipes/_form.html.haml (Duration: 183.6ms | Allocations: 73506)
9372
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 184.3ms | Allocations: 73623)
9373
+ Rendered layout layouts/application.html.erb (Duration: 187.4ms | Allocations: 74943)
9374
+ Completed 200 OK in 191ms (Views: 187.0ms | ActiveRecord: 1.5ms | Allocations: 75630)
9375
+
9376
+
9377
+ Started PATCH "/recipes/8" for 127.0.0.1 at 2021-09-21 12:22:14 -0600
9378
+ Processing by RecipesController#update as HTML
9379
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"yrdy", "description"=>"", "serves"=>"", "meal"=>"", "instructions"=>"", "ingredient_uses_attributes"=>{"0"=>{"_destroy"=>"1", "use_of_type"=>"Ingredient", "use_of_id"=>"2", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "id"=>"35"}, "1632248523866"=>{"_destroy"=>"1", "use_of_type"=>"Ingredient", "use_of_id"=>"", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>""}, "1632248527266"=>{"_destroy"=>"false", "use_of_type"=>"Ingredient", "use_of_id"=>"5", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>""}}, "tool_uses_attributes"=>{"1632248530513"=>{"_destroy"=>"false", "use_of_type"=>"Tool", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>""}}}, "commit"=>"Update Recipe", "id"=>"8"}
9380
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]
9381
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
9382
+ TRANSACTION (0.1ms) begin transaction
9383
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9384
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
9385
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9386
+ Ingredient Load (0.1ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", nil], ["LIMIT", 1]]
9387
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9388
+ Ingredient Load (0.1ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]
9389
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9390
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."id" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["id", 35]]
9391
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9392
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]
9393
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9394
+ Cookbook::Use Destroy (0.4ms) DELETE FROM "cookbook_uses" WHERE "cookbook_uses"."id" = ? [["id", 35]]
9395
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9396
+ Cookbook::Use Create (0.4ms) INSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "unit", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["use_in_type", "Recipe"], ["use_in_id", 8], ["use_of_type", "Ingredient"], ["use_of_id", 5], ["unit", ""], ["note", ""], ["preparation", ""], ["created_at", "2021-09-21 18:22:14.314374"], ["updated_at", "2021-09-21 18:22:14.314374"]]
9397
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9398
+ Cookbook::Use Create (0.3ms) INSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "unit", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["use_in_type", "Recipe"], ["use_in_id", 8], ["use_of_type", "Tool"], ["use_of_id", 3], ["unit", ""], ["note", ""], ["preparation", ""], ["created_at", "2021-09-21 18:22:14.318031"], ["updated_at", "2021-09-21 18:22:14.318031"]]
9399
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9400
+ TRANSACTION (12.5ms) commit transaction
9401
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9402
+ Redirected to http://localhost:3000/recipes/8
9403
+ Completed 302 Found in 44ms (ActiveRecord: 14.7ms | Allocations: 9854)
9404
+
9405
+
9406
+ Started GET "/recipes/8" for 127.0.0.1 at 2021-09-21 12:22:14 -0600
9407
+ Processing by RecipesController#show as HTML
9408
+ Parameters: {"id"=>"8"}
9409
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]
9410
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
9411
+ Rendering layout layouts/application.html.erb
9412
+ Rendering recipes/show.html.haml within layouts/application
9413
+ Cookbook::Use Exists? (0.3ms) SELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"], ["LIMIT", 1]]
9414
+ ↳ app/views/recipes/show.html.haml:19
9415
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
9416
+ ↳ app/views/recipes/show.html.haml:19
9417
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]
9418
+ ↳ app/views/recipes/show.html.haml:19
9419
+ Cookbook::Use Exists? (0.4ms) SELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"], ["LIMIT", 1]]
9420
+ ↳ app/views/recipes/show.html.haml:19
9421
+ Cookbook::Use Load (0.3ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
9422
+ ↳ app/views/recipes/show.html.haml:19
9423
+ Tool Load (0.2ms) SELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]
9424
+ ↳ app/views/recipes/show.html.haml:19
9425
+ Cookbook::Use Exists? (0.5ms) SELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Supply"], ["LIMIT", 1]]
9426
+ ↳ app/views/recipes/show.html.haml:19
9427
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_used_in.html.haml (Duration: 28.0ms | Allocations: 9141)
9428
+ Rendered recipes/show.html.haml within layouts/application (Duration: 37.1ms | Allocations: 12536)
9429
+ Rendered layout layouts/application.html.erb (Duration: 40.9ms | Allocations: 13950)
9430
+ Completed 200 OK in 44ms (Views: 39.5ms | ActiveRecord: 2.3ms | Allocations: 14766)
9431
+
9432
+
9433
+ Started GET "/recipes/8/edit" for 127.0.0.1 at 2021-09-21 12:22:48 -0600
9434
+ Processing by RecipesController#edit as HTML
9435
+ Parameters: {"id"=>"8"}
9436
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]
9437
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
9438
+ Rendering layout layouts/application.html.erb
9439
+ Rendering recipes/edit.html.haml within layouts/application
9440
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
9441
+ ↳ app/views/recipes/_form.html.haml:8
9442
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients"
9443
+ ↳ app/views/recipes/_form.html.haml:8
9444
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 38.3ms | Allocations: 12423)
9445
+ CACHE Ingredient Load (0.0ms) SELECT "ingredients".* FROM "ingredients"
9446
+ ↳ app/views/recipes/_form.html.haml:8
9447
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 37.5ms | Allocations: 11953)
9448
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
9449
+ ↳ app/views/recipes/_form.html.haml:8
9450
+ Tool Load (0.3ms) SELECT "tools".* FROM "tools"
9451
+ ↳ app/views/recipes/_form.html.haml:8
9452
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 40.0ms | Allocations: 12060)
9453
+ CACHE Tool Load (0.0ms) SELECT "tools".* FROM "tools"
9454
+ ↳ app/views/recipes/_form.html.haml:8
9455
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 40.5ms | Allocations: 11952)
9456
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
9457
+ ↳ app/views/recipes/_form.html.haml:8
9458
+ Supply Load (0.3ms) SELECT "supplies".* FROM "supplies"
9459
+ ↳ app/views/recipes/_form.html.haml:8
9460
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 94.8ms | Allocations: 12050)
9461
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 275.4ms | Allocations: 70034)
9462
+ Rendered recipes/_form.html.haml (Duration: 299.1ms | Allocations: 76995)
9463
+ Rendered recipes/edit.html.haml within layouts/application (Duration: 299.7ms | Allocations: 77112)
9464
+ Rendered layout layouts/application.html.erb (Duration: 302.5ms | Allocations: 78433)
9465
+ Completed 200 OK in 306ms (Views: 302.1ms | ActiveRecord: 1.7ms | Allocations: 79121)
9466
+
9467
+
9468
+ Started PATCH "/recipes/8" for 127.0.0.1 at 2021-09-21 12:23:05 -0600
9469
+ Processing by RecipesController#update as HTML
9470
+ Parameters: {"authenticity_token"=>"[FILTERED]", "recipe"=>{"name"=>"yrdy", "description"=>"", "serves"=>"", "meal"=>"", "instructions"=>"", "ingredient_uses_attributes"=>{"0"=>{"_destroy"=>"1", "use_of_type"=>"Ingredient", "use_of_id"=>"5", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "id"=>"36"}, "1632248574264"=>{"_destroy"=>"1", "use_of_type"=>"Ingredient", "use_of_id"=>"5", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>""}, "1632248580520"=>{"_destroy"=>"false", "use_of_type"=>"Ingredient", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>""}}, "tool_uses_attributes"=>{"0"=>{"_destroy"=>"false", "use_of_type"=>"Tool", "use_of_id"=>"3", "quantity_minimum"=>"", "quantity_maximum"=>"", "unit"=>"", "sort"=>"", "preparation"=>"", "note"=>"", "id"=>"37"}}}, "commit"=>"Update Recipe", "id"=>"8"}
9471
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]
9472
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
9473
+ TRANSACTION (0.1ms) begin transaction
9474
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9475
+ Ingredient Load (0.1ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]
9476
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9477
+ CACHE Ingredient Load (0.0ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]
9478
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9479
+ Ingredient Load (0.1ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]
9480
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9481
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."id" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["id", 36]]
9482
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9483
+ Tool Load (0.1ms) SELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]
9484
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9485
+ Cookbook::Use Load (0.2ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."id" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["id", 37]]
9486
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9487
+ Cookbook::Use Destroy (0.6ms) DELETE FROM "cookbook_uses" WHERE "cookbook_uses"."id" = ? [["id", 36]]
9488
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9489
+ Cookbook::Use Create (0.2ms) INSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "unit", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["use_in_type", "Recipe"], ["use_in_id", 8], ["use_of_type", "Ingredient"], ["use_of_id", 3], ["unit", ""], ["note", ""], ["preparation", ""], ["created_at", "2021-09-21 18:23:05.386487"], ["updated_at", "2021-09-21 18:23:05.386487"]]
9490
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9491
+ TRANSACTION (8.1ms) commit transaction
9492
+ ↳ app/controllers/recipes_controller.rb:37:in `update'
9493
+ Redirected to http://localhost:3000/recipes/8
9494
+ Completed 302 Found in 40ms (ActiveRecord: 9.9ms | Allocations: 8566)
9495
+
9496
+
9497
+ Started GET "/recipes/8" for 127.0.0.1 at 2021-09-21 12:23:05 -0600
9498
+ Processing by RecipesController#show as HTML
9499
+ Parameters: {"id"=>"8"}
9500
+ Recipe Load (0.2ms) SELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]
9501
+ ↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
9502
+ Rendering layout layouts/application.html.erb
9503
+ Rendering recipes/show.html.haml within layouts/application
9504
+ Cookbook::Use Exists? (0.3ms) SELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"], ["LIMIT", 1]]
9505
+ ↳ app/views/recipes/show.html.haml:19
9506
+ Cookbook::Use Load (0.3ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
9507
+ ↳ app/views/recipes/show.html.haml:19
9508
+ Ingredient Load (0.2ms) SELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]
9509
+ ↳ app/views/recipes/show.html.haml:19
9510
+ Cookbook::Use Exists? (0.2ms) SELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"], ["LIMIT", 1]]
9511
+ ↳ app/views/recipes/show.html.haml:19
9512
+ Cookbook::Use Load (0.1ms) SELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
9513
+ ↳ app/views/recipes/show.html.haml:19
9514
+ Tool Load (0.1ms) SELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]
9515
+ ↳ app/views/recipes/show.html.haml:19
9516
+ Cookbook::Use Exists? (0.2ms) SELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ? [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Supply"], ["LIMIT", 1]]
9517
+ ↳ app/views/recipes/show.html.haml:19
9518
+ Rendered /home/loren/Code/cookbook/app/views/cookbook/_used_in.html.haml (Duration: 14.9ms | Allocations: 5684)
9519
+ Rendered recipes/show.html.haml within layouts/application (Duration: 16.8ms | Allocations: 6449)
9520
+ Rendered layout layouts/application.html.erb (Duration: 18.9ms | Allocations: 7858)
9521
+ Completed 200 OK in 21ms (Views: 18.2ms | ActiveRecord: 1.6ms | Allocations: 8545)
9522
+
9523
+