cookbook 0.1.5 → 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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/app/assets/javascript/cookbook/addFields.js +41 -0
- data/app/assets/javascript/cookbook/application.js +2 -0
- data/app/assets/javascript/cookbook/removeFields.js +36 -0
- data/app/helpers/cookbook/application_helper.rb +39 -0
- data/app/views/cookbook/_fields.html.haml +3 -3
- data/app/views/cookbook/_use_fields.html.haml +22 -0
- data/cookbook.gemspec +6 -3
- data/lib/cookbook.rb +0 -1
- data/spec/dummy/app/javascript/packs/application.js +1 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +1788 -0
- data/spec/dummy/log/test.log +2447 -0
- data/spec/requests/how_tos_spec.rb +3 -3
- data/spec/requests/recipes_spec.rb +3 -3
- metadata +5 -2
- data/app/views/cookbook/uses/_fields.html.haml +0 -17
@@ -7733,3 +7733,1791 @@ Processing by RecipesController#show as HTML
|
|
7733
7733
|
Completed 200 OK in 26ms (Views: 22.7ms | ActiveRecord: 1.7ms | Allocations: 6973)
|
7734
7734
|
|
7735
7735
|
|
7736
|
+
Started GET "/recipes" for 127.0.0.1 at 2021-09-21 10:47:50 -0600
|
7737
|
+
[1m[35m (2.3ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
7738
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
7739
|
+
Processing by RecipesController#index as HTML
|
7740
|
+
Rendering layout layouts/application.html.erb
|
7741
|
+
Rendering recipes/index.html.haml within layouts/application
|
7742
|
+
[1m[36mRecipe Load (0.3ms)[0m [1m[34mSELECT "recipes".* FROM "recipes"[0m
|
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
|
+
[1m[36mIngredient Load (0.4ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.4ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.3ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[35m (1.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
7771
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
7772
|
+
Processing by RecipesController#new as HTML
|
7773
|
+
Rendering layout layouts/application.html.erb
|
7774
|
+
Rendering recipes/new.html.haml within layouts/application
|
7775
|
+
[1m[36mIngredient Load (0.3ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.3ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.4ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.3ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
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
|
+
[1m[35m (2.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
7860
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
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
|
+
[1m[35m (2.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
7884
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
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
|
+
[1m[35m (2.4ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
7932
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
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
|
+
[1m[35m (2.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
8048
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
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
|
+
[1m[35m (1.5ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
8136
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
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
|
+
[1m[35m (1.4ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
8224
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
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
|
+
[1m[35m (1.7ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
8355
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
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
|
+
[1m[35m (2.9ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
8443
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
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
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
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
|
+
[1m[35m (2.6ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
8554
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
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
|
+
[1m[36mIngredient Load (0.4ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.4ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.4ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.3ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.3ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[35m (2.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
8671
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
8672
|
+
Processing by RecipesController#new as HTML
|
8673
|
+
Rendering layout layouts/application.html.erb
|
8674
|
+
Rendering recipes/new.html.haml within layouts/application
|
8675
|
+
[1m[36mIngredient Load (0.3ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.3ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.3ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.3ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.3ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.3ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.3ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.3ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.3ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.4ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.3ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.3ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
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
|
+
[1m[36mIngredient Load (0.5ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.4ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.5ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[35m (2.4ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
8835
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
8836
|
+
Processing by RecipesController#new as HTML
|
8837
|
+
Rendering layout layouts/application.html.erb
|
8838
|
+
Rendering recipes/new.html.haml within layouts/application
|
8839
|
+
[1m[36mIngredient Load (0.4ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.3ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.4ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.3ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[35m (1.4ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
8937
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
8938
|
+
Processing by RecipesController#new as HTML
|
8939
|
+
Rendering layout layouts/application.html.erb
|
8940
|
+
Rendering recipes/new.html.haml within layouts/application
|
8941
|
+
[1m[36mIngredient Load (0.4ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.3ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.3ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.3ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.3ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.3ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.3ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.3ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.3ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.3ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[35m (2.3ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
9039
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
9040
|
+
Processing by RecipesController#new as HTML
|
9041
|
+
Rendering layout layouts/application.html.erb
|
9042
|
+
Rendering recipes/new.html.haml within layouts/application
|
9043
|
+
[1m[36mIngredient Load (0.3ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mTool Load (0.4ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mSupply Load (0.3ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mIngredient Load (0.3ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
9063
|
+
↳ app/controllers/recipes_controller.rb:26:in `create'
|
9064
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
9065
|
+
↳ app/controllers/recipes_controller.rb:28:in `create'
|
9066
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "unit", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[36mTRANSACTION (6.9ms)[0m [1m[36mcommit transaction[0m
|
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
|
+
[1m[36mRecipe Load (0.3ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mCookbook::Use Exists? (0.5ms)[0m [1m[34mSELECT 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 ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"], ["LIMIT", 1]]
|
9084
|
+
↳ app/views/recipes/show.html.haml:19
|
9085
|
+
[1m[36mCookbook::Use Load (0.3ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
|
9086
|
+
↳ app/views/recipes/show.html.haml:19
|
9087
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
9088
|
+
↳ app/views/recipes/show.html.haml:19
|
9089
|
+
[1m[36mCookbook::Use Exists? (0.3ms)[0m [1m[34mSELECT 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 ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"], ["LIMIT", 1]]
|
9090
|
+
↳ app/views/recipes/show.html.haml:19
|
9091
|
+
[1m[36mCookbook::Use Exists? (0.4ms)[0m [1m[34mSELECT 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 ?[0m [["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
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["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
|
+
[1m[36mRecipe Load (0.3ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mCookbook::Use Load (0.3ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["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
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["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
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
9187
|
+
↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
|
9188
|
+
[1m[36mRecipe Load (0.4ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mCookbook::Use Load (0.5ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
|
9193
|
+
↳ app/views/recipes/_form.html.haml:8
|
9194
|
+
[1m[36mIngredient Load (0.4ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mCACHE Ingredient Load (0.0ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
|
9201
|
+
↳ app/views/recipes/_form.html.haml:8
|
9202
|
+
[1m[36mTool Load (1.4ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
|
9206
|
+
↳ app/views/recipes/_form.html.haml:8
|
9207
|
+
[1m[36mSupply Load (0.4ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
|
9225
|
+
↳ app/views/recipes/_form.html.haml:8
|
9226
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mCACHE Ingredient Load (0.0ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
|
9233
|
+
↳ app/views/recipes/_form.html.haml:8
|
9234
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
|
9238
|
+
↳ app/views/recipes/_form.html.haml:8
|
9239
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
|
9257
|
+
↳ app/views/recipes/_form.html.haml:8
|
9258
|
+
[1m[36mIngredient Load (0.3ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mCACHE Ingredient Load (0.0ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
|
9265
|
+
↳ app/views/recipes/_form.html.haml:8
|
9266
|
+
[1m[36mTool Load (0.3ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
|
9270
|
+
↳ app/views/recipes/_form.html.haml:8
|
9271
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
|
9289
|
+
↳ app/views/recipes/_form.html.haml:8
|
9290
|
+
[1m[36mIngredient Load (0.3ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mCACHE Ingredient Load (0.0ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
|
9297
|
+
↳ app/views/recipes/_form.html.haml:8
|
9298
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
|
9302
|
+
↳ app/views/recipes/_form.html.haml:8
|
9303
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mRecipe Load (0.3ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
|
9321
|
+
↳ app/views/recipes/_form.html.haml:8
|
9322
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mCACHE Ingredient Load (0.0ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
|
9329
|
+
↳ app/views/recipes/_form.html.haml:8
|
9330
|
+
[1m[36mTool Load (0.3ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
|
9334
|
+
↳ app/views/recipes/_form.html.haml:8
|
9335
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
|
9353
|
+
↳ app/views/recipes/_form.html.haml:8
|
9354
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mCACHE Ingredient Load (0.0ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mCookbook::Use Load (0.3ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
|
9361
|
+
↳ app/views/recipes/_form.html.haml:8
|
9362
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
|
9366
|
+
↳ app/views/recipes/_form.html.haml:8
|
9367
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
9381
|
+
↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
|
9382
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
9383
|
+
↳ app/controllers/recipes_controller.rb:37:in `update'
|
9384
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
9385
|
+
↳ app/controllers/recipes_controller.rb:37:in `update'
|
9386
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", nil], ["LIMIT", 1]]
|
9387
|
+
↳ app/controllers/recipes_controller.rb:37:in `update'
|
9388
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
9389
|
+
↳ app/controllers/recipes_controller.rb:37:in `update'
|
9390
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."id" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["id", 35]]
|
9391
|
+
↳ app/controllers/recipes_controller.rb:37:in `update'
|
9392
|
+
[1m[36mTool Load (0.3ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
9393
|
+
↳ app/controllers/recipes_controller.rb:37:in `update'
|
9394
|
+
[1m[36mCookbook::Use Destroy (0.4ms)[0m [1m[31mDELETE FROM "cookbook_uses" WHERE "cookbook_uses"."id" = ?[0m [["id", 35]]
|
9395
|
+
↳ app/controllers/recipes_controller.rb:37:in `update'
|
9396
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "unit", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "unit", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[36mTRANSACTION (12.5ms)[0m [1m[36mcommit transaction[0m
|
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
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mCookbook::Use Exists? (0.3ms)[0m [1m[34mSELECT 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 ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"], ["LIMIT", 1]]
|
9414
|
+
↳ app/views/recipes/show.html.haml:19
|
9415
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
|
9416
|
+
↳ app/views/recipes/show.html.haml:19
|
9417
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
9418
|
+
↳ app/views/recipes/show.html.haml:19
|
9419
|
+
[1m[36mCookbook::Use Exists? (0.4ms)[0m [1m[34mSELECT 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 ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"], ["LIMIT", 1]]
|
9420
|
+
↳ app/views/recipes/show.html.haml:19
|
9421
|
+
[1m[36mCookbook::Use Load (0.3ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
|
9422
|
+
↳ app/views/recipes/show.html.haml:19
|
9423
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
9424
|
+
↳ app/views/recipes/show.html.haml:19
|
9425
|
+
[1m[36mCookbook::Use Exists? (0.5ms)[0m [1m[34mSELECT 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 ?[0m [["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
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
|
9441
|
+
↳ app/views/recipes/_form.html.haml:8
|
9442
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mCACHE Ingredient Load (0.0ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
|
9449
|
+
↳ app/views/recipes/_form.html.haml:8
|
9450
|
+
[1m[36mTool Load (0.3ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mCACHE Tool Load (0.0ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
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
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
|
9457
|
+
↳ app/views/recipes/_form.html.haml:8
|
9458
|
+
[1m[36mSupply Load (0.3ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
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
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
9472
|
+
↳ app/controllers/recipes_controller.rb:54:in `set_recipe'
|
9473
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
9474
|
+
↳ app/controllers/recipes_controller.rb:37:in `update'
|
9475
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
9476
|
+
↳ app/controllers/recipes_controller.rb:37:in `update'
|
9477
|
+
[1m[36mCACHE Ingredient Load (0.0ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
9478
|
+
↳ app/controllers/recipes_controller.rb:37:in `update'
|
9479
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
9480
|
+
↳ app/controllers/recipes_controller.rb:37:in `update'
|
9481
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."id" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["id", 36]]
|
9482
|
+
↳ app/controllers/recipes_controller.rb:37:in `update'
|
9483
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
9484
|
+
↳ app/controllers/recipes_controller.rb:37:in `update'
|
9485
|
+
[1m[36mCookbook::Use Load (0.2ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."id" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["id", 37]]
|
9486
|
+
↳ app/controllers/recipes_controller.rb:37:in `update'
|
9487
|
+
[1m[36mCookbook::Use Destroy (0.6ms)[0m [1m[31mDELETE FROM "cookbook_uses" WHERE "cookbook_uses"."id" = ?[0m [["id", 36]]
|
9488
|
+
↳ app/controllers/recipes_controller.rb:37:in `update'
|
9489
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "unit", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[36mTRANSACTION (8.1ms)[0m [1m[36mcommit transaction[0m
|
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
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mCookbook::Use Exists? (0.3ms)[0m [1m[34mSELECT 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 ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"], ["LIMIT", 1]]
|
9505
|
+
↳ app/views/recipes/show.html.haml:19
|
9506
|
+
[1m[36mCookbook::Use Load (0.3ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
|
9507
|
+
↳ app/views/recipes/show.html.haml:19
|
9508
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
9509
|
+
↳ app/views/recipes/show.html.haml:19
|
9510
|
+
[1m[36mCookbook::Use Exists? (0.2ms)[0m [1m[34mSELECT 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 ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"], ["LIMIT", 1]]
|
9511
|
+
↳ app/views/recipes/show.html.haml:19
|
9512
|
+
[1m[36mCookbook::Use Load (0.1ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_in_id" = ? AND "cookbook_uses"."use_in_type" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_in_id", 8], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
|
9513
|
+
↳ app/views/recipes/show.html.haml:19
|
9514
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
9515
|
+
↳ app/views/recipes/show.html.haml:19
|
9516
|
+
[1m[36mCookbook::Use Exists? (0.2ms)[0m [1m[34mSELECT 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 ?[0m [["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
|
+
|