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
data/spec/dummy/log/test.log
CHANGED
@@ -34746,3 +34746,2450 @@ Processing by RecipesController#destroy as HTML
|
|
34746
34746
|
Redirected to http://www.example.com/recipes
|
34747
34747
|
Completed 302 Found in 4ms (ActiveRecord: 0.6ms | Allocations: 514)
|
34748
34748
|
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
34749
|
+
[1m[35m (1.3ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
34750
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_keys[0m
|
34751
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA defer_foreign_keys[0m
|
34752
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA defer_foreign_keys = ON[0m
|
34753
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_keys = OFF[0m
|
34754
|
+
[1m[35m (6.3ms)[0m [1m[31mDELETE FROM "cookbook_uses";[0m
|
34755
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
34756
|
+
[1m[35m (4.4ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'cookbook_uses';[0m
|
34757
|
+
[1m[35m (7.3ms)[0m [1m[31mDELETE FROM "how_tos";[0m
|
34758
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
34759
|
+
[1m[35m (4.7ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'how_tos';[0m
|
34760
|
+
[1m[35m (4.3ms)[0m [1m[31mDELETE FROM "ingredients";[0m
|
34761
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
34762
|
+
[1m[35m (4.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'ingredients';[0m
|
34763
|
+
[1m[35m (4.1ms)[0m [1m[31mDELETE FROM "recipes";[0m
|
34764
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
34765
|
+
[1m[35m (5.0ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'recipes';[0m
|
34766
|
+
[1m[35m (4.7ms)[0m [1m[31mDELETE FROM "supplies";[0m
|
34767
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
34768
|
+
[1m[35m (4.4ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'supplies';[0m
|
34769
|
+
[1m[35m (4.7ms)[0m [1m[31mDELETE FROM "tools";[0m
|
34770
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
34771
|
+
[1m[35m (7.8ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'tools';[0m
|
34772
|
+
[1m[35m (5.1ms)[0m [1m[31mDELETE FROM "users";[0m
|
34773
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
34774
|
+
[1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'users';[0m
|
34775
|
+
[1m[35m (0.2ms)[0m [1m[35mPRAGMA defer_foreign_keys = 0[0m
|
34776
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_keys = 1[0m
|
34777
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
34778
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
34779
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
34780
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34781
|
+
[1m[36mRecipe Create (0.4ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Odit Est"], ["description", "Tenetur quaerat velit. Ut illo veniam. Soluta omnis nemo."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "### Est\nEos qui ut. Omnis doloremque fuga. Non animi quisquam.\n`Aut.`"], ["created_at", "2021-09-21 18:23:51.771212"], ["updated_at", "2021-09-21 18:23:51.771212"]]
|
34782
|
+
[1m[36mTRANSACTION (14.3ms)[0m [1m[36mcommit transaction[0m
|
34783
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34784
|
+
[1m[36mRecipe Create (0.3ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Dolor"], ["description", "Quidem quas qui. Occaecati odit aperiam. Fugiat et in."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "#### Et\nQuam consequatur sed. Natus nihil quis. Aspernatur quia labore.\nsaepe | corporis | molestiae\n---- | ---- | ----\nnatus | aliquam | repudiandae\npariatur | rerum | iste"], ["created_at", "2021-09-21 18:23:51.798921"], ["updated_at", "2021-09-21 18:23:51.798921"]]
|
34785
|
+
[1m[36mTRANSACTION (4.5ms)[0m [1m[36mcommit transaction[0m
|
34786
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34787
|
+
[1m[36mRecipe Create (0.3ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Fuga"], ["description", "Corrupti inventore deserunt. Fuga perferendis quas. Amet rem illo."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "#### Labore\nQuo maxime quis. Omnis voluptatem perspiciatis. Officiis fugiat et.\n###### Nam"], ["created_at", "2021-09-21 18:23:51.813170"], ["updated_at", "2021-09-21 18:23:51.813170"]]
|
34788
|
+
[1m[36mTRANSACTION (4.7ms)[0m [1m[36mcommit transaction[0m
|
34789
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34790
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Unde Nulla Qui"], ["description", "Enim natus ex. Atque magnam reprehenderit. Et nostrum ut."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "## Sed\nNulla veniam voluptatem. Libero odio labore. Qui eos placeat.\n`Mollitia.`"], ["created_at", "2021-09-21 18:23:51.826006"], ["updated_at", "2021-09-21 18:23:51.826006"]]
|
34791
|
+
[1m[36mTRANSACTION (4.4ms)[0m [1m[36mcommit transaction[0m
|
34792
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
34793
|
+
[1m[36mRecipe Create (0.4ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Deleniti Quas Vel"], ["description", "Dicta praesentium quibusdam. Illo aspernatur atque. Et et nostrum."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "##### Voluptas\nVitae est ut. Ut aliquam non. Ut unde labore.\nCorporis est fuga. Et ipsum illo. Officia laboriosam ~maiores.~"], ["created_at", "2021-09-21 18:23:51.841459"], ["updated_at", "2021-09-21 18:23:51.841459"]]
|
34794
|
+
[1m[36mTRANSACTION (4.9ms)[0m [1m[36mcommit transaction[0m
|
34795
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34796
|
+
[1m[36mHowTo Create (0.4ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Natus"], ["description", "Sit eaque ab. Nesciunt provident qui. Quas aut cumque."], ["instructions", "## Sint\nDolore aut quidem. A excepturi totam. Voluptas repudiandae beatae.\n### Ducimus"], ["created_at", "2021-09-21 18:23:51.880753"], ["updated_at", "2021-09-21 18:23:51.880753"]]
|
34797
|
+
[1m[36mTRANSACTION (5.1ms)[0m [1m[36mcommit transaction[0m
|
34798
|
+
[1m[36mTRANSACTION (1.0ms)[0m [1m[36mbegin transaction[0m
|
34799
|
+
[1m[36mHowTo Create (0.6ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Mollitia"], ["description", "Et voluptatum ratione. Expedita voluptatem tempora. Eius alias velit."], ["instructions", "###### Aliquid\nDistinctio deserunt amet. Quia incidunt repudiandae. Quidem et laborum.\n* Sint. \n* Quisquam. \n* Officia. \n* Ab. \n"], ["created_at", "2021-09-21 18:23:51.899094"], ["updated_at", "2021-09-21 18:23:51.899094"]]
|
34800
|
+
[1m[36mTRANSACTION (4.9ms)[0m [1m[36mcommit transaction[0m
|
34801
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34802
|
+
[1m[36mHowTo Create (1.2ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Sit Et"], ["description", "Sit hic rem. Natus earum ut. Amet autem ab."], ["instructions", "#### Omnis\nCorrupti at illo. Incidunt dolor itaque. Atque dolores perspiciatis.\nSunt veniam dolores. Vero _velit_ commodi. Ratione iure rerum."], ["created_at", "2021-09-21 18:23:51.919632"], ["updated_at", "2021-09-21 18:23:51.919632"]]
|
34803
|
+
[1m[36mTRANSACTION (5.0ms)[0m [1m[36mcommit transaction[0m
|
34804
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
34805
|
+
[1m[36mHowTo Create (0.6ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Perspiciatis Sed Dolorem"], ["description", "Dolores officiis earum. Voluptatum voluptate accusamus. Aliquid delectus officia."], ["instructions", "## Nihil\nMagnam fugiat dolorum. Suscipit omnis amet. Quasi libero iste.\n`Et.`"], ["created_at", "2021-09-21 18:23:51.936209"], ["updated_at", "2021-09-21 18:23:51.936209"]]
|
34806
|
+
[1m[36mTRANSACTION (5.0ms)[0m [1m[36mcommit transaction[0m
|
34807
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34808
|
+
[1m[36mHowTo Create (0.4ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Tenetur Tempora"], ["description", "Repellendus consequatur earum. Nihil sequi porro. Quae nulla doloribus."], ["instructions", "###### Natus\nPorro laudantium nihil. Nemo veritatis consectetur. Iusto voluptatem et.\n* Repellendus. \n* Molestias. \n"], ["created_at", "2021-09-21 18:23:51.952673"], ["updated_at", "2021-09-21 18:23:51.952673"]]
|
34809
|
+
[1m[36mTRANSACTION (5.1ms)[0m [1m[36mcommit transaction[0m
|
34810
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
34811
|
+
[1m[36mIngredient Create (0.6ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Non"], ["description", "Harum facilis quidem. Aliquid et occaecati. Rerum assumenda voluptas."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:51.985822"], ["updated_at", "2021-09-21 18:23:51.985822"]]
|
34812
|
+
[1m[36mTRANSACTION (5.0ms)[0m [1m[36mcommit transaction[0m
|
34813
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34814
|
+
[1m[36mIngredient Create (0.5ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Qui"], ["description", "Reprehenderit nihil placeat. Et nobis aliquid. Dolorum fugit maiores."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:51.998880"], ["updated_at", "2021-09-21 18:23:51.998880"]]
|
34815
|
+
[1m[36mTRANSACTION (4.8ms)[0m [1m[36mcommit transaction[0m
|
34816
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34817
|
+
[1m[36mIngredient Create (0.4ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Non"], ["description", "Quae quas voluptate. Sed debitis officiis. Similique necessitatibus non."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:52.010919"], ["updated_at", "2021-09-21 18:23:52.010919"]]
|
34818
|
+
[1m[36mTRANSACTION (5.0ms)[0m [1m[36mcommit transaction[0m
|
34819
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
34820
|
+
[1m[36mIngredient Create (0.4ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Veritatis"], ["description", "Deleniti accusamus et. Dolorum dolorem alias. Et ut temporibus."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:52.023965"], ["updated_at", "2021-09-21 18:23:52.023965"]]
|
34821
|
+
[1m[36mTRANSACTION (4.7ms)[0m [1m[36mcommit transaction[0m
|
34822
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34823
|
+
[1m[36mIngredient Create (0.4ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Aut In"], ["description", "Provident perferendis aliquam. Sunt sequi ipsam. Nobis odio assumenda."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:52.035764"], ["updated_at", "2021-09-21 18:23:52.035764"]]
|
34824
|
+
[1m[36mTRANSACTION (6.1ms)[0m [1m[36mcommit transaction[0m
|
34825
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34826
|
+
[1m[36mTool Create (0.5ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Ipsum"], ["description", "Amet repellat totam. Enim atque et. Aut dolorem corrupti."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:52.060586"], ["updated_at", "2021-09-21 18:23:52.060586"]]
|
34827
|
+
[1m[36mTRANSACTION (4.5ms)[0m [1m[36mcommit transaction[0m
|
34828
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34829
|
+
[1m[36mTool Create (0.5ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Odio Magni"], ["description", "Molestias qui aut. Deleniti molestiae asperiores. Delectus consequatur blanditiis."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:52.071504"], ["updated_at", "2021-09-21 18:23:52.071504"]]
|
34830
|
+
[1m[36mTRANSACTION (4.6ms)[0m [1m[36mcommit transaction[0m
|
34831
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34832
|
+
[1m[36mTool Create (0.4ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Explicabo"], ["description", "Praesentium repellat optio. Quia qui natus. Rerum unde expedita."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:52.081736"], ["updated_at", "2021-09-21 18:23:52.081736"]]
|
34833
|
+
[1m[36mTRANSACTION (4.8ms)[0m [1m[36mcommit transaction[0m
|
34834
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34835
|
+
[1m[36mTool Create (0.5ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Labore"], ["description", "Iusto nam ipsa. Harum provident similique. Adipisci repellendus qui."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:52.092846"], ["updated_at", "2021-09-21 18:23:52.092846"]]
|
34836
|
+
[1m[36mTRANSACTION (4.7ms)[0m [1m[36mcommit transaction[0m
|
34837
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34838
|
+
[1m[36mTool Create (0.4ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Placeat Qui"], ["description", "Nam fugiat quis. Et modi quas. Ut rem doloribus."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:52.104187"], ["updated_at", "2021-09-21 18:23:52.104187"]]
|
34839
|
+
[1m[36mTRANSACTION (4.5ms)[0m [1m[36mcommit transaction[0m
|
34840
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34841
|
+
[1m[36mSupply Create (0.4ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Accusamus Culpa"], ["description", "Sit voluptatum velit. Nam doloribus dolore. Sint ut est."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:52.134957"], ["updated_at", "2021-09-21 18:23:52.134957"]]
|
34842
|
+
[1m[36mTRANSACTION (5.0ms)[0m [1m[36mcommit transaction[0m
|
34843
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34844
|
+
[1m[36mSupply Create (0.4ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Doloremque"], ["description", "Ducimus est eaque. Voluptas ullam cupiditate. Consequatur voluptatem aut."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:52.146501"], ["updated_at", "2021-09-21 18:23:52.146501"]]
|
34845
|
+
[1m[36mTRANSACTION (4.5ms)[0m [1m[36mcommit transaction[0m
|
34846
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
34847
|
+
[1m[36mSupply Create (0.6ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Illum"], ["description", "Provident amet ipsam. Impedit accusamus placeat. Voluptatem commodi est."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:52.157614"], ["updated_at", "2021-09-21 18:23:52.157614"]]
|
34848
|
+
[1m[36mTRANSACTION (4.9ms)[0m [1m[36mcommit transaction[0m
|
34849
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34850
|
+
[1m[36mSupply Create (0.5ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Occaecati Quasi"], ["description", "Labore ex dolor. Qui quisquam omnis. Vitae saepe odio."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:52.169649"], ["updated_at", "2021-09-21 18:23:52.169649"]]
|
34851
|
+
[1m[36mTRANSACTION (5.4ms)[0m [1m[36mcommit transaction[0m
|
34852
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34853
|
+
[1m[36mSupply Create (0.4ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Et Voluptas"], ["description", "Recusandae aut qui. Enim quo est. Magni qui minima."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:52.180453"], ["updated_at", "2021-09-21 18:23:52.180453"]]
|
34854
|
+
[1m[36mTRANSACTION (5.5ms)[0m [1m[36mcommit transaction[0m
|
34855
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
34856
|
+
[1m[36mRecipe Load (0.3ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
34857
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
34858
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
34859
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34860
|
+
[1m[36mCookbook::Use Create (0.7ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 3], ["use_of_type", "Tool"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for fun"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:52.238110"], ["updated_at", "2021-09-21 18:23:52.238110"]]
|
34861
|
+
[1m[36mTRANSACTION (4.8ms)[0m [1m[36mcommit transaction[0m
|
34862
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
34863
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
34864
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
34865
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
34866
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34867
|
+
[1m[36mCookbook::Use Create (0.6ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 2], ["use_of_type", "Ingredient"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for health"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:52.250902"], ["updated_at", "2021-09-21 18:23:52.250902"]]
|
34868
|
+
[1m[36mTRANSACTION (4.7ms)[0m [1m[36mcommit transaction[0m
|
34869
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
34870
|
+
[1m[36mRecipe Load (0.3ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
34871
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
34872
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
34873
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34874
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 2], ["use_of_type", "Ingredient"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for health"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:52.266189"], ["updated_at", "2021-09-21 18:23:52.266189"]]
|
34875
|
+
[1m[36mTRANSACTION (5.4ms)[0m [1m[36mcommit transaction[0m
|
34876
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
34877
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
34878
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
34879
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
34880
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34881
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 4], ["use_of_type", "Ingredient"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for wisdom"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:52.280674"], ["updated_at", "2021-09-21 18:23:52.280674"]]
|
34882
|
+
[1m[36mTRANSACTION (5.0ms)[0m [1m[36mcommit transaction[0m
|
34883
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
34884
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
34885
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
34886
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
34887
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34888
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 1], ["use_of_type", "Tool"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for health"], ["preparation", "greased"], ["created_at", "2021-09-21 18:23:52.296042"], ["updated_at", "2021-09-21 18:23:52.296042"]]
|
34889
|
+
[1m[36mTRANSACTION (4.9ms)[0m [1m[36mcommit transaction[0m
|
34890
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
34891
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
34892
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
34893
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
34894
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
34895
|
+
[1m[36mCookbook::Use Create (0.5ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 2], ["use_of_type", "Ingredient"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for fun"], ["preparation", "greased"], ["created_at", "2021-09-21 18:23:52.308924"], ["updated_at", "2021-09-21 18:23:52.308924"]]
|
34896
|
+
[1m[36mTRANSACTION (5.0ms)[0m [1m[36mcommit transaction[0m
|
34897
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
34898
|
+
[1m[36mRecipe Load (0.3ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
34899
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
34900
|
+
[1m[36mSupply Load (0.3ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
34901
|
+
[1m[36mTRANSACTION (0.4ms)[0m [1m[36mbegin transaction[0m
|
34902
|
+
[1m[36mCookbook::Use Create (0.6ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 2], ["use_of_type", "Supply"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for health"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:52.324646"], ["updated_at", "2021-09-21 18:23:52.324646"]]
|
34903
|
+
[1m[36mTRANSACTION (7.7ms)[0m [1m[36mcommit transaction[0m
|
34904
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
34905
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
34906
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
34907
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
34908
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34909
|
+
[1m[36mCookbook::Use Create (0.6ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 5], ["use_of_type", "Supply"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for fun"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:52.342279"], ["updated_at", "2021-09-21 18:23:52.342279"]]
|
34910
|
+
[1m[36mTRANSACTION (4.9ms)[0m [1m[36mcommit transaction[0m
|
34911
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
34912
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
34913
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
34914
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
34915
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34916
|
+
[1m[36mCookbook::Use Create (0.5ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 3], ["use_of_type", "Supply"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for fun"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:52.356783"], ["updated_at", "2021-09-21 18:23:52.356783"]]
|
34917
|
+
[1m[36mTRANSACTION (4.9ms)[0m [1m[36mcommit transaction[0m
|
34918
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
34919
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
34920
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
34921
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
34922
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34923
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 4], ["use_of_type", "Supply"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for fun"], ["preparation", "greased"], ["created_at", "2021-09-21 18:23:52.370576"], ["updated_at", "2021-09-21 18:23:52.370576"]]
|
34924
|
+
[1m[36mTRANSACTION (4.9ms)[0m [1m[36mcommit transaction[0m
|
34925
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
34926
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
34927
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
34928
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
34929
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34930
|
+
[1m[36mCookbook::Use Create (0.5ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 1], ["use_of_type", "Tool"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for wisdom"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:52.383069"], ["updated_at", "2021-09-21 18:23:52.383069"]]
|
34931
|
+
[1m[36mTRANSACTION (4.7ms)[0m [1m[36mcommit transaction[0m
|
34932
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
34933
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
34934
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
34935
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
34936
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
34937
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 3], ["use_of_type", "Supply"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["preparation", "greased"], ["created_at", "2021-09-21 18:23:52.395933"], ["updated_at", "2021-09-21 18:23:52.395933"]]
|
34938
|
+
[1m[36mTRANSACTION (4.7ms)[0m [1m[36mcommit transaction[0m
|
34939
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
34940
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
34941
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
34942
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
34943
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34944
|
+
[1m[36mCookbook::Use Create (0.6ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 1], ["use_of_type", "Ingredient"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for wisdom"], ["created_at", "2021-09-21 18:23:52.407254"], ["updated_at", "2021-09-21 18:23:52.407254"]]
|
34945
|
+
[1m[36mTRANSACTION (4.6ms)[0m [1m[36mcommit transaction[0m
|
34946
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
34947
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
34948
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
34949
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
34950
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34951
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 5], ["use_of_type", "Supply"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for fun"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:52.419666"], ["updated_at", "2021-09-21 18:23:52.419666"]]
|
34952
|
+
[1m[36mTRANSACTION (4.9ms)[0m [1m[36mcommit transaction[0m
|
34953
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
34954
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
34955
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
34956
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
34957
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34958
|
+
[1m[36mCookbook::Use Create (0.5ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 1], ["use_of_type", "Tool"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for health"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:52.433977"], ["updated_at", "2021-09-21 18:23:52.433977"]]
|
34959
|
+
[1m[36mTRANSACTION (7.5ms)[0m [1m[36mcommit transaction[0m
|
34960
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
34961
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
34962
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
34963
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
34964
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34965
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 5], ["use_of_type", "Tool"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for health"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:52.449494"], ["updated_at", "2021-09-21 18:23:52.449494"]]
|
34966
|
+
[1m[36mTRANSACTION (4.9ms)[0m [1m[36mcommit transaction[0m
|
34967
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
34968
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
34969
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
34970
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
34971
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34972
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 1], ["use_of_type", "Supply"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for wisdom"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:52.463679"], ["updated_at", "2021-09-21 18:23:52.463679"]]
|
34973
|
+
[1m[36mTRANSACTION (5.1ms)[0m [1m[36mcommit transaction[0m
|
34974
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
34975
|
+
[1m[36mHowTo Load (0.3ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
34976
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
34977
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
34978
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
34979
|
+
[1m[36mCookbook::Use Create (0.5ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 5], ["use_of_type", "Tool"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for fun"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:52.478337"], ["updated_at", "2021-09-21 18:23:52.478337"]]
|
34980
|
+
[1m[36mTRANSACTION (7.8ms)[0m [1m[36mcommit transaction[0m
|
34981
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
34982
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
34983
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
34984
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
34985
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
34986
|
+
[1m[36mCookbook::Use Create (0.5ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 3], ["use_of_type", "Tool"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for wisdom"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:52.496693"], ["updated_at", "2021-09-21 18:23:52.496693"]]
|
34987
|
+
[1m[36mTRANSACTION (4.8ms)[0m [1m[36mcommit transaction[0m
|
34988
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
34989
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
34990
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
34991
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
34992
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
34993
|
+
[1m[36mCookbook::Use Create (0.5ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 5], ["use_of_type", "Supply"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["created_at", "2021-09-21 18:23:52.510125"], ["updated_at", "2021-09-21 18:23:52.510125"]]
|
34994
|
+
[1m[36mTRANSACTION (7.5ms)[0m [1m[36mcommit transaction[0m
|
34995
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
34996
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
34997
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
34998
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
34999
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
35000
|
+
[1m[36mCookbook::Use Create (0.6ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 4], ["use_of_type", "Tool"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for fun"], ["created_at", "2021-09-21 18:23:52.526461"], ["updated_at", "2021-09-21 18:23:52.526461"]]
|
35001
|
+
[1m[36mTRANSACTION (4.7ms)[0m [1m[36mcommit transaction[0m
|
35002
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35003
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
35004
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
35005
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
35006
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
35007
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 3], ["use_of_type", "Ingredient"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for fun"], ["preparation", "greased"], ["created_at", "2021-09-21 18:23:52.538535"], ["updated_at", "2021-09-21 18:23:52.538535"]]
|
35008
|
+
[1m[36mTRANSACTION (4.7ms)[0m [1m[36mcommit transaction[0m
|
35009
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35010
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
35011
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
35012
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
35013
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35014
|
+
[1m[36mCookbook::Use Create (0.7ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 3], ["use_of_type", "Ingredient"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["created_at", "2021-09-21 18:23:52.550858"], ["updated_at", "2021-09-21 18:23:52.550858"]]
|
35015
|
+
[1m[36mTRANSACTION (4.7ms)[0m [1m[36mcommit transaction[0m
|
35016
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35017
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
35018
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
35019
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
35020
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
35021
|
+
[1m[36mCookbook::Use Create (0.6ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 1], ["use_of_type", "Supply"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for health"], ["preparation", "greased"], ["created_at", "2021-09-21 18:23:52.566327"], ["updated_at", "2021-09-21 18:23:52.566327"]]
|
35022
|
+
[1m[36mTRANSACTION (4.9ms)[0m [1m[36mcommit transaction[0m
|
35023
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35024
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
35025
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35026
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
35027
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
35028
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 1], ["use_of_type", "Tool"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for wisdom"], ["preparation", "greased"], ["created_at", "2021-09-21 18:23:52.579509"], ["updated_at", "2021-09-21 18:23:52.579509"]]
|
35029
|
+
[1m[36mTRANSACTION (4.7ms)[0m [1m[36mcommit transaction[0m
|
35030
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
35031
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35032
|
+
[1m[36mRecipe Create (0.4ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Dolorem"], ["description", "Consectetur vero necessitatibus. Ut quo voluptas. Minus quasi recusandae."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "###### Distinctio\nQui consequatur quo. Pariatur sit dolorem. Sit ut quo.\n```ruby\nQuod.\n```"], ["created_at", "2021-09-21 18:23:52.653037"], ["updated_at", "2021-09-21 18:23:52.653037"]]
|
35033
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35034
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35035
|
+
[1m[36mRecipe Create (0.2ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Sunt Delectus Eius"], ["description", "Qui omnis explicabo. Veritatis ea dolores. Quasi consequatur accusantium."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "# Hic\nSit quaerat atque. Dolorum aliquid blanditiis. Vel aut officiis.\n0. Doloremque. \n1. Consequatur. \n2. Nihil. \n3. Quia. \n4. Rerum. \n5. Qui. \n"], ["created_at", "2021-09-21 18:23:52.667046"], ["updated_at", "2021-09-21 18:23:52.667046"]]
|
35036
|
+
[1m[36mTRANSACTION (1.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35037
|
+
[1m[36mTRANSACTION (0.4ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35038
|
+
[1m[36mRecipe Create (0.3ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Molestias Non Ad"], ["description", "Ad earum non. Vel dolores ullam. Esse in tenetur."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "## Est\nConsequatur eaque numquam. Architecto perspiciatis molestiae. Mollitia architecto consectetur.\n0. Quo. \n1. Alias. \n2. Voluptatem. \n3. Laudantium. \n4. Quasi. \n5. At. \n6. Ratione. \n"], ["created_at", "2021-09-21 18:23:52.680759"], ["updated_at", "2021-09-21 18:23:52.680759"]]
|
35039
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35040
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35041
|
+
[1m[36mRecipe Create (0.2ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Ut"], ["description", "Et pariatur iusto. Enim velit dicta. Rerum est eaque."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "### Beatae\nQuo dicta omnis. Eum nihil unde. Neque in omnis.\n## Aut\nEt rerum ab. Id magnam pariatur. Quos et aliquam.\n_Voluptatem_ vel dolor. Tenetur aut dolorem. Exercitationem enim harum."], ["created_at", "2021-09-21 18:23:52.696783"], ["updated_at", "2021-09-21 18:23:52.696783"]]
|
35042
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35043
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35044
|
+
[1m[36mRecipe Create (0.3ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Placeat Veniam"], ["description", "Facilis accusantium reprehenderit. Velit incidunt labore. Aut aperiam et."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "#### Iure\nUt illo perferendis. Ut blanditiis optio. Ipsum doloribus quam.\n###### Nemo\nOfficia placeat mollitia. Enim omnis nobis. Commodi sit sit.\n**Ut** placeat voluptatem. Vitae ipsam vel. Vel labore sunt."], ["created_at", "2021-09-21 18:23:52.708139"], ["updated_at", "2021-09-21 18:23:52.708139"]]
|
35045
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35046
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35047
|
+
[1m[36mHowTo Create (0.6ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Odit Officiis"], ["description", "Officiis ex quibusdam. Quo odit exercitationem. Omnis quae cumque."], ["instructions", "###### Sunt\nQuo eos similique. Consequatur nulla officiis. Itaque qui alias.\n`Illum.`"], ["created_at", "2021-09-21 18:23:52.718306"], ["updated_at", "2021-09-21 18:23:52.718306"]]
|
35048
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35049
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35050
|
+
[1m[36mHowTo Create (0.3ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Repellat Tenetur Veritatis"], ["description", "Excepturi sunt possimus. Odio voluptas molestiae. Dolore animi error."], ["instructions", "## Vel\nPariatur ullam quia. Aliquid fuga ad. Officiis explicabo sint.\nea | qui | pariatur\n---- | ---- | ----\niste | deleniti | nulla\nconsequatur | inventore | exercitationem"], ["created_at", "2021-09-21 18:23:52.761533"], ["updated_at", "2021-09-21 18:23:52.761533"]]
|
35051
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35052
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35053
|
+
[1m[36mHowTo Create (0.3ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Repellat Ad Et"], ["description", "Fuga mollitia deserunt. Ut cupiditate asperiores. Quasi quis in."], ["instructions", "### Quasi\nLaudantium id reprehenderit. Facere et odit. Nihil architecto soluta.\nQui ~enim~ illum. Deserunt reiciendis illum. In eius amet."], ["created_at", "2021-09-21 18:23:52.768675"], ["updated_at", "2021-09-21 18:23:52.768675"]]
|
35054
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35055
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35056
|
+
[1m[36mHowTo Create (0.2ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Velit Vel Excepturi"], ["description", "Cupiditate voluptates quas. Eos voluptas qui. Necessitatibus nihil officia."], ["instructions", "###### Possimus\nOfficia harum voluptates. Ut cupiditate maiores. Et architecto esse.\n* Totam. \n* Consectetur. \n* Vel. \n* Voluptatem. \n"], ["created_at", "2021-09-21 18:23:52.777157"], ["updated_at", "2021-09-21 18:23:52.777157"]]
|
35057
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35058
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35059
|
+
[1m[36mHowTo Create (0.3ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Consectetur Fugiat"], ["description", "Quisquam voluptatibus ducimus. Fuga vitae est. Hic velit rerum."], ["instructions", "#### Temporibus\nMinima ad voluptas. Et nobis quis. Alias omnis repellat.\nOmnis rem amet. Totam ducimus _repudiandae._ Enim quod voluptate."], ["created_at", "2021-09-21 18:23:52.784413"], ["updated_at", "2021-09-21 18:23:52.784413"]]
|
35060
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35061
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35062
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Ex Sed Exercitationem"], ["description", "Sit dolorem odit. Ipsum omnis saepe. Eligendi aut nostrum."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:52.790748"], ["updated_at", "2021-09-21 18:23:52.790748"]]
|
35063
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35064
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35065
|
+
[1m[36mIngredient Create (0.2ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Velit Facere"], ["description", "Necessitatibus veritatis dolorum. Cum ipsam neque. Ut molestiae nesciunt."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:52.796338"], ["updated_at", "2021-09-21 18:23:52.796338"]]
|
35066
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35067
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35068
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Quia Quo"], ["description", "Est ut dolore. Accusantium ipsam a. Recusandae laudantium est."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:52.801978"], ["updated_at", "2021-09-21 18:23:52.801978"]]
|
35069
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35070
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35071
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Magni Consequatur"], ["description", "Expedita rem reprehenderit. Et adipisci qui. Alias error totam."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:52.808938"], ["updated_at", "2021-09-21 18:23:52.808938"]]
|
35072
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35073
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35074
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Quae Autem Ut"], ["description", "Omnis ratione quo. Quam ut sed. Est dolores ut."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:52.815855"], ["updated_at", "2021-09-21 18:23:52.815855"]]
|
35075
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35076
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35077
|
+
[1m[36mTool Create (0.2ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Nihil Aut Quo"], ["description", "Omnis placeat consequatur. Quia commodi ea. Officiis molestias et."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:52.822219"], ["updated_at", "2021-09-21 18:23:52.822219"]]
|
35078
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35079
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35080
|
+
[1m[36mTool Create (0.2ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Similique Et Odit"], ["description", "Eos accusamus eaque. Laborum facilis facere. Ullam quis officiis."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:52.828030"], ["updated_at", "2021-09-21 18:23:52.828030"]]
|
35081
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35082
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35083
|
+
[1m[36mTool Create (0.2ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Ut"], ["description", "Omnis a nam. Ducimus deserunt soluta. Molestiae et quibusdam."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:52.832967"], ["updated_at", "2021-09-21 18:23:52.832967"]]
|
35084
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35085
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35086
|
+
[1m[36mTool Create (0.2ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Placeat Voluptas Et"], ["description", "Minus ratione ipsum. Error illo nulla. Ratione id ex."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:52.836680"], ["updated_at", "2021-09-21 18:23:52.836680"]]
|
35087
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35088
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35089
|
+
[1m[36mTool Create (0.3ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Reiciendis Ut Dicta"], ["description", "Consectetur magnam eum. Nisi et expedita. Sit magnam harum."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:52.840137"], ["updated_at", "2021-09-21 18:23:52.840137"]]
|
35090
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35091
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35092
|
+
[1m[36mSupply Create (0.2ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Qui Accusamus Reiciendis"], ["description", "Sit maiores rerum. Incidunt dignissimos ut. Voluptates aut porro."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:52.845774"], ["updated_at", "2021-09-21 18:23:52.845774"]]
|
35093
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35094
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35095
|
+
[1m[36mSupply Create (0.2ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Natus"], ["description", "Molestias quos dolore. Nulla corporis unde. Doloribus rem laudantium."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:52.849796"], ["updated_at", "2021-09-21 18:23:52.849796"]]
|
35096
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35097
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35098
|
+
[1m[36mSupply Create (0.3ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Vero"], ["description", "Quia ex aliquam. Ad consequuntur modi. Ut error modi."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:52.853806"], ["updated_at", "2021-09-21 18:23:52.853806"]]
|
35099
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35100
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35101
|
+
[1m[36mSupply Create (0.3ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Soluta Distinctio"], ["description", "Quasi eum rem. Voluptatum accusamus quia. Officiis error tempore."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:52.859869"], ["updated_at", "2021-09-21 18:23:52.859869"]]
|
35102
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35103
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35104
|
+
[1m[36mSupply Create (0.2ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Debitis Pariatur"], ["description", "Eius minus perferendis. Pariatur quasi eum. In sunt quam."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:52.866084"], ["updated_at", "2021-09-21 18:23:52.866084"]]
|
35105
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35106
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35107
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
|
35108
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
35109
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
35110
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35111
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 9], ["use_of_type", "Ingredient"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for fun"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:52.872566"], ["updated_at", "2021-09-21 18:23:52.872566"]]
|
35112
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35113
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35114
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35115
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
35116
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35117
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35118
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 4], ["use_of_type", "Ingredient"], ["use_of_id", 6], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for wisdom"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:52.879914"], ["updated_at", "2021-09-21 18:23:52.879914"]]
|
35119
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35120
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35121
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35122
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
35123
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
35124
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35125
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 4], ["use_of_type", "Ingredient"], ["use_of_id", 10], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["created_at", "2021-09-21 18:23:52.886046"], ["updated_at", "2021-09-21 18:23:52.886046"]]
|
35126
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35127
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35128
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
35129
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
35130
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35131
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35132
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 10], ["use_of_type", "Ingredient"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for wisdom"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:52.891285"], ["updated_at", "2021-09-21 18:23:52.891285"]]
|
35133
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35134
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35135
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35136
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
35137
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
|
35138
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35139
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 4], ["use_of_type", "Ingredient"], ["use_of_id", 9], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for fun"], ["created_at", "2021-09-21 18:23:52.899598"], ["updated_at", "2021-09-21 18:23:52.899598"]]
|
35140
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35141
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35142
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
35143
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35144
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
35145
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35146
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 5], ["use_of_type", "Tool"], ["use_of_id", 8], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for health"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:52.906469"], ["updated_at", "2021-09-21 18:23:52.906469"]]
|
35147
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35148
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35149
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35150
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35151
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
35152
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35153
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 4], ["use_of_type", "Tool"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for health"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:52.913289"], ["updated_at", "2021-09-21 18:23:52.913289"]]
|
35154
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35155
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35156
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
35157
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
35158
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35159
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35160
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 2], ["use_of_type", "Ingredient"], ["use_of_id", 6], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for fun"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:52.918928"], ["updated_at", "2021-09-21 18:23:52.918928"]]
|
35161
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35162
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35163
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
35164
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
35165
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
|
35166
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35167
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 5], ["use_of_type", "Ingredient"], ["use_of_id", 9], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for fun"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:52.928894"], ["updated_at", "2021-09-21 18:23:52.928894"]]
|
35168
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35169
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35170
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
|
35171
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
35172
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35173
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35174
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 9], ["use_of_type", "Ingredient"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for fun"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:52.935605"], ["updated_at", "2021-09-21 18:23:52.935605"]]
|
35175
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35176
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35177
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
35178
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35179
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35180
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35181
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 5], ["use_of_type", "Tool"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for health"], ["created_at", "2021-09-21 18:23:52.944871"], ["updated_at", "2021-09-21 18:23:52.944871"]]
|
35182
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35183
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35184
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35185
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35186
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
35187
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35188
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Tool"], ["use_of_id", 7], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for fun"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:52.951176"], ["updated_at", "2021-09-21 18:23:52.951176"]]
|
35189
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35190
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35191
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
35192
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35193
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35194
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35195
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 3], ["use_of_type", "Tool"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for health"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:52.956738"], ["updated_at", "2021-09-21 18:23:52.956738"]]
|
35196
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35197
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35198
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35199
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
35200
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
35201
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35202
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 4], ["use_of_type", "Ingredient"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for fun"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:52.964686"], ["updated_at", "2021-09-21 18:23:52.964686"]]
|
35203
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35204
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35205
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35206
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35207
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
35208
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35209
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 6], ["use_of_type", "Tool"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for fun"], ["created_at", "2021-09-21 18:23:52.970256"], ["updated_at", "2021-09-21 18:23:52.970256"]]
|
35210
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35211
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35212
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
35213
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35214
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
35215
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35216
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 8], ["use_of_type", "Tool"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for fun"], ["created_at", "2021-09-21 18:23:52.974757"], ["updated_at", "2021-09-21 18:23:52.974757"]]
|
35217
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35218
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35219
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35220
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35221
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
35222
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35223
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 4], ["use_of_type", "Tool"], ["use_of_id", 10], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for wisdom"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:52.980819"], ["updated_at", "2021-09-21 18:23:52.980819"]]
|
35224
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35225
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35226
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
35227
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35228
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
35229
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35230
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 2], ["use_of_type", "Tool"], ["use_of_id", 7], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for wisdom"], ["preparation", "greased"], ["created_at", "2021-09-21 18:23:52.985555"], ["updated_at", "2021-09-21 18:23:52.985555"]]
|
35231
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35232
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35233
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
35234
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
35235
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
35236
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35237
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 3], ["use_of_type", "Ingredient"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for fun"], ["created_at", "2021-09-21 18:23:52.993054"], ["updated_at", "2021-09-21 18:23:52.993054"]]
|
35238
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35239
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35240
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
35241
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
35242
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
35243
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35244
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 8], ["use_of_type", "Supply"], ["use_of_id", 7], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for health"], ["created_at", "2021-09-21 18:23:52.999876"], ["updated_at", "2021-09-21 18:23:52.999876"]]
|
35245
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35246
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35247
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35248
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
35249
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
35250
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35251
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 6], ["use_of_type", "Supply"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:53.004851"], ["updated_at", "2021-09-21 18:23:53.004851"]]
|
35252
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35253
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35254
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
35255
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
35256
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
35257
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35258
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 1], ["use_of_type", "Supply"], ["use_of_id", 8], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for health"], ["preparation", "greased"], ["created_at", "2021-09-21 18:23:53.009966"], ["updated_at", "2021-09-21 18:23:53.009966"]]
|
35259
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35260
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35261
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
35262
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35263
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
35264
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35265
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 5], ["use_of_type", "Tool"], ["use_of_id", 8], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for fun"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:53.015824"], ["updated_at", "2021-09-21 18:23:53.015824"]]
|
35266
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35267
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35268
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
35269
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35270
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35271
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35272
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 2], ["use_of_type", "Tool"], ["use_of_id", 6], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for health"], ["created_at", "2021-09-21 18:23:53.020740"], ["updated_at", "2021-09-21 18:23:53.020740"]]
|
35273
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35274
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35275
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
35276
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35277
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
35278
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35279
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 3], ["use_of_type", "Tool"], ["use_of_id", 8], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for health"], ["created_at", "2021-09-21 18:23:53.025958"], ["updated_at", "2021-09-21 18:23:53.025958"]]
|
35280
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35281
|
+
[1m[36mIngredient Load (0.3ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" ORDER BY "ingredients"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
|
35282
|
+
[1m[36mCookbook::Use Exists? (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_of_id" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ?[0m [["use_of_id", 1], ["use_of_type", "Ingredient"], ["LIMIT", 1]]
|
35283
|
+
[1m[36mCookbook::Use Load (0.4ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_of_id" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_of_id", 1], ["use_of_type", "Ingredient"]]
|
35284
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
35285
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_uses_of.html.haml (Duration: 17.3ms | Allocations: 5582)
|
35286
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35287
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35288
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35289
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Omnis"], ["description", "Qui quod id. Aut nesciunt velit. Tempora illo veritatis."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "### Odit\nEt et ad. Veritatis sit ipsam. Sint tempora et.\n```ruby\nMaiores.\n```"], ["created_at", "2021-09-21 18:23:53.106951"], ["updated_at", "2021-09-21 18:23:53.106951"]]
|
35290
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35291
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35292
|
+
[1m[36mRecipe Create (0.3ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Nisi"], ["description", "Non quas dolore. Est nemo nobis. Dolores atque ut."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "##### Ut\nDoloremque minima eos. Quidem cum et. Perferendis placeat nam.\n`Labore.`"], ["created_at", "2021-09-21 18:23:53.116955"], ["updated_at", "2021-09-21 18:23:53.116955"]]
|
35293
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35294
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35295
|
+
[1m[36mRecipe Create (0.3ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Eos Et Reiciendis"], ["description", "Qui hic similique. Amet quidem officia. Laborum iure debitis."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "#### Eveniet\nVeniam rerum libero. Recusandae et deleniti. Ab in inventore.\nvoluptatem | ex | dolores\n---- | ---- | ----\nat | odit | et\naut | itaque | mollitia"], ["created_at", "2021-09-21 18:23:53.126788"], ["updated_at", "2021-09-21 18:23:53.126788"]]
|
35296
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35297
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35298
|
+
[1m[36mRecipe Create (0.2ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Reiciendis Deserunt"], ["description", "Ullam qui error. Quia qui repudiandae. Saepe rem aut."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "## Laudantium\nDoloremque voluptas fugiat. Sint ab praesentium. Similique dicta iusto.\n```ruby\nNam.\n```"], ["created_at", "2021-09-21 18:23:53.136462"], ["updated_at", "2021-09-21 18:23:53.136462"]]
|
35299
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35300
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35301
|
+
[1m[36mRecipe Create (0.3ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Ipsa Sed Sunt"], ["description", "Aspernatur distinctio aut. Accusantium consequuntur voluptatem. Sit adipisci illo."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "##### Qui\nEst inventore sunt. Ex quam veniam. Repellat ex exercitationem.\n### Sed\nSed minima tempora. Officia voluptatem aut. Adipisci saepe sit.\n###### Facere\nBlanditiis nemo non. Quis sapiente et. Voluptatem dolore et.\n###### Qui"], ["created_at", "2021-09-21 18:23:53.148573"], ["updated_at", "2021-09-21 18:23:53.148573"]]
|
35302
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35303
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35304
|
+
[1m[36mHowTo Create (0.3ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Ut Reprehenderit Architecto"], ["description", "Quibusdam natus ut. Voluptatibus est ipsum. Ipsum quia qui."], ["instructions", "##### Vero\nVeritatis dolorem quod. Consectetur cum qui. Quia quis quo.\n### Ut"], ["created_at", "2021-09-21 18:23:53.157707"], ["updated_at", "2021-09-21 18:23:53.157707"]]
|
35305
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35306
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35307
|
+
[1m[36mHowTo Create (0.2ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Et Vitae Earum"], ["description", "Laboriosam ipsa recusandae. Optio ut officia. Sapiente incidunt temporibus."], ["instructions", "### Et\nImpedit doloremque hic. Nisi illum temporibus. Odio eum dolorem.\n# Reprehenderit\nDelectus odio omnis. Veritatis omnis quia. Accusantium explicabo in.\nanimi | saepe | veniam\n---- | ---- | ----\nqui | facilis | perspiciatis\nest | iste | et"], ["created_at", "2021-09-21 18:23:53.168814"], ["updated_at", "2021-09-21 18:23:53.168814"]]
|
35308
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35309
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35310
|
+
[1m[36mHowTo Create (0.2ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Iusto Voluptas"], ["description", "Est ex delectus. Est fuga reprehenderit. Quis a distinctio."], ["instructions", "##### Quos\nAd distinctio sed. Itaque deleniti voluptas. Quidem aut suscipit.\n#### Et\nDolorem accusantium perspiciatis. Illum et eaque. Temporibus eos laboriosam.\n* Aspernatur. \n* Quas. \n* Eveniet. \n* Sunt. \n* Modi. \n"], ["created_at", "2021-09-21 18:23:53.180238"], ["updated_at", "2021-09-21 18:23:53.180238"]]
|
35311
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35312
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35313
|
+
[1m[36mHowTo Create (0.2ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Voluptatem"], ["description", "Illo accusamus non. Quis voluptatem labore. Officiis labore et."], ["instructions", "##### Dolores\nQuia in esse. Sunt molestias iste. Deleniti corrupti quia.\n* Odit. \n* Vero. \n* Fuga. \n* Cum. \n* Provident. \n"], ["created_at", "2021-09-21 18:23:53.190352"], ["updated_at", "2021-09-21 18:23:53.190352"]]
|
35314
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35315
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35316
|
+
[1m[36mHowTo Create (0.2ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Velit Voluptatem Quod"], ["description", "Dolor voluptatem rerum. Ullam harum quis. Ut quaerat vitae."], ["instructions", "#### Itaque\nVoluptates nam dolor. Est repellendus non. Eaque repellendus iste.\n```ruby\nEos.\n```"], ["created_at", "2021-09-21 18:23:53.198184"], ["updated_at", "2021-09-21 18:23:53.198184"]]
|
35317
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35318
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35319
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Eligendi Cumque"], ["description", "At ea qui. Molestias sit numquam. Magni animi nobis."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:53.203758"], ["updated_at", "2021-09-21 18:23:53.203758"]]
|
35320
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35321
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35322
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Corporis Veritatis"], ["description", "Aut ducimus veniam. Veniam quia et. In fuga accusamus."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:53.209372"], ["updated_at", "2021-09-21 18:23:53.209372"]]
|
35323
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35324
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35325
|
+
[1m[36mIngredient Create (0.2ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Dolorem"], ["description", "Et laudantium aut. Sunt dicta fugiat. Officiis omnis quisquam."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:53.215376"], ["updated_at", "2021-09-21 18:23:53.215376"]]
|
35326
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35327
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35328
|
+
[1m[36mIngredient Create (0.2ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Nulla Deleniti Enim"], ["description", "Et quae et. Et accusantium error. Id sed expedita."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:53.220812"], ["updated_at", "2021-09-21 18:23:53.220812"]]
|
35329
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35330
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35331
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Veritatis Nihil Maxime"], ["description", "Velit architecto earum. Sed dolorem nostrum. Incidunt debitis asperiores."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:53.226650"], ["updated_at", "2021-09-21 18:23:53.226650"]]
|
35332
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35333
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35334
|
+
[1m[36mTool Create (0.3ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Delectus"], ["description", "Quia et quasi. Maxime et modi. Vel architecto iste."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:53.232790"], ["updated_at", "2021-09-21 18:23:53.232790"]]
|
35335
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35336
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35337
|
+
[1m[36mTool Create (0.2ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Eum Eaque"], ["description", "Enim eius delectus. Et consequatur dolore. Aut sit nobis."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:53.238587"], ["updated_at", "2021-09-21 18:23:53.238587"]]
|
35338
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35339
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35340
|
+
[1m[36mTool Create (0.2ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Veniam Voluptatem"], ["description", "Veritatis consequuntur eaque. Et architecto enim. Inventore sed et."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:53.243919"], ["updated_at", "2021-09-21 18:23:53.243919"]]
|
35341
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35342
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35343
|
+
[1m[36mTool Create (0.2ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Quis"], ["description", "Rem omnis qui. Eum dolor mollitia. Magnam expedita culpa."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:53.249531"], ["updated_at", "2021-09-21 18:23:53.249531"]]
|
35344
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35345
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35346
|
+
[1m[36mTool Create (0.2ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Eveniet Laudantium Rem"], ["description", "Non voluptatem quia. Consequatur et reiciendis. Nihil culpa consequuntur."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:53.254985"], ["updated_at", "2021-09-21 18:23:53.254985"]]
|
35347
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35348
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35349
|
+
[1m[36mSupply Create (0.3ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Voluptates"], ["description", "Rerum et id. Voluptas est omnis. Ratione odit ipsa."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:53.261101"], ["updated_at", "2021-09-21 18:23:53.261101"]]
|
35350
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35351
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35352
|
+
[1m[36mSupply Create (0.2ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Omnis"], ["description", "Et consequatur est. Sequi non iste. Totam consequatur alias."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:53.267079"], ["updated_at", "2021-09-21 18:23:53.267079"]]
|
35353
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35354
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35355
|
+
[1m[36mSupply Create (0.3ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Dolorum Nobis"], ["description", "Distinctio eum officia. Sapiente neque eaque. Occaecati voluptates eos."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:53.272514"], ["updated_at", "2021-09-21 18:23:53.272514"]]
|
35356
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35357
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35358
|
+
[1m[36mSupply Create (0.2ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Porro Optio Soluta"], ["description", "Omnis quasi incidunt. Omnis error alias. Provident et quasi."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:53.278025"], ["updated_at", "2021-09-21 18:23:53.278025"]]
|
35359
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35360
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35361
|
+
[1m[36mSupply Create (0.1ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Consequatur"], ["description", "Voluptatum dignissimos est. Totam vitae debitis. Et rerum qui."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:53.281825"], ["updated_at", "2021-09-21 18:23:53.281825"]]
|
35362
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35363
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35364
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35365
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
35366
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35367
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35368
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 4], ["use_of_type", "Ingredient"], ["use_of_id", 6], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for health"], ["created_at", "2021-09-21 18:23:53.286622"], ["updated_at", "2021-09-21 18:23:53.286622"]]
|
35369
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35370
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35371
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
35372
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35373
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
35374
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35375
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 8], ["use_of_type", "Tool"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for fun"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:53.291310"], ["updated_at", "2021-09-21 18:23:53.291310"]]
|
35376
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35377
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35378
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
35379
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35380
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
35381
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35382
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 2], ["use_of_type", "Tool"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for health"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:53.297457"], ["updated_at", "2021-09-21 18:23:53.297457"]]
|
35383
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35384
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35385
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
35386
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35387
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
35388
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35389
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 3], ["use_of_type", "Tool"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for fun"], ["created_at", "2021-09-21 18:23:53.302684"], ["updated_at", "2021-09-21 18:23:53.302684"]]
|
35390
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35391
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35392
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
35393
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35394
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
35395
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35396
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 3], ["use_of_type", "Tool"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for wisdom"], ["created_at", "2021-09-21 18:23:53.307760"], ["updated_at", "2021-09-21 18:23:53.307760"]]
|
35397
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35398
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35399
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35400
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
35401
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
35402
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35403
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 6], ["use_of_type", "Ingredient"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:53.314160"], ["updated_at", "2021-09-21 18:23:53.314160"]]
|
35404
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35405
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35406
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35407
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
35408
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
35409
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35410
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 4], ["use_of_type", "Supply"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for wisdom"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:53.318523"], ["updated_at", "2021-09-21 18:23:53.318523"]]
|
35411
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35412
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35413
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
35414
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35415
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35416
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35417
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 3], ["use_of_type", "Tool"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for wisdom"], ["created_at", "2021-09-21 18:23:53.324288"], ["updated_at", "2021-09-21 18:23:53.324288"]]
|
35418
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35419
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35420
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
35421
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35422
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35423
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35424
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 3], ["use_of_type", "Tool"], ["use_of_id", 6], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["preparation", "greased"], ["created_at", "2021-09-21 18:23:53.330806"], ["updated_at", "2021-09-21 18:23:53.330806"]]
|
35425
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35426
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35427
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35428
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
35429
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
35430
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35431
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 4], ["use_of_type", "Supply"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for health"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:53.335634"], ["updated_at", "2021-09-21 18:23:53.335634"]]
|
35432
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35433
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35434
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35435
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35436
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
35437
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35438
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 6], ["use_of_type", "Tool"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for fun"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:53.340789"], ["updated_at", "2021-09-21 18:23:53.340789"]]
|
35439
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35440
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35441
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
35442
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35443
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
35444
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35445
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 7], ["use_of_type", "Tool"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for wisdom"], ["created_at", "2021-09-21 18:23:53.346732"], ["updated_at", "2021-09-21 18:23:53.346732"]]
|
35446
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35447
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35448
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
35449
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
35450
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
35451
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35452
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 5], ["use_of_type", "Ingredient"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for fun"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:53.351912"], ["updated_at", "2021-09-21 18:23:53.351912"]]
|
35453
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35454
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35455
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
|
35456
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35457
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35458
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35459
|
+
[1m[36mCookbook::Use Create (0.1ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 9], ["use_of_type", "Tool"], ["use_of_id", 6], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for fun"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:53.356846"], ["updated_at", "2021-09-21 18:23:53.356846"]]
|
35460
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35461
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35462
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
35463
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
35464
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
35465
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35466
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 1], ["use_of_type", "Ingredient"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for fun"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:53.363185"], ["updated_at", "2021-09-21 18:23:53.363185"]]
|
35467
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35468
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35469
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
35470
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
35471
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
35472
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35473
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 5], ["use_of_type", "Supply"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:53.367839"], ["updated_at", "2021-09-21 18:23:53.367839"]]
|
35474
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35475
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35476
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
35477
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
35478
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
35479
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35480
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 7], ["use_of_type", "Supply"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:53.372660"], ["updated_at", "2021-09-21 18:23:53.372660"]]
|
35481
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35482
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35483
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35484
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
35485
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
35486
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35487
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 4], ["use_of_type", "Ingredient"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for fun"], ["preparation", "greased"], ["created_at", "2021-09-21 18:23:53.380434"], ["updated_at", "2021-09-21 18:23:53.380434"]]
|
35488
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35489
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35490
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
|
35491
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35492
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
|
35493
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35494
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 9], ["use_of_type", "Tool"], ["use_of_id", 9], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for health"], ["preparation", "greased"], ["created_at", "2021-09-21 18:23:53.390556"], ["updated_at", "2021-09-21 18:23:53.390556"]]
|
35495
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35496
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35497
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
35498
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
35499
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35500
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35501
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 7], ["use_of_type", "Supply"], ["use_of_id", 6], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for fun"], ["preparation", "greased"], ["created_at", "2021-09-21 18:23:53.401296"], ["updated_at", "2021-09-21 18:23:53.401296"]]
|
35502
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35503
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35504
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
35505
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
35506
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35507
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35508
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 5], ["use_of_type", "Supply"], ["use_of_id", 6], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for health"], ["created_at", "2021-09-21 18:23:53.411016"], ["updated_at", "2021-09-21 18:23:53.411016"]]
|
35509
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35510
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35511
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
35512
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
35513
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
35514
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35515
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 7], ["use_of_type", "Ingredient"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["created_at", "2021-09-21 18:23:53.416725"], ["updated_at", "2021-09-21 18:23:53.416725"]]
|
35516
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35517
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35518
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
35519
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
35520
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
35521
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35522
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 8], ["use_of_type", "Supply"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:53.421966"], ["updated_at", "2021-09-21 18:23:53.421966"]]
|
35523
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35524
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35525
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
35526
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
35527
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
35528
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35529
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 7], ["use_of_type", "Supply"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:53.427840"], ["updated_at", "2021-09-21 18:23:53.427840"]]
|
35530
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35531
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35532
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35533
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
35534
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35535
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35536
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 4], ["use_of_type", "Tool"], ["use_of_id", 6], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for fun"], ["created_at", "2021-09-21 18:23:53.433330"], ["updated_at", "2021-09-21 18:23:53.433330"]]
|
35537
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35538
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" ORDER BY "recipes"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
|
35539
|
+
[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", 1], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"], ["LIMIT", 1]]
|
35540
|
+
[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", 1], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
|
35541
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
35542
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35543
|
+
[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", 1], ["use_in_type", "Recipe"], ["use_of_type", "Tool"], ["LIMIT", 1]]
|
35544
|
+
[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", 1], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
|
35545
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
35546
|
+
[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", 1], ["use_in_type", "Recipe"], ["use_of_type", "Supply"], ["LIMIT", 1]]
|
35547
|
+
[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", 1], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
|
35548
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
35549
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_used_in.html.haml (Duration: 22.5ms | Allocations: 6696)
|
35550
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35551
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
35552
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35553
|
+
[1m[36mRecipe Create (0.4ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Voluptas Vel Animi"], ["description", "Ipsa ex eius. Non perspiciatis sed. Animi similique ipsam."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "## Sed\nTenetur aperiam numquam. Fugiat sit ut. Accusantium non reprehenderit.\n#### Aut"], ["created_at", "2021-09-21 18:23:53.485168"], ["updated_at", "2021-09-21 18:23:53.485168"]]
|
35554
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35555
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35556
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "A Eos"], ["description", "Velit est aut. Vitae consequatur aut. Quos exercitationem voluptas."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:53.492286"], ["updated_at", "2021-09-21 18:23:53.492286"]]
|
35557
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35558
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35559
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Ingredient"], ["use_of_id", 6], ["quantity_minimum", 0.5], ["quantity_maximum", 1.0], ["unit", "pinches"], ["sort", 1], ["note", "for power"], ["created_at", "2021-09-21 18:23:53.498367"], ["updated_at", "2021-09-21 18:23:53.498367"]]
|
35560
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35561
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35562
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35563
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35564
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Non Consequatur Molestiae"], ["description", "Atque quo debitis. Sit eius hic. Exercitationem quas sapiente."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "###### Dolor\nCorporis qui sed. Asperiores et fugit. Quia velit asperiores.\nSimilique velit ~est.~ Est voluptas dolor. Quas repudiandae eligendi."], ["created_at", "2021-09-21 18:23:53.511431"], ["updated_at", "2021-09-21 18:23:53.511431"]]
|
35565
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35566
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35567
|
+
[1m[36mIngredient Create (0.4ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Et Rerum"], ["description", "Omnis architecto voluptatibus. In perferendis quaerat. Perferendis odit exercitationem."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:53.518506"], ["updated_at", "2021-09-21 18:23:53.518506"]]
|
35568
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35569
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35570
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Ingredient"], ["use_of_id", 6], ["quantity_minimum", 0.25], ["sort", 1], ["note", "for strength"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:53.524182"], ["updated_at", "2021-09-21 18:23:53.524182"]]
|
35571
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35572
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35573
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
35574
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35575
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Ea"], ["description", "Quidem dicta ut. Dolores quam similique. Architecto sunt sed."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "#### Vitae\nAut placeat et. Aut cum aspernatur. Veritatis et non.\n```ruby\nQui.\n```"], ["created_at", "2021-09-21 18:23:53.535929"], ["updated_at", "2021-09-21 18:23:53.535929"]]
|
35576
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35577
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35578
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Id"], ["description", "Deleniti sit assumenda. Quibusdam molestiae voluptas. Minima quisquam velit."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:53.543069"], ["updated_at", "2021-09-21 18:23:53.543069"]]
|
35579
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35580
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35581
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Ingredient"], ["use_of_id", 6], ["quantity_maximum", 2.0], ["unit", "grams"], ["sort", 1], ["note", "for health"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:23:53.549299"], ["updated_at", "2021-09-21 18:23:53.549299"]]
|
35582
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35583
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35584
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35585
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35586
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Ea Eos Eligendi"], ["description", "Dolore tempore rerum. Esse dolorem soluta. Nisi sit et."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "#### Vero\nQui aut est. Natus in veniam. Sit minus in.\neveniet | quis | rerum\n---- | ---- | ----\nsed | qui | maiores\nvoluptatem | quis | ut"], ["created_at", "2021-09-21 18:23:53.562956"], ["updated_at", "2021-09-21 18:23:53.562956"]]
|
35587
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35588
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35589
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Et Nihil"], ["description", "Facilis repudiandae consequuntur. Et ut voluptatem. Mollitia iusto molestias."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:53.570163"], ["updated_at", "2021-09-21 18:23:53.570163"]]
|
35590
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35591
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35592
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Ingredient"], ["use_of_id", 6], ["quantity_minimum", 0.5], ["quantity_maximum", 1.0], ["unit", "pinches"], ["sort", 1], ["note", "for power"], ["preparation", "greased"], ["created_at", "2021-09-21 18:23:53.575875"], ["updated_at", "2021-09-21 18:23:53.575875"]]
|
35593
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35594
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35595
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35596
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35597
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Eum Corrupti Voluptas"], ["description", "Quisquam blanditiis eum. Ex doloremque similique. Incidunt dolor corporis."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "# Aliquam\nAtque molestiae consequatur. Distinctio magni vel. Consectetur necessitatibus distinctio.\n```ruby\nOmnis.\n```"], ["created_at", "2021-09-21 18:23:53.588440"], ["updated_at", "2021-09-21 18:23:53.588440"]]
|
35598
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35599
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35600
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Quo"], ["description", "Eius sit optio. Cum ratione nulla. Nulla consectetur in."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:53.595594"], ["updated_at", "2021-09-21 18:23:53.595594"]]
|
35601
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35602
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35603
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Ingredient"], ["use_of_id", 6], ["quantity_minimum", 0.25], ["unit", "grams"], ["sort", 1], ["note", "for strength"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:23:53.601354"], ["updated_at", "2021-09-21 18:23:53.601354"]]
|
35604
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35605
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35606
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35607
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35608
|
+
[1m[36mHowTo Create (0.5ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Repudiandae"], ["description", "Commodi dolorem mollitia. Autem velit quod. Quibusdam ea qui."], ["instructions", "## Dolorem\nSoluta non ullam. Eum error provident. Quo nostrum doloribus.\nEarum exercitationem _quae._ Id qui culpa. Modi mollitia voluptas."], ["created_at", "2021-09-21 18:23:53.726434"], ["updated_at", "2021-09-21 18:23:53.726434"]]
|
35609
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35610
|
+
Started GET "/how_tos/6" for 127.0.0.1 at 2021-09-21 12:23:53 -0600
|
35611
|
+
Processing by HowTosController#show as HTML
|
35612
|
+
Parameters: {"id"=>"6"}
|
35613
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35614
|
+
Rendering layout layouts/application.html.erb
|
35615
|
+
Rendering how_tos/show.html.haml within layouts/application
|
35616
|
+
[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", 6], ["use_in_type", "HowTo"], ["use_of_type", "Tool"], ["LIMIT", 1]]
|
35617
|
+
[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", 6], ["use_in_type", "HowTo"], ["use_of_type", "Supply"], ["LIMIT", 1]]
|
35618
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_used_in.html.haml (Duration: 6.7ms | Allocations: 795)
|
35619
|
+
Rendered how_tos/show.html.haml within layouts/application (Duration: 22.4ms | Allocations: 3470)
|
35620
|
+
Rendered layout layouts/application.html.erb (Duration: 127.4ms | Allocations: 27558)
|
35621
|
+
Completed 200 OK in 163ms (Views: 131.9ms | ActiveRecord: 1.1ms | Allocations: 30416)
|
35622
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35623
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35624
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35625
|
+
[1m[36mHowTo Create (0.5ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Tempora Libero Perspiciatis"], ["description", "Est ipsum qui. Rerum pariatur rem. Qui quis eaque."], ["instructions", "#### Explicabo\nLibero fugit voluptatibus. Expedita quis nihil. Deserunt modi et.\n### Et\nEt pariatur cupiditate. Numquam qui in. Provident molestias dolores.\n# Reiciendis\nDucimus qui aliquam. Unde deserunt et. Earum ab fuga.\nLaudantium rerum aut. Autem ut velit. Id ~quia~ qui."], ["created_at", "2021-09-21 18:23:53.940220"], ["updated_at", "2021-09-21 18:23:53.940220"]]
|
35626
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35627
|
+
Started GET "/how_tos" for 127.0.0.1 at 2021-09-21 12:23:53 -0600
|
35628
|
+
Processing by HowTosController#index as HTML
|
35629
|
+
Rendering layout layouts/application.html.erb
|
35630
|
+
Rendering how_tos/index.html.haml within layouts/application
|
35631
|
+
[1m[36mHowTo Load (0.3ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos"[0m
|
35632
|
+
Rendered how_tos/index.html.haml within layouts/application (Duration: 9.7ms | Allocations: 3606)
|
35633
|
+
Rendered layout layouts/application.html.erb (Duration: 12.6ms | Allocations: 4140)
|
35634
|
+
Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.3ms | Allocations: 4511)
|
35635
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35636
|
+
Started GET "/how_tos/new" for 127.0.0.1 at 2021-09-21 12:23:53 -0600
|
35637
|
+
Processing by HowTosController#new as HTML
|
35638
|
+
Rendering layout layouts/application.html.erb
|
35639
|
+
Rendering how_tos/new.html.haml within layouts/application
|
35640
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35641
|
+
[1m[36mTool Load (0.3ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
35642
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 61.0ms | Allocations: 14191)
|
35643
|
+
[1m[36mSupply Load (0.3ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
35644
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 19.6ms | Allocations: 5729)
|
35645
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 93.2ms | Allocations: 24305)
|
35646
|
+
Rendered how_tos/_form.html.haml (Duration: 178.2ms | Allocations: 42199)
|
35647
|
+
Rendered how_tos/new.html.haml within layouts/application (Duration: 182.4ms | Allocations: 43437)
|
35648
|
+
Rendered layout layouts/application.html.erb (Duration: 183.7ms | Allocations: 43890)
|
35649
|
+
Completed 200 OK in 186ms (Views: 183.9ms | ActiveRecord: 0.8ms | Allocations: 44267)
|
35650
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
35651
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35652
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35653
|
+
[1m[36mHowTo Create (0.8ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Nam"], ["description", "Debitis autem quasi. At eius enim. Est inventore sed."], ["instructions", "##### Eum\nEa nihil provident. Ut a adipisci. Et molestiae cum.\nVoluptas consequuntur _quia._ Voluptatem laborum sed. Voluptas ullam error."], ["created_at", "2021-09-21 18:23:54.167295"], ["updated_at", "2021-09-21 18:23:54.167295"]]
|
35654
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35655
|
+
Started GET "/how_tos/6/edit" for 127.0.0.1 at 2021-09-21 12:23:54 -0600
|
35656
|
+
Processing by HowTosController#edit as HTML
|
35657
|
+
Parameters: {"id"=>"6"}
|
35658
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35659
|
+
Rendering layout layouts/application.html.erb
|
35660
|
+
Rendering how_tos/edit.html.haml within layouts/application
|
35661
|
+
[1m[36mCookbook::Use Load (0.4ms)[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", 6], ["use_in_type", "HowTo"], ["use_of_type", "Tool"]]
|
35662
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
35663
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 21.0ms | Allocations: 5878)
|
35664
|
+
[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", 6], ["use_in_type", "HowTo"], ["use_of_type", "Supply"]]
|
35665
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
35666
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 20.9ms | Allocations: 5594)
|
35667
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 52.9ms | Allocations: 13670)
|
35668
|
+
Rendered how_tos/_form.html.haml (Duration: 63.5ms | Allocations: 16379)
|
35669
|
+
Rendered how_tos/edit.html.haml within layouts/application (Duration: 67.4ms | Allocations: 17593)
|
35670
|
+
Rendered layout layouts/application.html.erb (Duration: 69.2ms | Allocations: 18046)
|
35671
|
+
Completed 200 OK in 73ms (Views: 69.3ms | ActiveRecord: 1.2ms | Allocations: 18517)
|
35672
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35673
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
35674
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "how_tos"[0m
|
35675
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35676
|
+
[1m[36mTool Create (0.4ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Explicabo"], ["description", "Non facere iure. Dolorem adipisci culpa. Quidem consequatur ut."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:54.262454"], ["updated_at", "2021-09-21 18:23:54.262454"]]
|
35677
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35678
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35679
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
35680
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35681
|
+
[1m[36mSupply Create (0.3ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Delectus Ducimus Est"], ["description", "Aspernatur est quis. Ea eum magni. Recusandae non id."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:54.271755"], ["updated_at", "2021-09-21 18:23:54.271755"]]
|
35682
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35683
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35684
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
35685
|
+
Started POST "/how_tos" for 127.0.0.1 at 2021-09-21 12:23:54 -0600
|
35686
|
+
Processing by HowTosController#create as HTML
|
35687
|
+
Parameters: {"how_to"=>{"name"=>"O Jerusalem!", "tool_uses_attributes"=>"#<Cookbook::Use:0x000055a56820d240>", "supply_uses_attributes"=>"#<Cookbook::Use:0x000055a568773838>"}}
|
35688
|
+
[31mUnpermitted parameters: :tool_uses_attributes, :supply_uses_attributes[0m
|
35689
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35690
|
+
[1m[36mHowTo Create (0.3ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "O Jerusalem!"], ["created_at", "2021-09-21 18:23:54.293138"], ["updated_at", "2021-09-21 18:23:54.293138"]]
|
35691
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35692
|
+
Redirected to http://www.example.com/how_tos/6
|
35693
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.6ms | Allocations: 810)
|
35694
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "how_tos"[0m
|
35695
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35696
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
35697
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35698
|
+
[1m[36mTool Create (0.5ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Ut Voluptatem Dolores"], ["description", "Rerum ab aut. Sint omnis ratione. Perferendis cumque voluptatem."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:54.363201"], ["updated_at", "2021-09-21 18:23:54.363201"]]
|
35699
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35700
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35701
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
35702
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35703
|
+
[1m[36mSupply Create (0.3ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Quia Officia Sequi"], ["description", "Voluptatem atque quae. Eos omnis debitis. Quia qui qui."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:54.373781"], ["updated_at", "2021-09-21 18:23:54.373781"]]
|
35704
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35705
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35706
|
+
[1m[36mRecipe Load (0.4ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35707
|
+
Started POST "/how_tos" for 127.0.0.1 at 2021-09-21 12:23:54 -0600
|
35708
|
+
Processing by HowTosController#create as HTML
|
35709
|
+
Parameters: {"how_to"=>{"name"=>"What's Become of Waring", "tool_uses_attributes"=>"#<Cookbook::Use:0x000055a5635ea688>", "supply_uses_attributes"=>"#<Cookbook::Use:0x000055a563a8a0a8>"}}
|
35710
|
+
[31mUnpermitted parameters: :tool_uses_attributes, :supply_uses_attributes[0m
|
35711
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35712
|
+
[1m[36mHowTo Create (0.3ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "What's Become of Waring"], ["created_at", "2021-09-21 18:23:54.385290"], ["updated_at", "2021-09-21 18:23:54.385290"]]
|
35713
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35714
|
+
Redirected to http://www.example.com/how_tos/6
|
35715
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.6ms | Allocations: 757)
|
35716
|
+
[1m[36mHowTo Load (0.3ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" ORDER BY "how_tos"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
35717
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35718
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
35719
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35720
|
+
[1m[36mHowTo Create (0.5ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Laborum Quo"], ["description", "Praesentium aliquid repellat. Ad impedit accusamus. Eos exercitationem eveniet."], ["instructions", "### Tempore\nVoluptatem rem eaque. Tempora ea eveniet. Enim sapiente saepe.\nest | temporibus | voluptatem\n---- | ---- | ----\neveniet | adipisci | omnis\nipsum | error | minus"], ["created_at", "2021-09-21 18:23:54.405467"], ["updated_at", "2021-09-21 18:23:54.405467"]]
|
35721
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35722
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35723
|
+
[1m[36mTool Create (0.3ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Rerum Ab"], ["description", "Molestiae rerum aspernatur. Quisquam error qui. Voluptate vel blanditiis."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:54.412585"], ["updated_at", "2021-09-21 18:23:54.412585"]]
|
35724
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35725
|
+
Started PATCH "/how_tos/6" for 127.0.0.1 at 2021-09-21 12:23:54 -0600
|
35726
|
+
Processing by HowTosController#update as HTML
|
35727
|
+
Parameters: {"how_to"=>{"name"=>"Foo", "tool_uses_attributes"=>[{"use_of_id"=>"6", "use_of_type"=>"Tool", "note"=>"Test Note"}]}, "id"=>"6"}
|
35728
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35729
|
+
Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms | Allocations: 1569)
|
35730
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35731
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
35732
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35733
|
+
[1m[36mHowTo Create (0.4ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Ab"], ["description", "Saepe sequi quis. Aspernatur sint laudantium. Ex commodi pariatur."], ["instructions", "### Non\nRepudiandae aperiam exercitationem. Sapiente voluptatem aut. Iure nihil id.\n0. Libero. \n1. Eligendi. \n2. Architecto. \n3. In. \n4. Animi. \n5. Ut. \n"], ["created_at", "2021-09-21 18:23:54.472484"], ["updated_at", "2021-09-21 18:23:54.472484"]]
|
35734
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35735
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35736
|
+
[1m[36mTool Create (0.3ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Exercitationem Ipsum Numquam"], ["description", "Quia quos sed. Molestias sit labore. Aut ut libero."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:54.479961"], ["updated_at", "2021-09-21 18:23:54.479961"]]
|
35737
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35738
|
+
Started PATCH "/how_tos/6" for 127.0.0.1 at 2021-09-21 12:23:54 -0600
|
35739
|
+
Processing by HowTosController#update as HTML
|
35740
|
+
Parameters: {"how_to"=>{"name"=>"Foo", "tool_uses_attributes"=>[{"use_of_id"=>"6", "use_of_type"=>"Tool", "note"=>"Test Note"}]}, "id"=>"6"}
|
35741
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35742
|
+
Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms | Allocations: 1551)
|
35743
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35744
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
35745
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35746
|
+
[1m[36mHowTo Create (0.5ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Perferendis"], ["description", "Aut enim sint. Et nisi voluptatem. Magni maiores ullam."], ["instructions", "##### Voluptatum\nAut temporibus quisquam. Voluptates sunt est. Natus velit est.\n##### Error\nImpedit est non. Distinctio dignissimos quae. Occaecati quod velit.\nBlanditiis ut porro. **Vero** omnis a. Laboriosam quia enim."], ["created_at", "2021-09-21 18:23:54.512421"], ["updated_at", "2021-09-21 18:23:54.512421"]]
|
35747
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35748
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "how_tos"[0m
|
35749
|
+
Started DELETE "/how_tos/6" for 127.0.0.1 at 2021-09-21 12:23:54 -0600
|
35750
|
+
Processing by HowTosController#destroy as HTML
|
35751
|
+
Parameters: {"id"=>"6"}
|
35752
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35753
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35754
|
+
[1m[36mHowTo Destroy (0.2ms)[0m [1m[31mDELETE FROM "how_tos" WHERE "how_tos"."id" = ?[0m [["id", 6]]
|
35755
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35756
|
+
Redirected to http://www.example.com/how_tos
|
35757
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.7ms | Allocations: 529)
|
35758
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "how_tos"[0m
|
35759
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35760
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35761
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35762
|
+
[1m[36mHowTo Create (0.4ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Et"], ["description", "Voluptatum praesentium sapiente. Voluptatem recusandae ducimus. Esse harum tempora."], ["instructions", "#### Dolor\nExercitationem libero sit. Nulla illum iste. Id ut ut.\n`Modi.`"], ["created_at", "2021-09-21 18:23:54.537304"], ["updated_at", "2021-09-21 18:23:54.537304"]]
|
35763
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35764
|
+
Started DELETE "/how_tos/6" for 127.0.0.1 at 2021-09-21 12:23:54 -0600
|
35765
|
+
Processing by HowTosController#destroy as HTML
|
35766
|
+
Parameters: {"id"=>"6"}
|
35767
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35768
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35769
|
+
[1m[36mHowTo Destroy (0.2ms)[0m [1m[31mDELETE FROM "how_tos" WHERE "how_tos"."id" = ?[0m [["id", 6]]
|
35770
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35771
|
+
Redirected to http://www.example.com/how_tos
|
35772
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.7ms | Allocations: 510)
|
35773
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35774
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35775
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35776
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Ut Neque"], ["description", "Sint a odio. Unde aspernatur enim. Id cupiditate non."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "# Deleniti\nQui nam veniam. Officiis temporibus dolores. Et beatae illum.\n0. Qui. \n1. Saepe. \n2. Placeat. \n3. Quo. \n"], ["created_at", "2021-09-21 18:23:54.560851"], ["updated_at", "2021-09-21 18:23:54.560851"]]
|
35777
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35778
|
+
Started GET "/recipes/6" for 127.0.0.1 at 2021-09-21 12:23:54 -0600
|
35779
|
+
Processing by RecipesController#show as HTML
|
35780
|
+
Parameters: {"id"=>"6"}
|
35781
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35782
|
+
Rendering layout layouts/application.html.erb
|
35783
|
+
Rendering recipes/show.html.haml within layouts/application
|
35784
|
+
[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", 6], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"], ["LIMIT", 1]]
|
35785
|
+
[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", 6], ["use_in_type", "Recipe"], ["use_of_type", "Tool"], ["LIMIT", 1]]
|
35786
|
+
[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", 6], ["use_in_type", "Recipe"], ["use_of_type", "Supply"], ["LIMIT", 1]]
|
35787
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_used_in.html.haml (Duration: 8.0ms | Allocations: 1166)
|
35788
|
+
Rendered recipes/show.html.haml within layouts/application (Duration: 17.7ms | Allocations: 4191)
|
35789
|
+
Rendered layout layouts/application.html.erb (Duration: 19.2ms | Allocations: 4638)
|
35790
|
+
Completed 200 OK in 25ms (Views: 21.1ms | ActiveRecord: 1.2ms | Allocations: 5723)
|
35791
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35792
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35793
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35794
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Nostrum Expedita Aut"], ["description", "Sequi accusantium qui. Excepturi quasi dolorem. Voluptatibus et qui."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "##### Eum\nEaque vitae necessitatibus. Consectetur natus tempora. Iusto enim temporibus.\nAut qui ~et.~ Assumenda vero ut. Id occaecati harum."], ["created_at", "2021-09-21 18:23:54.607530"], ["updated_at", "2021-09-21 18:23:54.607530"]]
|
35795
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35796
|
+
Started GET "/recipes" for 127.0.0.1 at 2021-09-21 12:23:54 -0600
|
35797
|
+
Processing by RecipesController#index as HTML
|
35798
|
+
Rendering layout layouts/application.html.erb
|
35799
|
+
Rendering recipes/index.html.haml within layouts/application
|
35800
|
+
[1m[36mRecipe Load (0.5ms)[0m [1m[34mSELECT "recipes".* FROM "recipes"[0m
|
35801
|
+
Rendered recipes/index.html.haml within layouts/application (Duration: 11.4ms | Allocations: 4051)
|
35802
|
+
Rendered layout layouts/application.html.erb (Duration: 13.4ms | Allocations: 4585)
|
35803
|
+
Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.5ms | Allocations: 4950)
|
35804
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35805
|
+
Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:23:54 -0600
|
35806
|
+
Processing by RecipesController#new as HTML
|
35807
|
+
Rendering layout layouts/application.html.erb
|
35808
|
+
Rendering recipes/new.html.haml within layouts/application
|
35809
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35810
|
+
[1m[36mIngredient Load (0.4ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
35811
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 27.1ms | Allocations: 6053)
|
35812
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
35813
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 23.3ms | Allocations: 5592)
|
35814
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
35815
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 22.4ms | Allocations: 5594)
|
35816
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 80.4ms | Allocations: 18990)
|
35817
|
+
Rendered recipes/_form.html.haml (Duration: 104.4ms | Allocations: 25072)
|
35818
|
+
Rendered recipes/new.html.haml within layouts/application (Duration: 108.7ms | Allocations: 26300)
|
35819
|
+
Rendered layout layouts/application.html.erb (Duration: 110.5ms | Allocations: 26753)
|
35820
|
+
Completed 200 OK in 113ms (Views: 110.6ms | ActiveRecord: 1.0ms | Allocations: 27125)
|
35821
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[31mrollback transaction[0m
|
35822
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35823
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35824
|
+
[1m[36mRecipe Create (0.4ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Non Omnis"], ["description", "Unde sapiente deleniti. Quia iste nihil. Inventore in optio."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "### Voluptas\nAliquam explicabo adipisci. Ullam odio maiores. Quisquam accusantium similique.\n###### Aut"], ["created_at", "2021-09-21 18:23:54.763944"], ["updated_at", "2021-09-21 18:23:54.763944"]]
|
35825
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35826
|
+
Started GET "/recipes/6/edit" for 127.0.0.1 at 2021-09-21 12:23:54 -0600
|
35827
|
+
Processing by RecipesController#edit as HTML
|
35828
|
+
Parameters: {"id"=>"6"}
|
35829
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35830
|
+
Rendering layout layouts/application.html.erb
|
35831
|
+
Rendering recipes/edit.html.haml within layouts/application
|
35832
|
+
[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", 6], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
|
35833
|
+
[1m[36mIngredient Load (0.3ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
35834
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 25.4ms | Allocations: 5830)
|
35835
|
+
[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", 6], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
|
35836
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
35837
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 22.4ms | Allocations: 5528)
|
35838
|
+
[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", 6], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
|
35839
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
35840
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 29.6ms | Allocations: 5530)
|
35841
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 94.3ms | Allocations: 19656)
|
35842
|
+
Rendered recipes/_form.html.haml (Duration: 112.6ms | Allocations: 23714)
|
35843
|
+
Rendered recipes/edit.html.haml within layouts/application (Duration: 117.1ms | Allocations: 24928)
|
35844
|
+
Rendered layout layouts/application.html.erb (Duration: 118.6ms | Allocations: 25381)
|
35845
|
+
Completed 200 OK in 122ms (Views: 118.2ms | ActiveRecord: 1.7ms | Allocations: 25848)
|
35846
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35847
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
35848
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT COUNT(*) FROM "recipes"[0m
|
35849
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35850
|
+
[1m[36mIngredient Create (0.4ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Magni Dolore"], ["description", "Voluptatum reprehenderit tempore. Non unde aliquam. Rerum et porro."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:54.904815"], ["updated_at", "2021-09-21 18:23:54.904815"]]
|
35851
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35852
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35853
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35854
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35855
|
+
[1m[36mTool Create (0.3ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Unde Ea Commodi"], ["description", "Labore nihil est. Et voluptatem aliquid. Dolorem debitis enim."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:54.914803"], ["updated_at", "2021-09-21 18:23:54.914803"]]
|
35856
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35857
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35858
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35859
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35860
|
+
[1m[36mSupply Create (0.6ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Similique"], ["description", "Quas facere perferendis. Quia ut itaque. Nemo ratione velit."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:54.923421"], ["updated_at", "2021-09-21 18:23:54.923421"]]
|
35861
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35862
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35863
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
35864
|
+
Started POST "/recipes" for 127.0.0.1 at 2021-09-21 12:23:54 -0600
|
35865
|
+
Processing by RecipesController#create as HTML
|
35866
|
+
Parameters: {"recipe"=>{"name"=>"Little Hands Clapping", "ingredient_uses_attributes"=>"#<Cookbook::Use:0x000055a567762390>", "tool_uses_attributes"=>"#<Cookbook::Use:0x000055a567796640>", "supply_uses_attributes"=>"#<Cookbook::Use:0x000055a5677e87d8>"}}
|
35867
|
+
[31mUnpermitted parameters: :ingredient_uses_attributes, :tool_uses_attributes, :supply_uses_attributes[0m
|
35868
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35869
|
+
[1m[36mRecipe Create (0.3ms)[0m [1m[32mINSERT INTO "recipes" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Little Hands Clapping"], ["created_at", "2021-09-21 18:23:54.935800"], ["updated_at", "2021-09-21 18:23:54.935800"]]
|
35870
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35871
|
+
Redirected to http://www.example.com/recipes/6
|
35872
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.6ms | Allocations: 836)
|
35873
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "recipes"[0m
|
35874
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35875
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
35876
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35877
|
+
[1m[36mIngredient Create (0.5ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Voluptatum Culpa Provident"], ["description", "Aliquam sequi et. Accusantium quos officia. Modi et minima."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:54.950729"], ["updated_at", "2021-09-21 18:23:54.950729"]]
|
35878
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35879
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
35880
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35881
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35882
|
+
[1m[36mTool Create (0.3ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Qui"], ["description", "Sed culpa vitae. Voluptatem pariatur ducimus. Error voluptatem quia."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:23:54.963769"], ["updated_at", "2021-09-21 18:23:54.963769"]]
|
35883
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35884
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35885
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
35886
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35887
|
+
[1m[36mSupply Create (0.3ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Inventore"], ["description", "Exercitationem accusamus facilis. Aut eius et. Eius dolor saepe."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:23:54.974031"], ["updated_at", "2021-09-21 18:23:54.974031"]]
|
35888
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35889
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
35890
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
35891
|
+
Started POST "/recipes" for 127.0.0.1 at 2021-09-21 12:23:54 -0600
|
35892
|
+
Processing by RecipesController#create as HTML
|
35893
|
+
Parameters: {"recipe"=>{"name"=>"A Confederacy of Dunces", "ingredient_uses_attributes"=>"#<Cookbook::Use:0x000055a567838850>", "tool_uses_attributes"=>"#<Cookbook::Use:0x000055a56787fc28>", "supply_uses_attributes"=>"#<Cookbook::Use:0x000055a5678b89b0>"}}
|
35894
|
+
[31mUnpermitted parameters: :ingredient_uses_attributes, :tool_uses_attributes, :supply_uses_attributes[0m
|
35895
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35896
|
+
[1m[36mRecipe Create (0.3ms)[0m [1m[32mINSERT INTO "recipes" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "A Confederacy of Dunces"], ["created_at", "2021-09-21 18:23:54.987024"], ["updated_at", "2021-09-21 18:23:54.987024"]]
|
35897
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35898
|
+
Redirected to http://www.example.com/recipes/6
|
35899
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.6ms | Allocations: 807)
|
35900
|
+
[1m[36mRecipe Load (0.3ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" ORDER BY "recipes"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
35901
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[31mrollback transaction[0m
|
35902
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35903
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35904
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Saepe"], ["description", "Sit similique corporis. Dolore est nisi. Ut mollitia et."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "## Expedita\nNisi nulla iusto. Laboriosam temporibus sit. Quasi sint atque.\n###### Consequatur\nConsequatur vel quidem. Est velit aut. Reprehenderit unde ut.\n## Rerum"], ["created_at", "2021-09-21 18:23:55.014290"], ["updated_at", "2021-09-21 18:23:55.014290"]]
|
35905
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35906
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35907
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Nemo Molestias Iure"], ["description", "Omnis nisi optio. Delectus et minus. Voluptatum rerum atque."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:55.021825"], ["updated_at", "2021-09-21 18:23:55.021825"]]
|
35908
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35909
|
+
Started PATCH "/recipes/6" for 127.0.0.1 at 2021-09-21 12:23:55 -0600
|
35910
|
+
Processing by RecipesController#update as HTML
|
35911
|
+
Parameters: {"recipe"=>{"name"=>"Foo", "ingredient_uses_attributes"=>[{"use_of_id"=>"6", "use_of_type"=>"Ingredient", "note"=>"Test Note"}]}, "id"=>"6"}
|
35912
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35913
|
+
Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms | Allocations: 1575)
|
35914
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35915
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35916
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35917
|
+
[1m[36mRecipe Create (0.8ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Est"], ["description", "Quia quo in. Quidem illum molestiae. Delectus laboriosam nemo."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "# Officia\nReiciendis nihil temporibus. Ut a et. Natus magnam nihil.\nRepudiandae velit est. **Ut** et odit. Et recusandae aperiam."], ["created_at", "2021-09-21 18:23:55.055578"], ["updated_at", "2021-09-21 18:23:55.055578"]]
|
35918
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35919
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35920
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Eaque"], ["description", "Asperiores aut reprehenderit. Alias eum explicabo. Dolor natus aut."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:23:55.065550"], ["updated_at", "2021-09-21 18:23:55.065550"]]
|
35921
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35922
|
+
Started PATCH "/recipes/6" for 127.0.0.1 at 2021-09-21 12:23:55 -0600
|
35923
|
+
Processing by RecipesController#update as HTML
|
35924
|
+
Parameters: {"recipe"=>{"name"=>"Foo", "ingredient_uses_attributes"=>[{"use_of_id"=>"6", "use_of_type"=>"Ingredient", "note"=>"Test Note"}]}, "id"=>"6"}
|
35925
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35926
|
+
Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms | Allocations: 1575)
|
35927
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35928
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35929
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35930
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Voluptates Veritatis"], ["description", "Repellendus rerum rerum. Corporis quas minus. Voluptate ut pariatur."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "###### Quisquam\nQuam porro maxime. Dolore rerum qui. Aut perferendis ducimus.\n##### Amet\nQuidem sit voluptatum. Ducimus facere labore. Ut sunt quia.\n###### Exercitationem\nEligendi earum quia. Impedit quas enim. Porro sed saepe.\n## Vero\nPorro nemo vero. Vel quia minima. Omnis sit delectus.\nnobis | eum | totam\n---- | ---- | ----\natque | dolore | aliquam\nautem | dolorum | molestias"], ["created_at", "2021-09-21 18:23:55.109037"], ["updated_at", "2021-09-21 18:23:55.109037"]]
|
35931
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35932
|
+
[1m[35m (0.8ms)[0m [1m[34mSELECT COUNT(*) FROM "recipes"[0m
|
35933
|
+
Started DELETE "/recipes/6" for 127.0.0.1 at 2021-09-21 12:23:55 -0600
|
35934
|
+
Processing by RecipesController#destroy as HTML
|
35935
|
+
Parameters: {"id"=>"6"}
|
35936
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35937
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35938
|
+
[1m[36mRecipe Destroy (0.2ms)[0m [1m[31mDELETE FROM "recipes" WHERE "recipes"."id" = ?[0m [["id", 6]]
|
35939
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35940
|
+
Redirected to http://www.example.com/recipes
|
35941
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.7ms | Allocations: 515)
|
35942
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "recipes"[0m
|
35943
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35944
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35945
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35946
|
+
[1m[36mRecipe Create (0.6ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Error Provident"], ["description", "Modi voluptatem fuga. Odit cupiditate consectetur. Ut modi culpa."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "### Cum\nOmnis aut cum. Incidunt doloribus dolore. Consectetur reiciendis veniam.\nsit | accusamus | at\n---- | ---- | ----\nut | provident | placeat\ntempora | voluptas | et"], ["created_at", "2021-09-21 18:23:55.139069"], ["updated_at", "2021-09-21 18:23:55.139069"]]
|
35947
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35948
|
+
Started DELETE "/recipes/6" for 127.0.0.1 at 2021-09-21 12:23:55 -0600
|
35949
|
+
Processing by RecipesController#destroy as HTML
|
35950
|
+
Parameters: {"id"=>"6"}
|
35951
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
35952
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35953
|
+
[1m[36mRecipe Destroy (0.2ms)[0m [1m[31mDELETE FROM "recipes" WHERE "recipes"."id" = ?[0m [["id", 6]]
|
35954
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35955
|
+
Redirected to http://www.example.com/recipes
|
35956
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.7ms | Allocations: 514)
|
35957
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
35958
|
+
[1m[35m (1.3ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
35959
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_keys[0m
|
35960
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA defer_foreign_keys[0m
|
35961
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA defer_foreign_keys = ON[0m
|
35962
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_keys = OFF[0m
|
35963
|
+
[1m[35m (7.1ms)[0m [1m[31mDELETE FROM "cookbook_uses";[0m
|
35964
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
35965
|
+
[1m[35m (4.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'cookbook_uses';[0m
|
35966
|
+
[1m[35m (10.0ms)[0m [1m[31mDELETE FROM "how_tos";[0m
|
35967
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
35968
|
+
[1m[35m (4.6ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'how_tos';[0m
|
35969
|
+
[1m[35m (4.6ms)[0m [1m[31mDELETE FROM "ingredients";[0m
|
35970
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
35971
|
+
[1m[35m (8.3ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'ingredients';[0m
|
35972
|
+
[1m[35m (4.9ms)[0m [1m[31mDELETE FROM "recipes";[0m
|
35973
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
35974
|
+
[1m[35m (4.6ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'recipes';[0m
|
35975
|
+
[1m[35m (5.0ms)[0m [1m[31mDELETE FROM "supplies";[0m
|
35976
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
35977
|
+
[1m[35m (4.5ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'supplies';[0m
|
35978
|
+
[1m[35m (4.7ms)[0m [1m[31mDELETE FROM "tools";[0m
|
35979
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
35980
|
+
[1m[35m (4.6ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'tools';[0m
|
35981
|
+
[1m[35m (8.2ms)[0m [1m[31mDELETE FROM "users";[0m
|
35982
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
35983
|
+
[1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'users';[0m
|
35984
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA defer_foreign_keys = 0[0m
|
35985
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_keys = 1[0m
|
35986
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
35987
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
35988
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
35989
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35990
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Reiciendis Voluptas"], ["description", "Dolores et dolore. Ipsum et dolores. Quibusdam voluptatum fugiat."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "#### Natus\nEum sunt omnis. Debitis mollitia doloribus. Enim aut ipsum.\n* Nostrum. \n* Vitae. \n* Doloribus. \n* Temporibus. \n"], ["created_at", "2021-09-21 18:38:36.202157"], ["updated_at", "2021-09-21 18:38:36.202157"]]
|
35991
|
+
[1m[36mTRANSACTION (5.4ms)[0m [1m[36mcommit transaction[0m
|
35992
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
35993
|
+
[1m[36mRecipe Create (0.6ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Dolorum Quod Et"], ["description", "Et et modi. Accusantium neque harum. Quia repudiandae atque."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "###### Voluptatibus\nAd minus commodi. Illo ipsam voluptatem. Dolore nostrum laboriosam.\n* Laborum. \n* Id. \n"], ["created_at", "2021-09-21 18:38:36.220610"], ["updated_at", "2021-09-21 18:38:36.220610"]]
|
35994
|
+
[1m[36mTRANSACTION (4.8ms)[0m [1m[36mcommit transaction[0m
|
35995
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
35996
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Corporis Ipsam Culpa"], ["description", "Odit distinctio ipsa. Et sed aut. Illo sed sint."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "###### Corporis\nAccusamus nulla est. Odio error voluptatem. Nemo recusandae harum.\n0. Dolorem. \n1. Eligendi. \n2. Sit. \n3. Labore. \n"], ["created_at", "2021-09-21 18:38:36.238305"], ["updated_at", "2021-09-21 18:38:36.238305"]]
|
35997
|
+
[1m[36mTRANSACTION (4.9ms)[0m [1m[36mcommit transaction[0m
|
35998
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
35999
|
+
[1m[36mRecipe Create (0.4ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Nesciunt"], ["description", "Ex explicabo omnis. Sint aspernatur voluptas. Dolorum vel non."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "#### Quibusdam\nFacilis impedit est. Voluptate explicabo numquam. Quia et reprehenderit.\n0. Sunt. \n1. Doloremque. \n2. Voluptatem. \n3. Ad. \n4. Saepe. \n5. Velit. \n6. Culpa. \n"], ["created_at", "2021-09-21 18:38:36.258336"], ["updated_at", "2021-09-21 18:38:36.258336"]]
|
36000
|
+
[1m[36mTRANSACTION (4.8ms)[0m [1m[36mcommit transaction[0m
|
36001
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36002
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Nisi Consequatur Ea"], ["description", "Fugiat asperiores ducimus. Ut unde voluptatem. Aut sit nihil."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "##### Quo\nCum laudantium repellendus. Hic deserunt voluptatem. In possimus sint.\n```ruby\nEt.\n```"], ["created_at", "2021-09-21 18:38:36.272227"], ["updated_at", "2021-09-21 18:38:36.272227"]]
|
36003
|
+
[1m[36mTRANSACTION (4.9ms)[0m [1m[36mcommit transaction[0m
|
36004
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36005
|
+
[1m[36mHowTo Create (0.4ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Impedit Nihil Quia"], ["description", "Omnis consequatur earum. Sequi similique voluptate. Eos esse officia."], ["instructions", "###### Et\nRerum vitae ut. Iusto quasi vel. Quos nobis modi.\n```ruby\nIste.\n```"], ["created_at", "2021-09-21 18:38:36.309426"], ["updated_at", "2021-09-21 18:38:36.309426"]]
|
36006
|
+
[1m[36mTRANSACTION (6.0ms)[0m [1m[36mcommit transaction[0m
|
36007
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36008
|
+
[1m[36mHowTo Create (0.7ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Iste Voluptatum"], ["description", "Iste et nostrum. Explicabo itaque non. Quia iure nobis."], ["instructions", "# Laborum\nVoluptatem deleniti quos. Eius totam aut. Rerum eos vel.\n`Quo.`"], ["created_at", "2021-09-21 18:38:36.327099"], ["updated_at", "2021-09-21 18:38:36.327099"]]
|
36009
|
+
[1m[36mTRANSACTION (5.0ms)[0m [1m[36mcommit transaction[0m
|
36010
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36011
|
+
[1m[36mHowTo Create (0.4ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Occaecati Omnis Eum"], ["description", "Voluptate est accusamus. Et ipsa odio. Quia eveniet similique."], ["instructions", "# Harum\nIpsam quae cumque. Qui impedit cum. Cumque dolor doloribus.\nEa esse aut. Non voluptas fuga. ~Optio~ in dolor."], ["created_at", "2021-09-21 18:38:36.351002"], ["updated_at", "2021-09-21 18:38:36.351002"]]
|
36012
|
+
[1m[36mTRANSACTION (4.8ms)[0m [1m[36mcommit transaction[0m
|
36013
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36014
|
+
[1m[36mHowTo Create (0.5ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Eligendi"], ["description", "Libero laborum ipsam. Rerum porro dolorem. Qui et porro."], ["instructions", "#### Voluptatum\nAutem commodi beatae. Consequatur minima inventore. Ipsam laborum ipsum.\n# Voluptatem\nIpsa repellat inventore. Doloribus consequuntur a. Commodi repellat odit.\n`Excepturi.`"], ["created_at", "2021-09-21 18:38:36.373172"], ["updated_at", "2021-09-21 18:38:36.373172"]]
|
36015
|
+
[1m[36mTRANSACTION (4.5ms)[0m [1m[36mcommit transaction[0m
|
36016
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36017
|
+
[1m[36mHowTo Create (1.3ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Hic Pariatur Modi"], ["description", "Dignissimos molestiae aut. Totam velit aspernatur. Perspiciatis est et."], ["instructions", "#### Quia\nVoluptas ut suscipit. Eveniet eos temporibus. Earum eveniet cupiditate.\n```ruby\nEt.\n```"], ["created_at", "2021-09-21 18:38:36.389406"], ["updated_at", "2021-09-21 18:38:36.389406"]]
|
36018
|
+
[1m[36mTRANSACTION (4.8ms)[0m [1m[36mcommit transaction[0m
|
36019
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36020
|
+
[1m[36mIngredient Create (0.5ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Aut Enim Voluptas"], ["description", "Fugit aliquam itaque. Doloremque deserunt maxime. Hic omnis fugiat."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:36.423154"], ["updated_at", "2021-09-21 18:38:36.423154"]]
|
36021
|
+
[1m[36mTRANSACTION (4.7ms)[0m [1m[36mcommit transaction[0m
|
36022
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36023
|
+
[1m[36mIngredient Create (0.4ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Voluptas Et Qui"], ["description", "Ipsam quis et. Omnis alias dolorem. Debitis doloribus architecto."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:36.435875"], ["updated_at", "2021-09-21 18:38:36.435875"]]
|
36024
|
+
[1m[36mTRANSACTION (4.7ms)[0m [1m[36mcommit transaction[0m
|
36025
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[36mbegin transaction[0m
|
36026
|
+
[1m[36mIngredient Create (0.6ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Est"], ["description", "Dolor eveniet suscipit. Dolorem quidem saepe. Autem nostrum fuga."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:36.449028"], ["updated_at", "2021-09-21 18:38:36.449028"]]
|
36027
|
+
[1m[36mTRANSACTION (4.6ms)[0m [1m[36mcommit transaction[0m
|
36028
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36029
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Quam Eum"], ["description", "Reprehenderit enim et. Id voluptatibus perspiciatis. Voluptas quasi a."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:36.460533"], ["updated_at", "2021-09-21 18:38:36.460533"]]
|
36030
|
+
[1m[36mTRANSACTION (4.7ms)[0m [1m[36mcommit transaction[0m
|
36031
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36032
|
+
[1m[36mIngredient Create (0.5ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Labore Non"], ["description", "Ut tempora optio. Repellendus voluptates provident. Excepturi est dicta."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:36.469469"], ["updated_at", "2021-09-21 18:38:36.469469"]]
|
36033
|
+
[1m[36mTRANSACTION (4.9ms)[0m [1m[36mcommit transaction[0m
|
36034
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36035
|
+
[1m[36mTool Create (0.3ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Odio"], ["description", "Quibusdam magnam sed. Modi facilis quibusdam. Deserunt consequatur consequatur."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:36.490546"], ["updated_at", "2021-09-21 18:38:36.490546"]]
|
36036
|
+
[1m[36mTRANSACTION (7.5ms)[0m [1m[36mcommit transaction[0m
|
36037
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36038
|
+
[1m[36mTool Create (0.5ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Consectetur Qui Et"], ["description", "Pariatur aperiam et. Et odit incidunt. Optio sit quibusdam."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:36.503868"], ["updated_at", "2021-09-21 18:38:36.503868"]]
|
36039
|
+
[1m[36mTRANSACTION (5.0ms)[0m [1m[36mcommit transaction[0m
|
36040
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36041
|
+
[1m[36mTool Create (0.4ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Sapiente"], ["description", "Perferendis sequi temporibus. Reprehenderit sit dignissimos. Molestiae provident nulla."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:36.514431"], ["updated_at", "2021-09-21 18:38:36.514431"]]
|
36042
|
+
[1m[36mTRANSACTION (6.1ms)[0m [1m[36mcommit transaction[0m
|
36043
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36044
|
+
[1m[36mTool Create (0.4ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Modi Error"], ["description", "Similique aut et. Aut sed quia. Quasi voluptatem cumque."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:36.527515"], ["updated_at", "2021-09-21 18:38:36.527515"]]
|
36045
|
+
[1m[36mTRANSACTION (4.8ms)[0m [1m[36mcommit transaction[0m
|
36046
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36047
|
+
[1m[36mTool Create (0.4ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Distinctio"], ["description", "Incidunt dolorem aut. Et voluptatem neque. Expedita aliquid voluptatum."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:36.538270"], ["updated_at", "2021-09-21 18:38:36.538270"]]
|
36048
|
+
[1m[36mTRANSACTION (4.9ms)[0m [1m[36mcommit transaction[0m
|
36049
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36050
|
+
[1m[36mSupply Create (0.4ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Voluptas"], ["description", "Odio molestiae consequatur. Quidem voluptatem deleniti. Et est at."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:36.560659"], ["updated_at", "2021-09-21 18:38:36.560659"]]
|
36051
|
+
[1m[36mTRANSACTION (4.7ms)[0m [1m[36mcommit transaction[0m
|
36052
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36053
|
+
[1m[36mSupply Create (0.4ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Minima Enim Ut"], ["description", "Autem odio expedita. Adipisci magni similique. Libero omnis et."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:36.571427"], ["updated_at", "2021-09-21 18:38:36.571427"]]
|
36054
|
+
[1m[36mTRANSACTION (4.7ms)[0m [1m[36mcommit transaction[0m
|
36055
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36056
|
+
[1m[36mSupply Create (0.4ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Ut Sed"], ["description", "Illum sed aspernatur. Ut a dicta. Et velit corrupti."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:36.581626"], ["updated_at", "2021-09-21 18:38:36.581626"]]
|
36057
|
+
[1m[36mTRANSACTION (4.4ms)[0m [1m[36mcommit transaction[0m
|
36058
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36059
|
+
[1m[36mSupply Create (0.3ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Omnis Rerum Eligendi"], ["description", "Enim nemo ut. Eum omnis qui. In eaque est."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:36.592344"], ["updated_at", "2021-09-21 18:38:36.592344"]]
|
36060
|
+
[1m[36mTRANSACTION (7.0ms)[0m [1m[36mcommit transaction[0m
|
36061
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36062
|
+
[1m[36mSupply Create (0.5ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Quis At"], ["description", "Et provident dolorem. Temporibus dolores esse. Minima unde et."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:36.604527"], ["updated_at", "2021-09-21 18:38:36.604527"]]
|
36063
|
+
[1m[36mTRANSACTION (4.1ms)[0m [1m[36mcommit transaction[0m
|
36064
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36065
|
+
[1m[36mRecipe Load (0.4ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
36066
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36067
|
+
[1m[36mTool Load (0.3ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36068
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36069
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 3], ["use_of_type", "Tool"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for health"], ["created_at", "2021-09-21 18:38:36.657385"], ["updated_at", "2021-09-21 18:38:36.657385"]]
|
36070
|
+
[1m[36mTRANSACTION (4.6ms)[0m [1m[36mcommit transaction[0m
|
36071
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36072
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36073
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36074
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36075
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36076
|
+
[1m[36mCookbook::Use Create (0.6ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 5], ["use_of_type", "Supply"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for fun"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:36.671452"], ["updated_at", "2021-09-21 18:38:36.671452"]]
|
36077
|
+
[1m[36mTRANSACTION (4.5ms)[0m [1m[36mcommit transaction[0m
|
36078
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36079
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36080
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36081
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
36082
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36083
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 4], ["use_of_type", "Tool"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:38:36.683009"], ["updated_at", "2021-09-21 18:38:36.683009"]]
|
36084
|
+
[1m[36mTRANSACTION (5.4ms)[0m [1m[36mcommit transaction[0m
|
36085
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36086
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36087
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36088
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
36089
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36090
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 2], ["use_of_type", "Ingredient"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:36.696185"], ["updated_at", "2021-09-21 18:38:36.696185"]]
|
36091
|
+
[1m[36mTRANSACTION (4.5ms)[0m [1m[36mcommit transaction[0m
|
36092
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36093
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
36094
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36095
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36096
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36097
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 3], ["use_of_type", "Supply"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:36.709380"], ["updated_at", "2021-09-21 18:38:36.709380"]]
|
36098
|
+
[1m[36mTRANSACTION (4.3ms)[0m [1m[36mcommit transaction[0m
|
36099
|
+
[1m[35m (2.5ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36100
|
+
[1m[36mRecipe Load (0.3ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36101
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36102
|
+
[1m[36mSupply Load (0.3ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36103
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36104
|
+
[1m[36mCookbook::Use Create (0.7ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 2], ["use_of_type", "Supply"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for wisdom"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:36.728160"], ["updated_at", "2021-09-21 18:38:36.728160"]]
|
36105
|
+
[1m[36mTRANSACTION (4.9ms)[0m [1m[36mcommit transaction[0m
|
36106
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36107
|
+
[1m[36mHowTo Load (0.3ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36108
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36109
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36110
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36111
|
+
[1m[36mCookbook::Use Create (0.5ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 1], ["use_of_type", "Tool"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for health"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:38:36.744663"], ["updated_at", "2021-09-21 18:38:36.744663"]]
|
36112
|
+
[1m[36mTRANSACTION (4.7ms)[0m [1m[36mcommit transaction[0m
|
36113
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36114
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36115
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36116
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36117
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36118
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 5], ["use_of_type", "Supply"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for fun"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:36.758188"], ["updated_at", "2021-09-21 18:38:36.758188"]]
|
36119
|
+
[1m[36mTRANSACTION (4.6ms)[0m [1m[36mcommit transaction[0m
|
36120
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36121
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36122
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36123
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36124
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36125
|
+
[1m[36mCookbook::Use Create (0.6ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 2], ["use_of_type", "Supply"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for wisdom"], ["created_at", "2021-09-21 18:38:36.770303"], ["updated_at", "2021-09-21 18:38:36.770303"]]
|
36126
|
+
[1m[36mTRANSACTION (7.7ms)[0m [1m[36mcommit transaction[0m
|
36127
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36128
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36129
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36130
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
36131
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36132
|
+
[1m[36mCookbook::Use Create (0.7ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 5], ["use_of_type", "Tool"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for wisdom"], ["created_at", "2021-09-21 18:38:36.788259"], ["updated_at", "2021-09-21 18:38:36.788259"]]
|
36133
|
+
[1m[36mTRANSACTION (4.8ms)[0m [1m[36mcommit transaction[0m
|
36134
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36135
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36136
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36137
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36138
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36139
|
+
[1m[36mCookbook::Use Create (0.6ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 5], ["use_of_type", "Supply"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for fun"], ["created_at", "2021-09-21 18:38:36.801661"], ["updated_at", "2021-09-21 18:38:36.801661"]]
|
36140
|
+
[1m[36mTRANSACTION (4.4ms)[0m [1m[36mcommit transaction[0m
|
36141
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36142
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
36143
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36144
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36145
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36146
|
+
[1m[36mCookbook::Use Create (0.5ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 3], ["use_of_type", "Ingredient"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for fun"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:36.815239"], ["updated_at", "2021-09-21 18:38:36.815239"]]
|
36147
|
+
[1m[36mTRANSACTION (4.4ms)[0m [1m[36mcommit transaction[0m
|
36148
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36149
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36150
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36151
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36152
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36153
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 2], ["use_of_type", "Tool"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for fun"], ["created_at", "2021-09-21 18:38:36.827996"], ["updated_at", "2021-09-21 18:38:36.827996"]]
|
36154
|
+
[1m[36mTRANSACTION (4.3ms)[0m [1m[36mcommit transaction[0m
|
36155
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36156
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
36157
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36158
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36159
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36160
|
+
[1m[36mCookbook::Use Create (0.5ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 3], ["use_of_type", "Supply"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for wisdom"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:36.840187"], ["updated_at", "2021-09-21 18:38:36.840187"]]
|
36161
|
+
[1m[36mTRANSACTION (4.5ms)[0m [1m[36mcommit transaction[0m
|
36162
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36163
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
36164
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36165
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36166
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36167
|
+
[1m[36mCookbook::Use Create (0.5ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 3], ["use_of_type", "Ingredient"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for fun"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:36.851906"], ["updated_at", "2021-09-21 18:38:36.851906"]]
|
36168
|
+
[1m[36mTRANSACTION (4.6ms)[0m [1m[36mcommit transaction[0m
|
36169
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36170
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36171
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36172
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36173
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36174
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 1], ["use_of_type", "Ingredient"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for wisdom"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:38:36.863801"], ["updated_at", "2021-09-21 18:38:36.863801"]]
|
36175
|
+
[1m[36mTRANSACTION (4.6ms)[0m [1m[36mcommit transaction[0m
|
36176
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36177
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36178
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36179
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
36180
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36181
|
+
[1m[36mCookbook::Use Create (0.6ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 5], ["use_of_type", "Tool"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for health"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:36.877689"], ["updated_at", "2021-09-21 18:38:36.877689"]]
|
36182
|
+
[1m[36mTRANSACTION (4.9ms)[0m [1m[36mcommit transaction[0m
|
36183
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36184
|
+
[1m[36mRecipe Load (0.3ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36185
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36186
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
36187
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36188
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 4], ["use_of_type", "Supply"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for fun"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:36.892770"], ["updated_at", "2021-09-21 18:38:36.892770"]]
|
36189
|
+
[1m[36mTRANSACTION (5.2ms)[0m [1m[36mcommit transaction[0m
|
36190
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36191
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36192
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36193
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36194
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36195
|
+
[1m[36mCookbook::Use Create (0.6ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 1], ["use_of_type", "Supply"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for fun"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:36.907292"], ["updated_at", "2021-09-21 18:38:36.907292"]]
|
36196
|
+
[1m[36mTRANSACTION (4.7ms)[0m [1m[36mcommit transaction[0m
|
36197
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36198
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36199
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36200
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
36201
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36202
|
+
[1m[36mCookbook::Use Create (0.8ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 4], ["use_of_type", "Supply"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for health"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:38:36.920790"], ["updated_at", "2021-09-21 18:38:36.920790"]]
|
36203
|
+
[1m[36mTRANSACTION (4.9ms)[0m [1m[36mcommit transaction[0m
|
36204
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36205
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36206
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36207
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36208
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36209
|
+
[1m[36mCookbook::Use Create (0.5ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 2], ["use_of_type", "Tool"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for health"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:36.934732"], ["updated_at", "2021-09-21 18:38:36.934732"]]
|
36210
|
+
[1m[36mTRANSACTION (7.9ms)[0m [1m[36mcommit transaction[0m
|
36211
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36212
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36213
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36214
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36215
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36216
|
+
[1m[36mCookbook::Use Create (0.5ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 4], ["use_of_type", "Ingredient"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for fun"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:36.951281"], ["updated_at", "2021-09-21 18:38:36.951281"]]
|
36217
|
+
[1m[36mTRANSACTION (4.8ms)[0m [1m[36mcommit transaction[0m
|
36218
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36219
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36220
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36221
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36222
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36223
|
+
[1m[36mCookbook::Use Create (0.6ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 2], ["use_of_type", "Tool"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for fun"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:36.965411"], ["updated_at", "2021-09-21 18:38:36.965411"]]
|
36224
|
+
[1m[36mTRANSACTION (5.1ms)[0m [1m[36mcommit transaction[0m
|
36225
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36226
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36227
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36228
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36229
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36230
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 4], ["use_of_type", "Ingredient"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for wisdom"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:36.979792"], ["updated_at", "2021-09-21 18:38:36.979792"]]
|
36231
|
+
[1m[36mTRANSACTION (4.9ms)[0m [1m[36mcommit transaction[0m
|
36232
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36233
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36234
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36235
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36236
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36237
|
+
[1m[36mCookbook::Use Create (0.5ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 5], ["use_of_type", "Supply"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:36.993106"], ["updated_at", "2021-09-21 18:38:36.993106"]]
|
36238
|
+
[1m[36mTRANSACTION (4.8ms)[0m [1m[36mcommit transaction[0m
|
36239
|
+
[1m[36mTRANSACTION (0.8ms)[0m [1m[36mbegin transaction[0m
|
36240
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36241
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Nesciunt Sit"], ["description", "Et ipsa sunt. Ad illo et. Voluptas tempore ipsam."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "# Dolor\nAut quod libero. Sapiente incidunt est. Et fugit quos.\n##### Quis\nQuisquam suscipit cumque. Et laborum id. Officiis aut ut.\n0. Consequuntur. \n1. Consequatur. \n2. Quasi. \n"], ["created_at", "2021-09-21 18:38:37.097032"], ["updated_at", "2021-09-21 18:38:37.097032"]]
|
36242
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36243
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36244
|
+
[1m[36mRecipe Create (0.3ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Non"], ["description", "Aut non quo. Ea eveniet quia. Distinctio et quis."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "##### Assumenda\nRepudiandae officia cum. Accusantium fuga quia. Alias illo corporis.\nSunt pariatur dolorem. Sit voluptatibus provident. Sit **quos** sed."], ["created_at", "2021-09-21 18:38:37.117797"], ["updated_at", "2021-09-21 18:38:37.117797"]]
|
36245
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36246
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36247
|
+
[1m[36mRecipe Create (0.3ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Minima Aperiam"], ["description", "Voluptatem quis et. Dolore aut temporibus. Sunt provident commodi."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "### Cumque\nIpsum ad sit. Quae quis nesciunt. Voluptas iste unde.\n0. Debitis. \n1. Ut. \n2. Maiores. \n3. Rem. \n4. Reiciendis. \n5. Nobis. \n"], ["created_at", "2021-09-21 18:38:37.137037"], ["updated_at", "2021-09-21 18:38:37.137037"]]
|
36248
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36249
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36250
|
+
[1m[36mRecipe Create (0.3ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Facere Tempora"], ["description", "Dolor ratione vero. Non ut rerum. Et et consequatur."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "# Velit\nId at qui. Explicabo reprehenderit esse. Vero cumque asperiores.\n* Voluptate. \n"], ["created_at", "2021-09-21 18:38:37.147869"], ["updated_at", "2021-09-21 18:38:37.147869"]]
|
36251
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36252
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36253
|
+
[1m[36mRecipe Create (0.4ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Et"], ["description", "Quod in qui. Quia vitae nihil. Veniam nostrum omnis."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "#### Est\nDolore quam asperiores. Exercitationem enim accusantium. Illum omnis vero.\n###### Vel"], ["created_at", "2021-09-21 18:38:37.158191"], ["updated_at", "2021-09-21 18:38:37.158191"]]
|
36254
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36255
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36256
|
+
[1m[36mHowTo Create (0.2ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Vero"], ["description", "Inventore qui reprehenderit. Quia sunt harum. Velit fugiat assumenda."], ["instructions", "###### Et\nUt laboriosam consequuntur. Velit quibusdam sit. Autem earum aliquam.\n* Nulla. \n* Quas. \n* Autem. \n* Nihil. \n* In. \n"], ["created_at", "2021-09-21 18:38:37.167677"], ["updated_at", "2021-09-21 18:38:37.167677"]]
|
36257
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36258
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36259
|
+
[1m[36mHowTo Create (0.2ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Dolore"], ["description", "Ratione id quaerat. Quisquam animi facere. Rerum necessitatibus voluptatibus."], ["instructions", "# Debitis\nQuibusdam qui nihil. Et fugit sit. Nisi qui eveniet.\n* Aut. \n* Ut. \n* Quaerat. \n* Ut. \n* Modi. \n"], ["created_at", "2021-09-21 18:38:37.178709"], ["updated_at", "2021-09-21 18:38:37.178709"]]
|
36260
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36261
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36262
|
+
[1m[36mHowTo Create (0.3ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Est Pariatur"], ["description", "Voluptatum temporibus quis. Molestiae optio consectetur. Inventore impedit expedita."], ["instructions", "# Rerum\nCorporis architecto ut. Corrupti hic aut. Voluptates quisquam et.\n0. Sed. \n1. Earum. \n2. Ut. \n3. Nostrum. \n4. Et. \n5. Neque. \n6. Harum. \n7. Voluptates. \n8. Cumque. \n"], ["created_at", "2021-09-21 18:38:37.198247"], ["updated_at", "2021-09-21 18:38:37.198247"]]
|
36263
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36264
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36265
|
+
[1m[36mHowTo Create (0.4ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Totam Ex"], ["description", "Sed temporibus enim. Sequi blanditiis id. Est quod beatae."], ["instructions", "###### Saepe\nCum perferendis consequuntur. Est fuga aut. Iure fuga sunt.\n```ruby\nNatus.\n```"], ["created_at", "2021-09-21 18:38:37.207148"], ["updated_at", "2021-09-21 18:38:37.207148"]]
|
36266
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36267
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36268
|
+
[1m[36mHowTo Create (0.2ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Dolorem"], ["description", "Nihil exercitationem omnis. Eos cum rerum. Provident non eveniet."], ["instructions", "#### Accusamus\nUt animi est. Ut error deleniti. Molestias ipsam voluptates.\n```ruby\nEnim.\n```"], ["created_at", "2021-09-21 18:38:37.217166"], ["updated_at", "2021-09-21 18:38:37.217166"]]
|
36269
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36270
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36271
|
+
[1m[36mIngredient Create (0.4ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Consequatur Ullam Distinctio"], ["description", "Nulla sed culpa. Provident sunt aut. Commodi eos quaerat."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:37.223274"], ["updated_at", "2021-09-21 18:38:37.223274"]]
|
36272
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36273
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36274
|
+
[1m[36mIngredient Create (0.2ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Illo"], ["description", "Magnam voluptatem asperiores. Quo vero error. Repellat veniam voluptatibus."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:37.230240"], ["updated_at", "2021-09-21 18:38:37.230240"]]
|
36275
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36276
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36277
|
+
[1m[36mIngredient Create (0.6ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Nisi Cumque Dolorem"], ["description", "Aspernatur saepe pariatur. Nesciunt et aut. Odit enim est."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:37.235517"], ["updated_at", "2021-09-21 18:38:37.235517"]]
|
36278
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36279
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36280
|
+
[1m[36mIngredient Create (0.2ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Corrupti"], ["description", "Nemo quae provident. Qui tempora qui. Et nesciunt labore."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:37.242190"], ["updated_at", "2021-09-21 18:38:37.242190"]]
|
36281
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36282
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36283
|
+
[1m[36mIngredient Create (0.2ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Mollitia"], ["description", "Omnis maiores qui. Officia nulla ut. Asperiores eos minus."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:37.248927"], ["updated_at", "2021-09-21 18:38:37.248927"]]
|
36284
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36285
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36286
|
+
[1m[36mTool Create (0.4ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Eligendi"], ["description", "Ipsum ea dignissimos. At modi odio. Non libero nostrum."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:37.290139"], ["updated_at", "2021-09-21 18:38:37.290139"]]
|
36287
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36288
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36289
|
+
[1m[36mTool Create (0.2ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Doloremque"], ["description", "Quidem qui non. Quia vel ut. Ducimus voluptatibus asperiores."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:37.297041"], ["updated_at", "2021-09-21 18:38:37.297041"]]
|
36290
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36291
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36292
|
+
[1m[36mTool Create (0.2ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Eos"], ["description", "Rerum sequi dolore. Nobis fuga provident. At sunt voluptatem."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:37.301311"], ["updated_at", "2021-09-21 18:38:37.301311"]]
|
36293
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36294
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36295
|
+
[1m[36mTool Create (0.2ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Dolorem Est"], ["description", "Dolorem quia in. Aut explicabo nesciunt. Officiis dicta eveniet."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:37.306981"], ["updated_at", "2021-09-21 18:38:37.306981"]]
|
36296
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36297
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36298
|
+
[1m[36mTool Create (0.3ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Officiis"], ["description", "Vitae ratione earum. Suscipit deserunt labore. Saepe fugiat quisquam."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:37.313068"], ["updated_at", "2021-09-21 18:38:37.313068"]]
|
36299
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36300
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36301
|
+
[1m[36mSupply Create (0.3ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Alias"], ["description", "Qui aut facere. Quasi aut est. Quibusdam eveniet necessitatibus."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:37.319653"], ["updated_at", "2021-09-21 18:38:37.319653"]]
|
36302
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36303
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36304
|
+
[1m[36mSupply Create (0.6ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Aliquid Fugit"], ["description", "Deleniti cumque sint. Quas aut doloribus. Cum magni voluptatem."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:37.327405"], ["updated_at", "2021-09-21 18:38:37.327405"]]
|
36305
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36306
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36307
|
+
[1m[36mSupply Create (0.3ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Sint Impedit Amet"], ["description", "Dolor totam sint. Corporis assumenda necessitatibus. Accusantium quam hic."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:37.336645"], ["updated_at", "2021-09-21 18:38:37.336645"]]
|
36308
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36309
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36310
|
+
[1m[36mSupply Create (0.2ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Dolor Eum Non"], ["description", "Beatae in unde. Rerum enim natus. Quisquam dolor sint."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:37.343943"], ["updated_at", "2021-09-21 18:38:37.343943"]]
|
36311
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36312
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36313
|
+
[1m[36mSupply Create (0.3ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Quaerat Neque Deserunt"], ["description", "Beatae facere cupiditate. Nostrum est veniam. Ullam molestiae quo."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:37.350605"], ["updated_at", "2021-09-21 18:38:37.350605"]]
|
36314
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36315
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36316
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
36317
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36318
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
36319
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36320
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 8], ["use_of_type", "Ingredient"], ["use_of_id", 7], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for wisdom"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:37.361584"], ["updated_at", "2021-09-21 18:38:37.361584"]]
|
36321
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36322
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36323
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
36324
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36325
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36326
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36327
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 7], ["use_of_type", "Supply"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for health"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:37.371577"], ["updated_at", "2021-09-21 18:38:37.371577"]]
|
36328
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36329
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36330
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36331
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36332
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36333
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36334
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Tool"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for fun"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:38:37.380898"], ["updated_at", "2021-09-21 18:38:37.380898"]]
|
36335
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36336
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36337
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36338
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36339
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
36340
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36341
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 4], ["use_of_type", "Tool"], ["use_of_id", 7], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for health"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:37.391870"], ["updated_at", "2021-09-21 18:38:37.391870"]]
|
36342
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36343
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36344
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
36345
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36346
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
36347
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36348
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 3], ["use_of_type", "Tool"], ["use_of_id", 8], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for wisdom"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:38:37.401266"], ["updated_at", "2021-09-21 18:38:37.401266"]]
|
36349
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36350
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36351
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36352
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36353
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36354
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36355
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 4], ["use_of_type", "Ingredient"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for wisdom"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:37.409381"], ["updated_at", "2021-09-21 18:38:37.409381"]]
|
36356
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36357
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36358
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36359
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36360
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
36361
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36362
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 4], ["use_of_type", "Supply"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["created_at", "2021-09-21 18:38:37.415600"], ["updated_at", "2021-09-21 18:38:37.415600"]]
|
36363
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36364
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36365
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36366
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36367
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36368
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36369
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 1], ["use_of_type", "Supply"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for wisdom"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:37.421600"], ["updated_at", "2021-09-21 18:38:37.421600"]]
|
36370
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36371
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36372
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
36373
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36374
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36375
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36376
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 7], ["use_of_type", "Supply"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for health"], ["created_at", "2021-09-21 18:38:37.430230"], ["updated_at", "2021-09-21 18:38:37.430230"]]
|
36377
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36378
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36379
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36380
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36381
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
36382
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36383
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 4], ["use_of_type", "Ingredient"], ["use_of_id", 10], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for fun"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:37.435938"], ["updated_at", "2021-09-21 18:38:37.435938"]]
|
36384
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36385
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36386
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
|
36387
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36388
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
36389
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36390
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 9], ["use_of_type", "Supply"], ["use_of_id", 8], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for wisdom"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:37.444502"], ["updated_at", "2021-09-21 18:38:37.444502"]]
|
36391
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36392
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36393
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
36394
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36395
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36396
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36397
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 10], ["use_of_type", "Ingredient"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for fun"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:37.451701"], ["updated_at", "2021-09-21 18:38:37.451701"]]
|
36398
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36399
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36400
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36401
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36402
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36403
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36404
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 5], ["use_of_type", "Ingredient"], ["use_of_id", 6], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for fun"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:37.460179"], ["updated_at", "2021-09-21 18:38:37.460179"]]
|
36405
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36406
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36407
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36408
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36409
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
36410
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36411
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 4], ["use_of_type", "Supply"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for fun"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:38:37.465999"], ["updated_at", "2021-09-21 18:38:37.465999"]]
|
36412
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36413
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36414
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36415
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36416
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36417
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36418
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 5], ["use_of_type", "Ingredient"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for health"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:37.473273"], ["updated_at", "2021-09-21 18:38:37.473273"]]
|
36419
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36420
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36421
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
36422
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36423
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36424
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36425
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 8], ["use_of_type", "Ingredient"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for fun"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:38:37.480091"], ["updated_at", "2021-09-21 18:38:37.480091"]]
|
36426
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36427
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36428
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36429
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36430
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
36431
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36432
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 5], ["use_of_type", "Tool"], ["use_of_id", 7], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:37.485477"], ["updated_at", "2021-09-21 18:38:37.485477"]]
|
36433
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36434
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36435
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36436
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36437
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36438
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36439
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 2], ["use_of_type", "Supply"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for fun"], ["created_at", "2021-09-21 18:38:37.493156"], ["updated_at", "2021-09-21 18:38:37.493156"]]
|
36440
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36441
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36442
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36443
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36444
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36445
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36446
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 2], ["use_of_type", "Tool"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for health"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:37.498910"], ["updated_at", "2021-09-21 18:38:37.498910"]]
|
36447
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36448
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36449
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
36450
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36451
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
36452
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36453
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 8], ["use_of_type", "Ingredient"], ["use_of_id", 10], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for wisdom"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:37.504664"], ["updated_at", "2021-09-21 18:38:37.504664"]]
|
36454
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36455
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36456
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36457
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36458
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
36459
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36460
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 4], ["use_of_type", "Supply"], ["use_of_id", 8], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for fun"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:38:37.513695"], ["updated_at", "2021-09-21 18:38:37.513695"]]
|
36461
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36462
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36463
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36464
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36465
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36466
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36467
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 5], ["use_of_type", "Ingredient"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for fun"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:37.521669"], ["updated_at", "2021-09-21 18:38:37.521669"]]
|
36468
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36469
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36470
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
|
36471
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36472
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
|
36473
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36474
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 9], ["use_of_type", "Ingredient"], ["use_of_id", 9], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for fun"], ["created_at", "2021-09-21 18:38:37.529987"], ["updated_at", "2021-09-21 18:38:37.529987"]]
|
36475
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36476
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36477
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36478
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36479
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36480
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36481
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 5], ["use_of_type", "Tool"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["created_at", "2021-09-21 18:38:37.537609"], ["updated_at", "2021-09-21 18:38:37.537609"]]
|
36482
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36483
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36484
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36485
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36486
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36487
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36488
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 6], ["use_of_type", "Tool"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for wisdom"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:37.544742"], ["updated_at", "2021-09-21 18:38:37.544742"]]
|
36489
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36490
|
+
[1m[36mIngredient Load (0.5ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" ORDER BY "ingredients"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
|
36491
|
+
[1m[36mCookbook::Use Exists? (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "cookbook_uses" WHERE "cookbook_uses"."use_of_id" = ? AND "cookbook_uses"."use_of_type" = ? LIMIT ?[0m [["use_of_id", 1], ["use_of_type", "Ingredient"], ["LIMIT", 1]]
|
36492
|
+
[1m[36mCookbook::Use Load (0.5ms)[0m [1m[34mSELECT "cookbook_uses".* FROM "cookbook_uses" WHERE "cookbook_uses"."use_of_id" = ? AND "cookbook_uses"."use_of_type" = ?[0m [["use_of_id", 1], ["use_of_type", "Ingredient"]]
|
36493
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36494
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36495
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_uses_of.html.haml (Duration: 25.5ms | Allocations: 6022)
|
36496
|
+
[1m[36mTRANSACTION (0.4ms)[0m [1m[31mrollback transaction[0m
|
36497
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36498
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36499
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Cupiditate"], ["description", "Voluptas qui eveniet. Suscipit expedita voluptatem. Rem accusamus non."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "## Voluptas\nQuasi quo sequi. Odio facilis consequatur. Aut dolorem nostrum.\nquia | culpa | accusamus\n---- | ---- | ----\nnulla | excepturi | tempora\nqui | non | architecto"], ["created_at", "2021-09-21 18:38:37.644159"], ["updated_at", "2021-09-21 18:38:37.644159"]]
|
36500
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36501
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36502
|
+
[1m[36mRecipe Create (0.3ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Doloribus"], ["description", "Qui repellendus facere. Beatae unde et. Et quo ut."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "#### Deserunt\nQuidem a asperiores. Deserunt harum alias. Et consequuntur quae.\n* Quo. \n* Impedit. \n* Laboriosam. \n* Quam. \n* Aut. \n* Dignissimos. \n* Veniam. \n* Iste. \n* Ad. \n* Soluta. \n"], ["created_at", "2021-09-21 18:38:37.657760"], ["updated_at", "2021-09-21 18:38:37.657760"]]
|
36503
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36504
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36505
|
+
[1m[36mRecipe Create (0.2ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Quisquam Ea"], ["description", "Unde voluptates exercitationem. Quo sequi amet. Harum sit et."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "###### Veniam\nEveniet fugiat porro. Voluptates minima rerum. Debitis blanditiis quae.\n```ruby\nAccusamus.\n```"], ["created_at", "2021-09-21 18:38:37.666516"], ["updated_at", "2021-09-21 18:38:37.666516"]]
|
36506
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36507
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36508
|
+
[1m[36mRecipe Create (0.3ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Voluptatem Quis Maxime"], ["description", "Quaerat consequuntur ipsa. Et aliquid pariatur. Nobis ut sed."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "# Sunt\nIn quia facilis. Quia voluptas enim. Delectus cum odit.\n##### Facere"], ["created_at", "2021-09-21 18:38:37.675332"], ["updated_at", "2021-09-21 18:38:37.675332"]]
|
36509
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36510
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36511
|
+
[1m[36mRecipe Create (0.3ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Officia Sed"], ["description", "Mollitia quas accusamus. Cum quo cupiditate. Facilis asperiores repellat."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "###### Repellendus\nArchitecto cumque laborum. Velit et facilis. Aut sapiente et.\n0. Temporibus. \n1. Dolor. \n2. Autem. \n3. Ex. \n4. Ut. \n5. Est. \n6. Vel. \n7. Aut. \n8. Nihil. \n9. Doloribus. \n"], ["created_at", "2021-09-21 18:38:37.687905"], ["updated_at", "2021-09-21 18:38:37.687905"]]
|
36512
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36513
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36514
|
+
[1m[36mHowTo Create (0.2ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Modi Rerum Sed"], ["description", "Doloremque neque iste. Vel porro quasi. Et veritatis minus."], ["instructions", "### Praesentium\nMinima optio ex. Minima debitis placeat. Temporibus nihil et.\n```ruby\nDolores.\n```"], ["created_at", "2021-09-21 18:38:37.696038"], ["updated_at", "2021-09-21 18:38:37.696038"]]
|
36515
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36516
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36517
|
+
[1m[36mHowTo Create (0.2ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Reprehenderit Soluta Hic"], ["description", "Laboriosam est cumque. Fugit dolores debitis. Aut sint eaque."], ["instructions", "#### Fugiat\nVel minima excepturi. Earum rem omnis. Expedita excepturi debitis.\neveniet | omnis | corrupti\n---- | ---- | ----\neius | eius | nam\naccusamus | aut | et"], ["created_at", "2021-09-21 18:38:37.702016"], ["updated_at", "2021-09-21 18:38:37.702016"]]
|
36518
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36519
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36520
|
+
[1m[36mHowTo Create (0.3ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Aut Sit Est"], ["description", "Aut expedita et. Et enim tempore. Illum eius id."], ["instructions", "### Eaque\nOfficia minima est. Quis debitis enim. At ex qui.\n##### Et\nQuae laboriosam ratione. Est ut nihil. Eos voluptatum ipsam.\n* Excepturi. \n* Omnis. \n* Quas. \n* Et. \n* Modi. \n* Sunt. \n* Dolorem. \n* Magni. \n"], ["created_at", "2021-09-21 18:38:37.714542"], ["updated_at", "2021-09-21 18:38:37.714542"]]
|
36521
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36522
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36523
|
+
[1m[36mHowTo Create (0.2ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Facere"], ["description", "Voluptate nobis eligendi. Quae omnis provident. Accusantium dolores autem."], ["instructions", "# Consequatur\nUt nobis at. Veniam esse fugiat. Harum dolore nemo.\n0. Sit. \n1. Dolorem. \n2. Voluptas. \n3. Maxime. \n4. Corporis. \n5. Repellendus. \n6. Tempore. \n"], ["created_at", "2021-09-21 18:38:37.725827"], ["updated_at", "2021-09-21 18:38:37.725827"]]
|
36524
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36525
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36526
|
+
[1m[36mHowTo Create (0.3ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Sit Sit"], ["description", "Rem eius vel. Laborum molestiae iusto. Dolore et alias."], ["instructions", "###### Iusto\nSit nostrum dolor. Fugiat minus nobis. Dolorem eum aliquam.\n* Sunt. \n* Velit. \n* In. \n* Debitis. \n* Autem. \n* Et. \n"], ["created_at", "2021-09-21 18:38:37.736797"], ["updated_at", "2021-09-21 18:38:37.736797"]]
|
36527
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36528
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36529
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Nulla Nisi"], ["description", "Aut quod omnis. Illum dignissimos voluptatem. Fuga temporibus quisquam."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:37.743282"], ["updated_at", "2021-09-21 18:38:37.743282"]]
|
36530
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36531
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36532
|
+
[1m[36mIngredient Create (0.2ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Eos Sunt"], ["description", "Quia reprehenderit nostrum. Ut reiciendis corrupti. Quo quia veniam."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:37.749839"], ["updated_at", "2021-09-21 18:38:37.749839"]]
|
36533
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36534
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36535
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Doloribus"], ["description", "Quasi sit quo. Et sunt natus. Enim dolorum debitis."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:37.755954"], ["updated_at", "2021-09-21 18:38:37.755954"]]
|
36536
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36537
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36538
|
+
[1m[36mIngredient Create (0.2ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Dicta Natus Ducimus"], ["description", "Vel itaque totam. Atque adipisci cumque. Dolorem laborum officia."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:37.762020"], ["updated_at", "2021-09-21 18:38:37.762020"]]
|
36539
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36540
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36541
|
+
[1m[36mIngredient Create (0.2ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Sit Odit Adipisci"], ["description", "Ratione aut laboriosam. Assumenda culpa nihil. Fugit commodi tempore."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:37.766272"], ["updated_at", "2021-09-21 18:38:37.766272"]]
|
36542
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36543
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36544
|
+
[1m[36mTool Create (0.4ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Rerum Dolores"], ["description", "Ab culpa aliquam. Culpa est nesciunt. Sint labore adipisci."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:37.770444"], ["updated_at", "2021-09-21 18:38:37.770444"]]
|
36545
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36546
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36547
|
+
[1m[36mTool Create (0.2ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Quae"], ["description", "Sed neque et. Dolor porro fuga. Illum consectetur ut."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:37.776689"], ["updated_at", "2021-09-21 18:38:37.776689"]]
|
36548
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36549
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36550
|
+
[1m[36mTool Create (0.2ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Eaque"], ["description", "Maxime reprehenderit nisi. Incidunt nesciunt corrupti. Voluptas eaque repudiandae."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:37.782686"], ["updated_at", "2021-09-21 18:38:37.782686"]]
|
36551
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36552
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36553
|
+
[1m[36mTool Create (0.3ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Aliquid Perferendis"], ["description", "Cum assumenda explicabo. Totam quod delectus. Nostrum natus et."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:37.787762"], ["updated_at", "2021-09-21 18:38:37.787762"]]
|
36554
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36555
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36556
|
+
[1m[36mTool Create (0.2ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Voluptatem Dolor"], ["description", "Perspiciatis dicta sit. Saepe id ipsam. Distinctio ut et."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:37.794899"], ["updated_at", "2021-09-21 18:38:37.794899"]]
|
36557
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36558
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36559
|
+
[1m[36mSupply Create (0.2ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Vel Porro"], ["description", "Repellendus ducimus eius. Dolore ab incidunt. Reiciendis quis sit."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:37.799161"], ["updated_at", "2021-09-21 18:38:37.799161"]]
|
36560
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36561
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36562
|
+
[1m[36mSupply Create (0.3ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Maxime"], ["description", "Deserunt doloribus ut. Ullam eius veniam. Sequi id non."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:37.803092"], ["updated_at", "2021-09-21 18:38:37.803092"]]
|
36563
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36564
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36565
|
+
[1m[36mSupply Create (0.2ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Ut Vel Et"], ["description", "Minima consectetur molestias. Nihil esse alias. Debitis sit ut."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:37.809182"], ["updated_at", "2021-09-21 18:38:37.809182"]]
|
36566
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36567
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36568
|
+
[1m[36mSupply Create (0.2ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Nihil"], ["description", "Sed rem ipsum. Repudiandae officia dolorem. Sunt adipisci nihil."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:37.813976"], ["updated_at", "2021-09-21 18:38:37.813976"]]
|
36569
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36570
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36571
|
+
[1m[36mSupply Create (0.2ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Qui Ipsam Est"], ["description", "Eveniet dolor quaerat. Id accusamus ut. Sit et ut."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:37.818095"], ["updated_at", "2021-09-21 18:38:37.818095"]]
|
36572
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36573
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36574
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
36575
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36576
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36577
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36578
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 8], ["use_of_type", "Supply"], ["use_of_id", 6], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for health"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:37.826669"], ["updated_at", "2021-09-21 18:38:37.826669"]]
|
36579
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36580
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36581
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
|
36582
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36583
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36584
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36585
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 9], ["use_of_type", "Ingredient"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:38:37.833467"], ["updated_at", "2021-09-21 18:38:37.833467"]]
|
36586
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36587
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36588
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36589
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36590
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36591
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36592
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 4], ["use_of_type", "Supply"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for wisdom"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:38:37.840999"], ["updated_at", "2021-09-21 18:38:37.840999"]]
|
36593
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36594
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36595
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36596
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36597
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36598
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36599
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Ingredient"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for wisdom"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:37.847329"], ["updated_at", "2021-09-21 18:38:37.847329"]]
|
36600
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36601
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36602
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
36603
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36604
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
36605
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36606
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 7], ["use_of_type", "Ingredient"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for wisdom"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:37.855804"], ["updated_at", "2021-09-21 18:38:37.855804"]]
|
36607
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36608
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36609
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
|
36610
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36611
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36612
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36613
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 9], ["use_of_type", "Supply"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for health"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:37.863999"], ["updated_at", "2021-09-21 18:38:37.863999"]]
|
36614
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36615
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36616
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
36617
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36618
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36619
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36620
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 7], ["use_of_type", "Tool"], ["use_of_id", 6], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for fun"], ["created_at", "2021-09-21 18:38:37.870323"], ["updated_at", "2021-09-21 18:38:37.870323"]]
|
36621
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36622
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36623
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36624
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36625
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36626
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36627
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 1], ["use_of_type", "Supply"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:37.879490"], ["updated_at", "2021-09-21 18:38:37.879490"]]
|
36628
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36629
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36630
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36631
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36632
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36633
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36634
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Ingredient"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for wisdom"], ["created_at", "2021-09-21 18:38:37.885187"], ["updated_at", "2021-09-21 18:38:37.885187"]]
|
36635
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36636
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36637
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36638
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36639
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36640
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36641
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 1], ["use_of_type", "Supply"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["created_at", "2021-09-21 18:38:37.893805"], ["updated_at", "2021-09-21 18:38:37.893805"]]
|
36642
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36643
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36644
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36645
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36646
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36647
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36648
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 4], ["use_of_type", "Ingredient"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for wisdom"], ["created_at", "2021-09-21 18:38:37.899840"], ["updated_at", "2021-09-21 18:38:37.899840"]]
|
36649
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36650
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36651
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36652
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36653
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36654
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36655
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 2], ["use_of_type", "Supply"], ["use_of_id", 2], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for health"], ["created_at", "2021-09-21 18:38:37.906395"], ["updated_at", "2021-09-21 18:38:37.906395"]]
|
36656
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36657
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36658
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
|
36659
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36660
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36661
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36662
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 9], ["use_of_type", "Supply"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for wisdom"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:38:37.913457"], ["updated_at", "2021-09-21 18:38:37.913457"]]
|
36663
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36664
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36665
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
36666
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36667
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36668
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36669
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 8], ["use_of_type", "Tool"], ["use_of_id", 1], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for fun"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:37.919825"], ["updated_at", "2021-09-21 18:38:37.919825"]]
|
36670
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36671
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36672
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
36673
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36674
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36675
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36676
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 10], ["use_of_type", "Tool"], ["use_of_id", 6], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for health"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:37.930583"], ["updated_at", "2021-09-21 18:38:37.930583"]]
|
36677
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36678
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36679
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36680
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36681
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
36682
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36683
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 2], ["use_of_type", "Supply"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for wisdom"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:38:37.938183"], ["updated_at", "2021-09-21 18:38:37.938183"]]
|
36684
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36685
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36686
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36687
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36688
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
|
36689
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36690
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 1], ["use_of_type", "Tool"], ["use_of_id", 9], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for wisdom"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:37.945326"], ["updated_at", "2021-09-21 18:38:37.945326"]]
|
36691
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36692
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36693
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
36694
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36695
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
36696
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36697
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 3], ["use_of_type", "Tool"], ["use_of_id", 7], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for wisdom"], ["created_at", "2021-09-21 18:38:37.953104"], ["updated_at", "2021-09-21 18:38:37.953104"]]
|
36698
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36699
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36700
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36701
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36702
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
36703
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36704
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Tool"], ["use_of_id", 10], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "cups"], ["sort", 1], ["note", "for health"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:37.962005"], ["updated_at", "2021-09-21 18:38:37.962005"]]
|
36705
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36706
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36707
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36708
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36709
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
36710
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36711
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 4], ["use_of_type", "Supply"], ["use_of_id", 10], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for fun"], ["created_at", "2021-09-21 18:38:37.971477"], ["updated_at", "2021-09-21 18:38:37.971477"]]
|
36712
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36713
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36714
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
36715
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36716
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
36717
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36718
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 7], ["use_of_type", "Tool"], ["use_of_id", 5], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for wisdom"], ["created_at", "2021-09-21 18:38:37.980933"], ["updated_at", "2021-09-21 18:38:37.980933"]]
|
36719
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36720
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36721
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36722
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "tools"."id" FROM "tools"[0m
|
36723
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
36724
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36725
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 6], ["use_of_type", "Tool"], ["use_of_id", 3], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["sort", 1], ["note", "for wisdom"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:37.991557"], ["updated_at", "2021-09-21 18:38:37.991557"]]
|
36726
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36727
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
36728
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36729
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36730
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
36731
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36732
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 1], ["use_of_type", "Ingredient"], ["use_of_id", 8], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for health"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:37.999862"], ["updated_at", "2021-09-21 18:38:37.999862"]]
|
36733
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36734
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36735
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36736
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ingredients"."id" FROM "ingredients"[0m
|
36737
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36738
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36739
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 2], ["use_of_type", "Ingredient"], ["use_of_id", 6], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "pinches"], ["sort", 1], ["note", "for fun"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:38.006951"], ["updated_at", "2021-09-21 18:38:38.006951"]]
|
36740
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36741
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36742
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36743
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "supplies"."id" FROM "supplies"[0m
|
36744
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36745
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36746
|
+
[1m[36mCookbook::Use Create (0.2ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 2], ["use_of_type", "Supply"], ["use_of_id", 4], ["quantity_minimum", 1.5], ["quantity_maximum", 3.0], ["unit", "grams"], ["sort", 1], ["note", "for fun"], ["preparation", "greased"], ["created_at", "2021-09-21 18:38:38.013254"], ["updated_at", "2021-09-21 18:38:38.013254"]]
|
36747
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36748
|
+
[1m[36mRecipe Load (0.3ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" ORDER BY "recipes"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
|
36749
|
+
[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", 1], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"], ["LIMIT", 1]]
|
36750
|
+
[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", 1], ["use_in_type", "Recipe"], ["use_of_type", "Tool"], ["LIMIT", 1]]
|
36751
|
+
[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", 1], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
|
36752
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
|
36753
|
+
[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", 1], ["use_in_type", "Recipe"], ["use_of_type", "Supply"], ["LIMIT", 1]]
|
36754
|
+
[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", 1], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
|
36755
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36756
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies" WHERE "supplies"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36757
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_used_in.html.haml (Duration: 23.4ms | Allocations: 5961)
|
36758
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
36759
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36760
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36761
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Adipisci"], ["description", "Corrupti quae libero. Enim dolores sed. Consequatur sit voluptatem."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "# Similique\nSunt aut quos. Qui quia quia. Quod quam quo.\n## Quos"], ["created_at", "2021-09-21 18:38:38.068183"], ["updated_at", "2021-09-21 18:38:38.068183"]]
|
36762
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36763
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36764
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Eius"], ["description", "Porro quia ad. Optio laborum consequatur. Suscipit quia accusantium."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:38.075418"], ["updated_at", "2021-09-21 18:38:38.075418"]]
|
36765
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36766
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36767
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Ingredient"], ["use_of_id", 6], ["quantity_minimum", 0.5], ["quantity_maximum", 1.0], ["unit", "pinches"], ["sort", 1], ["note", "for power"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:38:38.081640"], ["updated_at", "2021-09-21 18:38:38.081640"]]
|
36768
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36769
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[31mrollback transaction[0m
|
36770
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36771
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36772
|
+
[1m[36mRecipe Create (0.4ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Aut Quos"], ["description", "Suscipit non voluptas. Ut ut ex. Quod eius debitis."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "##### Temporibus\nIure necessitatibus repellendus. Consectetur sit quisquam. Fugit culpa sit.\nconsequatur | repudiandae | itaque\n---- | ---- | ----\nnon | voluptas | eos\ncorporis | voluptates | blanditiis"], ["created_at", "2021-09-21 18:38:38.092968"], ["updated_at", "2021-09-21 18:38:38.092968"]]
|
36773
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36774
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36775
|
+
[1m[36mIngredient Create (0.2ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Eum Consectetur"], ["description", "Non omnis sit. Autem qui cupiditate. Officia fugit magnam."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:38.099538"], ["updated_at", "2021-09-21 18:38:38.099538"]]
|
36776
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36777
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36778
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Ingredient"], ["use_of_id", 6], ["quantity_minimum", 0.25], ["unit", "pinches"], ["sort", 1], ["note", "for strength"], ["created_at", "2021-09-21 18:38:38.104207"], ["updated_at", "2021-09-21 18:38:38.104207"]]
|
36779
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36780
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
36781
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36782
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36783
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Aspernatur Repudiandae"], ["description", "Commodi dolorum minima. Fugiat in dolor. Cupiditate earum et."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "##### Eius\nCupiditate sunt vitae. Sed recusandae neque. Consequuntur nam aut.\n### In"], ["created_at", "2021-09-21 18:38:38.115756"], ["updated_at", "2021-09-21 18:38:38.115756"]]
|
36784
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36785
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36786
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Sint"], ["description", "Ullam expedita dignissimos. Et quia facilis. Dicta consectetur cum."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:38.123313"], ["updated_at", "2021-09-21 18:38:38.123313"]]
|
36787
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36788
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36789
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_maximum", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Ingredient"], ["use_of_id", 6], ["quantity_maximum", 2.0], ["sort", 1], ["note", "for health"], ["preparation", "crushed"], ["created_at", "2021-09-21 18:38:38.129245"], ["updated_at", "2021-09-21 18:38:38.129245"]]
|
36790
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36791
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
36792
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36793
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36794
|
+
[1m[36mRecipe Create (0.4ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Numquam"], ["description", "Veniam nam sint. Qui maiores est. Maxime magnam officiis."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "## Et\nQuisquam error sint. Rem voluptatem adipisci. Harum aperiam sint.\n```ruby\nDeleniti.\n```"], ["created_at", "2021-09-21 18:38:38.141427"], ["updated_at", "2021-09-21 18:38:38.141427"]]
|
36795
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36796
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36797
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Exercitationem Tempora Modi"], ["description", "Laboriosam iusto aperiam. Facere veritatis architecto. Alias et quia."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:38.148484"], ["updated_at", "2021-09-21 18:38:38.148484"]]
|
36798
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36799
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36800
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "quantity_maximum", "unit", "sort", "note", "preparation", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Ingredient"], ["use_of_id", 6], ["quantity_minimum", 0.5], ["quantity_maximum", 1.0], ["unit", "pinches"], ["sort", 1], ["note", "for power"], ["preparation", "boiled"], ["created_at", "2021-09-21 18:38:38.154446"], ["updated_at", "2021-09-21 18:38:38.154446"]]
|
36801
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36802
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
36803
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36804
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36805
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Asperiores Qui"], ["description", "Dolorem porro vitae. Cum aut dolor. Dolores rem quam."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "#### Sint\nEligendi tenetur magni. Et ut asperiores. Voluptate est fuga.\n0. Ipsa. \n1. Incidunt. \n2. Est. \n"], ["created_at", "2021-09-21 18:38:38.168234"], ["updated_at", "2021-09-21 18:38:38.168234"]]
|
36806
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36807
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36808
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Aliquam Asperiores"], ["description", "Natus ut fuga. Rem atque voluptatem. Eum labore facere."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:38.175867"], ["updated_at", "2021-09-21 18:38:38.175867"]]
|
36809
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36810
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36811
|
+
[1m[36mCookbook::Use Create (0.3ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "quantity_minimum", "unit", "sort", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Ingredient"], ["use_of_id", 6], ["quantity_minimum", 0.25], ["unit", "pinches"], ["sort", 1], ["note", "for strength"], ["created_at", "2021-09-21 18:38:38.181659"], ["updated_at", "2021-09-21 18:38:38.181659"]]
|
36812
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36813
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
36814
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36815
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36816
|
+
[1m[36mHowTo Create (0.5ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Vel Omnis"], ["description", "Earum minima quidem. Voluptas et quia. Reprehenderit illo rerum."], ["instructions", "## Minus\nDignissimos dolore rem. Placeat corrupti similique. Hic non velit.\n### Iste\nEx inventore iste. Minima placeat dignissimos. Eos fuga culpa.\n```ruby\nRepellendus.\n```"], ["created_at", "2021-09-21 18:38:38.312643"], ["updated_at", "2021-09-21 18:38:38.312643"]]
|
36817
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36818
|
+
Started GET "/how_tos/6" for 127.0.0.1 at 2021-09-21 12:38:38 -0600
|
36819
|
+
Processing by HowTosController#show as HTML
|
36820
|
+
Parameters: {"id"=>"6"}
|
36821
|
+
[1m[36mHowTo Load (0.3ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36822
|
+
Rendering layout layouts/application.html.erb
|
36823
|
+
Rendering how_tos/show.html.haml within layouts/application
|
36824
|
+
[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", 6], ["use_in_type", "HowTo"], ["use_of_type", "Tool"], ["LIMIT", 1]]
|
36825
|
+
[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", 6], ["use_in_type", "HowTo"], ["use_of_type", "Supply"], ["LIMIT", 1]]
|
36826
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_used_in.html.haml (Duration: 6.0ms | Allocations: 795)
|
36827
|
+
Rendered how_tos/show.html.haml within layouts/application (Duration: 17.9ms | Allocations: 3469)
|
36828
|
+
Rendered layout layouts/application.html.erb (Duration: 75.6ms | Allocations: 17536)
|
36829
|
+
Completed 200 OK in 108ms (Views: 79.7ms | ActiveRecord: 0.9ms | Allocations: 20394)
|
36830
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
36831
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36832
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36833
|
+
[1m[36mHowTo Create (0.4ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Quo Fuga"], ["description", "Dolores molestiae consequatur. Quae dolorum molestiae. Vel architecto dolor."], ["instructions", "##### Fugiat\nArchitecto dolorum et. Sunt veniam dolor. Cum impedit voluptatem.\n```ruby\nRerum.\n```"], ["created_at", "2021-09-21 18:38:38.465741"], ["updated_at", "2021-09-21 18:38:38.465741"]]
|
36834
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36835
|
+
Started GET "/how_tos" for 127.0.0.1 at 2021-09-21 12:38:38 -0600
|
36836
|
+
Processing by HowTosController#index as HTML
|
36837
|
+
Rendering layout layouts/application.html.erb
|
36838
|
+
Rendering how_tos/index.html.haml within layouts/application
|
36839
|
+
[1m[36mHowTo Load (0.3ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos"[0m
|
36840
|
+
Rendered how_tos/index.html.haml within layouts/application (Duration: 7.5ms | Allocations: 3603)
|
36841
|
+
Rendered layout layouts/application.html.erb (Duration: 9.4ms | Allocations: 4137)
|
36842
|
+
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.3ms | Allocations: 4508)
|
36843
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
36844
|
+
Started GET "/how_tos/new" for 127.0.0.1 at 2021-09-21 12:38:38 -0600
|
36845
|
+
Processing by HowTosController#new as HTML
|
36846
|
+
Rendering layout layouts/application.html.erb
|
36847
|
+
Rendering how_tos/new.html.haml within layouts/application
|
36848
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36849
|
+
[1m[36mTool Load (0.3ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
36850
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 45.0ms | Allocations: 14191)
|
36851
|
+
[1m[36mSupply Load (0.3ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
36852
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 14.9ms | Allocations: 5729)
|
36853
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 69.7ms | Allocations: 24305)
|
36854
|
+
Rendered how_tos/_form.html.haml (Duration: 155.8ms | Allocations: 42199)
|
36855
|
+
Rendered how_tos/new.html.haml within layouts/application (Duration: 159.2ms | Allocations: 43437)
|
36856
|
+
Rendered layout layouts/application.html.erb (Duration: 160.8ms | Allocations: 43890)
|
36857
|
+
Completed 200 OK in 163ms (Views: 161.1ms | ActiveRecord: 0.7ms | Allocations: 44267)
|
36858
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[31mrollback transaction[0m
|
36859
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36860
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36861
|
+
[1m[36mHowTo Create (0.4ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Recusandae Incidunt"], ["description", "Fuga quas rerum. Ab sed magni. Est enim commodi."], ["instructions", "## Minus\nSuscipit repellat sapiente. Unde velit hic. Quia esse officiis.\nSit quasi _aliquam._ Sit ab id. Ut ratione nobis."], ["created_at", "2021-09-21 18:38:38.666769"], ["updated_at", "2021-09-21 18:38:38.666769"]]
|
36862
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36863
|
+
Started GET "/how_tos/6/edit" for 127.0.0.1 at 2021-09-21 12:38:38 -0600
|
36864
|
+
Processing by HowTosController#edit as HTML
|
36865
|
+
Parameters: {"id"=>"6"}
|
36866
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36867
|
+
Rendering layout layouts/application.html.erb
|
36868
|
+
Rendering how_tos/edit.html.haml within layouts/application
|
36869
|
+
[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", 6], ["use_in_type", "HowTo"], ["use_of_type", "Tool"]]
|
36870
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
36871
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 18.7ms | Allocations: 5878)
|
36872
|
+
[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", 6], ["use_in_type", "HowTo"], ["use_of_type", "Supply"]]
|
36873
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
36874
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 17.8ms | Allocations: 5594)
|
36875
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 46.4ms | Allocations: 13670)
|
36876
|
+
Rendered how_tos/_form.html.haml (Duration: 54.1ms | Allocations: 16379)
|
36877
|
+
Rendered how_tos/edit.html.haml within layouts/application (Duration: 57.1ms | Allocations: 17593)
|
36878
|
+
Rendered layout layouts/application.html.erb (Duration: 58.2ms | Allocations: 18046)
|
36879
|
+
Completed 200 OK in 61ms (Views: 58.3ms | ActiveRecord: 0.9ms | Allocations: 18517)
|
36880
|
+
[1m[36mTRANSACTION (0.4ms)[0m [1m[31mrollback transaction[0m
|
36881
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36882
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "how_tos"[0m
|
36883
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36884
|
+
[1m[36mTool Create (0.5ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Quod Pariatur Dolor"], ["description", "Nemo repudiandae velit. Sunt sint sapiente. Sit accusamus impedit."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:38.748650"], ["updated_at", "2021-09-21 18:38:38.748650"]]
|
36885
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36886
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36887
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36888
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36889
|
+
[1m[36mSupply Create (0.3ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Vero"], ["description", "Perspiciatis dolorum aut. Aut autem commodi. Doloremque tempora rerum."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:38.758370"], ["updated_at", "2021-09-21 18:38:38.758370"]]
|
36890
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36891
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36892
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
36893
|
+
Started POST "/how_tos" for 127.0.0.1 at 2021-09-21 12:38:38 -0600
|
36894
|
+
Processing by HowTosController#create as HTML
|
36895
|
+
Parameters: {"how_to"=>{"name"=>"The Stars' Tennis Balls", "tool_uses_attributes"=>"#<Cookbook::Use:0x00005603da546e90>", "supply_uses_attributes"=>"#<Cookbook::Use:0x00005603dbbb1928>"}}
|
36896
|
+
[31mUnpermitted parameters: :tool_uses_attributes, :supply_uses_attributes[0m
|
36897
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36898
|
+
[1m[36mHowTo Create (0.3ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The Stars' Tennis Balls"], ["created_at", "2021-09-21 18:38:38.781730"], ["updated_at", "2021-09-21 18:38:38.781730"]]
|
36899
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36900
|
+
Redirected to http://www.example.com/how_tos/6
|
36901
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.6ms | Allocations: 810)
|
36902
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT COUNT(*) FROM "how_tos"[0m
|
36903
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
36904
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36905
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36906
|
+
[1m[36mTool Create (0.5ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Deserunt"], ["description", "Quasi magni consequatur. Ducimus quis vel. Sed optio voluptas."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:38.796086"], ["updated_at", "2021-09-21 18:38:38.796086"]]
|
36907
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36908
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36909
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
36910
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36911
|
+
[1m[36mSupply Create (0.3ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Velit Consequatur Ab"], ["description", "Hic facere rerum. Sed aut ut. Consequuntur tenetur suscipit."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:38.804817"], ["updated_at", "2021-09-21 18:38:38.804817"]]
|
36912
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36913
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
36914
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
36915
|
+
Started POST "/how_tos" for 127.0.0.1 at 2021-09-21 12:38:38 -0600
|
36916
|
+
Processing by HowTosController#create as HTML
|
36917
|
+
Parameters: {"how_to"=>{"name"=>"Frequent Hearses", "tool_uses_attributes"=>"#<Cookbook::Use:0x00005603da4865f0>", "supply_uses_attributes"=>"#<Cookbook::Use:0x00005603da528c60>"}}
|
36918
|
+
[31mUnpermitted parameters: :tool_uses_attributes, :supply_uses_attributes[0m
|
36919
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36920
|
+
[1m[36mHowTo Create (0.4ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Frequent Hearses"], ["created_at", "2021-09-21 18:38:38.815937"], ["updated_at", "2021-09-21 18:38:38.815937"]]
|
36921
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36922
|
+
Redirected to http://www.example.com/how_tos/6
|
36923
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.6ms | Allocations: 757)
|
36924
|
+
[1m[36mHowTo Load (0.4ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" ORDER BY "how_tos"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
36925
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
36926
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36927
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36928
|
+
[1m[36mHowTo Create (0.5ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Asperiores Voluptatem"], ["description", "Assumenda quasi iste. Explicabo et quibusdam. Ex nam veritatis."], ["instructions", "# Amet\nOmnis nihil dolor. Dolores tempora temporibus. Magnam eveniet molestias.\n`Aut.`"], ["created_at", "2021-09-21 18:38:38.835483"], ["updated_at", "2021-09-21 18:38:38.835483"]]
|
36929
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36930
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36931
|
+
[1m[36mTool Create (0.4ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Id Recusandae Eos"], ["description", "Voluptatem fuga hic. Non maiores sed. Occaecati numquam quis."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:38.843281"], ["updated_at", "2021-09-21 18:38:38.843281"]]
|
36932
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36933
|
+
Started PATCH "/how_tos/6" for 127.0.0.1 at 2021-09-21 12:38:38 -0600
|
36934
|
+
Processing by HowTosController#update as HTML
|
36935
|
+
Parameters: {"how_to"=>{"name"=>"Foo", "tool_uses_attributes"=>{"0"=>{"use_of_id"=>"6", "use_of_type"=>"Tool", "note"=>"Test Note"}}}, "id"=>"6"}
|
36936
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36937
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36938
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36939
|
+
[1m[36mHowTo Update (0.4ms)[0m [1m[33mUPDATE "how_tos" SET "name" = ?, "updated_at" = ? WHERE "how_tos"."id" = ?[0m [["name", "Foo"], ["updated_at", "2021-09-21 18:38:38.869566"], ["id", 6]]
|
36940
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 6], ["use_of_type", "Tool"], ["use_of_id", 6], ["note", "Test Note"], ["created_at", "2021-09-21 18:38:38.876332"], ["updated_at", "2021-09-21 18:38:38.876332"]]
|
36941
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36942
|
+
Redirected to http://www.example.com/how_tos/6
|
36943
|
+
Completed 302 Found in 29ms (ActiveRecord: 1.7ms | Allocations: 1991)
|
36944
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36945
|
+
[1m[36mCookbook::Use Load (0.4ms)[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" = ? ORDER BY "cookbook_uses"."id" DESC LIMIT ?[0m [["use_in_id", 6], ["use_in_type", "HowTo"], ["use_of_type", "Tool"], ["LIMIT", 1]]
|
36946
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
36947
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36948
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36949
|
+
[1m[36mHowTo Create (0.5ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Tempore"], ["description", "Quis temporibus dolores. Laborum dolores saepe. Mollitia accusamus suscipit."], ["instructions", "##### Quos\nAut omnis rerum. Quas omnis culpa. Nesciunt dolorum tenetur.\n* Dolore. \n* Expedita. \n* Est. \n* Iure. \n* Id. \n* Magnam. \n"], ["created_at", "2021-09-21 18:38:38.898780"], ["updated_at", "2021-09-21 18:38:38.898780"]]
|
36950
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36951
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36952
|
+
[1m[36mTool Create (0.4ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "In Et Cumque"], ["description", "Tenetur neque quis. Ut ullam et. Iste quam consequatur."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:38.906971"], ["updated_at", "2021-09-21 18:38:38.906971"]]
|
36953
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36954
|
+
Started PATCH "/how_tos/6" for 127.0.0.1 at 2021-09-21 12:38:38 -0600
|
36955
|
+
Processing by HowTosController#update as HTML
|
36956
|
+
Parameters: {"how_to"=>{"name"=>"Foo", "tool_uses_attributes"=>{"0"=>{"use_of_id"=>"6", "use_of_type"=>"Tool", "note"=>"Test Note"}}}, "id"=>"6"}
|
36957
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36958
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36959
|
+
[1m[36mTool Load (0.1ms)[0m [1m[34mSELECT "tools".* FROM "tools" WHERE "tools"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36960
|
+
[1m[36mHowTo Update (0.3ms)[0m [1m[33mUPDATE "how_tos" SET "name" = ?, "updated_at" = ? WHERE "how_tos"."id" = ?[0m [["name", "Foo"], ["updated_at", "2021-09-21 18:38:38.922108"], ["id", 6]]
|
36961
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "HowTo"], ["use_in_id", 6], ["use_of_type", "Tool"], ["use_of_id", 6], ["note", "Test Note"], ["created_at", "2021-09-21 18:38:38.925014"], ["updated_at", "2021-09-21 18:38:38.925014"]]
|
36962
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36963
|
+
Redirected to http://www.example.com/how_tos/6
|
36964
|
+
Completed 302 Found in 15ms (ActiveRecord: 1.4ms | Allocations: 1771)
|
36965
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36966
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
36967
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
36968
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36969
|
+
[1m[36mHowTo Create (6.1ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Aut Fugit Hic"], ["description", "In corporis fugiat. Facere quidem molestias. Molestiae voluptas aliquid."], ["instructions", "# Quasi\nConsequatur ut doloribus. Quasi porro exercitationem. Necessitatibus hic neque.\n# Aut"], ["created_at", "2021-09-21 18:38:38.942952"], ["updated_at", "2021-09-21 18:38:38.942952"]]
|
36970
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36971
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT COUNT(*) FROM "how_tos"[0m
|
36972
|
+
Started DELETE "/how_tos/6" for 127.0.0.1 at 2021-09-21 12:38:38 -0600
|
36973
|
+
Processing by HowTosController#destroy as HTML
|
36974
|
+
Parameters: {"id"=>"6"}
|
36975
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36976
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36977
|
+
[1m[36mHowTo Destroy (1.1ms)[0m [1m[31mDELETE FROM "how_tos" WHERE "how_tos"."id" = ?[0m [["id", 6]]
|
36978
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36979
|
+
Redirected to http://www.example.com/how_tos
|
36980
|
+
Completed 302 Found in 6ms (ActiveRecord: 1.6ms | Allocations: 528)
|
36981
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "how_tos"[0m
|
36982
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[31mrollback transaction[0m
|
36983
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36984
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36985
|
+
[1m[36mHowTo Create (0.5ms)[0m [1m[32mINSERT INTO "how_tos" ("name", "description", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Molestiae"], ["description", "Soluta molestiae nesciunt. Expedita magnam nesciunt. Aut qui est."], ["instructions", "#### Veniam\nLaborum quis et. Alias et voluptatem. Consectetur hic officia.\n0. Sed. \n1. Veritatis. \n2. Quos. \n3. Ea. \n4. Nulla. \n5. Et. \n6. Animi. \n7. Optio. \n"], ["created_at", "2021-09-21 18:38:39.013614"], ["updated_at", "2021-09-21 18:38:39.013614"]]
|
36986
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36987
|
+
Started DELETE "/how_tos/6" for 127.0.0.1 at 2021-09-21 12:38:39 -0600
|
36988
|
+
Processing by HowTosController#destroy as HTML
|
36989
|
+
Parameters: {"id"=>"6"}
|
36990
|
+
[1m[36mHowTo Load (0.2ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
36991
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36992
|
+
[1m[36mHowTo Destroy (0.2ms)[0m [1m[31mDELETE FROM "how_tos" WHERE "how_tos"."id" = ?[0m [["id", 6]]
|
36993
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36994
|
+
Redirected to http://www.example.com/how_tos
|
36995
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.7ms | Allocations: 510)
|
36996
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
36997
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
36998
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36999
|
+
[1m[36mRecipe Create (0.4ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Et Doloribus Est"], ["description", "Nemo iste qui. Vel ducimus nisi. Sit natus repellat."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "##### Inventore\nMagnam soluta atque. Debitis ducimus dicta. Rerum doloremque et.\nPossimus ea aliquid. Sunt id qui. _Provident_ distinctio non."], ["created_at", "2021-09-21 18:38:39.034826"], ["updated_at", "2021-09-21 18:38:39.034826"]]
|
37000
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37001
|
+
Started GET "/recipes/6" for 127.0.0.1 at 2021-09-21 12:38:39 -0600
|
37002
|
+
Processing by RecipesController#show as HTML
|
37003
|
+
Parameters: {"id"=>"6"}
|
37004
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
37005
|
+
Rendering layout layouts/application.html.erb
|
37006
|
+
Rendering recipes/show.html.haml within layouts/application
|
37007
|
+
[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", 6], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"], ["LIMIT", 1]]
|
37008
|
+
[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", 6], ["use_in_type", "Recipe"], ["use_of_type", "Tool"], ["LIMIT", 1]]
|
37009
|
+
[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", 6], ["use_in_type", "Recipe"], ["use_of_type", "Supply"], ["LIMIT", 1]]
|
37010
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_used_in.html.haml (Duration: 8.5ms | Allocations: 1167)
|
37011
|
+
Rendered recipes/show.html.haml within layouts/application (Duration: 14.4ms | Allocations: 4194)
|
37012
|
+
Rendered layout layouts/application.html.erb (Duration: 16.0ms | Allocations: 4641)
|
37013
|
+
Completed 200 OK in 20ms (Views: 17.0ms | ActiveRecord: 1.2ms | Allocations: 5726)
|
37014
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
37015
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
37016
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37017
|
+
[1m[36mRecipe Create (0.4ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Distinctio"], ["description", "Veritatis impedit et. Molestiae officiis necessitatibus. Error aperiam rerum."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "# Voluptates\nSed ut facilis. Et corporis praesentium. Eum cumque recusandae.\n`Illo.`"], ["created_at", "2021-09-21 18:38:39.073685"], ["updated_at", "2021-09-21 18:38:39.073685"]]
|
37018
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37019
|
+
Started GET "/recipes" for 127.0.0.1 at 2021-09-21 12:38:39 -0600
|
37020
|
+
Processing by RecipesController#index as HTML
|
37021
|
+
Rendering layout layouts/application.html.erb
|
37022
|
+
Rendering recipes/index.html.haml within layouts/application
|
37023
|
+
[1m[36mRecipe Load (0.4ms)[0m [1m[34mSELECT "recipes".* FROM "recipes"[0m
|
37024
|
+
Rendered recipes/index.html.haml within layouts/application (Duration: 10.9ms | Allocations: 4051)
|
37025
|
+
Rendered layout layouts/application.html.erb (Duration: 12.8ms | Allocations: 4585)
|
37026
|
+
Completed 200 OK in 15ms (Views: 13.5ms | ActiveRecord: 0.4ms | Allocations: 4950)
|
37027
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
37028
|
+
Started GET "/recipes/new" for 127.0.0.1 at 2021-09-21 12:38:39 -0600
|
37029
|
+
Processing by RecipesController#new as HTML
|
37030
|
+
Rendering layout layouts/application.html.erb
|
37031
|
+
Rendering recipes/new.html.haml within layouts/application
|
37032
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
37033
|
+
[1m[36mIngredient Load (0.4ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
37034
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 24.2ms | Allocations: 6054)
|
37035
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
37036
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 21.7ms | Allocations: 5592)
|
37037
|
+
[1m[36mSupply Load (0.2ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
37038
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 19.1ms | Allocations: 5594)
|
37039
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 71.5ms | Allocations: 18991)
|
37040
|
+
Rendered recipes/_form.html.haml (Duration: 92.3ms | Allocations: 25073)
|
37041
|
+
Rendered recipes/new.html.haml within layouts/application (Duration: 96.2ms | Allocations: 26301)
|
37042
|
+
Rendered layout layouts/application.html.erb (Duration: 97.5ms | Allocations: 26754)
|
37043
|
+
Completed 200 OK in 100ms (Views: 97.5ms | ActiveRecord: 1.0ms | Allocations: 27126)
|
37044
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[31mrollback transaction[0m
|
37045
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
37046
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37047
|
+
[1m[36mRecipe Create (0.4ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Perspiciatis"], ["description", "Aut aperiam ducimus. Fugiat est molestias. Aperiam sapiente et."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "### Aut\nFugit eligendi unde. Quia iure corrupti. Laudantium aliquid corporis.\n`Quis.`"], ["created_at", "2021-09-21 18:38:39.213304"], ["updated_at", "2021-09-21 18:38:39.213304"]]
|
37048
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37049
|
+
Started GET "/recipes/6/edit" for 127.0.0.1 at 2021-09-21 12:38:39 -0600
|
37050
|
+
Processing by RecipesController#edit as HTML
|
37051
|
+
Parameters: {"id"=>"6"}
|
37052
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
37053
|
+
Rendering layout layouts/application.html.erb
|
37054
|
+
Rendering recipes/edit.html.haml within layouts/application
|
37055
|
+
[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", 6], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"]]
|
37056
|
+
[1m[36mIngredient Load (0.1ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients"[0m
|
37057
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 12.3ms | Allocations: 5830)
|
37058
|
+
[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", 6], ["use_in_type", "Recipe"], ["use_of_type", "Tool"]]
|
37059
|
+
[1m[36mTool Load (0.2ms)[0m [1m[34mSELECT "tools".* FROM "tools"[0m
|
37060
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 20.7ms | Allocations: 5528)
|
37061
|
+
[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", 6], ["use_in_type", "Recipe"], ["use_of_type", "Supply"]]
|
37062
|
+
[1m[36mSupply Load (0.1ms)[0m [1m[34mSELECT "supplies".* FROM "supplies"[0m
|
37063
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_use_fields.html.haml (Duration: 15.4ms | Allocations: 5530)
|
37064
|
+
Rendered /home/loren/Code/cookbook/app/views/cookbook/_fields.html.haml (Duration: 61.2ms | Allocations: 19656)
|
37065
|
+
Rendered recipes/_form.html.haml (Duration: 71.8ms | Allocations: 23714)
|
37066
|
+
Rendered recipes/edit.html.haml within layouts/application (Duration: 75.5ms | Allocations: 24928)
|
37067
|
+
Rendered layout layouts/application.html.erb (Duration: 76.4ms | Allocations: 25381)
|
37068
|
+
Completed 200 OK in 79ms (Views: 76.2ms | ActiveRecord: 1.3ms | Allocations: 25848)
|
37069
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
37070
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
37071
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "recipes"[0m
|
37072
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37073
|
+
[1m[36mIngredient Create (0.4ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Totam"], ["description", "Non et quia. Cumque deleniti perspiciatis. Officiis voluptate nam."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:39.307338"], ["updated_at", "2021-09-21 18:38:39.307338"]]
|
37074
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37075
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
37076
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
37077
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37078
|
+
[1m[36mTool Create (0.2ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Porro Ipsam Earum"], ["description", "Pariatur reprehenderit reiciendis. Omnis autem sed. Architecto quos blanditiis."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:39.315406"], ["updated_at", "2021-09-21 18:38:39.315406"]]
|
37079
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37080
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
37081
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
37082
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37083
|
+
[1m[36mSupply Create (0.4ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Ipsam"], ["description", "Quis recusandae ut. Facilis sequi et. Consequatur reprehenderit qui."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:39.322233"], ["updated_at", "2021-09-21 18:38:39.322233"]]
|
37084
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37085
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "how_tos"."id" FROM "how_tos"[0m
|
37086
|
+
[1m[36mHowTo Load (0.1ms)[0m [1m[34mSELECT "how_tos".* FROM "how_tos" WHERE "how_tos"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
37087
|
+
Started POST "/recipes" for 127.0.0.1 at 2021-09-21 12:38:39 -0600
|
37088
|
+
Processing by RecipesController#create as HTML
|
37089
|
+
Parameters: {"recipe"=>{"name"=>"No Highway", "ingredient_uses_attributes"=>"#<Cookbook::Use:0x00005603db028430>", "tool_uses_attributes"=>"#<Cookbook::Use:0x00005603db0644a8>", "supply_uses_attributes"=>"#<Cookbook::Use:0x00005603db099338>"}}
|
37090
|
+
[31mUnpermitted parameters: :ingredient_uses_attributes, :tool_uses_attributes, :supply_uses_attributes[0m
|
37091
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37092
|
+
[1m[36mRecipe Create (0.3ms)[0m [1m[32mINSERT INTO "recipes" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "No Highway"], ["created_at", "2021-09-21 18:38:39.333300"], ["updated_at", "2021-09-21 18:38:39.333300"]]
|
37093
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37094
|
+
Redirected to http://www.example.com/recipes/6
|
37095
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.7ms | Allocations: 836)
|
37096
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT COUNT(*) FROM "recipes"[0m
|
37097
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
37098
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
37099
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37100
|
+
[1m[36mIngredient Create (0.5ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Neque Laudantium Ex"], ["description", "Veritatis aliquid et. Eveniet vero ad. Ratione unde et."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:39.348375"], ["updated_at", "2021-09-21 18:38:39.348375"]]
|
37101
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37102
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
37103
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
37104
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37105
|
+
[1m[36mTool Create (0.3ms)[0m [1m[32mINSERT INTO "tools" ("name", "description", "composition", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Sit Facere Et"], ["description", "Ratione sunt cumque. Dolores dolores aut. Aut et aut."], ["composition", "cast iron"], ["created_at", "2021-09-21 18:38:39.358443"], ["updated_at", "2021-09-21 18:38:39.358443"]]
|
37106
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37107
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
37108
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
37109
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37110
|
+
[1m[36mSupply Create (0.3ms)[0m [1m[32mINSERT INTO "supplies" ("name", "description", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Aut Quibusdam"], ["description", "Voluptas provident ut. Voluptas placeat accusantium. Eius excepturi fuga."], ["source", "Restaurant Supply Store"], ["created_at", "2021-09-21 18:38:39.368509"], ["updated_at", "2021-09-21 18:38:39.368509"]]
|
37111
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37112
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "recipes"."id" FROM "recipes"[0m
|
37113
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
37114
|
+
Started POST "/recipes" for 127.0.0.1 at 2021-09-21 12:38:39 -0600
|
37115
|
+
Processing by RecipesController#create as HTML
|
37116
|
+
Parameters: {"recipe"=>{"name"=>"The Sun Also Rises", "ingredient_uses_attributes"=>"#<Cookbook::Use:0x00005603db4cc248>", "tool_uses_attributes"=>"#<Cookbook::Use:0x00005603db70a4b0>", "supply_uses_attributes"=>"#<Cookbook::Use:0x00005603db736b50>"}}
|
37117
|
+
[31mUnpermitted parameters: :ingredient_uses_attributes, :tool_uses_attributes, :supply_uses_attributes[0m
|
37118
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37119
|
+
[1m[36mRecipe Create (0.3ms)[0m [1m[32mINSERT INTO "recipes" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "The Sun Also Rises"], ["created_at", "2021-09-21 18:38:39.380574"], ["updated_at", "2021-09-21 18:38:39.380574"]]
|
37120
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37121
|
+
Redirected to http://www.example.com/recipes/6
|
37122
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.7ms | Allocations: 807)
|
37123
|
+
[1m[36mRecipe Load (0.3ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" ORDER BY "recipes"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
37124
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
37125
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
37126
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37127
|
+
[1m[36mRecipe Create (0.4ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Et"], ["description", "Ab ut cum. Natus nihil neque. Aperiam sed voluptatem."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "###### Ad\nAccusantium culpa quia. Nihil facere adipisci. Nostrum aut quam.\nillum | non | id\n---- | ---- | ----\nipsum | et | vero\net | consequatur | accusantium"], ["created_at", "2021-09-21 18:38:39.397744"], ["updated_at", "2021-09-21 18:38:39.397744"]]
|
37128
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37129
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37130
|
+
[1m[36mIngredient Create (0.6ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Quo Hic Quod"], ["description", "Et aut totam. Dolores temporibus assumenda. Numquam minima ut."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:39.405234"], ["updated_at", "2021-09-21 18:38:39.405234"]]
|
37131
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37132
|
+
Started PATCH "/recipes/6" for 127.0.0.1 at 2021-09-21 12:38:39 -0600
|
37133
|
+
Processing by RecipesController#update as HTML
|
37134
|
+
Parameters: {"recipe"=>{"name"=>"Foo", "ingredient_uses_attributes"=>{"0"=>{"use_of_id"=>"6", "use_of_type"=>"Ingredient", "note"=>"Test Note"}}}, "id"=>"6"}
|
37135
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
37136
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37137
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
37138
|
+
[1m[36mRecipe Update (0.3ms)[0m [1m[33mUPDATE "recipes" SET "name" = ?, "updated_at" = ? WHERE "recipes"."id" = ?[0m [["name", "Foo"], ["updated_at", "2021-09-21 18:38:39.419674"], ["id", 6]]
|
37139
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Ingredient"], ["use_of_id", 6], ["note", "Test Note"], ["created_at", "2021-09-21 18:38:39.422440"], ["updated_at", "2021-09-21 18:38:39.422440"]]
|
37140
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37141
|
+
Redirected to http://www.example.com/recipes/6
|
37142
|
+
Completed 302 Found in 13ms (ActiveRecord: 1.4ms | Allocations: 2012)
|
37143
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
37144
|
+
[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" = ? ORDER BY "cookbook_uses"."id" DESC LIMIT ?[0m [["use_in_id", 6], ["use_in_type", "Recipe"], ["use_of_type", "Ingredient"], ["LIMIT", 1]]
|
37145
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
37146
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
37147
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37148
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Quas"], ["description", "Aliquid pariatur ad. Maxime culpa quo. Hic asperiores animi."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "# Rerum\nUt enim nisi. Ducimus ut sapiente. Aut eos rerum.\n# Nemo\nEt deserunt sequi. Aut ducimus amet. Numquam optio quod.\n### Illum"], ["created_at", "2021-09-21 18:38:39.443727"], ["updated_at", "2021-09-21 18:38:39.443727"]]
|
37149
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37150
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37151
|
+
[1m[36mIngredient Create (0.3ms)[0m [1m[32mINSERT INTO "ingredients" ("name", "description", "aisle", "store", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Cum"], ["description", "Omnis alias nulla. Assumenda saepe magnam. Omnis adipisci dolor."], ["aisle", "Produce"], ["store", "WholeEats"], ["cost", "$1.99"], ["created_at", "2021-09-21 18:38:39.451176"], ["updated_at", "2021-09-21 18:38:39.451176"]]
|
37152
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37153
|
+
Started PATCH "/recipes/6" for 127.0.0.1 at 2021-09-21 12:38:39 -0600
|
37154
|
+
Processing by RecipesController#update as HTML
|
37155
|
+
Parameters: {"recipe"=>{"name"=>"Foo", "ingredient_uses_attributes"=>{"0"=>{"use_of_id"=>"6", "use_of_type"=>"Ingredient", "note"=>"Test Note"}}}, "id"=>"6"}
|
37156
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
37157
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37158
|
+
[1m[36mIngredient Load (0.2ms)[0m [1m[34mSELECT "ingredients".* FROM "ingredients" WHERE "ingredients"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
37159
|
+
[1m[36mRecipe Update (0.3ms)[0m [1m[33mUPDATE "recipes" SET "name" = ?, "updated_at" = ? WHERE "recipes"."id" = ?[0m [["name", "Foo"], ["updated_at", "2021-09-21 18:38:39.466195"], ["id", 6]]
|
37160
|
+
[1m[36mCookbook::Use Create (0.4ms)[0m [1m[32mINSERT INTO "cookbook_uses" ("use_in_type", "use_in_id", "use_of_type", "use_of_id", "note", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["use_in_type", "Recipe"], ["use_in_id", 6], ["use_of_type", "Ingredient"], ["use_of_id", 6], ["note", "Test Note"], ["created_at", "2021-09-21 18:38:39.469194"], ["updated_at", "2021-09-21 18:38:39.469194"]]
|
37161
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37162
|
+
Redirected to http://www.example.com/recipes/6
|
37163
|
+
Completed 302 Found in 15ms (ActiveRecord: 1.5ms | Allocations: 1823)
|
37164
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
37165
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
37166
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
37167
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37168
|
+
[1m[36mRecipe Create (0.4ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Aut Dolorum Blanditiis"], ["description", "Voluptas sed dignissimos. Mollitia facilis placeat. Voluptas aut fugiat."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "###### Qui\nRerum iusto vero. Eius fuga commodi. Voluptatem rerum et.\nea | dolorem | quia\n---- | ---- | ----\nut | sed | necessitatibus\nmaxime | ad | fugit"], ["created_at", "2021-09-21 18:38:39.488852"], ["updated_at", "2021-09-21 18:38:39.488852"]]
|
37169
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37170
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "recipes"[0m
|
37171
|
+
Started DELETE "/recipes/6" for 127.0.0.1 at 2021-09-21 12:38:39 -0600
|
37172
|
+
Processing by RecipesController#destroy as HTML
|
37173
|
+
Parameters: {"id"=>"6"}
|
37174
|
+
[1m[36mRecipe Load (0.1ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
37175
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37176
|
+
[1m[36mRecipe Destroy (0.2ms)[0m [1m[31mDELETE FROM "recipes" WHERE "recipes"."id" = ?[0m [["id", 6]]
|
37177
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37178
|
+
Redirected to http://www.example.com/recipes
|
37179
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.7ms | Allocations: 515)
|
37180
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "recipes"[0m
|
37181
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|
37182
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
37183
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37184
|
+
[1m[36mRecipe Create (0.5ms)[0m [1m[32mINSERT INTO "recipes" ("name", "description", "serves", "meal", "instructions", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["name", "Quis Non"], ["description", "Aut rerum molestias. Harum sint aut. Itaque ut autem."], ["serves", "3-5 people"], ["meal", "dinner"], ["instructions", "## Mollitia\nEos assumenda ad. Molestiae excepturi sed. Iste et molestiae.\n* Tempore. \n"], ["created_at", "2021-09-21 18:38:39.512884"], ["updated_at", "2021-09-21 18:38:39.512884"]]
|
37185
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37186
|
+
Started DELETE "/recipes/6" for 127.0.0.1 at 2021-09-21 12:38:39 -0600
|
37187
|
+
Processing by RecipesController#destroy as HTML
|
37188
|
+
Parameters: {"id"=>"6"}
|
37189
|
+
[1m[36mRecipe Load (0.2ms)[0m [1m[34mSELECT "recipes".* FROM "recipes" WHERE "recipes"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
37190
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37191
|
+
[1m[36mRecipe Destroy (0.2ms)[0m [1m[31mDELETE FROM "recipes" WHERE "recipes"."id" = ?[0m [["id", 6]]
|
37192
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37193
|
+
Redirected to http://www.example.com/recipes
|
37194
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.7ms | Allocations: 514)
|
37195
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[31mrollback transaction[0m
|