works_cited 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c6bfefbe3203c5e54a9daef3694adcd0c50d4d0352d7b1586fd5d04ce461e69
4
- data.tar.gz: 2f5c9604828c6a11e743fbd589c1584a1a11ee1b9dc74a61facf061469d97800
3
+ metadata.gz: 0700dd54217e1115ec24a4efb43f2b28b932a22445aba2cd6581f73ac96e8b7d
4
+ data.tar.gz: ccdfa97312cd844fea531b0aed7b519e38c40687d97823bc9d8207a959c6623e
5
5
  SHA512:
6
- metadata.gz: 0a3b8ef64778bf49a406a14561a3ec7efe7d50842080296ba97ea35ab1929a9cce7fc0897c6b6b2cab4f2ea08445248c0844a618b44ce6a6cf4e11a5b3827c68
7
- data.tar.gz: 7ee473bd712c92211908fa9e44b25dde9c23cbca169842bbafe851bccef6d4ed6c9311b2f69623abbf8468e20ba493f4a4e71449d182e4dc1f226427b9e4f7dd
6
+ metadata.gz: 44fbe626c9c79601ac9fcfc0bff3fb7c30db60ada059a146e00b5454d02efdb28df239215768baee0a74e16b74193ed83e6fb65826573012d179043b13b2c67b
7
+ data.tar.gz: b7f253ee5dbb629bc4f67db5768accf62be298651f3d704979cbf880a46f8461716849e1edbdfad0b37c62c6a3bbffa9b18c2f038c675dc7e33b8843d5f521e9
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.7
1
+ 0.1.8
data/bin/rails ADDED
@@ -0,0 +1,16 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ # This command will automatically be run when you run "rails" with Rails gems
5
+ # installed from the root of your application.
6
+
7
+ ENGINE_ROOT = File.expand_path('..', __dir__)
8
+ ENGINE_PATH = File.expand_path('../lib/works_cited/engine', __dir__)
9
+ APP_PATH = File.expand_path('../spec/dummy/config/application', __dir__)
10
+
11
+ # Set up gems listed in the Gemfile.
12
+ ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
13
+ require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
14
+
15
+ require 'rails/all'
16
+ require 'rails/engine/commands'
@@ -1,9 +1,12 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  Rails.application.routes.draw do
4
- resources :things
5
4
  devise_for :users
5
+
6
6
  mount WorksCited::Engine => '/works_cited'
7
+
7
8
  resources :doodads
9
+ resources :things
10
+
8
11
  root 'doodads#index'
9
12
  end
Binary file
@@ -139045,3 +139045,1957 @@ Processing by WorksCited::CitationsController#destroy as HTML
139045
139045
  Redirected to http://www.example.com/works_cited/citations
139046
139046
  Completed 302 Found in 4ms (ActiveRecord: 0.5ms | Allocations: 859)
139047
139047
  TRANSACTION (0.3ms) rollback transaction
139048
+  (2.5ms) SELECT sqlite_version(*)
139049
+  (0.2ms) PRAGMA foreign_keys
139050
+  (0.1ms) PRAGMA defer_foreign_keys
139051
+  (0.1ms) PRAGMA defer_foreign_keys = ON
139052
+  (0.2ms) PRAGMA foreign_keys = OFF
139053
+  (13.0ms) DELETE FROM "doodads";
139054
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
139055
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'doodads';
139056
+  (5.2ms) DELETE FROM "things";
139057
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
139058
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'things';
139059
+  (6.8ms) DELETE FROM "users";
139060
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
139061
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';
139062
+  (5.7ms) DELETE FROM "works_cited_citations";
139063
+  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
139064
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'works_cited_citations';
139065
+  (6.7ms) DELETE FROM "works_cited_contributors";
139066
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
139067
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'works_cited_contributors';
139068
+  (0.1ms) PRAGMA defer_foreign_keys = 0
139069
+  (0.1ms) PRAGMA foreign_keys = 1
139070
+  (0.2ms) SELECT sqlite_version(*)
139071
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
139072
+  (0.2ms) SELECT sqlite_version(*)
139073
+ TRANSACTION (0.4ms) begin transaction
139074
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139075
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Et Repellendus Consequatur"], ["description", "Est quidem dolor. Consequatur minima nihil. Suscipit ut incidunt.\nDeleniti fugiat ab. Nemo omnis vitae. Quo a perferendis."], ["created_at", "2021-09-10 19:19:24.303455"], ["updated_at", "2021-09-10 19:19:24.303455"]]
139076
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139077
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139078
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", "print"], ["title", "To a God Unknown"], ["container_title", "The Little Foxes"], ["publisher", "Ace Books"], ["city", "Jeanmarieshire"], ["year", "1925"], ["pages", "pp. 145-6"], ["url", "http://klein-farrell.co/valery"], ["published_at", "2020-09-10 19:19:24.374783"], ["accessed_at", "2021-08-10 19:19:24.375014"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 19:19:24.388935"], ["updated_at", "2021-09-10 19:19:24.388935"]]
139079
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139080
+ Started GET "/works_cited/citations/1" for 127.0.0.1 at 2021-09-10 13:19:24 -0600
139081
+ Processing by WorksCited::CitationsController#show as HTML
139082
+ Parameters: {"id"=>"1"}
139083
+ WorksCited::Citation Load (0.4ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139084
+ Completed 500 Internal Server Error in 43ms (ActiveRecord: 1.5ms | Allocations: 6872)
139085
+ TRANSACTION (0.3ms) rollback transaction
139086
+ TRANSACTION (0.1ms) begin transaction
139087
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139088
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Quam Est"], ["description", "Quia a est. Suscipit laboriosam quia. Minus aliquid et.\nAut esse similique. Sed aut consectetur. Voluptas quidem aut.\nQuidem voluptates autem. Voluptatem velit exercitationem. Tempore eos maiores."], ["created_at", "2021-09-10 19:19:24.505806"], ["updated_at", "2021-09-10 19:19:24.505806"]]
139089
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139090
+ Doodad Load (0.3ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139091
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139092
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "title", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["title", "Far From the Madding Crowd"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 19:19:24.514418"], ["updated_at", "2021-09-10 19:19:24.514418"]]
139093
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139094
+ Started GET "/works_cited/citations" for 127.0.0.1 at 2021-09-10 13:19:24 -0600
139095
+ Processing by WorksCited::CitationsController#index as HTML
139096
+ Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms | Allocations: 1073)
139097
+ TRANSACTION (0.3ms) rollback transaction
139098
+ Started GET "/works_cited/citations/new" for 127.0.0.1 at 2021-09-10 13:19:24 -0600
139099
+ Processing by WorksCited::CitationsController#new as HTML
139100
+ Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms | Allocations: 1060)
139101
+ TRANSACTION (0.2ms) begin transaction
139102
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139103
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Ab Aspernatur Facere Sed"], ["description", "Illum quia praesentium. Eaque voluptas magni. Quis eveniet maxime.\nAccusantium aut magni. Ullam iure dolorem. Non molestias illum.\nReprehenderit consequuntur qui. Qui ea enim. Quia et vel.\nOfficia est nihil. Et voluptatem praesentium. Quis cum excepturi."], ["created_at", "2021-09-10 19:19:24.552489"], ["updated_at", "2021-09-10 19:19:24.552489"]]
139104
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139105
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139106
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "tweet"], ["media", "print"], ["title", "The Green Bay Tree"], ["container_title", "Françoise Sagan"], ["publisher", "Harper & Row"], ["city", "Krisland"], ["year", "1952"], ["pages", "pp. 145-6"], ["url", "http://stroman.name/elwanda"], ["published_at", "2020-09-10 19:19:24.561174"], ["accessed_at", "2021-08-10 19:19:24.561434"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 19:19:24.563028"], ["updated_at", "2021-09-10 19:19:24.563028"]]
139107
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139108
+ Started GET "/works_cited/citations/1/edit" for 127.0.0.1 at 2021-09-10 13:19:24 -0600
139109
+ Processing by WorksCited::CitationsController#edit as HTML
139110
+ Parameters: {"id"=>"1"}
139111
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139112
+ Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms | Allocations: 988)
139113
+ TRANSACTION (0.3ms) rollback transaction
139114
+ TRANSACTION (0.1ms) begin transaction
139115
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139116
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Eum Pariatur"], ["description", "Praesentium dolor at. Architecto aut ducimus. Est hic labore.\nVoluptatibus nesciunt eligendi. Enim quidem aut. Quae sed veritatis.\nEveniet ut quod. Officiis debitis quis. Et qui quod.\nNulla iure voluptas. Optio dolorem qui. Quidem corporis similique."], ["created_at", "2021-09-10 19:19:24.584170"], ["updated_at", "2021-09-10 19:19:24.584170"]]
139117
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139118
+ Started PATCH "/works_cited/preview" for 127.0.0.1 at 2021-09-10 13:19:24 -0600
139119
+ Processing by WorksCited::CitationsController#preview as HTML
139120
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>"Time To Murder And Create", "record"=>"Doodad:1"}}
139121
+ Doodad Load (0.2ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139122
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms | Allocations: 911)
139123
+ TRANSACTION (0.3ms) rollback transaction
139124
+ TRANSACTION (0.1ms) begin transaction
139125
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139126
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Veritatis Eos"], ["description", "Qui amet provident. Quisquam nisi quibusdam. Nostrum animi itaque.\nIpsam quos in. Molestias sequi illo. Voluptatem ullam et.\nEum quibusdam inventore. Quos illum nesciunt. Atque quod velit.\nVoluptas veritatis quam. Numquam necessitatibus in. Non officiis autem."], ["created_at", "2021-09-10 19:19:24.612194"], ["updated_at", "2021-09-10 19:19:24.612194"]]
139127
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139128
+ Started POST "/works_cited/citations" for 127.0.0.1 at 2021-09-10 13:19:24 -0600
139129
+ Processing by WorksCited::CitationsController#create as HTML
139130
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>"To a God Unknown", "record"=>"Doodad:1"}}
139131
+ Doodad Load (0.2ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139132
+ Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms | Allocations: 1144)
139133
+ TRANSACTION (0.3ms) rollback transaction
139134
+ TRANSACTION (0.1ms) begin transaction
139135
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139136
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Exercitationem Magni Facere Facilis"], ["description", "Pariatur sed autem. Natus incidunt nemo. Iure officia impedit."], ["created_at", "2021-09-10 19:19:24.633156"], ["updated_at", "2021-09-10 19:19:24.633156"]]
139137
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139138
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139139
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", "print"], ["title", "The Wives of Bath"], ["container_title", "Surprised by Joy"], ["publisher", "Cengage Learning"], ["city", "Reingerfort"], ["year", "1938"], ["pages", "pp. 145-6"], ["url", "http://cummerata.co/francesco"], ["published_at", "2020-09-10 19:19:24.640277"], ["accessed_at", "2021-08-10 19:19:24.640468"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 19:19:24.641843"], ["updated_at", "2021-09-10 19:19:24.641843"]]
139140
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139141
+ Started PATCH "/works_cited/citations/1" for 127.0.0.1 at 2021-09-10 13:19:24 -0600
139142
+ Processing by WorksCited::CitationsController#update as HTML
139143
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>"New Title", "record_id"=>"1", "record_type"=>"Doodad"}, "id"=>"1"}
139144
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139145
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms | Allocations: 919)
139146
+ TRANSACTION (0.2ms) rollback transaction
139147
+ TRANSACTION (0.2ms) begin transaction
139148
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139149
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Nihil Aspernatur Omnis Non Vero"], ["description", "Mollitia et non. Quo adipisci ducimus. Quis ab quam."], ["created_at", "2021-09-10 19:19:24.660147"], ["updated_at", "2021-09-10 19:19:24.660147"]]
139150
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139151
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139152
+ WorksCited::Citation Create (0.5ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "tweet"], ["media", "print"], ["title", "Stranger in a Strange Land"], ["container_title", "Recalled to Life"], ["publisher", "Chambers Harrap"], ["city", "Fadelside"], ["year", "2020"], ["pages", "pp. 145-6"], ["url", "http://mosciski.io/stefan"], ["published_at", "2020-09-10 19:19:24.667378"], ["accessed_at", "2021-08-10 19:19:24.667540"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 19:19:24.669050"], ["updated_at", "2021-09-10 19:19:24.669050"]]
139153
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139154
+ Started DELETE "/works_cited/citations/1" for 127.0.0.1 at 2021-09-10 13:19:24 -0600
139155
+ Processing by WorksCited::CitationsController#destroy as HTML
139156
+ Parameters: {"id"=>"1"}
139157
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139158
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms | Allocations: 936)
139159
+ TRANSACTION (0.3ms) rollback transaction
139160
+ TRANSACTION (0.2ms) begin transaction
139161
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139162
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lupita@wiza.biz"], ["LIMIT", 1]]
139163
+ User Create (0.5ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "lupita@wiza.biz"], ["encrypted_password", "$2a$04$EtOTviK7jHJeWiXW/Rc6PeyedeWqDjQ6KocZHktfL60yjXnHpsJdK"], ["created_at", "2021-09-10 19:19:24.704980"], ["updated_at", "2021-09-10 19:19:24.704980"]]
139164
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139165
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139166
+ Doodad Create (0.6ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Saepe Occaecati Quod Rerum Voluptas"], ["description", "Consequatur vel et. A impedit voluptatem. Rerum tempora sit.\nDicta velit voluptatem. Laudantium molestiae ipsam. Nihil voluptatem corrupti.\nMaxime quis eum. Et delectus quo. Et numquam et."], ["created_at", "2021-09-10 19:19:24.714067"], ["updated_at", "2021-09-10 19:19:24.714067"]]
139167
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139168
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139169
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", "print"], ["title", "A Summer Bird-Cage"], ["container_title", "This Side of Paradise"], ["publisher", "Focal Press"], ["city", "East Humbertofurt"], ["year", "1995"], ["pages", "pp. 145-6"], ["url", "http://walsh.biz/ernie"], ["published_at", "2020-09-10 19:19:24.721771"], ["accessed_at", "2021-08-10 19:19:24.722038"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 19:19:24.723383"], ["updated_at", "2021-09-10 19:19:24.723383"]]
139170
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139171
+ Started GET "/works_cited/citations/1" for 127.0.0.1 at 2021-09-10 13:19:24 -0600
139172
+ Processing by WorksCited::CitationsController#show as HTML
139173
+ Parameters: {"id"=>"1"}
139174
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139175
+ Rendering layout layouts/application.html.erb
139176
+ Rendering /home/loren/Code/works_cited/app/views/works_cited/citations/show.html.haml within layouts/application
139177
+ WorksCited::Contributor Exists? (0.4ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139178
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139179
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139180
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139181
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_electronic.html.haml (Duration: 29.4ms | Allocations: 4003)
139182
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? LIMIT ? [["works_cited_citation_id", 1], ["LIMIT", 1]]
139183
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/show.html.haml within layouts/application (Duration: 61.2ms | Allocations: 11780)
139184
+ Rendered layout layouts/application.html.erb (Duration: 193.1ms | Allocations: 35705)
139185
+ Completed 200 OK in 218ms (Views: 208.6ms | ActiveRecord: 1.9ms | Allocations: 38536)
139186
+ TRANSACTION (0.3ms) rollback transaction
139187
+ TRANSACTION (0.1ms) begin transaction
139188
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139189
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "freddy_mckenzie@schumm.co"], ["LIMIT", 1]]
139190
+ User Create (0.4ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "freddy_mckenzie@schumm.co"], ["encrypted_password", "$2a$04$aT2j5cII2HPO6PDsWrJhgunhLTruCjuucv3GnGYGA7wsHp2RVuO.G"], ["created_at", "2021-09-10 19:19:24.967893"], ["updated_at", "2021-09-10 19:19:24.967893"]]
139191
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139192
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139193
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Soluta Officia"], ["description", "Quae nulla qui. Ratione error repellendus. Tempore omnis aut.\nDicta blanditiis voluptatem. Aut qui aut. Eos dolores atque.\nEt consequuntur atque. Non aliquam beatae. Qui aut optio.\nMaiores omnis perferendis. Nihil quia ad. Maxime deserunt est."], ["created_at", "2021-09-10 19:19:24.975436"], ["updated_at", "2021-09-10 19:19:24.975436"]]
139194
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139195
+ Doodad Load (0.1ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139196
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139197
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "title", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["title", "The Monkey's Raincoat"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 19:19:24.979675"], ["updated_at", "2021-09-10 19:19:24.979675"]]
139198
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139199
+ Started GET "/works_cited/citations" for 127.0.0.1 at 2021-09-10 13:19:24 -0600
139200
+ Processing by WorksCited::CitationsController#index as HTML
139201
+ Rendering layout layouts/application.html.erb
139202
+ Rendering /home/loren/Code/works_cited/app/views/works_cited/citations/index.html.haml within layouts/application
139203
+ WorksCited::Citation Load (0.3ms) SELECT "works_cited_citations".* FROM "works_cited_citations" LIMIT ? OFFSET ? [["LIMIT", 25], ["OFFSET", 0]]
139204
+ WorksCited::Contributor Load (0.3ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139205
+  (0.1ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
139206
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/index.html.haml within layouts/application (Duration: 14.2ms | Allocations: 5333)
139207
+ Rendered layout layouts/application.html.erb (Duration: 15.4ms | Allocations: 5785)
139208
+ Completed 200 OK in 20ms (Views: 15.7ms | ActiveRecord: 0.7ms | Allocations: 6912)
139209
+ TRANSACTION (0.4ms) rollback transaction
139210
+ TRANSACTION (0.2ms) begin transaction
139211
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139212
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pedro@nienow.com"], ["LIMIT", 1]]
139213
+ User Create (0.6ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "pedro@nienow.com"], ["encrypted_password", "$2a$04$qOfrfPju3jzqeojYPGYlheqHWmKc8aV6bLq12LHwOkW2Cs763u/9q"], ["created_at", "2021-09-10 19:19:25.052749"], ["updated_at", "2021-09-10 19:19:25.052749"]]
139214
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139215
+ Started GET "/works_cited/citations/new" for 127.0.0.1 at 2021-09-10 13:19:25 -0600
139216
+ Processing by WorksCited::CitationsController#new as HTML
139217
+ Doodad Exists? (0.4ms) SELECT 1 AS one FROM "doodads" LIMIT ? [["LIMIT", 1]]
139218
+ Thing Exists? (0.2ms) SELECT 1 AS one FROM "things" LIMIT ? [["LIMIT", 1]]
139219
+ Rendering layout layouts/application.html.erb
139220
+ Rendering /home/loren/Code/works_cited/app/views/works_cited/citations/new.html.haml within layouts/application
139221
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_book.html.haml (Duration: 48.6ms | Allocations: 12540)
139222
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_periodical.html.haml (Duration: 24.3ms | Allocations: 7154)
139223
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_electronic.html.haml (Duration: 36.5ms | Allocations: 9484)
139224
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_interview.html.haml (Duration: 33.5ms | Allocations: 8015)
139225
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_email.html.haml (Duration: 33.9ms | Allocations: 8400)
139226
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_tweet.html.haml (Duration: 11.4ms | Allocations: 2997)
139227
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_default.html.haml (Duration: 3.0ms | Allocations: 901)
139228
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/contributors/_fields.html.haml (Duration: 16.5ms | Allocations: 7070)
139229
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/_form.html.haml (Duration: 328.5ms | Allocations: 85942)
139230
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/new.html.haml within layouts/application (Duration: 331.8ms | Allocations: 87262)
139231
+ Rendered layout layouts/application.html.erb (Duration: 333.3ms | Allocations: 87713)
139232
+ Completed 200 OK in 588ms (Views: 334.4ms | ActiveRecord: 0.9ms | Allocations: 114881)
139233
+ TRANSACTION (0.2ms) rollback transaction
139234
+ TRANSACTION (0.1ms) begin transaction
139235
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139236
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jean_grimes@ebert.org"], ["LIMIT", 1]]
139237
+ User Create (0.6ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "jean_grimes@ebert.org"], ["encrypted_password", "$2a$04$R4VWH/EG0fh3EvBeD.gUX.zNBqKk.cZisYVD3vsT5uLTN6.KhAwRa"], ["created_at", "2021-09-10 19:19:25.674168"], ["updated_at", "2021-09-10 19:19:25.674168"]]
139238
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139239
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139240
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Sed Molestias Repellendus"], ["description", "Facilis nobis magnam. Iusto quaerat eaque. Cumque impedit expedita."], ["created_at", "2021-09-10 19:19:25.680702"], ["updated_at", "2021-09-10 19:19:25.680702"]]
139241
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139242
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139243
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "email"], ["media", "print"], ["title", "Things Fall Apart"], ["container_title", "Moab Is My Washpot"], ["publisher", "Breslov Research Institute"], ["city", "South Louismouth"], ["year", "1925"], ["pages", "pp. 145-6"], ["url", "http://hand-schmeler.name/elia.monahan"], ["published_at", "2020-09-10 19:19:25.687740"], ["accessed_at", "2021-08-10 19:19:25.687958"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 19:19:25.689092"], ["updated_at", "2021-09-10 19:19:25.689092"]]
139244
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139245
+ Started GET "/works_cited/citations/1/edit" for 127.0.0.1 at 2021-09-10 13:19:25 -0600
139246
+ Processing by WorksCited::CitationsController#edit as HTML
139247
+ Parameters: {"id"=>"1"}
139248
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139249
+ Doodad Exists? (0.3ms) SELECT 1 AS one FROM "doodads" LIMIT ? [["LIMIT", 1]]
139250
+ Doodad Load (0.3ms) SELECT "doodads".* FROM "doodads"
139251
+ Thing Exists? (0.4ms) SELECT 1 AS one FROM "things" LIMIT ? [["LIMIT", 1]]
139252
+ Rendering layout layouts/application.html.erb
139253
+ Rendering /home/loren/Code/works_cited/app/views/works_cited/citations/edit.html.haml within layouts/application
139254
+ Doodad Load (0.2ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139255
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_book.html.haml (Duration: 25.1ms | Allocations: 5806)
139256
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_periodical.html.haml (Duration: 21.1ms | Allocations: 5469)
139257
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_electronic.html.haml (Duration: 28.2ms | Allocations: 7577)
139258
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_interview.html.haml (Duration: 30.5ms | Allocations: 6566)
139259
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_email.html.haml (Duration: 29.4ms | Allocations: 6888)
139260
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_tweet.html.haml (Duration: 9.1ms | Allocations: 1993)
139261
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_default.html.haml (Duration: 0.1ms | Allocations: 13)
139262
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/contributors/_fields.html.haml (Duration: 10.8ms | Allocations: 4575)
139263
+ WorksCited::Contributor Load (0.4ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? ORDER BY "works_cited_contributors"."last" ASC [["works_cited_citation_id", 1]]
139264
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/_form.html.haml (Duration: 179.2ms | Allocations: 43102)
139265
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/edit.html.haml within layouts/application (Duration: 183.4ms | Allocations: 44344)
139266
+ Rendered layout layouts/application.html.erb (Duration: 184.5ms | Allocations: 44795)
139267
+ Completed 200 OK in 201ms (Views: 185.0ms | ActiveRecord: 1.7ms | Allocations: 46272)
139268
+ TRANSACTION (0.3ms) rollback transaction
139269
+ TRANSACTION (0.2ms) begin transaction
139270
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139271
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dennis_mertz@berge-green.org"], ["LIMIT", 1]]
139272
+ User Create (0.6ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "dennis_mertz@berge-green.org"], ["encrypted_password", "$2a$04$jaJy2eHNDS2usUQlybAFpu2v0OFGumlnlbgkVWMREO1736UcKFmZi"], ["created_at", "2021-09-10 19:19:25.909092"], ["updated_at", "2021-09-10 19:19:25.909092"]]
139273
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139274
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139275
+ Doodad Create (0.2ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Expedita Nihil"], ["description", "Incidunt accusantium expedita. Quaerat corrupti ea. Ipsa non libero.\nDignissimos dolorum architecto. Et aliquid illo. Voluptatem repellat sunt.\nAdipisci eos et. Ab temporibus sapiente. Odit occaecati velit."], ["created_at", "2021-09-10 19:19:25.918513"], ["updated_at", "2021-09-10 19:19:25.918513"]]
139276
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139277
+ Started PATCH "/works_cited/preview" for 127.0.0.1 at 2021-09-10 13:19:25 -0600
139278
+ Processing by WorksCited::CitationsController#preview as HTML
139279
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>"Ah, Wilderness!", "record"=>"Doodad:1"}}
139280
+ Doodad Load (0.1ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139281
+ Rendering /home/loren/Code/works_cited/app/views/works_cited/citations/preview.html.haml
139282
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_book.html.haml (Duration: 4.7ms | Allocations: 2662)
139283
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/preview.html.haml (Duration: 7.9ms | Allocations: 3944)
139284
+ Completed 200 OK in 13ms (Views: 9.6ms | ActiveRecord: 0.1ms | Allocations: 4961)
139285
+ TRANSACTION (0.3ms) rollback transaction
139286
+ TRANSACTION (0.1ms) begin transaction
139287
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139288
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "melissia.durgan@friesen.biz"], ["LIMIT", 1]]
139289
+ User Create (0.4ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "melissia.durgan@friesen.biz"], ["encrypted_password", "$2a$04$4Ln1DJwZDlP.m55CS7kssumS7/fi9GiwvFK2OzLiRjjNYLLo9Wse."], ["created_at", "2021-09-10 19:19:25.946905"], ["updated_at", "2021-09-10 19:19:25.946905"]]
139290
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139291
+  (0.3ms) SELECT COUNT(*) FROM "works_cited_citations"
139292
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139293
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Iste Voluptatem"], ["description", "Quis exercitationem esse. Animi cum ipsam. Voluptatem temporibus similique.\nAmet aut in. Et non et. Molestiae aliquid eos.\nNisi nostrum natus. Mollitia sint vel. Architecto tempore quos.\nEius inventore aspernatur. Tempore voluptas quis. Sit reiciendis tempora."], ["created_at", "2021-09-10 19:19:25.961871"], ["updated_at", "2021-09-10 19:19:25.961871"]]
139294
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139295
+ Started POST "/works_cited/citations" for 127.0.0.1 at 2021-09-10 13:19:25 -0600
139296
+ Processing by WorksCited::CitationsController#create as HTML
139297
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>"Pale Kings and Princes", "record"=>"Doodad:1"}}
139298
+ Doodad Load (0.3ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139299
+ Doodad Exists? (0.6ms) SELECT 1 AS one FROM "doodads" LIMIT ? [["LIMIT", 1]]
139300
+ Doodad Load (0.2ms) SELECT "doodads".* FROM "doodads"
139301
+ Thing Exists? (0.4ms) SELECT 1 AS one FROM "things" LIMIT ? [["LIMIT", 1]]
139302
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139303
+ WorksCited::Citation Create (0.6ms) INSERT INTO "works_cited_citations" ("citation_type", "title", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["title", "Pale Kings and Princes"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 19:19:25.985303"], ["updated_at", "2021-09-10 19:19:25.985303"]]
139304
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139305
+ Redirected to http://www.example.com/works_cited/citations/1
139306
+ Completed 302 Found in 20ms (ActiveRecord: 2.6ms | Allocations: 1876)
139307
+  (0.3ms) SELECT COUNT(*) FROM "works_cited_citations"
139308
+ TRANSACTION (0.3ms) rollback transaction
139309
+ TRANSACTION (0.2ms) begin transaction
139310
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139311
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roselyn_strosin@bergstrom.org"], ["LIMIT", 1]]
139312
+ User Create (0.6ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "roselyn_strosin@bergstrom.org"], ["encrypted_password", "$2a$04$aMPG5OH/X18Kfv3xMuC/LOU9fHx31ef/21S0pjZKqm0edv7FWwJQW"], ["created_at", "2021-09-10 19:19:26.030031"], ["updated_at", "2021-09-10 19:19:26.030031"]]
139313
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139314
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139315
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Voluptate Non Officiis Laboriosam Cumque"], ["description", "Nesciunt natus excepturi. Quo necessitatibus aspernatur. Sequi et odio.\nNatus facilis vitae. Sed ipsum soluta. Voluptatem totam illo."], ["created_at", "2021-09-10 19:19:26.037606"], ["updated_at", "2021-09-10 19:19:26.037606"]]
139316
+ TRANSACTION (0.3ms) RELEASE SAVEPOINT active_record_1
139317
+ Started POST "/works_cited/citations" for 127.0.0.1 at 2021-09-10 13:19:26 -0600
139318
+ Processing by WorksCited::CitationsController#create as HTML
139319
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>"The Last Temptation", "record"=>"Doodad:1"}}
139320
+ Doodad Load (0.2ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139321
+ Doodad Exists? (0.3ms) SELECT 1 AS one FROM "doodads" LIMIT ? [["LIMIT", 1]]
139322
+ Doodad Load (0.2ms) SELECT "doodads".* FROM "doodads"
139323
+ Thing Exists? (0.3ms) SELECT 1 AS one FROM "things" LIMIT ? [["LIMIT", 1]]
139324
+ TRANSACTION (0.3ms) SAVEPOINT active_record_1
139325
+ WorksCited::Citation Create (0.5ms) INSERT INTO "works_cited_citations" ("citation_type", "title", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["title", "The Last Temptation"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 19:19:26.060928"], ["updated_at", "2021-09-10 19:19:26.060928"]]
139326
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139327
+ Redirected to http://www.example.com/works_cited/citations/1
139328
+ Completed 302 Found in 19ms (ActiveRecord: 1.9ms | Allocations: 1832)
139329
+ WorksCited::Citation Load (0.3ms) SELECT "works_cited_citations".* FROM "works_cited_citations" ORDER BY "works_cited_citations"."id" DESC LIMIT ? [["LIMIT", 1]]
139330
+ TRANSACTION (0.3ms) rollback transaction
139331
+ TRANSACTION (0.2ms) begin transaction
139332
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139333
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clark.oconner@windler.name"], ["LIMIT", 1]]
139334
+ User Create (0.6ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "clark.oconner@windler.name"], ["encrypted_password", "$2a$04$1SH91hVuwCKYENuSwmGdQeiymc4/jSQew5uv92SWDQJ.l3RCPwXOq"], ["created_at", "2021-09-10 19:19:26.083723"], ["updated_at", "2021-09-10 19:19:26.083723"]]
139335
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139336
+  (0.2ms) SELECT COUNT(*) FROM "works_cited_citations"
139337
+ Started POST "/works_cited/citations" for 127.0.0.1 at 2021-09-10 13:19:26 -0600
139338
+ Processing by WorksCited::CitationsController#create as HTML
139339
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>nil, "record"=>nil}}
139340
+ Doodad Exists? (0.3ms) SELECT 1 AS one FROM "doodads" LIMIT ? [["LIMIT", 1]]
139341
+ Thing Exists? (0.2ms) SELECT 1 AS one FROM "things" LIMIT ? [["LIMIT", 1]]
139342
+ Rendering layout layouts/application.html.erb
139343
+ Rendering /home/loren/Code/works_cited/app/views/works_cited/citations/new.html.haml within layouts/application
139344
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_book.html.haml (Duration: 24.2ms | Allocations: 6628)
139345
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_periodical.html.haml (Duration: 26.0ms | Allocations: 6367)
139346
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_electronic.html.haml (Duration: 35.1ms | Allocations: 8538)
139347
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_interview.html.haml (Duration: 24.1ms | Allocations: 7569)
139348
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_email.html.haml (Duration: 20.9ms | Allocations: 7909)
139349
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_tweet.html.haml (Duration: 10.6ms | Allocations: 2856)
139350
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_default.html.haml (Duration: 0.1ms | Allocations: 13)
139351
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/contributors/_fields.html.haml (Duration: 15.9ms | Allocations: 4419)
139352
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/_form.html.haml (Duration: 181.6ms | Allocations: 50669)
139353
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/new.html.haml within layouts/application (Duration: 182.4ms | Allocations: 50760)
139354
+ Rendered layout layouts/application.html.erb (Duration: 183.4ms | Allocations: 51214)
139355
+ Completed 200 OK in 192ms (Views: 184.5ms | ActiveRecord: 0.5ms | Allocations: 52746)
139356
+  (0.2ms) SELECT COUNT(*) FROM "works_cited_citations"
139357
+ TRANSACTION (0.2ms) rollback transaction
139358
+ TRANSACTION (0.2ms) begin transaction
139359
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139360
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ollie@connelly.com"], ["LIMIT", 1]]
139361
+ User Create (0.5ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "ollie@connelly.com"], ["encrypted_password", "$2a$04$OkJyCBtKl2kS6NjaACG56.4G1hZfGU8gHvw9uEoZl0R6zLoYGndXi"], ["created_at", "2021-09-10 19:19:26.295407"], ["updated_at", "2021-09-10 19:19:26.295407"]]
139362
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139363
+ Started POST "/works_cited/citations" for 127.0.0.1 at 2021-09-10 13:19:26 -0600
139364
+ Processing by WorksCited::CitationsController#create as HTML
139365
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>nil, "record"=>nil}}
139366
+ Doodad Exists? (0.3ms) SELECT 1 AS one FROM "doodads" LIMIT ? [["LIMIT", 1]]
139367
+ Thing Exists? (0.2ms) SELECT 1 AS one FROM "things" LIMIT ? [["LIMIT", 1]]
139368
+ Rendering layout layouts/application.html.erb
139369
+ Rendering /home/loren/Code/works_cited/app/views/works_cited/citations/new.html.haml within layouts/application
139370
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_book.html.haml (Duration: 18.6ms | Allocations: 6581)
139371
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_periodical.html.haml (Duration: 24.7ms | Allocations: 6357)
139372
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_electronic.html.haml (Duration: 32.6ms | Allocations: 8528)
139373
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_interview.html.haml (Duration: 29.7ms | Allocations: 7569)
139374
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_email.html.haml (Duration: 31.4ms | Allocations: 7909)
139375
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_tweet.html.haml (Duration: 11.7ms | Allocations: 2856)
139376
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_default.html.haml (Duration: 0.1ms | Allocations: 13)
139377
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/contributors/_fields.html.haml (Duration: 17.5ms | Allocations: 4394)
139378
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/_form.html.haml (Duration: 189.1ms | Allocations: 50401)
139379
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/new.html.haml within layouts/application (Duration: 189.8ms | Allocations: 50492)
139380
+ Rendered layout layouts/application.html.erb (Duration: 191.4ms | Allocations: 50944)
139381
+ Completed 200 OK in 201ms (Views: 192.5ms | ActiveRecord: 0.5ms | Allocations: 52460)
139382
+ TRANSACTION (0.3ms) rollback transaction
139383
+ TRANSACTION (0.2ms) begin transaction
139384
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139385
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcellus_predovic@frami.io"], ["LIMIT", 1]]
139386
+ User Create (0.7ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "marcellus_predovic@frami.io"], ["encrypted_password", "$2a$04$vnvH4MWGRUhbbqmskIs3C.a.Lt7Li1zNrLoOmt4fRmGmt4bYdY3ea"], ["created_at", "2021-09-10 19:19:26.518690"], ["updated_at", "2021-09-10 19:19:26.518690"]]
139387
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139388
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139389
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Officiis"], ["description", "Nesciunt nisi minus. Dolorem officiis dolorem. Exercitationem libero sit.\nEt nihil laboriosam. Tenetur quibusdam minus. Provident aut ex.\nSoluta odio dolorem. Et autem nihil. Suscipit maiores quasi.\nNulla autem distinctio. Voluptates natus soluta. Voluptate nihil sint."], ["created_at", "2021-09-10 19:19:26.529147"], ["updated_at", "2021-09-10 19:19:26.529147"]]
139390
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139391
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139392
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "email"], ["media", "print"], ["title", "Consider Phlebas"], ["container_title", "I Sing the Body Electric"], ["publisher", "St. Martin's Press"], ["city", "Micahmouth"], ["year", "1960"], ["pages", "pp. 145-6"], ["url", "http://feest-wilkinson.com/serina.satterfield"], ["published_at", "2020-09-10 19:19:26.537076"], ["accessed_at", "2021-08-10 19:19:26.537308"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 19:19:26.538910"], ["updated_at", "2021-09-10 19:19:26.538910"]]
139393
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139394
+ Started PATCH "/works_cited/citations/1" for 127.0.0.1 at 2021-09-10 13:19:26 -0600
139395
+ Processing by WorksCited::CitationsController#update as HTML
139396
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>"New Title", "record_id"=>"1", "record_type"=>"Doodad"}, "id"=>"1"}
139397
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139398
+ Doodad Exists? (0.3ms) SELECT 1 AS one FROM "doodads" LIMIT ? [["LIMIT", 1]]
139399
+ Doodad Load (0.1ms) SELECT "doodads".* FROM "doodads"
139400
+ Thing Exists? (0.3ms) SELECT 1 AS one FROM "things" LIMIT ? [["LIMIT", 1]]
139401
+ Unpermitted parameters: :record_id, :record_type
139402
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139403
+ Doodad Load (0.1ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139404
+ WorksCited::Citation Update (0.3ms) UPDATE "works_cited_citations" SET "citation_type" = ?, "title" = ?, "updated_at" = ? WHERE "works_cited_citations"."id" = ? [["citation_type", "book"], ["title", "New Title"], ["updated_at", "2021-09-10 19:19:26.560114"], ["id", 1]]
139405
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139406
+ Redirected to http://www.example.com/works_cited/citations/1
139407
+ Completed 302 Found in 17ms (ActiveRecord: 1.8ms | Allocations: 2098)
139408
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139409
+ TRANSACTION (0.4ms) rollback transaction
139410
+ TRANSACTION (0.2ms) begin transaction
139411
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139412
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rudy@barrows.co"], ["LIMIT", 1]]
139413
+ User Create (0.5ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "rudy@barrows.co"], ["encrypted_password", "$2a$04$GhzzNz0j1pUnTFknnmQhEeDiWSadwITnKKQ7ghYIY3alBphgRwNp6"], ["created_at", "2021-09-10 19:19:26.581984"], ["updated_at", "2021-09-10 19:19:26.581984"]]
139414
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139415
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139416
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Nobis Ea"], ["description", "Accusantium dolores impedit. Deserunt dolorem est. Commodi excepturi id.\nFugiat et ratione. Impedit quia aut. Aliquam est at."], ["created_at", "2021-09-10 19:19:26.589064"], ["updated_at", "2021-09-10 19:19:26.589064"]]
139417
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139418
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139419
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", "print"], ["title", "The Moving Finger"], ["container_title", "Time of our Darkness"], ["publisher", "Verso Books"], ["city", "Alysonhaven"], ["year", "2000"], ["pages", "pp. 145-6"], ["url", "http://hettinger.info/jaime_weber"], ["published_at", "2020-09-10 19:19:26.597086"], ["accessed_at", "2021-08-10 19:19:26.597324"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 19:19:26.598881"], ["updated_at", "2021-09-10 19:19:26.598881"]]
139420
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139421
+ Started PATCH "/works_cited/citations/1" for 127.0.0.1 at 2021-09-10 13:19:26 -0600
139422
+ Processing by WorksCited::CitationsController#update as HTML
139423
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>"New Title", "record_id"=>"1", "record_type"=>"Doodad"}, "id"=>"1"}
139424
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139425
+ Doodad Exists? (0.3ms) SELECT 1 AS one FROM "doodads" LIMIT ? [["LIMIT", 1]]
139426
+ Doodad Load (0.1ms) SELECT "doodads".* FROM "doodads"
139427
+ Thing Exists? (0.2ms) SELECT 1 AS one FROM "things" LIMIT ? [["LIMIT", 1]]
139428
+ Unpermitted parameters: :record_id, :record_type
139429
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139430
+ Doodad Load (0.1ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139431
+ WorksCited::Citation Update (0.3ms) UPDATE "works_cited_citations" SET "title" = ?, "updated_at" = ? WHERE "works_cited_citations"."id" = ? [["title", "New Title"], ["updated_at", "2021-09-10 19:19:26.619795"], ["id", 1]]
139432
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139433
+ Redirected to http://www.example.com/works_cited/citations/1
139434
+ Completed 302 Found in 17ms (ActiveRecord: 1.7ms | Allocations: 2035)
139435
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139436
+ TRANSACTION (0.3ms) rollback transaction
139437
+ TRANSACTION (0.2ms) begin transaction
139438
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139439
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "caterina_mraz@hartmann.biz"], ["LIMIT", 1]]
139440
+ User Create (0.5ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "caterina_mraz@hartmann.biz"], ["encrypted_password", "$2a$04$zvh/RmHAeDv6PsvDY.4YxOWe7FfBN2jDd27Q5a4B/DhbTNcZJNwd2"], ["created_at", "2021-09-10 19:19:26.640255"], ["updated_at", "2021-09-10 19:19:26.640255"]]
139441
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139442
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139443
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Quia Ea Eligendi Vel"], ["description", "Placeat nisi repellendus. Voluptate possimus pariatur. Facilis est quo.\nConsectetur in et. Neque ut accusamus. Cumque quod omnis.\nAutem dolor sit. Perferendis laborum iusto. Iusto voluptatem deleniti."], ["created_at", "2021-09-10 19:19:26.649281"], ["updated_at", "2021-09-10 19:19:26.649281"]]
139444
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139445
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139446
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "tweet"], ["media", "print"], ["title", "The Grapes of Wrath"], ["container_title", "The Far-Distant Oxus"], ["publisher", "Felony & Mayhem Press"], ["city", "South Leanoraview"], ["year", "1942"], ["pages", "pp. 145-6"], ["url", "http://gorczany.co/stacee_gusikowski"], ["published_at", "2020-09-10 19:19:26.657182"], ["accessed_at", "2021-08-10 19:19:26.657431"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 19:19:26.659029"], ["updated_at", "2021-09-10 19:19:26.659029"]]
139447
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139448
+ Started PATCH "/works_cited/citations/1" for 127.0.0.1 at 2021-09-10 13:19:26 -0600
139449
+ Processing by WorksCited::CitationsController#update as HTML
139450
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>nil, "record"=>nil}, "id"=>"1"}
139451
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139452
+ Doodad Exists? (0.3ms) SELECT 1 AS one FROM "doodads" LIMIT ? [["LIMIT", 1]]
139453
+ Doodad Load (0.1ms) SELECT "doodads".* FROM "doodads"
139454
+ Thing Exists? (0.3ms) SELECT 1 AS one FROM "things" LIMIT ? [["LIMIT", 1]]
139455
+ Rendering layout layouts/application.html.erb
139456
+ Rendering /home/loren/Code/works_cited/app/views/works_cited/citations/edit.html.haml within layouts/application
139457
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_book.html.haml (Duration: 26.5ms | Allocations: 6615)
139458
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_periodical.html.haml (Duration: 25.8ms | Allocations: 6403)
139459
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_electronic.html.haml (Duration: 25.6ms | Allocations: 8583)
139460
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_interview.html.haml (Duration: 17.1ms | Allocations: 7594)
139461
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_email.html.haml (Duration: 18.9ms | Allocations: 7934)
139462
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_tweet.html.haml (Duration: 7.1ms | Allocations: 2877)
139463
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_default.html.haml (Duration: 0.1ms | Allocations: 13)
139464
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/contributors/_fields.html.haml (Duration: 10.8ms | Allocations: 4394)
139465
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? ORDER BY "works_cited_contributors"."last" ASC [["works_cited_citation_id", 1]]
139466
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/_form.html.haml (Duration: 159.3ms | Allocations: 50993)
139467
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/edit.html.haml within layouts/application (Duration: 159.9ms | Allocations: 51136)
139468
+ Rendered layout layouts/application.html.erb (Duration: 161.0ms | Allocations: 51584)
139469
+ Completed 200 OK in 172ms (Views: 162.0ms | ActiveRecord: 1.1ms | Allocations: 53235)
139470
+ TRANSACTION (0.3ms) rollback transaction
139471
+ TRANSACTION (0.1ms) begin transaction
139472
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139473
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sebastian_kshlerin@huels.co"], ["LIMIT", 1]]
139474
+ User Create (0.5ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "sebastian_kshlerin@huels.co"], ["encrypted_password", "$2a$04$0p9N5sGhoreronZybYDUB..RiRyKtsoETmUf/4rH9RoM7cq9Ty/Su"], ["created_at", "2021-09-10 19:19:26.852338"], ["updated_at", "2021-09-10 19:19:26.852338"]]
139475
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139476
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139477
+ Doodad Create (0.2ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Animi Aliquam Quae Consequatur"], ["description", "Saepe atque consequuntur. Repellat dolore a. Est odio dolores.\nId in accusantium. Temporibus adipisci velit. Enim nihil ut.\nTemporibus assumenda suscipit. Totam facilis molestias. Aperiam amet esse.\nPossimus sint porro. Ipsa aperiam voluptatem. Dignissimos in voluptas.\nModi id saepe. Ipsam voluptatum atque. Eum magnam quia."], ["created_at", "2021-09-10 19:19:26.860738"], ["updated_at", "2021-09-10 19:19:26.860738"]]
139478
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139479
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139480
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "interview"], ["media", "print"], ["title", "Blithe Spirit"], ["container_title", "The Wings of the Dove"], ["publisher", "Atlantic Books"], ["city", "Ziemebury"], ["year", "2008"], ["pages", "pp. 145-6"], ["url", "http://shields.biz/aubrey"], ["published_at", "2020-09-10 19:19:26.865429"], ["accessed_at", "2021-08-10 19:19:26.865584"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 19:19:26.867045"], ["updated_at", "2021-09-10 19:19:26.867045"]]
139481
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139482
+  (0.2ms) SELECT COUNT(*) FROM "works_cited_citations"
139483
+ Started DELETE "/works_cited/citations/1" for 127.0.0.1 at 2021-09-10 13:19:26 -0600
139484
+ Processing by WorksCited::CitationsController#destroy as HTML
139485
+ Parameters: {"id"=>"1"}
139486
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139487
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139488
+ WorksCited::Citation Destroy (0.2ms) DELETE FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? [["id", 1]]
139489
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139490
+ Redirected to http://www.example.com/works_cited/citations
139491
+ Completed 302 Found in 5ms (ActiveRecord: 0.6ms | Allocations: 875)
139492
+  (0.2ms) SELECT COUNT(*) FROM "works_cited_citations"
139493
+ TRANSACTION (0.2ms) rollback transaction
139494
+ TRANSACTION (0.2ms) begin transaction
139495
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139496
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gregorio@gleason.net"], ["LIMIT", 1]]
139497
+ User Create (0.6ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "gregorio@gleason.net"], ["encrypted_password", "$2a$04$LlC8/L2PbZxoEjFBauAF1O/vifsL7H5fR2SMuaLMmZL7XgvdiUco."], ["created_at", "2021-09-10 19:19:26.894348"], ["updated_at", "2021-09-10 19:19:26.894348"]]
139498
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139499
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139500
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Voluptatem Commodi Esse Beatae Sunt"], ["description", "Amet omnis eligendi. Repudiandae expedita sunt. Nihil illo eos.\nFugiat ratione inventore. Aut voluptate vero. Fugit corrupti non."], ["created_at", "2021-09-10 19:19:26.900397"], ["updated_at", "2021-09-10 19:19:26.900397"]]
139501
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139502
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139503
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "tweet"], ["media", "print"], ["title", "A Swiftly Tilting Planet"], ["container_title", "Endless Night"], ["publisher", "Elsevier"], ["city", "Henrybury"], ["year", "1968"], ["pages", "pp. 145-6"], ["url", "http://kirlin-effertz.name/lawerence.russel"], ["published_at", "2020-09-10 19:19:26.909178"], ["accessed_at", "2021-08-10 19:19:26.909441"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 19:19:26.911064"], ["updated_at", "2021-09-10 19:19:26.911064"]]
139504
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139505
+ Started DELETE "/works_cited/citations/1" for 127.0.0.1 at 2021-09-10 13:19:26 -0600
139506
+ Processing by WorksCited::CitationsController#destroy as HTML
139507
+ Parameters: {"id"=>"1"}
139508
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
139509
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139510
+ WorksCited::Citation Destroy (0.3ms) DELETE FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? [["id", 1]]
139511
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139512
+ Redirected to http://www.example.com/works_cited/citations
139513
+ Completed 302 Found in 7ms (ActiveRecord: 0.8ms | Allocations: 859)
139514
+ TRANSACTION (0.3ms) rollback transaction
139515
+  (2.7ms) SELECT sqlite_version(*)
139516
+  (0.2ms) PRAGMA foreign_keys
139517
+  (0.1ms) PRAGMA defer_foreign_keys
139518
+  (0.1ms) PRAGMA defer_foreign_keys = ON
139519
+  (0.1ms) PRAGMA foreign_keys = OFF
139520
+  (9.2ms) DELETE FROM "doodads";
139521
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
139522
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'doodads';
139523
+  (4.6ms) DELETE FROM "things";
139524
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
139525
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'things';
139526
+  (4.7ms) DELETE FROM "users";
139527
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
139528
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';
139529
+  (7.6ms) DELETE FROM "works_cited_citations";
139530
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
139531
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'works_cited_citations';
139532
+  (4.9ms) DELETE FROM "works_cited_contributors";
139533
+  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
139534
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'works_cited_contributors';
139535
+  (0.1ms) PRAGMA defer_foreign_keys = 0
139536
+  (0.1ms) PRAGMA foreign_keys = 1
139537
+  (0.1ms) SELECT sqlite_version(*)
139538
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
139539
+  (0.1ms) SELECT sqlite_version(*)
139540
+ TRANSACTION (0.1ms) begin transaction
139541
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139542
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Qui Fugit"], ["description", "Non ut corporis. Ex deserunt dolores. Deserunt quasi repellat.\nIure labore nisi. Excepturi non animi. Impedit adipisci distinctio.\nQui ut mollitia. Reprehenderit eveniet corporis. Est iure modi.\nOmnis animi odit. In deserunt vero. Voluptas ut id."], ["created_at", "2021-09-10 21:39:01.248659"], ["updated_at", "2021-09-10 21:39:01.248659"]]
139543
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139544
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139545
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "interview"], ["media", "print"], ["title", "Cover Her Face"], ["container_title", "The Far-Distant Oxus"], ["publisher", "Ian Allan Publishing"], ["city", "O'Connellberg"], ["year", "2014"], ["pages", "pp. 145-6"], ["url", "http://ortiz-shanahan.com/santa_parisian"], ["published_at", "2020-09-10 21:39:01.291989"], ["accessed_at", "2021-08-10 21:39:01.292190"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.322990"], ["updated_at", "2021-09-10 21:39:01.322990"]]
139546
+ WorksCited::Contributor Create (0.4ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "Grady"], ["middle", "Thiel"], ["last", "Lehner"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.326435"], ["updated_at", "2021-09-10 21:39:01.326435"]]
139547
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139548
+ TRANSACTION (0.3ms) SAVEPOINT active_record_1
139549
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", "print"], ["title", "This Side of Paradise"], ["container_title", "Paths of Glory"], ["publisher", "Andrews McMeel Publishing"], ["city", "Lake Jamisonstad"], ["year", "2008"], ["pages", "pp. 145-6"], ["url", "http://davis.info/manie"], ["published_at", "2020-09-10 21:39:01.334969"], ["accessed_at", "2021-08-10 21:39:01.335189"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.338380"], ["updated_at", "2021-09-10 21:39:01.338380"]]
139550
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 2], ["contributor_role", "author"], ["first", "Yolande"], ["middle", "Weber"], ["last", "Turner"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.341889"], ["updated_at", "2021-09-10 21:39:01.341889"]]
139551
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139552
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139553
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "periodical"], ["media", "print"], ["title", "Jesting Pilate"], ["container_title", "A Monstrous Regiment of Women"], ["publisher", "Blue Ribbon Books"], ["city", "West Doug"], ["year", "1931"], ["pages", "pp. 145-6"], ["url", "http://steuber.org/fredda_gorczany"], ["published_at", "2020-09-10 21:39:01.348652"], ["accessed_at", "2021-08-10 21:39:01.348748"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.351624"], ["updated_at", "2021-09-10 21:39:01.351624"]]
139554
+ WorksCited::Contributor Create (0.1ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 3], ["contributor_role", "compiler"], ["first", "Reinaldo"], ["middle", ""], ["last", "Parisian"], ["suffix", "Ret."], ["created_at", "2021-09-10 21:39:01.353709"], ["updated_at", "2021-09-10 21:39:01.353709"]]
139555
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139556
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139557
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", "print"], ["title", "Stranger in a Strange Land"], ["container_title", "Blood's a Rover"], ["publisher", "Jaico Publishing House"], ["city", "Rosettefort"], ["year", "1922"], ["pages", "pp. 145-6"], ["url", "http://towne-haag.biz/clemente"], ["published_at", "2020-09-10 21:39:01.358235"], ["accessed_at", "2021-08-10 21:39:01.358325"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.361045"], ["updated_at", "2021-09-10 21:39:01.361045"]]
139558
+ WorksCited::Contributor Create (0.1ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 4], ["contributor_role", "translator"], ["first", "Kiersten"], ["middle", ""], ["last", "Cummings"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.363949"], ["updated_at", "2021-09-10 21:39:01.363949"]]
139559
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139560
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139561
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", "print"], ["title", "Where Angels Fear to Tread"], ["container_title", "Frequent Hearses"], ["publisher", "United States Government Publishing Office"], ["city", "Port Esperanza"], ["year", "1932"], ["pages", "pp. 145-6"], ["url", "http://sanford-abshire.com/shenita.oreilly"], ["published_at", "2020-09-10 21:39:01.368391"], ["accessed_at", "2021-08-10 21:39:01.368481"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.370830"], ["updated_at", "2021-09-10 21:39:01.370830"]]
139562
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 5], ["contributor_role", "compiler"], ["first", "Bruce"], ["middle", ""], ["last", "MacGyver"], ["suffix", "DC"], ["created_at", "2021-09-10 21:39:01.374160"], ["updated_at", "2021-09-10 21:39:01.374160"]]
139563
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139564
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139565
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", "print"], ["title", "An Instant In The Wind"], ["container_title", "A Confederacy of Dunces"], ["publisher", "Manchester University Press"], ["city", "Zulaufborough"], ["year", "2018"], ["pages", "pp. 145-6"], ["url", "http://fadel.com/rocky_goyette"], ["published_at", "2020-09-10 21:39:01.381350"], ["accessed_at", "2021-08-10 21:39:01.381498"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.385303"], ["updated_at", "2021-09-10 21:39:01.385303"]]
139566
+ WorksCited::Contributor Create (0.1ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 6], ["contributor_role", "translator"], ["first", "Malia"], ["middle", "Upton"], ["last", "Cartwright"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.388211"], ["updated_at", "2021-09-10 21:39:01.388211"]]
139567
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139568
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139569
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", "print"], ["title", "A Many-Splendoured Thing"], ["container_title", "Precious Bane"], ["publisher", "Applewood Books"], ["city", "East Lauren"], ["year", "1978"], ["pages", "pp. 145-6"], ["url", "http://bogan.net/calista.leuschke"], ["published_at", "2020-09-10 21:39:01.393152"], ["accessed_at", "2021-08-10 21:39:01.393247"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.396692"], ["updated_at", "2021-09-10 21:39:01.396692"]]
139570
+ WorksCited::Contributor Create (0.1ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 7], ["contributor_role", "author"], ["first", "Cordell"], ["middle", ""], ["last", "Romaguera"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.398865"], ["updated_at", "2021-09-10 21:39:01.398865"]]
139571
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139572
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139573
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "interview"], ["media", "print"], ["title", "Nectar in a Sieve"], ["container_title", "Fear and Trembling"], ["publisher", "Verso Books"], ["city", "Stammside"], ["year", "2005"], ["pages", "pp. 145-6"], ["url", "http://hane.io/lenore.hand"], ["published_at", "2020-09-10 21:39:01.402891"], ["accessed_at", "2021-08-10 21:39:01.402980"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.405590"], ["updated_at", "2021-09-10 21:39:01.405590"]]
139574
+ WorksCited::Contributor Create (0.1ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 8], ["contributor_role", "translator"], ["first", "Minta"], ["middle", "Koelpin"], ["last", "Goldner"], ["suffix", "Esq."], ["created_at", "2021-09-10 21:39:01.407631"], ["updated_at", "2021-09-10 21:39:01.407631"]]
139575
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139576
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139577
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "periodical"], ["media", "print"], ["title", "The House of Mirth"], ["container_title", "The House of Mirth"], ["publisher", "Bowes & Bowes"], ["city", "Port Genaro"], ["year", "1936"], ["pages", "pp. 145-6"], ["url", "http://bergnaum-krajcik.info/tommy"], ["published_at", "2020-09-10 21:39:01.412612"], ["accessed_at", "2021-08-10 21:39:01.412726"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.415522"], ["updated_at", "2021-09-10 21:39:01.415522"]]
139578
+ WorksCited::Contributor Create (0.1ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 9], ["contributor_role", "compiler"], ["first", "Ahmad"], ["middle", "Morissette"], ["last", "Homenick"], ["suffix", "LLD"], ["created_at", "2021-09-10 21:39:01.417966"], ["updated_at", "2021-09-10 21:39:01.417966"]]
139579
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139580
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139581
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", "print"], ["title", "The World, the Flesh and the Devil"], ["container_title", "Ring of Bright Water"], ["publisher", "Firebrand Books"], ["city", "Tremblaytown"], ["year", "1991"], ["pages", "pp. 145-6"], ["url", "http://trantow.com/janella_gusikowski"], ["published_at", "2020-09-10 21:39:01.421985"], ["accessed_at", "2021-08-10 21:39:01.422167"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.424754"], ["updated_at", "2021-09-10 21:39:01.424754"]]
139582
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 10], ["contributor_role", "author"], ["first", "Mauricio"], ["middle", "Bode"], ["last", "Welch"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.426936"], ["updated_at", "2021-09-10 21:39:01.426936"]]
139583
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139584
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139585
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "interview"], ["media", "print"], ["title", "The Painted Veil"], ["container_title", "The Stars' Tennis Balls"], ["publisher", "New Village Press"], ["city", "Ernserburgh"], ["year", "1935"], ["pages", "pp. 145-6"], ["url", "http://beier.net/werner_witting"], ["published_at", "2020-09-10 21:39:01.432083"], ["accessed_at", "2021-08-10 21:39:01.432176"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.434560"], ["updated_at", "2021-09-10 21:39:01.434560"]]
139586
+ WorksCited::Contributor Create (0.1ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 11], ["contributor_role", "compiler"], ["first", "Gene"], ["middle", "Stamm"], ["last", "Weissnat"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.436775"], ["updated_at", "2021-09-10 21:39:01.436775"]]
139587
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139588
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139589
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "email"], ["media", "print"], ["title", "Blood's a Rover"], ["container_title", "When the Green Woods Laugh"], ["publisher", "Blackie and Son Limited"], ["city", "West Jeffereyshire"], ["year", "2001"], ["pages", "pp. 145-6"], ["url", "http://balistreri.org/evelia"], ["published_at", "2020-09-10 21:39:01.441612"], ["accessed_at", "2021-08-10 21:39:01.441704"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.444456"], ["updated_at", "2021-09-10 21:39:01.444456"]]
139590
+ WorksCited::Contributor Create (0.1ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 12], ["contributor_role", "compiler"], ["first", "Hilma"], ["middle", "Hoppe"], ["last", "Wisozk"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.447233"], ["updated_at", "2021-09-10 21:39:01.447233"]]
139591
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139592
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139593
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", "print"], ["title", "Dulce et Decorum Est"], ["container_title", "A Darkling Plain"], ["publisher", "University of Minnesota Press"], ["city", "West Monte"], ["year", "2010"], ["pages", "pp. 145-6"], ["url", "http://mckenzie-block.org/trinidad"], ["published_at", "2020-09-10 21:39:01.452540"], ["accessed_at", "2021-08-10 21:39:01.452839"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.456821"], ["updated_at", "2021-09-10 21:39:01.456821"]]
139594
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 13], ["contributor_role", "editor"], ["first", "Maira"], ["middle", ""], ["last", "Wunsch"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.460340"], ["updated_at", "2021-09-10 21:39:01.460340"]]
139595
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139596
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139597
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", "print"], ["title", "Jesting Pilate"], ["container_title", "Frequent Hearses"], ["publisher", "Harper & Row"], ["city", "Annamariatown"], ["year", "1940"], ["pages", "pp. 145-6"], ["url", "http://ortiz.co/jeffery"], ["published_at", "2020-09-10 21:39:01.466423"], ["accessed_at", "2021-08-10 21:39:01.466527"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.469427"], ["updated_at", "2021-09-10 21:39:01.469427"]]
139598
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 14], ["contributor_role", "compiler"], ["first", "James"], ["middle", ""], ["last", "Marks"], ["suffix", "I"], ["created_at", "2021-09-10 21:39:01.472436"], ["updated_at", "2021-09-10 21:39:01.472436"]]
139599
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139600
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139601
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", "print"], ["title", "The Man Within"], ["container_title", "When the Green Woods Laugh"], ["publisher", "Carlton Books"], ["city", "North Willianburgh"], ["year", "1963"], ["pages", "pp. 145-6"], ["url", "http://kuhn-shanahan.org/morgan"], ["published_at", "2020-09-10 21:39:01.479108"], ["accessed_at", "2021-08-10 21:39:01.479205"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.481800"], ["updated_at", "2021-09-10 21:39:01.481800"]]
139602
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 15], ["contributor_role", "author"], ["first", "Scot"], ["middle", ""], ["last", "Stehr"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.484339"], ["updated_at", "2021-09-10 21:39:01.484339"]]
139603
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139604
+ WorksCited::Citation Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_citations" WHERE "works_cited_citations"."record_id" = ? AND "works_cited_citations"."record_type" = ? LIMIT ? [["record_id", 1], ["record_type", "Doodad"], ["LIMIT", 1]]
139605
+ WorksCited::Citation Load (0.3ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."record_id" = ? AND "works_cited_citations"."record_type" = ? [["record_id", 1], ["record_type", "Doodad"]]
139606
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139607
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139608
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139609
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139610
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139611
+  (0.1ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "translator"]]
139612
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_interview.html.haml (Duration: 9.8ms | Allocations: 4228)
139613
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 2], ["contributor_role", "editor"], ["LIMIT", 1]]
139614
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 2], ["contributor_role", "compiler"], ["LIMIT", 1]]
139615
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 2], ["contributor_role", "translator"], ["LIMIT", 1]]
139616
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 2], ["contributor_role", "author"], ["LIMIT", 1]]
139617
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 2], ["contributor_role", "author"], ["LIMIT", 1]]
139618
+  (0.1ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 2], ["contributor_role", "author"]]
139619
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_electronic.html.haml (Duration: 9.9ms | Allocations: 3601)
139620
+ WorksCited::Contributor Exists? (0.4ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 3], ["contributor_role", "editor"], ["LIMIT", 1]]
139621
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 3], ["contributor_role", "compiler"], ["LIMIT", 1]]
139622
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 3], ["contributor_role", "compiler"], ["LIMIT", 1]]
139623
+  (0.2ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 3], ["contributor_role", "compiler"]]
139624
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 3], ["contributor_role", "translator"], ["LIMIT", 1]]
139625
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 3], ["contributor_role", "author"], ["LIMIT", 1]]
139626
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_periodical.html.haml (Duration: 10.1ms | Allocations: 3197)
139627
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 4], ["contributor_role", "author"], ["LIMIT", 1]]
139628
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 4], ["contributor_role", "editor"], ["LIMIT", 1]]
139629
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 4], ["contributor_role", "compiler"], ["LIMIT", 1]]
139630
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 4], ["contributor_role", "translator"], ["LIMIT", 1]]
139631
+ WorksCited::Contributor Load (0.3ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 4], ["contributor_role", "translator"], ["LIMIT", 1]]
139632
+  (0.3ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 4], ["contributor_role", "translator"]]
139633
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_book.html.haml (Duration: 15.8ms | Allocations: 3822)
139634
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 5], ["contributor_role", "editor"], ["LIMIT", 1]]
139635
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 5], ["contributor_role", "compiler"], ["LIMIT", 1]]
139636
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 5], ["contributor_role", "compiler"], ["LIMIT", 1]]
139637
+  (0.3ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 5], ["contributor_role", "compiler"]]
139638
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 5], ["contributor_role", "translator"], ["LIMIT", 1]]
139639
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 5], ["contributor_role", "author"], ["LIMIT", 1]]
139640
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_electronic.html.haml (Duration: 10.0ms | Allocations: 1265)
139641
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 6], ["contributor_role", "author"], ["LIMIT", 1]]
139642
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 6], ["contributor_role", "editor"], ["LIMIT", 1]]
139643
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 6], ["contributor_role", "compiler"], ["LIMIT", 1]]
139644
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 6], ["contributor_role", "translator"], ["LIMIT", 1]]
139645
+ WorksCited::Contributor Load (0.3ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 6], ["contributor_role", "translator"], ["LIMIT", 1]]
139646
+  (0.2ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 6], ["contributor_role", "translator"]]
139647
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_book.html.haml (Duration: 9.4ms | Allocations: 1210)
139648
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 7], ["contributor_role", "author"], ["LIMIT", 1]]
139649
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 7], ["contributor_role", "author"], ["LIMIT", 1]]
139650
+  (0.2ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 7], ["contributor_role", "author"]]
139651
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 7], ["contributor_role", "editor"], ["LIMIT", 1]]
139652
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 7], ["contributor_role", "compiler"], ["LIMIT", 1]]
139653
+ WorksCited::Contributor Exists? (0.4ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 7], ["contributor_role", "translator"], ["LIMIT", 1]]
139654
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_book.html.haml (Duration: 9.8ms | Allocations: 1207)
139655
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 8], ["contributor_role", "author"], ["LIMIT", 1]]
139656
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 8], ["contributor_role", "editor"], ["LIMIT", 1]]
139657
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 8], ["contributor_role", "compiler"], ["LIMIT", 1]]
139658
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 8], ["contributor_role", "translator"], ["LIMIT", 1]]
139659
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 8], ["contributor_role", "translator"], ["LIMIT", 1]]
139660
+  (0.3ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 8], ["contributor_role", "translator"]]
139661
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_interview.html.haml (Duration: 9.2ms | Allocations: 1213)
139662
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 9], ["contributor_role", "editor"], ["LIMIT", 1]]
139663
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 9], ["contributor_role", "compiler"], ["LIMIT", 1]]
139664
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 9], ["contributor_role", "compiler"], ["LIMIT", 1]]
139665
+  (0.3ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 9], ["contributor_role", "compiler"]]
139666
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 9], ["contributor_role", "translator"], ["LIMIT", 1]]
139667
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 9], ["contributor_role", "author"], ["LIMIT", 1]]
139668
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_periodical.html.haml (Duration: 10.7ms | Allocations: 1233)
139669
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 10], ["contributor_role", "editor"], ["LIMIT", 1]]
139670
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 10], ["contributor_role", "compiler"], ["LIMIT", 1]]
139671
+ WorksCited::Contributor Exists? (0.4ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 10], ["contributor_role", "translator"], ["LIMIT", 1]]
139672
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 10], ["contributor_role", "author"], ["LIMIT", 1]]
139673
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 10], ["contributor_role", "author"], ["LIMIT", 1]]
139674
+  (0.1ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 10], ["contributor_role", "author"]]
139675
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_electronic.html.haml (Duration: 8.0ms | Allocations: 1267)
139676
+ WorksCited::Contributor Exists? (0.4ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 11], ["contributor_role", "author"], ["LIMIT", 1]]
139677
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 11], ["contributor_role", "editor"], ["LIMIT", 1]]
139678
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 11], ["contributor_role", "compiler"], ["LIMIT", 1]]
139679
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 11], ["contributor_role", "compiler"], ["LIMIT", 1]]
139680
+  (0.1ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 11], ["contributor_role", "compiler"]]
139681
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 11], ["contributor_role", "translator"], ["LIMIT", 1]]
139682
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_interview.html.haml (Duration: 5.6ms | Allocations: 1212)
139683
+ WorksCited::Contributor Exists? (0.4ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 12], ["contributor_role", "receiver"], ["LIMIT", 1]]
139684
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 12], ["contributor_role", "editor"], ["LIMIT", 1]]
139685
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 12], ["contributor_role", "compiler"], ["LIMIT", 1]]
139686
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 12], ["contributor_role", "compiler"], ["LIMIT", 1]]
139687
+  (0.1ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 12], ["contributor_role", "compiler"]]
139688
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 12], ["contributor_role", "translator"], ["LIMIT", 1]]
139689
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 12], ["contributor_role", "author"], ["LIMIT", 1]]
139690
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_email.html.haml (Duration: 10.1ms | Allocations: 3814)
139691
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 13], ["contributor_role", "author"], ["LIMIT", 1]]
139692
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 13], ["contributor_role", "editor"], ["LIMIT", 1]]
139693
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 13], ["contributor_role", "editor"], ["LIMIT", 1]]
139694
+  (0.1ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 13], ["contributor_role", "editor"]]
139695
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 13], ["contributor_role", "compiler"], ["LIMIT", 1]]
139696
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 13], ["contributor_role", "translator"], ["LIMIT", 1]]
139697
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_book.html.haml (Duration: 5.8ms | Allocations: 1207)
139698
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 14], ["contributor_role", "author"], ["LIMIT", 1]]
139699
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 14], ["contributor_role", "editor"], ["LIMIT", 1]]
139700
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 14], ["contributor_role", "compiler"], ["LIMIT", 1]]
139701
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 14], ["contributor_role", "compiler"], ["LIMIT", 1]]
139702
+  (0.1ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 14], ["contributor_role", "compiler"]]
139703
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 14], ["contributor_role", "translator"], ["LIMIT", 1]]
139704
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_book.html.haml (Duration: 4.9ms | Allocations: 1206)
139705
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 15], ["contributor_role", "author"], ["LIMIT", 1]]
139706
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 15], ["contributor_role", "author"], ["LIMIT", 1]]
139707
+  (0.1ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 15], ["contributor_role", "author"]]
139708
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 15], ["contributor_role", "editor"], ["LIMIT", 1]]
139709
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 15], ["contributor_role", "compiler"], ["LIMIT", 1]]
139710
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 15], ["contributor_role", "translator"], ["LIMIT", 1]]
139711
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_book.html.haml (Duration: 5.2ms | Allocations: 1206)
139712
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/_list.html.haml (Duration: 159.6ms | Allocations: 39746)
139713
+ TRANSACTION (0.4ms) rollback transaction
139714
+ TRANSACTION (0.1ms) begin transaction
139715
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139716
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Exercitationem Vel Assumenda Deleniti Quo"], ["description", "Vero tempore sint. Corrupti occaecati ut. Alias eligendi deserunt.\nNatus temporibus sequi. Voluptatem quia dolor. Autem deserunt omnis.\nPerferendis sint possimus. Voluptatem similique a. Ipsam et ut.\nVelit voluptas id. Atque vero magni. Et omnis cum.\nQuia facere et. Id et dolore. Et vel doloremque."], ["created_at", "2021-09-10 21:39:01.741590"], ["updated_at", "2021-09-10 21:39:01.741590"]]
139717
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139718
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139719
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", ""], ["title", "Chaos: Making a New Science"], ["container_title", "The Waste Land"], ["publisher", "Penguin"], ["city", ""], ["year", "1987"], ["pages", ""], ["url", ""], ["published_at", "2020-09-10 21:39:01.747388"], ["accessed_at", "2021-08-10 21:39:01.747570"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.748904"], ["updated_at", "2021-09-10 21:39:01.748904"]]
139720
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "James"], ["middle", ""], ["last", "Gleick"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.751206"], ["updated_at", "2021-09-10 21:39:01.751206"]]
139721
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139722
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139723
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139724
+  (0.1ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
139725
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139726
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139727
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139728
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_book.html.haml (Duration: 5.4ms | Allocations: 1153)
139729
+ TRANSACTION (0.2ms) rollback transaction
139730
+ TRANSACTION (0.2ms) begin transaction
139731
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139732
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Optio Similique Velit Dolores"], ["description", "Non ut consectetur. Itaque magni minus. A officia amet.\nRepellat saepe vero. Illum enim sed. Neque quasi sed.\nCorporis maiores animi. Necessitatibus error recusandae. Id et sint.\nProvident qui ut. Fuga sed voluptates. Voluptatibus possimus ut."], ["created_at", "2021-09-10 21:39:01.766941"], ["updated_at", "2021-09-10 21:39:01.766941"]]
139733
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139734
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139735
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", ""], ["title", "The Allyn and Bacon Guide to Peer Tutoring"], ["container_title", "The Wind's Twelve Quarters"], ["publisher", "Allyn and Bacon"], ["city", ""], ["year", "2000"], ["pages", ""], ["url", ""], ["published_at", "2020-09-10 21:39:01.773389"], ["accessed_at", "2021-08-10 21:39:01.773566"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.774943"], ["updated_at", "2021-09-10 21:39:01.774943"]]
139736
+ WorksCited::Contributor Create (0.4ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Paula"], ["middle", ""], ["last", "Gillespie"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.777378"], ["updated_at", "2021-09-10 21:39:01.777378"]]
139737
+ WorksCited::Contributor Create (0.1ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Neal"], ["middle", ""], ["last", "Lerner"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.779763"], ["updated_at", "2021-09-10 21:39:01.779763"]]
139738
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139739
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139740
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139741
+  (0.3ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
139742
+ WorksCited::Contributor Load (0.4ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? OFFSET ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1], ["OFFSET", 1]]
139743
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139744
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139745
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139746
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_book.html.haml (Duration: 12.8ms | Allocations: 1335)
139747
+ TRANSACTION (0.3ms) rollback transaction
139748
+ TRANSACTION (0.1ms) begin transaction
139749
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139750
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Quia Officiis Ducimus Ea"], ["description", "Ad tempora commodi. Pariatur tenetur consequatur. Vel et quasi.\nDolores exercitationem nulla. Odit laudantium nesciunt. Sunt quasi a.\nRerum sunt minima. Expedita laboriosam velit. Sapiente dolor veniam.\nOdio velit saepe. Animi vel necessitatibus. Sit ullam eveniet.\nDolores dolor molestiae. Voluptate molestiae optio. Totam odit pariatur."], ["created_at", "2021-09-10 21:39:01.806739"], ["updated_at", "2021-09-10 21:39:01.806739"]]
139751
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139752
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139753
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", ""], ["title", "Writing New Media: Theory and Applications for Expanding the Teaching of Composition"], ["container_title", "The Moving Finger"], ["publisher", "Utah State UP"], ["city", ""], ["year", "2004"], ["pages", ""], ["url", ""], ["published_at", "2020-09-10 21:39:01.813449"], ["accessed_at", "2021-08-10 21:39:01.813631"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.815068"], ["updated_at", "2021-09-10 21:39:01.815068"]]
139754
+ WorksCited::Contributor Create (0.4ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Anne Frances"], ["middle", ""], ["last", "Wysocki"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.818336"], ["updated_at", "2021-09-10 21:39:01.818336"]]
139755
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Neal"], ["middle", ""], ["last", "Xerner"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.820927"], ["updated_at", "2021-09-10 21:39:01.820927"]]
139756
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Another"], ["middle", ""], ["last", "Zauthor"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.823365"], ["updated_at", "2021-09-10 21:39:01.823365"]]
139757
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139758
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139759
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139760
+  (0.1ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
139761
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139762
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139763
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139764
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_book.html.haml (Duration: 5.9ms | Allocations: 1155)
139765
+ TRANSACTION (0.2ms) rollback transaction
139766
+ TRANSACTION (0.1ms) begin transaction
139767
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139768
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Explicabo"], ["description", "Voluptatem molestiae officiis. Laboriosam sunt vitae. Dolores laborum recusandae."], ["created_at", "2021-09-10 21:39:01.838756"], ["updated_at", "2021-09-10 21:39:01.838756"]]
139769
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139770
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139771
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", ""], ["title", "Encyclopedia of Indiana"], ["container_title", "Fame Is the Spur"], ["publisher", "Somerset"], ["city", ""], ["year", "1993"], ["pages", ""], ["url", ""], ["published_at", "2020-09-10 21:39:01.843673"], ["accessed_at", "2021-08-10 21:39:01.843908"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.845163"], ["updated_at", "2021-09-10 21:39:01.845163"]]
139772
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139773
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139774
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139775
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139776
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139777
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_book.html.haml (Duration: 5.7ms | Allocations: 846)
139778
+ TRANSACTION (0.3ms) rollback transaction
139779
+ TRANSACTION (0.2ms) begin transaction
139780
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139781
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Maiores Modi Voluptatum"], ["description", "Ex debitis optio. Sed itaque at. Et ducimus quasi.\nAliquid ea velit. Aut tempore dolor. Tenetur laudantium sit.\nAliquam dolores tempora. Eos molestiae ut. Iste velit et.\nRatione deleniti est. Consequatur ab nihil. Aliquid eligendi enim."], ["created_at", "2021-09-10 21:39:01.865525"], ["updated_at", "2021-09-10 21:39:01.865525"]]
139782
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139783
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139784
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", ""], ["title", "Madness and Civilization: A History of Insanity in the Age of Reason"], ["container_title", "Cabbages and Kings"], ["publisher", "Vintage-Random House"], ["city", ""], ["year", "1988"], ["pages", ""], ["url", ""], ["published_at", "2020-09-10 21:39:01.871492"], ["accessed_at", "2021-08-10 21:39:01.871669"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.873117"], ["updated_at", "2021-09-10 21:39:01.873117"]]
139785
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Michel"], ["middle", ""], ["last", "Foucault"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.875570"], ["updated_at", "2021-09-10 21:39:01.875570"]]
139786
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "Richard"], ["middle", ""], ["last", "Howard"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.877013"], ["updated_at", "2021-09-10 21:39:01.877013"]]
139787
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139788
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139789
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139790
+  (0.3ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
139791
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139792
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139793
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139794
+ WorksCited::Contributor Load (0.3ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139795
+  (0.3ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "translator"]]
139796
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_book.html.haml (Duration: 14.0ms | Allocations: 1457)
139797
+ TRANSACTION (0.3ms) rollback transaction
139798
+ TRANSACTION (0.1ms) begin transaction
139799
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139800
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Ut Tempore"], ["description", "At porro alias. Explicabo accusamus ullam. Provident molestias ut.\nRatione vero dolor. Ea consequatur nobis. Recusandae ex eos."], ["created_at", "2021-09-10 21:39:01.904917"], ["updated_at", "2021-09-10 21:39:01.904917"]]
139801
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139802
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139803
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "periodical"], ["media", ""], ["title", "TV Makes a Too-Close Call"], ["container_title", "Time"], ["publisher", ""], ["city", ""], ["year", ""], ["pages", "pp. 70-71"], ["url", ""], ["published_at", "2000-11-20 00:00:00"], ["accessed_at", "2021-08-10 21:39:01.913537"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.916366"], ["updated_at", "2021-09-10 21:39:01.916366"]]
139804
+ WorksCited::Contributor Create (0.4ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "James"], ["middle", ""], ["last", "Poniewozik"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.920607"], ["updated_at", "2021-09-10 21:39:01.920607"]]
139805
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139806
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139807
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139808
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139809
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139810
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139811
+  (0.3ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
139812
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_periodical.html.haml (Duration: 12.0ms | Allocations: 1233)
139813
+ TRANSACTION (0.3ms) rollback transaction
139814
+ TRANSACTION (0.1ms) begin transaction
139815
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139816
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Cum"], ["description", "Dolores magni inventore. Fugiat soluta illo. Et ut aspernatur.\nCumque facere voluptatibus. Voluptas eum aut. Perferendis aut officia.\nMaxime quaerat soluta. Sit nulla perspiciatis. Delectus ex itaque.\nOptio qui rerum. Ullam ut quia. Est vitae natus."], ["created_at", "2021-09-10 21:39:01.948789"], ["updated_at", "2021-09-10 21:39:01.948789"]]
139817
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139818
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139819
+ WorksCited::Citation Create (0.5ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "periodical"], ["media", ""], ["title", "New Health Center Targets County's Uninsured Patients"], ["container_title", "Washington Post"], ["publisher", ""], ["city", ""], ["year", ""], ["pages", "p. LZ01"], ["url", ""], ["published_at", "2007-05-24 00:00:00"], ["accessed_at", "2021-08-10 21:39:01.957510"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.960287"], ["updated_at", "2021-09-10 21:39:01.960287"]]
139820
+ WorksCited::Contributor Create (0.4ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Bill"], ["middle", ""], ["last", "Brubaker"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.965171"], ["updated_at", "2021-09-10 21:39:01.965171"]]
139821
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139822
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139823
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139824
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139825
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139826
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139827
+  (0.1ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
139828
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_periodical.html.haml (Duration: 6.8ms | Allocations: 1233)
139829
+ TRANSACTION (0.2ms) rollback transaction
139830
+ TRANSACTION (0.2ms) begin transaction
139831
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139832
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Iste"], ["description", "Accusamus suscipit quibusdam. Quidem voluptate magni. Id et repellendus."], ["created_at", "2021-09-10 21:39:01.981549"], ["updated_at", "2021-09-10 21:39:01.981549"]]
139833
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139834
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139835
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "volume", "number", "year", "pages", "url", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "periodical"], ["media", ""], ["title", "Conflicting Nationalisms: The Voice of the Subaltern in Mahasweta Devi's Bashai Tudu"], ["container_title", "Tulsa Studies in Women's Literature"], ["publisher", ""], ["city", ""], ["volume", "vol. 15"], ["number", "no. 1"], ["year", "1996"], ["pages", "pp. 41-50"], ["url", ""], ["accessed_at", "2021-08-10 21:39:01.989763"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:01.992275"], ["updated_at", "2021-09-10 21:39:01.992275"]]
139836
+ WorksCited::Contributor Create (0.4ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Alaknanda"], ["middle", ""], ["last", "Bagchi"], ["suffix", ""], ["created_at", "2021-09-10 21:39:01.996353"], ["updated_at", "2021-09-10 21:39:01.996353"]]
139837
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139838
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139839
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139840
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139841
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139842
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139843
+  (0.1ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
139844
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_periodical.html.haml (Duration: 6.8ms | Allocations: 1230)
139845
+ TRANSACTION (0.2ms) rollback transaction
139846
+ TRANSACTION (0.1ms) begin transaction
139847
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139848
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Similique Necessitatibus Earum Ipsum A"], ["description", "Numquam libero nemo. Eaque recusandae tempora. Et blanditiis ea.\nQuibusdam commodi et. Qui aut saepe. Omnis sint porro.\nAspernatur eos velit. Eaque eum harum. Eos voluptatem odit."], ["created_at", "2021-09-10 21:39:02.016289"], ["updated_at", "2021-09-10 21:39:02.016289"]]
139849
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139850
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139851
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "volume", "number", "year", "pages", "url", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", ""], ["title", "The Purdue OWL Family of Sites"], ["container_title", ""], ["publisher", "The Writing Lab and OWL at Purdue and Purdue U"], ["city", ""], ["volume", ""], ["number", ""], ["year", "2008"], ["pages", ""], ["url", "https://owl.english.purdue.edu/owl"], ["accessed_at", "2008-04-23 00:00:00"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.022215"], ["updated_at", "2021-09-10 21:39:02.022215"]]
139852
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139853
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139854
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139855
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139856
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139857
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_electronic.html.haml (Duration: 5.2ms | Allocations: 881)
139858
+ TRANSACTION (0.2ms) rollback transaction
139859
+ TRANSACTION (0.1ms) begin transaction
139860
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139861
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Quaerat Et Dolor Amet"], ["description", "Dicta et ea. Et consequatur eaque. Nihil incidunt corporis.\nCum autem saepe. Molestias nulla totam. Natus blanditiis totam."], ["created_at", "2021-09-10 21:39:02.037867"], ["updated_at", "2021-09-10 21:39:02.037867"]]
139862
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139863
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139864
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "volume", "number", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", ""], ["title", "Guide to Literary and Critical Theory"], ["container_title", ""], ["publisher", "Purdue U"], ["city", ""], ["volume", ""], ["number", ""], ["year", ""], ["pages", ""], ["url", "http://www.cla.purdue.edu/english/theory/"], ["published_at", "2003-11-28 00:00:00"], ["accessed_at", "2006-05-10 00:00:00"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.047044"], ["updated_at", "2021-09-10 21:39:02.047044"]]
139865
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Dino"], ["middle", ""], ["last", "Felluga"], ["suffix", ""], ["created_at", "2021-09-10 21:39:02.049403"], ["updated_at", "2021-09-10 21:39:02.049403"]]
139866
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139867
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139868
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139869
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139870
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139871
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139872
+  (0.2ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
139873
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_electronic.html.haml (Duration: 5.2ms | Allocations: 1192)
139874
+ TRANSACTION (0.2ms) rollback transaction
139875
+ TRANSACTION (0.2ms) begin transaction
139876
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139877
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Corporis Est"], ["description", "Et molestias nam. Necessitatibus explicabo deserunt. Quibusdam dolorem dolor."], ["created_at", "2021-09-10 21:39:02.063332"], ["updated_at", "2021-09-10 21:39:02.063332"]]
139878
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139879
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139880
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "volume", "number", "year", "pages", "url", "published_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", ""], ["title", "Athlete's Foot - Topic Overview"], ["container_title", "WebMD"], ["publisher", ""], ["city", ""], ["volume", ""], ["number", ""], ["year", ""], ["pages", ""], ["url", "https://www.webmd.com/skin-problems-and-treatments/tc/athletes-foot-topic-overview"], ["published_at", "2014-09-25 00:00:00"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.072010"], ["updated_at", "2021-09-10 21:39:02.072010"]]
139881
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139882
+ WorksCited::Contributor Exists? (0.4ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139883
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139884
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139885
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139886
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_electronic.html.haml (Duration: 6.2ms | Allocations: 941)
139887
+ TRANSACTION (0.2ms) rollback transaction
139888
+ TRANSACTION (0.1ms) begin transaction
139889
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139890
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Illo"], ["description", "Labore architecto et. Amet accusamus sunt. Asperiores atque delectus."], ["created_at", "2021-09-10 21:39:02.090083"], ["updated_at", "2021-09-10 21:39:02.090083"]]
139891
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139892
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139893
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "volume", "number", "year", "pages", "url", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", ""], ["title", "How to Make Vegetarian Chili"], ["container_title", "eHow"], ["publisher", ""], ["city", ""], ["volume", ""], ["number", ""], ["year", ""], ["pages", ""], ["url", "https://www.ehow.com/how_10727_make-vegetarian-chili.html"], ["accessed_at", "2015-07-06 00:00:00"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.098261"], ["updated_at", "2021-09-10 21:39:02.098261"]]
139894
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Susan"], ["middle", ""], ["last", "Lundman"], ["suffix", ""], ["created_at", "2021-09-10 21:39:02.100484"], ["updated_at", "2021-09-10 21:39:02.100484"]]
139895
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139896
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139897
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139898
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139899
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139900
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139901
+  (0.2ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
139902
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_electronic.html.haml (Duration: 5.9ms | Allocations: 1251)
139903
+ TRANSACTION (0.2ms) rollback transaction
139904
+ TRANSACTION (0.1ms) begin transaction
139905
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139906
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Natus Et Voluptates Autem"], ["description", "Et dolorum dolor. Ducimus nemo error. Quia excepturi est.\nBlanditiis placeat alias. Mollitia quia qui. Ea ex autem.\nCorporis molestiae eligendi. Et et et. Officia quia ut.\nInventore adipisci vel. Est quo quibusdam. Sint sit quia."], ["created_at", "2021-09-10 21:39:02.119641"], ["updated_at", "2021-09-10 21:39:02.119641"]]
139907
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139908
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139909
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "volume", "number", "year", "pages", "url", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", "E-book"], ["title", "How to Write a Lot: A Practical Guide to Productive Academic Writing"], ["container_title", ""], ["publisher", "American Psychological Association"], ["city", ""], ["volume", ""], ["number", ""], ["year", "2007"], ["pages", ""], ["url", ""], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.129191"], ["updated_at", "2021-09-10 21:39:02.129191"]]
139910
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Paul"], ["middle", "Joseph"], ["last", "Silva"], ["suffix", ""], ["created_at", "2021-09-10 21:39:02.131761"], ["updated_at", "2021-09-10 21:39:02.131761"]]
139911
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139912
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139913
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139914
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139915
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139916
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139917
+  (0.3ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
139918
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_electronic.html.haml (Duration: 7.3ms | Allocations: 1164)
139919
+ TRANSACTION (0.3ms) rollback transaction
139920
+ TRANSACTION (0.1ms) begin transaction
139921
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139922
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Sit Perspiciatis Nisi Minima Eos"], ["description", "Recusandae in rem. Deserunt ea delectus. Optio earum cupiditate.\nUt ipsam repellat. Minus maxime corporis. Omnis delectus qui."], ["created_at", "2021-09-10 21:39:02.151731"], ["updated_at", "2021-09-10 21:39:02.151731"]]
139923
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139924
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139925
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "volume", "number", "year", "pages", "url", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", "Kindle ed."], ["title", "The Prince"], ["container_title", ""], ["publisher", "Library of Alexandria"], ["city", ""], ["volume", ""], ["number", ""], ["year", "2018"], ["pages", ""], ["url", ""], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.162939"], ["updated_at", "2021-09-10 21:39:02.162939"]]
139926
+ WorksCited::Contributor Create (0.4ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Niccolo"], ["middle", ""], ["last", "Machiavelli"], ["suffix", ""], ["created_at", "2021-09-10 21:39:02.166586"], ["updated_at", "2021-09-10 21:39:02.166586"]]
139927
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "W. K."], ["middle", ""], ["last", "Marriott"], ["suffix", ""], ["created_at", "2021-09-10 21:39:02.169537"], ["updated_at", "2021-09-10 21:39:02.169537"]]
139928
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139929
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139930
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139931
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139932
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139933
+  (0.2ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "translator"]]
139934
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139935
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139936
+  (0.3ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
139937
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_electronic.html.haml (Duration: 14.2ms | Allocations: 1462)
139938
+ TRANSACTION (0.3ms) rollback transaction
139939
+ TRANSACTION (0.1ms) begin transaction
139940
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139941
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Placeat"], ["description", "Magni dolorum corrupti. Eaque dolorem explicabo. Sunt harum voluptas."], ["created_at", "2021-09-10 21:39:02.196067"], ["updated_at", "2021-09-10 21:39:02.196067"]]
139942
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139943
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139944
+ WorksCited::Citation Create (0.5ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "volume", "number", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", ""], ["title", "10 Tips on Writing the Living Web"], ["container_title", "A List Apart: For People Who Make Websites"], ["publisher", ""], ["city", ""], ["volume", ""], ["number", ""], ["year", ""], ["pages", ""], ["url", "http://alistapart.com/article/writeliving"], ["published_at", "2002-08-16 00:00:00"], ["accessed_at", "2009-05-04 00:00:00"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.208270"], ["updated_at", "2021-09-10 21:39:02.208270"]]
139945
+ WorksCited::Contributor Create (0.4ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Mark"], ["middle", ""], ["last", "Bernstein"], ["suffix", ""], ["created_at", "2021-09-10 21:39:02.213199"], ["updated_at", "2021-09-10 21:39:02.213199"]]
139946
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139947
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139948
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139949
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139950
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139951
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139952
+  (0.4ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
139953
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_electronic.html.haml (Duration: 12.9ms | Allocations: 1255)
139954
+ TRANSACTION (0.3ms) rollback transaction
139955
+ TRANSACTION (0.1ms) begin transaction
139956
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139957
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Repellendus"], ["description", "Et ratione eaque. Placeat dolores ut. Itaque est expedita."], ["created_at", "2021-09-10 21:39:02.239001"], ["updated_at", "2021-09-10 21:39:02.239001"]]
139958
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139959
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139960
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "volume", "number", "year", "pages", "url", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", ""], ["title", "Research in Youth Culture and Policy: Current Conditions and Future Directions"], ["container_title", "Social Work and Society: The International Online-Only Journal"], ["publisher", ""], ["city", ""], ["volume", "vol. 6"], ["number", "no. 2"], ["year", "2008"], ["pages", ""], ["url", "http://www.socwork.net/sws/article/view/60/362"], ["accessed_at", "2009-05-20 00:00:00"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.250855"], ["updated_at", "2021-09-10 21:39:02.250855"]]
139961
+ WorksCited::Contributor Create (0.4ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Nadine"], ["middle", ""], ["last", "Dolby"], ["suffix", ""], ["created_at", "2021-09-10 21:39:02.255601"], ["updated_at", "2021-09-10 21:39:02.255601"]]
139962
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139963
+ WorksCited::Contributor Exists? (0.4ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139964
+ WorksCited::Contributor Exists? (0.4ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139965
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139966
+ WorksCited::Contributor Exists? (0.4ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139967
+ WorksCited::Contributor Load (0.3ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139968
+  (0.3ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
139969
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_electronic.html.haml (Duration: 14.6ms | Allocations: 1251)
139970
+ TRANSACTION (0.4ms) rollback transaction
139971
+ TRANSACTION (0.1ms) begin transaction
139972
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139973
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Enim Suscipit Quo"], ["description", "Veniam qui sequi. Consequatur repellat molestias. Est autem aliquam.\nVoluptatem eaque itaque. Autem eligendi explicabo. Officia voluptates praesentium.\nPraesentium reiciendis quia. Iure rerum ratione. Atque delectus eligendi.\nOccaecati nihil sint. Eveniet sit tempore. Accusamus ratione dolorem.\nDolorum vitae cumque. Pariatur qui aliquid. Est consequatur velit."], ["created_at", "2021-09-10 21:39:02.288942"], ["updated_at", "2021-09-10 21:39:02.288942"]]
139974
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139975
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139976
+ WorksCited::Citation Create (0.5ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "volume", "number", "year", "pages", "url", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", ""], ["title", "Investigating Disease Outbreaks Under a Protocol to the Biological and Toxin Weapons Convention"], ["container_title", "Emerging Infectious Diseases"], ["publisher", ""], ["city", ""], ["volume", "vol. 6"], ["number", "no. 6"], ["year", "2000"], ["pages", "pp. 595-600"], ["url", "http://wwwnc.cdc.gov/eid/article/6/6/00-0607_article"], ["accessed_at", "2009-02-08 00:00:00"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.300456"], ["updated_at", "2021-09-10 21:39:02.300456"]]
139977
+ WorksCited::Contributor Create (0.4ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Mark"], ["middle", ""], ["last", "Wheelis"], ["suffix", ""], ["created_at", "2021-09-10 21:39:02.305262"], ["updated_at", "2021-09-10 21:39:02.305262"]]
139978
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139979
+ WorksCited::Contributor Exists? (0.4ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139980
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139981
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139982
+ WorksCited::Contributor Exists? (0.4ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139983
+ WorksCited::Contributor Load (0.3ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
139984
+  (0.3ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
139985
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_electronic.html.haml (Duration: 14.6ms | Allocations: 1252)
139986
+ TRANSACTION (0.3ms) rollback transaction
139987
+ TRANSACTION (0.2ms) begin transaction
139988
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
139989
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Ut Assumenda"], ["description", "Omnis laborum sapiente. Natus consequatur rerum. Veritatis voluptatem aut."], ["created_at", "2021-09-10 21:39:02.332971"], ["updated_at", "2021-09-10 21:39:02.332971"]]
139990
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
139991
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
139992
+ WorksCited::Citation Create (0.5ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "volume", "number", "year", "pages", "url", "online_database", "doi", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", ""], ["title", "Toxicity of Nitrite to Three Species of Freshwater Invertebrates"], ["container_title", "Environmental Toxicology"], ["publisher", ""], ["city", ""], ["volume", "vol. 21"], ["number", "no. 1"], ["year", ""], ["pages", "pp. 90-94"], ["url", ""], ["online_database", "Wiley Online Library"], ["doi", "doi:10.1002/tox.20155"], ["published_at", "2006-02-03 00:00:00"], ["accessed_at", "2009-05-26 00:00:00"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.346812"], ["updated_at", "2021-09-10 21:39:02.346812"]]
139993
+ WorksCited::Contributor Create (0.5ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Julio"], ["middle", "Allen"], ["last", "Camargo"], ["suffix", ""], ["created_at", "2021-09-10 21:39:02.351431"], ["updated_at", "2021-09-10 21:39:02.351431"]]
139994
+ WorksCited::Contributor Create (0.4ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Alvaro"], ["middle", ""], ["last", "Alonso"], ["suffix", ""], ["created_at", "2021-09-10 21:39:02.354858"], ["updated_at", "2021-09-10 21:39:02.354858"]]
139995
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
139996
+ WorksCited::Contributor Exists? (0.4ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
139997
+ WorksCited::Contributor Exists? (0.4ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
139998
+ WorksCited::Contributor Exists? (0.4ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
139999
+ WorksCited::Contributor Exists? (0.5ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
140000
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
140001
+  (0.3ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
140002
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? OFFSET ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1], ["OFFSET", 1]]
140003
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_electronic.html.haml (Duration: 15.0ms | Allocations: 1403)
140004
+ TRANSACTION (0.3ms) rollback transaction
140005
+ TRANSACTION (0.2ms) begin transaction
140006
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140007
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Tenetur Nobis Similique"], ["description", "Qui fugiat ut. Iste nam qui. Quibusdam similique corporis."], ["created_at", "2021-09-10 21:39:02.382594"], ["updated_at", "2021-09-10 21:39:02.382594"]]
140008
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140009
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140010
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "volume", "number", "year", "pages", "url", "online_database", "doi", "published_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "email"], ["media", ""], ["title", "Re: Modernist Literature"], ["container_title", ""], ["publisher", ""], ["city", ""], ["volume", ""], ["number", ""], ["year", ""], ["pages", ""], ["url", ""], ["online_database", ""], ["doi", ""], ["published_at", "2000-11-15 00:00:00"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.394614"], ["updated_at", "2021-09-10 21:39:02.394614"]]
140011
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Andrew"], ["middle", ""], ["last", "Kunka"], ["suffix", ""], ["created_at", "2021-09-10 21:39:02.397749"], ["updated_at", "2021-09-10 21:39:02.397749"]]
140012
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "receiver"], ["first", "John"], ["middle", ""], ["last", "Watts"], ["suffix", ""], ["created_at", "2021-09-10 21:39:02.399325"], ["updated_at", "2021-09-10 21:39:02.399325"]]
140013
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140014
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "receiver"], ["LIMIT", 1]]
140015
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "receiver"], ["LIMIT", 1]]
140016
+  (0.2ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "receiver"]]
140017
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
140018
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
140019
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
140020
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
140021
+ WorksCited::Contributor Load (0.3ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
140022
+  (0.2ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
140023
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_email.html.haml (Duration: 13.4ms | Allocations: 1697)
140024
+ TRANSACTION (0.2ms) rollback transaction
140025
+ TRANSACTION (0.2ms) begin transaction
140026
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140027
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Voluptates Quod"], ["description", "In illum eos. Rerum et quia. Consectetur voluptate eum.\nEst quod sapiente. Consequuntur sunt eum. Dolorum excepturi qui.\nEt deserunt ipsa. Voluptas natus officiis. In neque velit.\nRem enim et. Laborum eos eum. A nihil qui."], ["created_at", "2021-09-10 21:39:02.440732"], ["updated_at", "2021-09-10 21:39:02.440732"]]
140028
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140029
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140030
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "volume", "number", "year", "pages", "url", "online_database", "doi", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "email"], ["media", ""], ["title", "Re: Best Strategy: Fenced Pastures vs. Max Number of Rooms?"], ["container_title", "BoardGameGeek"], ["publisher", ""], ["city", ""], ["volume", ""], ["number", ""], ["year", ""], ["pages", ""], ["url", "https://boardgamegeek.com/thread/343929/best-strategy-fenced-pastures-vs-max-number-rooms"], ["online_database", ""], ["doi", ""], ["published_at", "2008-09-29 00:00:00"], ["accessed_at", "2009-04-05 00:00:00"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.450805"], ["updated_at", "2021-09-10 21:39:02.450805"]]
140031
+ WorksCited::Contributor Create (0.4ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "handle", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Sal"], ["middle", ""], ["last", "Hernandez"], ["suffix", ""], ["handle", "Salmar1515"], ["created_at", "2021-09-10 21:39:02.454050"], ["updated_at", "2021-09-10 21:39:02.454050"]]
140032
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140033
+ WorksCited::Contributor Exists? (0.4ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "receiver"], ["LIMIT", 1]]
140034
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
140035
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
140036
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
140037
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
140038
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
140039
+  (0.1ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
140040
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_email.html.haml (Duration: 10.6ms | Allocations: 1427)
140041
+ TRANSACTION (0.2ms) rollback transaction
140042
+ TRANSACTION (0.1ms) begin transaction
140043
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140044
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Odio"], ["description", "Nulla aut voluptas. Temporibus aliquam corrupti. Ea nihil non.\nSit aut voluptas. Tempora temporibus omnis. Praesentium laborum ad.\nOfficia doloremque doloribus. Aut totam est. Nam temporibus harum.\nIure maiores molestiae. Voluptas tempore ut. Quidem aperiam repellat.\nSoluta dolor itaque. Consequatur magnam quia. A quis ducimus."], ["created_at", "2021-09-10 21:39:02.480879"], ["updated_at", "2021-09-10 21:39:02.480879"]]
140045
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140046
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140047
+ WorksCited::Citation Create (0.5ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "volume", "number", "year", "pages", "url", "online_database", "doi", "published_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "tweet"], ["media", ""], ["title", "SC demonstrated why all the debates are the engines of this campaign."], ["container_title", "Twitter"], ["publisher", ""], ["city", ""], ["volume", ""], ["number", ""], ["year", ""], ["pages", ""], ["url", "https://twitter.com/tombrokaw/status/160996868971704320"], ["online_database", ""], ["doi", ""], ["published_at", "2012-01-22 03:06:00"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.492337"], ["updated_at", "2021-09-10 21:39:02.492337"]]
140048
+ WorksCited::Contributor Create (0.4ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "handle", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", ""], ["middle", ""], ["last", ""], ["suffix", ""], ["handle", "tombrokaw"], ["created_at", "2021-09-10 21:39:02.497023"], ["updated_at", "2021-09-10 21:39:02.497023"]]
140049
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140050
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "receiver"], ["LIMIT", 1]]
140051
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
140052
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
140053
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_tweet.html.haml (Duration: 12.6ms | Allocations: 2600)
140054
+ TRANSACTION (0.3ms) rollback transaction
140055
+ TRANSACTION (0.2ms) begin transaction
140056
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140057
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Omnis"], ["description", "Vitae suscipit harum. Possimus omnis quisquam. Amet est ratione.\nVel eligendi blanditiis. Illo nobis eligendi. Architecto repellendus sit.\nQui molestiae laborum. Et ducimus voluptas. Quia et nulla."], ["created_at", "2021-09-10 21:39:02.525590"], ["updated_at", "2021-09-10 21:39:02.525590"]]
140058
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140059
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140060
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", "print"], ["title", "In a Glass Darkly"], ["container_title", "Consider the Lilies"], ["publisher", "SAGE Publications"], ["city", "Bechtelartown"], ["year", "1932"], ["pages", "pp. 145-6"], ["url", "http://torphy-conroy.com/lakenya"], ["published_at", "2020-09-10 21:39:02.533933"], ["accessed_at", "2021-08-10 21:39:02.534203"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.535983"], ["updated_at", "2021-09-10 21:39:02.535983"]]
140061
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140062
+ WorksCited::Contributor Load (0.4ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC [["works_cited_citation_id", 1], ["contributor_role", "author"]]
140063
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140064
+ WorksCited::Contributor Create (0.4ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Joseph"], ["middle", "James"], ["last", "Jackson"], ["suffix", "Jr."], ["created_at", "2021-09-10 21:39:02.546674"], ["updated_at", "2021-09-10 21:39:02.546674"]]
140065
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140066
+ WorksCited::Contributor Load (0.3ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
140067
+  (0.4ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
140068
+ TRANSACTION (0.4ms) rollback transaction
140069
+ TRANSACTION (0.1ms) begin transaction
140070
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140071
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Accusantium"], ["description", "Ratione incidunt eum. Sit dolore beatae. Qui voluptatem excepturi.\nError est iure. Sunt exercitationem distinctio. Officiis soluta voluptatibus."], ["created_at", "2021-09-10 21:39:02.564648"], ["updated_at", "2021-09-10 21:39:02.564648"]]
140072
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140073
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140074
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "email"], ["media", "print"], ["title", "The Glory and the Dream"], ["container_title", "In Dubious Battle"], ["publisher", "John Blake Publishing"], ["city", "Leonport"], ["year", "1959"], ["pages", "pp. 145-6"], ["url", "http://nader.com/carolin_beier"], ["published_at", "2020-09-10 21:39:02.571744"], ["accessed_at", "2021-08-10 21:39:02.571975"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.573476"], ["updated_at", "2021-09-10 21:39:02.573476"]]
140075
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140076
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC [["works_cited_citation_id", 1], ["contributor_role", "author"]]
140077
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140078
+ WorksCited::Contributor Create (0.4ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Joseph"], ["middle", "James"], ["last", "Jackson"], ["suffix", "Jr."], ["created_at", "2021-09-10 21:39:02.583443"], ["updated_at", "2021-09-10 21:39:02.583443"]]
140079
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140080
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140081
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Susan"], ["middle", "Sara"], ["last", "Sorenson"], ["suffix", "Sr."], ["created_at", "2021-09-10 21:39:02.589756"], ["updated_at", "2021-09-10 21:39:02.589756"]]
140082
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140083
+ WorksCited::Contributor Load (0.4ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
140084
+  (0.3ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
140085
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? OFFSET ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1], ["OFFSET", 1]]
140086
+ TRANSACTION (0.3ms) rollback transaction
140087
+ TRANSACTION (0.1ms) begin transaction
140088
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140089
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Et Alias"], ["description", "Doloremque dolorem quia. Eos est voluptatem. Delectus iure voluptatem.\nExercitationem numquam quod. Sapiente et ex. Dolorum ea adipisci."], ["created_at", "2021-09-10 21:39:02.606138"], ["updated_at", "2021-09-10 21:39:02.606138"]]
140090
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140091
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140092
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", "print"], ["title", "Infinite Jest"], ["container_title", "In a Glass Darkly"], ["publisher", "Shire Books"], ["city", "Flatleymouth"], ["year", "1994"], ["pages", "pp. 145-6"], ["url", "http://volkman.io/tobias"], ["published_at", "2020-09-10 21:39:02.611969"], ["accessed_at", "2021-08-10 21:39:02.612256"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.613691"], ["updated_at", "2021-09-10 21:39:02.613691"]]
140093
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140094
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC [["works_cited_citation_id", 1], ["contributor_role", "author"]]
140095
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140096
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Joseph"], ["middle", "James"], ["last", "Jackson"], ["suffix", "Jr."], ["created_at", "2021-09-10 21:39:02.621036"], ["updated_at", "2021-09-10 21:39:02.621036"]]
140097
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140098
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140099
+ WorksCited::Contributor Create (0.1ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Susan"], ["middle", "Sara"], ["last", "Sorenson"], ["suffix", "Sr."], ["created_at", "2021-09-10 21:39:02.623721"], ["updated_at", "2021-09-10 21:39:02.623721"]]
140100
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140101
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140102
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Lara"], ["middle", ""], ["last", "Lovelace"], ["suffix", ""], ["created_at", "2021-09-10 21:39:02.626219"], ["updated_at", "2021-09-10 21:39:02.626219"]]
140103
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140104
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
140105
+  (0.2ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
140106
+ TRANSACTION (0.2ms) rollback transaction
140107
+ TRANSACTION (0.1ms) begin transaction
140108
+ TRANSACTION (0.2ms) rollback transaction
140109
+ TRANSACTION (0.1ms) begin transaction
140110
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140111
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Voluptas Deserunt Nisi Laboriosam Ea"], ["description", "Et mollitia sequi. Totam aut dolorem. Quos inventore est.\nError sunt est. Sed aut totam. Esse amet ad.\nDelectus non vero. Ab suscipit iusto. Ut rerum doloribus."], ["created_at", "2021-09-10 21:39:02.679385"], ["updated_at", "2021-09-10 21:39:02.679385"]]
140112
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140113
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140114
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", "print"], ["title", "Moab Is My Washpot"], ["container_title", "Beneath the Bleeding"], ["publisher", "ECW Press"], ["city", "Jerdeton"], ["year", "1961"], ["pages", "pp. 145-6"], ["url", "http://waelchi.net/shaun_welch"], ["published_at", "2020-09-10 21:39:02.684370"], ["accessed_at", "2021-08-10 21:39:02.684507"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.685459"], ["updated_at", "2021-09-10 21:39:02.685459"]]
140115
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140116
+ TRANSACTION (0.2ms) rollback transaction
140117
+ TRANSACTION (0.1ms) begin transaction
140118
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140119
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Odio Molestiae Aliquam Distinctio Cum"], ["description", "Voluptatem labore beatae. Mollitia nam quis. Corporis non et.\nLibero ab aperiam. Harum cum dicta. Quia fuga consequuntur.\nEum ut eveniet. Incidunt placeat explicabo. Corrupti error ea.\nUnde cum officiis. Perspiciatis perferendis eos. Eveniet aperiam ad.\nVelit sequi qui. Et consequatur consequatur. Sunt sed et."], ["created_at", "2021-09-10 21:39:02.697858"], ["updated_at", "2021-09-10 21:39:02.697858"]]
140120
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140121
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140122
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "periodical"], ["media", "print"], ["title", "That Hideous Strength"], ["container_title", "Time of our Darkness"], ["publisher", "Mandrake of Oxford"], ["city", "Marniefurt"], ["year", "1945"], ["pages", "pp. 145-6"], ["url", "http://franecki.biz/linwood.volkman"], ["published_at", "2020-09-10 21:39:02.705488"], ["accessed_at", "2021-08-10 21:39:02.705733"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.707135"], ["updated_at", "2021-09-10 21:39:02.707135"]]
140123
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140124
+ TRANSACTION (0.2ms) rollback transaction
140125
+ TRANSACTION (0.1ms) begin transaction
140126
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140127
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Molestias Possimus Nihil Et A"], ["description", "Sed sunt vel. Qui fuga omnis. Et ut maiores."], ["created_at", "2021-09-10 21:39:02.714564"], ["updated_at", "2021-09-10 21:39:02.714564"]]
140128
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140129
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140130
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "periodical"], ["media", "print"], ["title", "Quo Vadis"], ["container_title", "Endless Night"], ["publisher", "Borgo Press"], ["city", "Connmouth"], ["year", "1967"], ["pages", "pp. 145-6"], ["url", "http://rutherford-ullrich.biz/joni_ward"], ["published_at", "2020-09-10 21:39:02.720909"], ["accessed_at", "2021-08-10 21:39:02.721080"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.722446"], ["updated_at", "2021-09-10 21:39:02.722446"]]
140131
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140132
+ TRANSACTION (0.2ms) rollback transaction
140133
+ TRANSACTION (0.1ms) begin transaction
140134
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140135
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Est Molestiae Commodi Nisi"], ["description", "Molestias enim voluptatibus. Non minima illum. Sed culpa dolores."], ["created_at", "2021-09-10 21:39:02.731592"], ["updated_at", "2021-09-10 21:39:02.731592"]]
140136
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140137
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140138
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", "print"], ["title", "Beneath the Bleeding"], ["container_title", "His Dark Materials"], ["publisher", "Nonesuch Press"], ["city", "New Dwain"], ["year", "1922"], ["pages", "pp. 145-6"], ["url", "http://fritsch.com/darrell_dach"], ["published_at", "2020-09-10 21:39:02.737674"], ["accessed_at", "2021-08-10 21:39:02.737789"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.738647"], ["updated_at", "2021-09-10 21:39:02.738647"]]
140139
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140140
+ TRANSACTION (0.3ms) rollback transaction
140141
+ TRANSACTION (0.1ms) begin transaction
140142
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140143
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Dolores Qui Sit Ut"], ["description", "Qui minus quisquam. Officia asperiores ex. Labore animi libero.\nEst ipsam rerum. Tempora necessitatibus error. Illum voluptate vel."], ["created_at", "2021-09-10 21:39:02.749496"], ["updated_at", "2021-09-10 21:39:02.749496"]]
140144
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140145
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140146
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", "print"], ["title", "In a Glass Darkly"], ["container_title", "Antic Hay"], ["publisher", "Jaico Publishing House"], ["city", "West Kurtiston"], ["year", "1921"], ["pages", "pp. 145-6"], ["url", "http://collins.info/erwin_simonis"], ["published_at", "2020-09-10 21:39:02.755078"], ["accessed_at", "2021-08-10 21:39:02.755178"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.756137"], ["updated_at", "2021-09-10 21:39:02.756137"]]
140147
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140148
+ TRANSACTION (0.2ms) rollback transaction
140149
+ TRANSACTION (0.1ms) begin transaction
140150
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140151
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Harum Culpa Aut Perferendis"], ["description", "Tempora ducimus unde. Deleniti voluptatem sint. Placeat aut odit.\nIpsam repudiandae debitis. Delectus modi ratione. Ex aliquid explicabo.\nNobis ipsa velit. Quod aperiam et. Dolores qui corrupti."], ["created_at", "2021-09-10 21:39:02.764894"], ["updated_at", "2021-09-10 21:39:02.764894"]]
140152
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140153
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140154
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "interview"], ["media", "print"], ["title", "The Golden Apples of the Sun"], ["container_title", "A Passage to India"], ["publisher", "Berg Publishers"], ["city", "West Lorettebury"], ["year", "1954"], ["pages", "pp. 145-6"], ["url", "http://gibson.net/demetrius"], ["published_at", "2020-09-10 21:39:02.772339"], ["accessed_at", "2021-08-10 21:39:02.772613"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.774210"], ["updated_at", "2021-09-10 21:39:02.774210"]]
140155
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140156
+ TRANSACTION (0.3ms) rollback transaction
140157
+ TRANSACTION (0.2ms) begin transaction
140158
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140159
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Natus Qui Numquam Quis Repudiandae"], ["description", "Ratione nostrum saepe. Sapiente omnis veritatis. Eveniet excepturi iste.\nTempore quidem ducimus. Natus praesentium neque. Excepturi iste perspiciatis.\nSapiente nihil eum. Inventore soluta ut. Veritatis quo excepturi.\nConsectetur natus eligendi. Quia illo vel. Quaerat dolore qui.\nEst optio repudiandae. Rerum omnis harum. Non dolore itaque."], ["created_at", "2021-09-10 21:39:02.790113"], ["updated_at", "2021-09-10 21:39:02.790113"]]
140160
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140161
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140162
+ WorksCited::Citation Create (0.5ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "interview"], ["media", "print"], ["title", "Sleep the Brave"], ["container_title", "Fear and Trembling"], ["publisher", "Holt McDougal"], ["city", "North Isaiahfurt"], ["year", "1981"], ["pages", "pp. 145-6"], ["url", "http://abshire.biz/patti_spinka"], ["published_at", "2020-09-10 21:39:02.798171"], ["accessed_at", "2021-08-10 21:39:02.798476"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.800031"], ["updated_at", "2021-09-10 21:39:02.800031"]]
140163
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140164
+ TRANSACTION (0.3ms) rollback transaction
140165
+ TRANSACTION (0.1ms) begin transaction
140166
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140167
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Ratione Deleniti Iusto Quas Consequatur"], ["description", "Officia voluptatem unde. Mollitia et accusamus. Numquam quia velit.\nEos laborum ut. Natus error eius. Doloremque nulla quibusdam.\nNam ut at. Totam asperiores et. Aut iusto recusandae."], ["created_at", "2021-09-10 21:39:02.815420"], ["updated_at", "2021-09-10 21:39:02.815420"]]
140168
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140169
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140170
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "email"], ["media", "print"], ["title", "Tiger! Tiger!"], ["container_title", "The Needle's Eye"], ["publisher", "Borgo Press"], ["city", "Leonieburgh"], ["year", "1962"], ["pages", "pp. 145-6"], ["url", "http://altenwerth.org/marna"], ["published_at", "2020-09-10 21:39:02.823083"], ["accessed_at", "2021-08-10 21:39:02.823253"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.824441"], ["updated_at", "2021-09-10 21:39:02.824441"]]
140171
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140172
+ TRANSACTION (0.4ms) rollback transaction
140173
+ TRANSACTION (0.2ms) begin transaction
140174
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140175
+ Doodad Create (0.8ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Odio Veniam Consectetur Quo Aut"], ["description", "Fugit nostrum illum. Sit officiis facilis. Aperiam maiores nobis.\nOptio quos adipisci. Necessitatibus ut saepe. Quos quaerat minima.\nAutem quam nobis. In dignissimos laboriosam. Dolorem esse vero.\nExcepturi eos blanditiis. Et non est. Enim eum error.\nEst et quam. Assumenda illum ipsam. Ad excepturi possimus."], ["created_at", "2021-09-10 21:39:02.841468"], ["updated_at", "2021-09-10 21:39:02.841468"]]
140176
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140177
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140178
+ WorksCited::Citation Create (0.6ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "email"], ["media", "print"], ["title", "The Proper Study"], ["container_title", "Vile Bodies"], ["publisher", "Canongate Books"], ["city", "Creminberg"], ["year", "2009"], ["pages", "pp. 145-6"], ["url", "http://flatley-schumm.info/markus_davis"], ["published_at", "2020-09-10 21:39:02.852167"], ["accessed_at", "2021-08-10 21:39:02.852433"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.854235"], ["updated_at", "2021-09-10 21:39:02.854235"]]
140179
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140180
+ TRANSACTION (0.3ms) rollback transaction
140181
+ TRANSACTION (0.1ms) begin transaction
140182
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140183
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Doloremque Ad"], ["description", "Sed deserunt voluptatum. Quia ullam quis. Qui cum et.\nEt voluptas dolor. Necessitatibus occaecati repudiandae. Enim est ipsum.\nOfficia sed voluptatibus. Error praesentium ut. Quod eos qui.\nEt et aut. Necessitatibus voluptas unde. Laborum culpa impedit.\nQuia explicabo perspiciatis. Distinctio ut autem. Debitis explicabo nihil."], ["created_at", "2021-09-10 21:39:02.869928"], ["updated_at", "2021-09-10 21:39:02.869928"]]
140184
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140185
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140186
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", "print"], ["title", "Françoise Sagan"], ["container_title", "Jesting Pilate"], ["publisher", "United States Government Publishing Office"], ["city", "Gorczanyport"], ["year", "1942"], ["pages", "pp. 145-6"], ["url", "http://kub-carter.biz/marc.carroll"], ["published_at", "2020-09-10 21:39:02.874906"], ["accessed_at", "2021-08-10 21:39:02.874998"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.875804"], ["updated_at", "2021-09-10 21:39:02.875804"]]
140187
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140188
+ TRANSACTION (0.2ms) rollback transaction
140189
+ TRANSACTION (0.1ms) begin transaction
140190
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140191
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Culpa Voluptatem"], ["description", "Sequi ea placeat. Perferendis officiis voluptatem. Qui in et.\nVoluptatem a dolores. Et quis pariatur. Voluptatibus dicta labore.\nQuibusdam eligendi aliquid. Quas voluptates itaque. Quae laborum ut.\nSed inventore aliquid. Voluptates pariatur fugiat. Et fuga debitis."], ["created_at", "2021-09-10 21:39:02.914507"], ["updated_at", "2021-09-10 21:39:02.914507"]]
140192
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140193
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140194
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", "print"], ["title", "To Say Nothing of the Dog"], ["container_title", "Consider the Lilies"], ["publisher", "Felony & Mayhem Press"], ["city", "Manhaven"], ["year", "1936"], ["pages", "pp. 145-6"], ["url", "http://dickinson.info/milton.mayer"], ["published_at", "2020-09-10 21:39:02.919906"], ["accessed_at", "2021-08-10 21:39:02.920000"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.920841"], ["updated_at", "2021-09-10 21:39:02.920841"]]
140195
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140196
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140197
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Wilbur"], ["middle", "Considine"], ["last", "Bergstrom"], ["suffix", "II"], ["created_at", "2021-09-10 21:39:02.924995"], ["updated_at", "2021-09-10 21:39:02.924995"]]
140198
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140199
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140200
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["first", "Alton"], ["middle", "Vandervort"], ["last", "Metz"], ["suffix", ""], ["created_at", "2021-09-10 21:39:02.929504"], ["updated_at", "2021-09-10 21:39:02.929504"]]
140201
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140202
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140203
+ WorksCited::Contributor Create (0.1ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["first", "Lillia"], ["middle", "Parisian"], ["last", "Kihn"], ["suffix", "DO"], ["created_at", "2021-09-10 21:39:02.933190"], ["updated_at", "2021-09-10 21:39:02.933190"]]
140204
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140205
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140206
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "Stanton"], ["middle", "Dibbert"], ["last", "Effertz"], ["suffix", ""], ["created_at", "2021-09-10 21:39:02.950898"], ["updated_at", "2021-09-10 21:39:02.950898"]]
140207
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140208
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? AND "works_cited_contributors"."id" = ? LIMIT ? [["contributor_role", "author"], ["id", 1], ["LIMIT", 1]]
140209
+ TRANSACTION (0.3ms) rollback transaction
140210
+ TRANSACTION (0.2ms) begin transaction
140211
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140212
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Praesentium Magni Perspiciatis Expedita Natus"], ["description", "Porro ab et. Est sapiente molestiae. Perspiciatis voluptas ex."], ["created_at", "2021-09-10 21:39:02.974341"], ["updated_at", "2021-09-10 21:39:02.974341"]]
140213
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140214
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140215
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "interview"], ["media", "print"], ["title", "Pale Kings and Princes"], ["container_title", "East of Eden"], ["publisher", "George Routledge & Sons"], ["city", "Lake Francis"], ["year", "1980"], ["pages", "pp. 145-6"], ["url", "http://ledner.org/hosea.beier"], ["published_at", "2020-09-10 21:39:02.981413"], ["accessed_at", "2021-08-10 21:39:02.981530"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:02.982754"], ["updated_at", "2021-09-10 21:39:02.982754"]]
140216
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140217
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140218
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Ranee"], ["middle", ""], ["last", "Metz"], ["suffix", "I"], ["created_at", "2021-09-10 21:39:02.987996"], ["updated_at", "2021-09-10 21:39:02.987996"]]
140219
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140220
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140221
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["first", "Clay"], ["middle", ""], ["last", "Gerlach"], ["suffix", ""], ["created_at", "2021-09-10 21:39:02.991563"], ["updated_at", "2021-09-10 21:39:02.991563"]]
140222
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140223
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140224
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["first", "Jeffry"], ["middle", "Macejkovic"], ["last", "Batz"], ["suffix", ""], ["created_at", "2021-09-10 21:39:02.996066"], ["updated_at", "2021-09-10 21:39:02.996066"]]
140225
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140226
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140227
+ WorksCited::Contributor Create (0.1ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "Rea"], ["middle", ""], ["last", "Prohaska"], ["suffix", ""], ["created_at", "2021-09-10 21:39:02.999582"], ["updated_at", "2021-09-10 21:39:02.999582"]]
140228
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140229
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? AND "works_cited_contributors"."id" = ? LIMIT ? [["contributor_role", "author"], ["id", 2], ["LIMIT", 1]]
140230
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC [["contributor_role", "author"]]
140231
+ TRANSACTION (0.2ms) rollback transaction
140232
+ TRANSACTION (0.1ms) begin transaction
140233
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140234
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Quas"], ["description", "Dolorem amet sunt. Ea quia asperiores. Inventore quo quo.\nTenetur soluta alias. Odit deserunt nemo. Aut repudiandae nobis."], ["created_at", "2021-09-10 21:39:03.008989"], ["updated_at", "2021-09-10 21:39:03.008989"]]
140235
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140236
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140237
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", "print"], ["title", "The Last Enemy"], ["container_title", "Bury My Heart at Wounded Knee"], ["publisher", "Atlas Press"], ["city", "Lake Michael"], ["year", "1955"], ["pages", "pp. 145-6"], ["url", "http://crist.info/manuel"], ["published_at", "2020-09-10 21:39:03.015584"], ["accessed_at", "2021-08-10 21:39:03.015680"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.016554"], ["updated_at", "2021-09-10 21:39:03.016554"]]
140238
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140239
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140240
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Rolf"], ["middle", "Stiedemann"], ["last", "Lakin"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.020625"], ["updated_at", "2021-09-10 21:39:03.020625"]]
140241
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140242
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140243
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["first", "Valentin"], ["middle", ""], ["last", "Williamson"], ["suffix", "Sr."], ["created_at", "2021-09-10 21:39:03.023510"], ["updated_at", "2021-09-10 21:39:03.023510"]]
140244
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140245
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140246
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["first", "Marti"], ["middle", "Kautzer"], ["last", "Dare"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.028355"], ["updated_at", "2021-09-10 21:39:03.028355"]]
140247
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140248
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140249
+ WorksCited::Contributor Create (0.1ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "Dean"], ["middle", ""], ["last", "Pfannerstill"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.032657"], ["updated_at", "2021-09-10 21:39:03.032657"]]
140250
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140251
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? AND "works_cited_contributors"."id" = ? LIMIT ? [["contributor_role", "author"], ["id", 3], ["LIMIT", 1]]
140252
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC [["contributor_role", "author"]]
140253
+ TRANSACTION (0.2ms) rollback transaction
140254
+ TRANSACTION (0.1ms) begin transaction
140255
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140256
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Ipsa Quam Non Dolores"], ["description", "Quia maiores ipsam. Eligendi qui fugiat. Assumenda minima voluptatem.\nQuia iste et. Odit nihil voluptatem. Et qui ut.\nEius rerum quas. Eos aut libero. Maiores quo assumenda.\nDolores debitis mollitia. Nesciunt animi nobis. Quidem eligendi sunt."], ["created_at", "2021-09-10 21:39:03.041881"], ["updated_at", "2021-09-10 21:39:03.041881"]]
140257
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140258
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140259
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "email"], ["media", "print"], ["title", "Beneath the Bleeding"], ["container_title", "A Monstrous Regiment of Women"], ["publisher", "Harvard University Press"], ["city", "Predovicfurt"], ["year", "1985"], ["pages", "pp. 145-6"], ["url", "http://thompson.co/gil"], ["published_at", "2020-09-10 21:39:03.048962"], ["accessed_at", "2021-08-10 21:39:03.049129"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.050117"], ["updated_at", "2021-09-10 21:39:03.050117"]]
140260
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140261
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140262
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Klara"], ["middle", ""], ["last", "Von"], ["suffix", "DDS"], ["created_at", "2021-09-10 21:39:03.054765"], ["updated_at", "2021-09-10 21:39:03.054765"]]
140263
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140264
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140265
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["first", "Birdie"], ["middle", ""], ["last", "Aufderhar"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.058619"], ["updated_at", "2021-09-10 21:39:03.058619"]]
140266
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140267
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140268
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["first", "Iluminada"], ["middle", ""], ["last", "Johns"], ["suffix", "V"], ["created_at", "2021-09-10 21:39:03.064127"], ["updated_at", "2021-09-10 21:39:03.064127"]]
140269
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140270
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140271
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "Maurice"], ["middle", ""], ["last", "Graham"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.068027"], ["updated_at", "2021-09-10 21:39:03.068027"]]
140272
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140273
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? AND "works_cited_contributors"."id" = ? LIMIT ? [["contributor_role", "author"], ["id", 4], ["LIMIT", 1]]
140274
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC [["contributor_role", "author"]]
140275
+ TRANSACTION (0.3ms) rollback transaction
140276
+ TRANSACTION (0.1ms) begin transaction
140277
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140278
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Nesciunt Laudantium Eum"], ["description", "Iste omnis dolores. Qui non dolorum. Qui porro sed.\nPraesentium exercitationem corrupti. Ea vitae necessitatibus. Iusto ut ducimus.\nMollitia sit necessitatibus. Deleniti sunt sapiente. Ut nesciunt rerum.\nAut voluptatibus fugit. Aut deserunt dolore. Debitis aperiam nisi.\nConsectetur optio molestiae. Possimus iusto dolore. Repudiandae est sapiente."], ["created_at", "2021-09-10 21:39:03.082322"], ["updated_at", "2021-09-10 21:39:03.082322"]]
140279
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140280
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140281
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", "print"], ["title", "Beyond the Mexique Bay"], ["container_title", "Fame Is the Spur"], ["publisher", "Kensington Books"], ["city", "Lake Liliana"], ["year", "1959"], ["pages", "pp. 145-6"], ["url", "http://hartmann-batz.co/lucina.kunze"], ["published_at", "2020-09-10 21:39:03.088537"], ["accessed_at", "2021-08-10 21:39:03.088732"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.090250"], ["updated_at", "2021-09-10 21:39:03.090250"]]
140282
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140283
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140284
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Brock"], ["middle", "Rogahn"], ["last", "Strosin"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.096372"], ["updated_at", "2021-09-10 21:39:03.096372"]]
140285
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140286
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140287
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["first", "Mayme"], ["middle", "Yost"], ["last", "Smith"], ["suffix", "LLD"], ["created_at", "2021-09-10 21:39:03.100879"], ["updated_at", "2021-09-10 21:39:03.100879"]]
140288
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140289
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140290
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["first", "Mariano"], ["middle", ""], ["last", "Lang"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.105255"], ["updated_at", "2021-09-10 21:39:03.105255"]]
140291
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140292
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140293
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "Galen"], ["middle", ""], ["last", "Wyman"], ["suffix", "III"], ["created_at", "2021-09-10 21:39:03.110746"], ["updated_at", "2021-09-10 21:39:03.110746"]]
140294
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140295
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? AND "works_cited_contributors"."id" = ? LIMIT ? [["contributor_role", "editor"], ["id", 1], ["LIMIT", 1]]
140296
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC [["contributor_role", "editor"]]
140297
+ TRANSACTION (0.2ms) rollback transaction
140298
+ TRANSACTION (0.1ms) begin transaction
140299
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140300
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Omnis Et Perspiciatis Ea"], ["description", "Pariatur facilis vitae. Atque incidunt fuga. Eligendi vero dolorem.\nLabore iste dolores. Beatae soluta aspernatur. Dolor tempore earum."], ["created_at", "2021-09-10 21:39:03.121872"], ["updated_at", "2021-09-10 21:39:03.121872"]]
140301
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140302
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140303
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "periodical"], ["media", "print"], ["title", "Moab Is My Washpot"], ["container_title", "Let Us Now Praise Famous Men"], ["publisher", "Cambridge University Press"], ["city", "West Karlmouth"], ["year", "1945"], ["pages", "pp. 145-6"], ["url", "http://klocko-wyman.org/randal.grady"], ["published_at", "2020-09-10 21:39:03.128789"], ["accessed_at", "2021-08-10 21:39:03.129052"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.130669"], ["updated_at", "2021-09-10 21:39:03.130669"]]
140304
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140305
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140306
+ WorksCited::Contributor Create (0.4ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Willene"], ["middle", "Jakubowski"], ["last", "Cummerata"], ["suffix", "Ret."], ["created_at", "2021-09-10 21:39:03.138384"], ["updated_at", "2021-09-10 21:39:03.138384"]]
140307
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140308
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140309
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["first", "Vivan"], ["middle", ""], ["last", "Daugherty"], ["suffix", "PhD"], ["created_at", "2021-09-10 21:39:03.145207"], ["updated_at", "2021-09-10 21:39:03.145207"]]
140310
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140311
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140312
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["first", "Andra"], ["middle", "Jacobs"], ["last", "Medhurst"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.151174"], ["updated_at", "2021-09-10 21:39:03.151174"]]
140313
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140314
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140315
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "Doreen"], ["middle", "Huel"], ["last", "Harber"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.156346"], ["updated_at", "2021-09-10 21:39:03.156346"]]
140316
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140317
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? AND "works_cited_contributors"."id" = ? LIMIT ? [["contributor_role", "editor"], ["id", 2], ["LIMIT", 1]]
140318
+ TRANSACTION (0.3ms) rollback transaction
140319
+ TRANSACTION (0.2ms) begin transaction
140320
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140321
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Saepe Dolore Adipisci Alias Quis"], ["description", "Sint enim eaque. Suscipit aliquam modi. Cupiditate nulla sapiente.\nAtque soluta perferendis. Qui et iste. Pariatur ad in.\nAssumenda magnam fugiat. Sint et aut. Qui odit aut.\nDebitis molestiae voluptates. Voluptatem dignissimos nihil. Occaecati voluptatibus at."], ["created_at", "2021-09-10 21:39:03.171656"], ["updated_at", "2021-09-10 21:39:03.171656"]]
140322
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140323
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140324
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "tweet"], ["media", "print"], ["title", "Things Fall Apart"], ["container_title", "A Many-Splendoured Thing"], ["publisher", "Cambridge University Press"], ["city", "Lake Bobbiemouth"], ["year", "1941"], ["pages", "pp. 145-6"], ["url", "http://gutmann.info/sherman_hammes"], ["published_at", "2020-09-10 21:39:03.179787"], ["accessed_at", "2021-08-10 21:39:03.180104"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.181551"], ["updated_at", "2021-09-10 21:39:03.181551"]]
140325
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140326
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140327
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Dwayne"], ["middle", ""], ["last", "Buckridge"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.186567"], ["updated_at", "2021-09-10 21:39:03.186567"]]
140328
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140329
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140330
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["first", "Rosy"], ["middle", ""], ["last", "Bode"], ["suffix", "DDS"], ["created_at", "2021-09-10 21:39:03.191150"], ["updated_at", "2021-09-10 21:39:03.191150"]]
140331
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140332
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140333
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["first", "Alonzo"], ["middle", "Klocko"], ["last", "Ruecker"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.197184"], ["updated_at", "2021-09-10 21:39:03.197184"]]
140334
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140335
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140336
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "Lurline"], ["middle", ""], ["last", "Barton"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.202028"], ["updated_at", "2021-09-10 21:39:03.202028"]]
140337
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140338
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? AND "works_cited_contributors"."id" = ? LIMIT ? [["contributor_role", "editor"], ["id", 3], ["LIMIT", 1]]
140339
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC [["contributor_role", "editor"]]
140340
+ TRANSACTION (0.2ms) rollback transaction
140341
+ TRANSACTION (0.1ms) begin transaction
140342
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140343
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Et Doloremque Voluptatem"], ["description", "Vel nesciunt aperiam. Ducimus accusamus cupiditate. Et dolore id."], ["created_at", "2021-09-10 21:39:03.211310"], ["updated_at", "2021-09-10 21:39:03.211310"]]
140344
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140345
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140346
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", "print"], ["title", "Terrible Swift Sword"], ["container_title", "The Cricket on the Hearth"], ["publisher", "Shoemaker & Hoard Publishers"], ["city", "Lutherland"], ["year", "1999"], ["pages", "pp. 145-6"], ["url", "http://shields.name/harold.macejkovic"], ["published_at", "2020-09-10 21:39:03.218397"], ["accessed_at", "2021-08-10 21:39:03.218580"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.220004"], ["updated_at", "2021-09-10 21:39:03.220004"]]
140347
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140348
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140349
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Chris"], ["middle", ""], ["last", "Spencer"], ["suffix", "DC"], ["created_at", "2021-09-10 21:39:03.224534"], ["updated_at", "2021-09-10 21:39:03.224534"]]
140350
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140351
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140352
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["first", "Jolene"], ["middle", ""], ["last", "Keebler"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.228643"], ["updated_at", "2021-09-10 21:39:03.228643"]]
140353
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140354
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140355
+ WorksCited::Contributor Create (0.1ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["first", "Kandi"], ["middle", ""], ["last", "Conn"], ["suffix", "VM"], ["created_at", "2021-09-10 21:39:03.233006"], ["updated_at", "2021-09-10 21:39:03.233006"]]
140356
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140357
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140358
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "Rodrick"], ["middle", "Gutmann"], ["last", "O'Keefe"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.236154"], ["updated_at", "2021-09-10 21:39:03.236154"]]
140359
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140360
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? AND "works_cited_contributors"."id" = ? LIMIT ? [["contributor_role", "editor"], ["id", 4], ["LIMIT", 1]]
140361
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC [["contributor_role", "editor"]]
140362
+ TRANSACTION (0.2ms) rollback transaction
140363
+ TRANSACTION (0.2ms) begin transaction
140364
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140365
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Tenetur Dolores Quibusdam"], ["description", "Libero a ea. Dolorum eveniet ipsa. Fugit non hic.\nMaiores vero et. Dolor accusantium quia. Rerum unde ea."], ["created_at", "2021-09-10 21:39:03.247159"], ["updated_at", "2021-09-10 21:39:03.247159"]]
140366
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140367
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140368
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "tweet"], ["media", "print"], ["title", "Blue Remembered Earth"], ["container_title", "The Proper Study"], ["publisher", "Eerdmans Publishing"], ["city", "Vennieville"], ["year", "1961"], ["pages", "pp. 145-6"], ["url", "http://schimmel-labadie.io/margret.sanford"], ["published_at", "2020-09-10 21:39:03.253395"], ["accessed_at", "2021-08-10 21:39:03.253488"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.254398"], ["updated_at", "2021-09-10 21:39:03.254398"]]
140369
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140370
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140371
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Emil"], ["middle", ""], ["last", "Yost"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.257984"], ["updated_at", "2021-09-10 21:39:03.257984"]]
140372
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140373
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140374
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["first", "Kieth"], ["middle", ""], ["last", "Stoltenberg"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.261617"], ["updated_at", "2021-09-10 21:39:03.261617"]]
140375
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140376
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140377
+ WorksCited::Contributor Create (0.1ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["first", "Long"], ["middle", "Shanahan"], ["last", "Ziemann"], ["suffix", "Jr."], ["created_at", "2021-09-10 21:39:03.266195"], ["updated_at", "2021-09-10 21:39:03.266195"]]
140378
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140379
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140380
+ WorksCited::Contributor Create (0.1ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "Lou"], ["middle", "Ortiz"], ["last", "Johns"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.269260"], ["updated_at", "2021-09-10 21:39:03.269260"]]
140381
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140382
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? AND "works_cited_contributors"."id" = ? LIMIT ? [["contributor_role", "compiler"], ["id", 1], ["LIMIT", 1]]
140383
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC [["contributor_role", "compiler"]]
140384
+ TRANSACTION (0.2ms) rollback transaction
140385
+ TRANSACTION (0.1ms) begin transaction
140386
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140387
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Aut Adipisci"], ["description", "Vero est ut. Et sit est. Aut architecto nulla.\nDolorem aperiam maiores. Magni ut cupiditate. Numquam mollitia fuga."], ["created_at", "2021-09-10 21:39:03.278703"], ["updated_at", "2021-09-10 21:39:03.278703"]]
140388
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140389
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140390
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "tweet"], ["media", "print"], ["title", "Fame Is the Spur"], ["container_title", "Françoise Sagan"], ["publisher", "Adis International"], ["city", "Gleasonberg"], ["year", "1960"], ["pages", "pp. 145-6"], ["url", "http://langworth-bernier.info/loren_nitzsche"], ["published_at", "2020-09-10 21:39:03.283693"], ["accessed_at", "2021-08-10 21:39:03.283792"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.284627"], ["updated_at", "2021-09-10 21:39:03.284627"]]
140391
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140392
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140393
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Leif"], ["middle", "Bayer"], ["last", "Stracke"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.288194"], ["updated_at", "2021-09-10 21:39:03.288194"]]
140394
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140395
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140396
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["first", "Tenesha"], ["middle", ""], ["last", "Boyer"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.292284"], ["updated_at", "2021-09-10 21:39:03.292284"]]
140397
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140398
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140399
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["first", "Cletus"], ["middle", ""], ["last", "Oberbrunner"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.296546"], ["updated_at", "2021-09-10 21:39:03.296546"]]
140400
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140401
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140402
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "Emmitt"], ["middle", ""], ["last", "Stiedemann"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.301215"], ["updated_at", "2021-09-10 21:39:03.301215"]]
140403
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140404
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? AND "works_cited_contributors"."id" = ? LIMIT ? [["contributor_role", "compiler"], ["id", 2], ["LIMIT", 1]]
140405
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC [["contributor_role", "compiler"]]
140406
+ TRANSACTION (0.3ms) rollback transaction
140407
+ TRANSACTION (0.2ms) begin transaction
140408
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140409
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Voluptatem In Optio Blanditiis Nisi"], ["description", "Modi quo optio. Nemo fuga hic. Qui aut consequuntur.\nPerferendis rem voluptatem. Quia autem aut. Non aut sequi.\nQuia sed temporibus. Id est consectetur. Delectus possimus ipsa."], ["created_at", "2021-09-10 21:39:03.313117"], ["updated_at", "2021-09-10 21:39:03.313117"]]
140410
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140411
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140412
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "periodical"], ["media", "print"], ["title", "To Your Scattered Bodies Go"], ["container_title", "An Instant In The Wind"], ["publisher", "Harcourt Assessment"], ["city", "Port Harris"], ["year", "1964"], ["pages", "pp. 145-6"], ["url", "http://reilly-brown.net/esteban"], ["published_at", "2020-09-10 21:39:03.319511"], ["accessed_at", "2021-08-10 21:39:03.319604"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.320489"], ["updated_at", "2021-09-10 21:39:03.320489"]]
140413
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140414
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140415
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Renaldo"], ["middle", "Kuvalis"], ["last", "Connelly"], ["suffix", "Esq."], ["created_at", "2021-09-10 21:39:03.324948"], ["updated_at", "2021-09-10 21:39:03.324948"]]
140416
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140417
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140418
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["first", "Humberto"], ["middle", "Conroy"], ["last", "McClure"], ["suffix", "Jr."], ["created_at", "2021-09-10 21:39:03.329123"], ["updated_at", "2021-09-10 21:39:03.329123"]]
140419
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140420
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140421
+ WorksCited::Contributor Create (0.1ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["first", "Natalia"], ["middle", ""], ["last", "Schowalter"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.332868"], ["updated_at", "2021-09-10 21:39:03.332868"]]
140422
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140423
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140424
+ WorksCited::Contributor Create (0.1ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "Wen"], ["middle", "Bernhard"], ["last", "Johns"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.335711"], ["updated_at", "2021-09-10 21:39:03.335711"]]
140425
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140426
+ WorksCited::Contributor Exists? (0.1ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? AND "works_cited_contributors"."id" = ? LIMIT ? [["contributor_role", "compiler"], ["id", 3], ["LIMIT", 1]]
140427
+ TRANSACTION (0.2ms) rollback transaction
140428
+ TRANSACTION (0.1ms) begin transaction
140429
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140430
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Esse Deleniti Aliquid"], ["description", "Distinctio sunt eaque. Laudantium odit rerum. Perferendis laborum eaque.\nTempore a et. Et laborum officiis. Quis et esse.\nOmnis excepturi quae. Sed dolor et. Quia praesentium dolores.\nSequi quo nisi. Est molestiae ad. Rerum est numquam.\nVoluptate ratione odit. Ullam similique sint. Doloremque perferendis accusamus."], ["created_at", "2021-09-10 21:39:03.346800"], ["updated_at", "2021-09-10 21:39:03.346800"]]
140431
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140432
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140433
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "interview"], ["media", "print"], ["title", "No Highway"], ["container_title", "Terrible Swift Sword"], ["publisher", "Carlton Books"], ["city", "Stehrmouth"], ["year", "1986"], ["pages", "pp. 145-6"], ["url", "http://hilpert-beier.name/gracia"], ["published_at", "2020-09-10 21:39:03.352646"], ["accessed_at", "2021-08-10 21:39:03.352739"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.353598"], ["updated_at", "2021-09-10 21:39:03.353598"]]
140434
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140435
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140436
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Jules"], ["middle", ""], ["last", "Marquardt"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.357349"], ["updated_at", "2021-09-10 21:39:03.357349"]]
140437
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140438
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140439
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["first", "Leesa"], ["middle", ""], ["last", "Gutkowski"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.361614"], ["updated_at", "2021-09-10 21:39:03.361614"]]
140440
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140441
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140442
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["first", "Melany"], ["middle", "Buckridge"], ["last", "Feest"], ["suffix", "Sr."], ["created_at", "2021-09-10 21:39:03.366880"], ["updated_at", "2021-09-10 21:39:03.366880"]]
140443
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140444
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140445
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "Bradford"], ["middle", "Beahan"], ["last", "Kilback"], ["suffix", "VM"], ["created_at", "2021-09-10 21:39:03.371578"], ["updated_at", "2021-09-10 21:39:03.371578"]]
140446
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140447
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? AND "works_cited_contributors"."id" = ? LIMIT ? [["contributor_role", "compiler"], ["id", 4], ["LIMIT", 1]]
140448
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC [["contributor_role", "compiler"]]
140449
+ TRANSACTION (0.3ms) rollback transaction
140450
+ TRANSACTION (0.1ms) begin transaction
140451
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140452
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Omnis Illum Sunt Fuga Doloribus"], ["description", "Cum est quam. Quibusdam porro vitae. Quis natus totam.\nNon dolores aut. Officiis porro sed. Velit nam provident.\nAdipisci suscipit iste. Aut ut exercitationem. Deserunt necessitatibus rem.\nEx placeat voluptas. Natus quaerat voluptatem. Voluptas voluptatem quos.\nAut ullam sit. Eum modi voluptates. Dolorum velit illum."], ["created_at", "2021-09-10 21:39:03.386881"], ["updated_at", "2021-09-10 21:39:03.386881"]]
140453
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140454
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140455
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", "print"], ["title", "The Far-Distant Oxus"], ["container_title", "Look to Windward"], ["publisher", "Blackie and Son Limited"], ["city", "New Jadestad"], ["year", "1953"], ["pages", "pp. 145-6"], ["url", "http://runolfsdottir.co/alfreda.littel"], ["published_at", "2020-09-10 21:39:03.395263"], ["accessed_at", "2021-08-10 21:39:03.395556"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.397119"], ["updated_at", "2021-09-10 21:39:03.397119"]]
140456
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140457
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140458
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Xavier"], ["middle", ""], ["last", "Roberts"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.403808"], ["updated_at", "2021-09-10 21:39:03.403808"]]
140459
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140460
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140461
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["first", "Michael"], ["middle", "Murazik"], ["last", "Jaskolski"], ["suffix", "DO"], ["created_at", "2021-09-10 21:39:03.410159"], ["updated_at", "2021-09-10 21:39:03.410159"]]
140462
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140463
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140464
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["first", "Edgardo"], ["middle", ""], ["last", "Rogahn"], ["suffix", "MD"], ["created_at", "2021-09-10 21:39:03.416647"], ["updated_at", "2021-09-10 21:39:03.416647"]]
140465
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140466
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140467
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "Cher"], ["middle", ""], ["last", "Crist"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.422593"], ["updated_at", "2021-09-10 21:39:03.422593"]]
140468
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140469
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? AND "works_cited_contributors"."id" = ? LIMIT ? [["contributor_role", "translator"], ["id", 1], ["LIMIT", 1]]
140470
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC [["contributor_role", "translator"]]
140471
+ TRANSACTION (0.3ms) rollback transaction
140472
+ TRANSACTION (0.2ms) begin transaction
140473
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140474
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Ea"], ["description", "Nostrum veniam dolores. Quia ab nihil. Velit deserunt odio."], ["created_at", "2021-09-10 21:39:03.436385"], ["updated_at", "2021-09-10 21:39:03.436385"]]
140475
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140476
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140477
+ WorksCited::Citation Create (0.5ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "interview"], ["media", "print"], ["title", "That Good Night"], ["container_title", "To a God Unknown"], ["publisher", "Bantam Spectra"], ["city", "Mayermouth"], ["year", "1995"], ["pages", "pp. 145-6"], ["url", "http://rosenbaum.org/adriana"], ["published_at", "2020-09-10 21:39:03.444637"], ["accessed_at", "2021-08-10 21:39:03.444915"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.446411"], ["updated_at", "2021-09-10 21:39:03.446411"]]
140478
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140479
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140480
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Issac"], ["middle", "Simonis"], ["last", "Smith"], ["suffix", "DVM"], ["created_at", "2021-09-10 21:39:03.454418"], ["updated_at", "2021-09-10 21:39:03.454418"]]
140481
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140482
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140483
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["first", "Rosy"], ["middle", ""], ["last", "Kling"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.461112"], ["updated_at", "2021-09-10 21:39:03.461112"]]
140484
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140485
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140486
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["first", "Lawrence"], ["middle", ""], ["last", "O'Kon"], ["suffix", "DO"], ["created_at", "2021-09-10 21:39:03.467903"], ["updated_at", "2021-09-10 21:39:03.467903"]]
140487
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140488
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140489
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "Steffanie"], ["middle", ""], ["last", "Dickens"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.473302"], ["updated_at", "2021-09-10 21:39:03.473302"]]
140490
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140491
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? AND "works_cited_contributors"."id" = ? LIMIT ? [["contributor_role", "translator"], ["id", 2], ["LIMIT", 1]]
140492
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC [["contributor_role", "translator"]]
140493
+ TRANSACTION (0.3ms) rollback transaction
140494
+ TRANSACTION (0.1ms) begin transaction
140495
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140496
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Dolores Non Nisi Ullam"], ["description", "Quas unde in. Impedit magnam molestiae. Iste ullam et.\nPossimus et nam. Quis eum quia. Similique voluptatem temporibus.\nDoloremque voluptate vel. Aut et consequatur. Quidem molestias impedit.\nQuos et eius. Ipsa in sint. Fuga rem dicta.\nVelit alias voluptatibus. Dolor cupiditate temporibus. Qui iure enim."], ["created_at", "2021-09-10 21:39:03.490512"], ["updated_at", "2021-09-10 21:39:03.490512"]]
140497
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140498
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140499
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "interview"], ["media", "print"], ["title", "An Instant In The Wind"], ["container_title", "The Soldier's Art"], ["publisher", "Unfinished Monument Press"], ["city", "Danfort"], ["year", "2019"], ["pages", "pp. 145-6"], ["url", "http://daniel-schowalter.net/rodrigo_nienow"], ["published_at", "2020-09-10 21:39:03.497992"], ["accessed_at", "2021-08-10 21:39:03.498219"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.499599"], ["updated_at", "2021-09-10 21:39:03.499599"]]
140500
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140501
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140502
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Del"], ["middle", "Senger"], ["last", "Schoen"], ["suffix", "LLD"], ["created_at", "2021-09-10 21:39:03.506253"], ["updated_at", "2021-09-10 21:39:03.506253"]]
140503
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140504
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140505
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["first", "Dalila"], ["middle", ""], ["last", "Champlin"], ["suffix", "II"], ["created_at", "2021-09-10 21:39:03.512069"], ["updated_at", "2021-09-10 21:39:03.512069"]]
140506
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140507
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140508
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["first", "Brian"], ["middle", ""], ["last", "Dietrich"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.517371"], ["updated_at", "2021-09-10 21:39:03.517371"]]
140509
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140510
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140511
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "Lanie"], ["middle", "Cormier"], ["last", "Roob"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.522626"], ["updated_at", "2021-09-10 21:39:03.522626"]]
140512
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140513
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? AND "works_cited_contributors"."id" = ? LIMIT ? [["contributor_role", "translator"], ["id", 3], ["LIMIT", 1]]
140514
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC [["contributor_role", "translator"]]
140515
+ TRANSACTION (0.3ms) rollback transaction
140516
+ TRANSACTION (0.1ms) begin transaction
140517
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140518
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Placeat Nostrum"], ["description", "Velit aut et. Dolor natus officiis. Et excepturi maiores.\nEum deserunt odit. Facilis ipsa sint. Voluptas laborum numquam."], ["created_at", "2021-09-10 21:39:03.535744"], ["updated_at", "2021-09-10 21:39:03.535744"]]
140519
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140520
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140521
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", "print"], ["title", "Tender Is the Night"], ["container_title", "Vile Bodies"], ["publisher", "Harlequin Enterprises Ltd"], ["city", "New Gwenn"], ["year", "1992"], ["pages", "pp. 145-6"], ["url", "http://okeefe.com/oralee"], ["published_at", "2020-09-10 21:39:03.554213"], ["accessed_at", "2021-08-10 21:39:03.554357"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.555681"], ["updated_at", "2021-09-10 21:39:03.555681"]]
140522
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140523
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140524
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "author"], ["first", "Miles"], ["middle", "Bartell"], ["last", "Hodkiewicz"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.561927"], ["updated_at", "2021-09-10 21:39:03.561927"]]
140525
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140526
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140527
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["first", "Zenia"], ["middle", "Barton"], ["last", "Macejkovic"], ["suffix", ""], ["created_at", "2021-09-10 21:39:03.567770"], ["updated_at", "2021-09-10 21:39:03.567770"]]
140528
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140529
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140530
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["first", "Shanna"], ["middle", "Hammes"], ["last", "Roberts"], ["suffix", "VM"], ["created_at", "2021-09-10 21:39:03.573190"], ["updated_at", "2021-09-10 21:39:03.573190"]]
140531
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140532
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140533
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["first", "Freddy"], ["middle", "Grimes"], ["last", "Dicki"], ["suffix", "Ret."], ["created_at", "2021-09-10 21:39:03.578703"], ["updated_at", "2021-09-10 21:39:03.578703"]]
140534
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140535
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."contributor_role" = ? AND "works_cited_contributors"."id" = ? LIMIT ? [["contributor_role", "translator"], ["id", 4], ["LIMIT", 1]]
140536
+ TRANSACTION (0.3ms) rollback transaction
140537
+ TRANSACTION (0.1ms) begin transaction
140538
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140539
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Occaecati"], ["description", "Repellat velit aliquid. Pariatur nihil autem. Est optio harum.\nEst quia nostrum. Beatae adipisci ut. Quo quae qui."], ["created_at", "2021-09-10 21:39:03.592065"], ["updated_at", "2021-09-10 21:39:03.592065"]]
140540
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140541
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140542
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", "print"], ["title", "Noli Me Tangere"], ["container_title", "Great Work of Time"], ["publisher", "University of Michigan Press"], ["city", "North Ignacioland"], ["year", "1956"], ["pages", "pp. 145-6"], ["url", "http://wisozk.co/elvin.gerlach"], ["published_at", "2020-09-10 21:39:03.599303"], ["accessed_at", "2021-08-10 21:39:03.599515"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.600913"], ["updated_at", "2021-09-10 21:39:03.600913"]]
140543
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140544
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140545
+ WorksCited::Contributor Create (0.2ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["first", "Joseph"], ["middle", "James"], ["last", "Jackson"], ["suffix", "Jr."], ["created_at", "2021-09-10 21:39:03.605948"], ["updated_at", "2021-09-10 21:39:03.605948"]]
140546
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140547
+ TRANSACTION (0.2ms) rollback transaction
140548
+ TRANSACTION (0.1ms) begin transaction
140549
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140550
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Aliquam Consequatur Cumque"], ["description", "Sit voluptas vitae. Cumque mollitia sint. Ea suscipit a.\nVoluptas dolores perspiciatis. Voluptas eos et. Dolorum nesciunt enim.\nVoluptas omnis vel. Maiores rem sunt. Deserunt ut sed.\nMolestias animi repudiandae. Dolorum quia voluptate. Cupiditate doloribus vero.\nVoluptas voluptatibus quidem. Autem rem sit. Consequatur quos sequi."], ["created_at", "2021-09-10 21:39:03.616706"], ["updated_at", "2021-09-10 21:39:03.616706"]]
140551
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140552
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140553
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "email"], ["media", "print"], ["title", "By Grand Central Station I Sat Down and Wept"], ["container_title", "Jacob Have I Loved"], ["publisher", "McClelland and Stewart"], ["city", "West Jayview"], ["year", "2006"], ["pages", "pp. 145-6"], ["url", "http://heidenreich.info/wava"], ["published_at", "2020-09-10 21:39:03.624394"], ["accessed_at", "2021-08-10 21:39:03.624599"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.626033"], ["updated_at", "2021-09-10 21:39:03.626033"]]
140554
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140555
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140556
+ WorksCited::Contributor Create (0.3ms) INSERT INTO "works_cited_contributors" ("works_cited_citation_id", "contributor_role", "first", "middle", "last", "suffix", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["first", "Joseph"], ["middle", "James"], ["last", "Jackson"], ["suffix", "Jr."], ["created_at", "2021-09-10 21:39:03.631893"], ["updated_at", "2021-09-10 21:39:03.631893"]]
140557
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140558
+ TRANSACTION (0.2ms) rollback transaction
140559
+ TRANSACTION (0.1ms) begin transaction
140560
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140561
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Dignissimos"], ["description", "Delectus consequatur quia. Aliquid dolorem reprehenderit. Culpa quaerat dolor.\nBlanditiis perspiciatis tempora. Repellendus rerum aliquam. Eveniet inventore est."], ["created_at", "2021-09-10 21:39:03.647402"], ["updated_at", "2021-09-10 21:39:03.647402"]]
140562
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140563
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140564
+ WorksCited::Citation Create (0.5ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "interview"], ["media", "print"], ["title", "Little Hands Clapping"], ["container_title", "Blood's a Rover"], ["publisher", "University of Nebraska Press"], ["city", "East Mariano"], ["year", "1955"], ["pages", "pp. 145-6"], ["url", "http://hackett-goyette.name/harland"], ["published_at", "2020-09-10 21:39:03.655673"], ["accessed_at", "2021-08-10 21:39:03.655928"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.657306"], ["updated_at", "2021-09-10 21:39:03.657306"]]
140565
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140566
+ Started GET "/works_cited/citations/1" for 127.0.0.1 at 2021-09-10 15:39:03 -0600
140567
+ Processing by WorksCited::CitationsController#show as HTML
140568
+ Parameters: {"id"=>"1"}
140569
+ WorksCited::Citation Load (0.4ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140570
+ Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.4ms | Allocations: 2229)
140571
+ TRANSACTION (0.3ms) rollback transaction
140572
+ TRANSACTION (0.1ms) begin transaction
140573
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140574
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Animi Reprehenderit Perspiciatis"], ["description", "Et quis voluptas. Ipsa reprehenderit veritatis. Velit laudantium itaque.\nNecessitatibus neque rerum. Molestiae maxime consequuntur. Sint hic sit.\nFugiat dolor non. Laboriosam non adipisci. Repellendus vel voluptates.\nTemporibus provident ipsa. Accusamus iste non. Et esse aut."], ["created_at", "2021-09-10 21:39:03.717380"], ["updated_at", "2021-09-10 21:39:03.717380"]]
140575
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140576
+ Doodad Load (0.3ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140577
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140578
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "title", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["title", "Blue Remembered Earth"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.727797"], ["updated_at", "2021-09-10 21:39:03.727797"]]
140579
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140580
+ Started GET "/works_cited/citations" for 127.0.0.1 at 2021-09-10 15:39:03 -0600
140581
+ Processing by WorksCited::CitationsController#index as HTML
140582
+ Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms | Allocations: 1068)
140583
+ TRANSACTION (0.3ms) rollback transaction
140584
+ Started GET "/works_cited/citations/new" for 127.0.0.1 at 2021-09-10 15:39:03 -0600
140585
+ Processing by WorksCited::CitationsController#new as HTML
140586
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms | Allocations: 1060)
140587
+ TRANSACTION (0.2ms) begin transaction
140588
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140589
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Voluptas Aut"], ["description", "Ad aliquid est. Occaecati hic sed. Debitis et quidem.\nConsequatur vitae quibusdam. Fugiat numquam doloribus. Odit et est.\nArchitecto veritatis id. Et magnam tempora. Nisi neque impedit.\nNesciunt laboriosam cum. In expedita fuga. Placeat inventore laboriosam."], ["created_at", "2021-09-10 21:39:03.764216"], ["updated_at", "2021-09-10 21:39:03.764216"]]
140590
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140591
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140592
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "interview"], ["media", "print"], ["title", "Tender Is the Night"], ["container_title", "The Man Within"], ["publisher", "Earthscan"], ["city", "Lake George"], ["year", "1967"], ["pages", "pp. 145-6"], ["url", "http://kub-bernier.net/beverlee"], ["published_at", "2020-09-10 21:39:03.772309"], ["accessed_at", "2021-08-10 21:39:03.772584"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.774322"], ["updated_at", "2021-09-10 21:39:03.774322"]]
140593
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140594
+ Started GET "/works_cited/citations/1/edit" for 127.0.0.1 at 2021-09-10 15:39:03 -0600
140595
+ Processing by WorksCited::CitationsController#edit as HTML
140596
+ Parameters: {"id"=>"1"}
140597
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140598
+ Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms | Allocations: 988)
140599
+ TRANSACTION (0.3ms) rollback transaction
140600
+ TRANSACTION (0.2ms) begin transaction
140601
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140602
+ Doodad Create (0.5ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Sint Et Occaecati Repudiandae Nulla"], ["description", "Est non ad. Hic quo alias. Incidunt eligendi non.\nCorrupti quia doloribus. Magnam nisi aspernatur. Repellat tempora labore.\nQuaerat consequatur voluptate. Atque nihil sunt. Non architecto ullam."], ["created_at", "2021-09-10 21:39:03.798113"], ["updated_at", "2021-09-10 21:39:03.798113"]]
140603
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140604
+ Started PATCH "/works_cited/preview" for 127.0.0.1 at 2021-09-10 15:39:03 -0600
140605
+ Processing by WorksCited::CitationsController#preview as HTML
140606
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>"Frequent Hearses", "record"=>"Doodad:1"}}
140607
+ Doodad Load (0.2ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140608
+ Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms | Allocations: 911)
140609
+ TRANSACTION (0.3ms) rollback transaction
140610
+ TRANSACTION (0.2ms) begin transaction
140611
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140612
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Rem Aliquid Nisi Occaecati Voluptatem"], ["description", "Animi ut eveniet. Quas quasi voluptatem. Architecto voluptatem voluptas.\nDolorem ut suscipit. Eos alias nostrum. Modi perferendis corrupti.\nQuas recusandae esse. Sit ipsum magnam. Est id laudantium.\nMolestias porro odit. Omnis rerum molestias. Error expedita fugiat."], ["created_at", "2021-09-10 21:39:03.834176"], ["updated_at", "2021-09-10 21:39:03.834176"]]
140613
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140614
+ Started POST "/works_cited/citations" for 127.0.0.1 at 2021-09-10 15:39:03 -0600
140615
+ Processing by WorksCited::CitationsController#create as HTML
140616
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>"The Daffodil Sky", "record"=>"Doodad:1"}}
140617
+ Doodad Load (0.2ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140618
+ Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms | Allocations: 1144)
140619
+ TRANSACTION (0.3ms) rollback transaction
140620
+ TRANSACTION (0.2ms) begin transaction
140621
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140622
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Non Minus"], ["description", "Officiis voluptate ullam. Veniam est perferendis. Vero veritatis qui.\nConsectetur quis magnam. Eum dolorum qui. Quis vel necessitatibus.\nQuasi quisquam fuga. Ut est ullam. Ullam tempora voluptatem.\nItaque est ipsa. Ut in recusandae. Facere assumenda fugit.\nCumque qui laboriosam. Est consectetur expedita. Doloribus animi voluptas."], ["created_at", "2021-09-10 21:39:03.855781"], ["updated_at", "2021-09-10 21:39:03.855781"]]
140623
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140624
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140625
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["media", "print"], ["title", "Absalom, Absalom!"], ["container_title", "An Acceptable Time"], ["publisher", "Hackett Publishing Company"], ["city", "New Irvington"], ["year", "1941"], ["pages", "pp. 145-6"], ["url", "http://klein-armstrong.biz/tanner"], ["published_at", "2020-09-10 21:39:03.864153"], ["accessed_at", "2021-08-10 21:39:03.864428"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.866003"], ["updated_at", "2021-09-10 21:39:03.866003"]]
140626
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140627
+ Started PATCH "/works_cited/citations/1" for 127.0.0.1 at 2021-09-10 15:39:03 -0600
140628
+ Processing by WorksCited::CitationsController#update as HTML
140629
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>"New Title", "record_id"=>"1", "record_type"=>"Doodad"}, "id"=>"1"}
140630
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140631
+ Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms | Allocations: 919)
140632
+ TRANSACTION (0.3ms) rollback transaction
140633
+ TRANSACTION (0.1ms) begin transaction
140634
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140635
+ Doodad Create (0.4ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Sequi Iure Corporis"], ["description", "Quia error fugit. Ad tenetur explicabo. Non ipsum aperiam.\nEt ut sequi. At enim magnam. Id est sit.\nVoluptate eligendi ut. Accusamus molestiae ut. Rerum qui aliquid."], ["created_at", "2021-09-10 21:39:03.888890"], ["updated_at", "2021-09-10 21:39:03.888890"]]
140636
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140637
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140638
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", "print"], ["title", "Vile Bodies"], ["container_title", "The Daffodil Sky"], ["publisher", "Academic Press"], ["city", "West Jermaineside"], ["year", "1971"], ["pages", "pp. 145-6"], ["url", "http://stanton-hickle.co/rossana.batz"], ["published_at", "2020-09-10 21:39:03.896638"], ["accessed_at", "2021-08-10 21:39:03.896873"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.898441"], ["updated_at", "2021-09-10 21:39:03.898441"]]
140639
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140640
+ Started DELETE "/works_cited/citations/1" for 127.0.0.1 at 2021-09-10 15:39:03 -0600
140641
+ Processing by WorksCited::CitationsController#destroy as HTML
140642
+ Parameters: {"id"=>"1"}
140643
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140644
+ Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms | Allocations: 936)
140645
+ TRANSACTION (0.3ms) rollback transaction
140646
+ TRANSACTION (0.1ms) begin transaction
140647
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140648
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "efrain@feeney.info"], ["LIMIT", 1]]
140649
+ User Create (0.6ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "efrain@feeney.info"], ["encrypted_password", "$2a$04$tWF2D0QUL0KbYPuGLD9tnO9IcrbkSocFZoMAMelo3YHA7zBgkziFW"], ["created_at", "2021-09-10 21:39:03.938233"], ["updated_at", "2021-09-10 21:39:03.938233"]]
140650
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140651
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140652
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Eum"], ["description", "Perspiciatis animi eos. Dolorum modi aut. Nostrum in nemo."], ["created_at", "2021-09-10 21:39:03.946888"], ["updated_at", "2021-09-10 21:39:03.946888"]]
140653
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140654
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140655
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "email"], ["media", "print"], ["title", "No Highway"], ["container_title", "Down to a Sunless Sea"], ["publisher", "Martinus Nijhoff Publishers"], ["city", "South Meiport"], ["year", "1949"], ["pages", "pp. 145-6"], ["url", "http://borer.biz/chiquita"], ["published_at", "2020-09-10 21:39:03.954724"], ["accessed_at", "2021-08-10 21:39:03.954945"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:03.956458"], ["updated_at", "2021-09-10 21:39:03.956458"]]
140656
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140657
+ Started GET "/works_cited/citations/1" for 127.0.0.1 at 2021-09-10 15:39:03 -0600
140658
+ Processing by WorksCited::CitationsController#show as HTML
140659
+ Parameters: {"id"=>"1"}
140660
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140661
+ Rendering layout layouts/application.html.erb
140662
+ Rendering /home/loren/Code/works_cited/app/views/works_cited/citations/show.html.haml within layouts/application
140663
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "receiver"], ["LIMIT", 1]]
140664
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "editor"], ["LIMIT", 1]]
140665
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "compiler"], ["LIMIT", 1]]
140666
+ WorksCited::Contributor Exists? (0.2ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "translator"], ["LIMIT", 1]]
140667
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
140668
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_email.html.haml (Duration: 9.4ms | Allocations: 1228)
140669
+ WorksCited::Contributor Exists? (0.3ms) SELECT 1 AS one FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? LIMIT ? [["works_cited_citation_id", 1], ["LIMIT", 1]]
140670
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/show.html.haml within layouts/application (Duration: 24.6ms | Allocations: 7290)
140671
+ Rendered layout layouts/application.html.erb (Duration: 133.5ms | Allocations: 31235)
140672
+ Completed 200 OK in 143ms (Views: 137.1ms | ActiveRecord: 1.7ms | Allocations: 33379)
140673
+ TRANSACTION (0.3ms) rollback transaction
140674
+ TRANSACTION (0.1ms) begin transaction
140675
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140676
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jody@hessel.io"], ["LIMIT", 1]]
140677
+ User Create (0.3ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "jody@hessel.io"], ["encrypted_password", "$2a$04$pWZBX6Y.GGwq8McTUkO27O7ayr/fZQhioe3ObzW2019VDdocG417e"], ["created_at", "2021-09-10 21:39:04.124040"], ["updated_at", "2021-09-10 21:39:04.124040"]]
140678
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140679
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140680
+ Doodad Create (0.2ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Optio Id Aut Hic"], ["description", "Similique qui aspernatur. Voluptatem quis excepturi. Adipisci vel ut."], ["created_at", "2021-09-10 21:39:04.128504"], ["updated_at", "2021-09-10 21:39:04.128504"]]
140681
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140682
+ Doodad Load (0.1ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140683
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140684
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "title", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["title", "When the Green Woods Laugh"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:04.132140"], ["updated_at", "2021-09-10 21:39:04.132140"]]
140685
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140686
+ Started GET "/works_cited/citations" for 127.0.0.1 at 2021-09-10 15:39:04 -0600
140687
+ Processing by WorksCited::CitationsController#index as HTML
140688
+ Rendering layout layouts/application.html.erb
140689
+ Rendering /home/loren/Code/works_cited/app/views/works_cited/citations/index.html.haml within layouts/application
140690
+ WorksCited::Citation Load (0.3ms) SELECT "works_cited_citations".* FROM "works_cited_citations" LIMIT ? OFFSET ? [["LIMIT", 25], ["OFFSET", 0]]
140691
+ WorksCited::Contributor Load (0.1ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? ORDER BY "works_cited_contributors"."last" ASC LIMIT ? [["works_cited_citation_id", 1], ["contributor_role", "author"], ["LIMIT", 1]]
140692
+  (0.1ms) SELECT COUNT(*) FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? AND "works_cited_contributors"."contributor_role" = ? [["works_cited_citation_id", 1], ["contributor_role", "author"]]
140693
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/index.html.haml within layouts/application (Duration: 13.3ms | Allocations: 5279)
140694
+ Rendered layout layouts/application.html.erb (Duration: 14.4ms | Allocations: 5731)
140695
+ Completed 200 OK in 18ms (Views: 14.4ms | ActiveRecord: 0.6ms | Allocations: 6855)
140696
+ TRANSACTION (0.2ms) rollback transaction
140697
+ TRANSACTION (0.2ms) begin transaction
140698
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140699
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vanna_marks@tremblay.io"], ["LIMIT", 1]]
140700
+ User Create (0.5ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "vanna_marks@tremblay.io"], ["encrypted_password", "$2a$04$EFwIV7qMGOXBwmH2jqTlDemjcqYD1pmmeIyebwcO2d0cHsoPDbWwO"], ["created_at", "2021-09-10 21:39:04.164686"], ["updated_at", "2021-09-10 21:39:04.164686"]]
140701
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140702
+ Started GET "/works_cited/citations/new" for 127.0.0.1 at 2021-09-10 15:39:04 -0600
140703
+ Processing by WorksCited::CitationsController#new as HTML
140704
+ Doodad Exists? (0.2ms) SELECT 1 AS one FROM "doodads" LIMIT ? [["LIMIT", 1]]
140705
+ Thing Exists? (0.1ms) SELECT 1 AS one FROM "things" LIMIT ? [["LIMIT", 1]]
140706
+ Rendering layout layouts/application.html.erb
140707
+ Rendering /home/loren/Code/works_cited/app/views/works_cited/citations/new.html.haml within layouts/application
140708
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_book.html.haml (Duration: 28.6ms | Allocations: 12540)
140709
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_periodical.html.haml (Duration: 14.0ms | Allocations: 7154)
140710
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_electronic.html.haml (Duration: 18.4ms | Allocations: 9484)
140711
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_interview.html.haml (Duration: 15.9ms | Allocations: 8015)
140712
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_email.html.haml (Duration: 18.0ms | Allocations: 8400)
140713
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_tweet.html.haml (Duration: 5.6ms | Allocations: 2996)
140714
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_default.html.haml (Duration: 2.6ms | Allocations: 901)
140715
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/contributors/_fields.html.haml (Duration: 12.4ms | Allocations: 6958)
140716
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/_form.html.haml (Duration: 198.3ms | Allocations: 82035)
140717
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/new.html.haml within layouts/application (Duration: 202.8ms | Allocations: 83355)
140718
+ Rendered layout layouts/application.html.erb (Duration: 204.0ms | Allocations: 83806)
140719
+ Completed 200 OK in 292ms (Views: 204.8ms | ActiveRecord: 0.3ms | Allocations: 110108)
140720
+ TRANSACTION (0.2ms) rollback transaction
140721
+ TRANSACTION (0.2ms) begin transaction
140722
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140723
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ashlyn.ryan@greenfelder.io"], ["LIMIT", 1]]
140724
+ User Create (0.3ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "ashlyn.ryan@greenfelder.io"], ["encrypted_password", "$2a$04$mBolI92FGUJU66XqxaAwEOFgpWAOH/.sBBu1RLnxueWNM7ln6DxDm"], ["created_at", "2021-09-10 21:39:04.474357"], ["updated_at", "2021-09-10 21:39:04.474357"]]
140725
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140726
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140727
+ Doodad Create (0.2ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Dolores Vel Incidunt"], ["description", "Fugiat ut alias. Modi dolor eos. Dolores odit et.\nEveniet porro consequuntur. Vitae ea quam. A quis dolor.\nNumquam minus alias. Velit porro tenetur. In corrupti enim.\nQui quibusdam quis. Tempore at sapiente. Aspernatur ab rem."], ["created_at", "2021-09-10 21:39:04.481415"], ["updated_at", "2021-09-10 21:39:04.481415"]]
140728
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140729
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140730
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "electronic"], ["media", "print"], ["title", "Specimen Days"], ["container_title", "Tender Is the Night"], ["publisher", "Virago Press"], ["city", "Pourosmouth"], ["year", "1932"], ["pages", "pp. 145-6"], ["url", "http://abbott.name/jonah_fadel"], ["published_at", "2020-09-10 21:39:04.485983"], ["accessed_at", "2021-08-10 21:39:04.486079"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:04.487062"], ["updated_at", "2021-09-10 21:39:04.487062"]]
140731
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140732
+ Started GET "/works_cited/citations/1/edit" for 127.0.0.1 at 2021-09-10 15:39:04 -0600
140733
+ Processing by WorksCited::CitationsController#edit as HTML
140734
+ Parameters: {"id"=>"1"}
140735
+ WorksCited::Citation Load (0.1ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140736
+ Doodad Exists? (0.3ms) SELECT 1 AS one FROM "doodads" LIMIT ? [["LIMIT", 1]]
140737
+ Doodad Load (0.2ms) SELECT "doodads".* FROM "doodads"
140738
+ Thing Exists? (0.1ms) SELECT 1 AS one FROM "things" LIMIT ? [["LIMIT", 1]]
140739
+ Rendering layout layouts/application.html.erb
140740
+ Rendering /home/loren/Code/works_cited/app/views/works_cited/citations/edit.html.haml within layouts/application
140741
+ Doodad Load (0.1ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140742
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_book.html.haml (Duration: 12.9ms | Allocations: 5805)
140743
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_periodical.html.haml (Duration: 13.6ms | Allocations: 5469)
140744
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_electronic.html.haml (Duration: 16.2ms | Allocations: 7577)
140745
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_interview.html.haml (Duration: 14.9ms | Allocations: 6566)
140746
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_email.html.haml (Duration: 14.4ms | Allocations: 6888)
140747
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_tweet.html.haml (Duration: 4.5ms | Allocations: 1993)
140748
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_default.html.haml (Duration: 0.1ms | Allocations: 13)
140749
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/contributors/_fields.html.haml (Duration: 13.8ms | Allocations: 4575)
140750
+ WorksCited::Contributor Load (0.3ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? ORDER BY "works_cited_contributors"."last" ASC [["works_cited_citation_id", 1]]
140751
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/_form.html.haml (Duration: 105.0ms | Allocations: 43101)
140752
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/edit.html.haml within layouts/application (Duration: 107.8ms | Allocations: 44343)
140753
+ Rendered layout layouts/application.html.erb (Duration: 109.1ms | Allocations: 44794)
140754
+ Completed 200 OK in 116ms (Views: 109.5ms | ActiveRecord: 1.2ms | Allocations: 46270)
140755
+ TRANSACTION (0.4ms) rollback transaction
140756
+ TRANSACTION (0.2ms) begin transaction
140757
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140758
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roberto.bartell@gerhold.org"], ["LIMIT", 1]]
140759
+ User Create (0.5ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "roberto.bartell@gerhold.org"], ["encrypted_password", "$2a$04$yCr6Z2.tG2ORi2Spd7i51uB2S7tq4zhss0jxetWB2tx8kqYKcm.LS"], ["created_at", "2021-09-10 21:39:04.622525"], ["updated_at", "2021-09-10 21:39:04.622525"]]
140760
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140761
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140762
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Rerum Nihil"], ["description", "Provident eveniet recusandae. Est illo laboriosam. Sit doloremque quo.\nQui labore sint. Modi odit reprehenderit. Voluptas quas omnis.\nQuae omnis consequatur. Nostrum quia natus. Non consectetur explicabo.\nUt officia soluta. Dicta fugiat numquam. Quibusdam aliquam amet.\nBlanditiis voluptas mollitia. Tempore similique a. Nostrum recusandae ea."], ["created_at", "2021-09-10 21:39:04.647937"], ["updated_at", "2021-09-10 21:39:04.647937"]]
140763
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140764
+ Started PATCH "/works_cited/preview" for 127.0.0.1 at 2021-09-10 15:39:04 -0600
140765
+ Processing by WorksCited::CitationsController#preview as HTML
140766
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>"The Yellow Meads of Asphodel", "record"=>"Doodad:1"}}
140767
+ Doodad Load (0.2ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140768
+ Rendering /home/loren/Code/works_cited/app/views/works_cited/citations/preview.html.haml
140769
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/citation/_book.html.haml (Duration: 0.3ms | Allocations: 68)
140770
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/preview.html.haml (Duration: 3.7ms | Allocations: 1317)
140771
+ Completed 200 OK in 8ms (Views: 5.0ms | ActiveRecord: 0.2ms | Allocations: 2337)
140772
+ TRANSACTION (0.3ms) rollback transaction
140773
+ TRANSACTION (0.2ms) begin transaction
140774
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140775
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ozzie_moen@morar-crist.io"], ["LIMIT", 1]]
140776
+ User Create (0.6ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "ozzie_moen@morar-crist.io"], ["encrypted_password", "$2a$04$Z29x8WRHQvtZql/qW67IBO6wawRtqoM87BuyGj2gb6yJIPeyGMUwm"], ["created_at", "2021-09-10 21:39:04.674996"], ["updated_at", "2021-09-10 21:39:04.674996"]]
140777
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140778
+  (0.3ms) SELECT COUNT(*) FROM "works_cited_citations"
140779
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140780
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Velit A Eius Quia Quis"], ["description", "Neque quis voluptas. Nam ad repellendus. Sint voluptas nesciunt.\nAspernatur ut vero. Eum a et. Ipsam quo alias.\nEos veritatis est. Est similique nihil. Qui dicta soluta."], ["created_at", "2021-09-10 21:39:04.693914"], ["updated_at", "2021-09-10 21:39:04.693914"]]
140781
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140782
+ Started POST "/works_cited/citations" for 127.0.0.1 at 2021-09-10 15:39:04 -0600
140783
+ Processing by WorksCited::CitationsController#create as HTML
140784
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>"The Road Less Traveled", "record"=>"Doodad:1"}}
140785
+ Doodad Load (0.3ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140786
+ Doodad Exists? (0.3ms) SELECT 1 AS one FROM "doodads" LIMIT ? [["LIMIT", 1]]
140787
+ Doodad Load (0.1ms) SELECT "doodads".* FROM "doodads"
140788
+ Thing Exists? (0.4ms) SELECT 1 AS one FROM "things" LIMIT ? [["LIMIT", 1]]
140789
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140790
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "title", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["title", "The Road Less Traveled"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:04.715164"], ["updated_at", "2021-09-10 21:39:04.715164"]]
140791
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140792
+ Redirected to http://www.example.com/works_cited/citations/1
140793
+ Completed 302 Found in 15ms (ActiveRecord: 1.7ms | Allocations: 1873)
140794
+  (0.2ms) SELECT COUNT(*) FROM "works_cited_citations"
140795
+ TRANSACTION (0.7ms) rollback transaction
140796
+ TRANSACTION (0.2ms) begin transaction
140797
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140798
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "whitley_sanford@haley.co"], ["LIMIT", 1]]
140799
+ User Create (0.5ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "whitley_sanford@haley.co"], ["encrypted_password", "$2a$04$Er/GB06Tcb.NhdPMq4uh2e.afaELp9x9tn8N4e3zDakmQercmSh9y"], ["created_at", "2021-09-10 21:39:04.735799"], ["updated_at", "2021-09-10 21:39:04.735799"]]
140800
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140801
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140802
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Ut Id Voluptate"], ["description", "Molestiae est enim. Itaque sint architecto. Voluptatem velit in.\nOptio eos veniam. Non doloremque expedita. Dicta velit numquam.\nVelit non beatae. Aut rem aut. Voluptatem praesentium non.\nHic molestiae in. Voluptatem eos qui. Deleniti possimus dolor.\nOmnis ex voluptas. Optio dicta est. At voluptatibus odio."], ["created_at", "2021-09-10 21:39:04.748100"], ["updated_at", "2021-09-10 21:39:04.748100"]]
140803
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140804
+ Started POST "/works_cited/citations" for 127.0.0.1 at 2021-09-10 15:39:04 -0600
140805
+ Processing by WorksCited::CitationsController#create as HTML
140806
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>"Jacob Have I Loved", "record"=>"Doodad:1"}}
140807
+ Doodad Load (0.2ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140808
+ Doodad Exists? (0.3ms) SELECT 1 AS one FROM "doodads" LIMIT ? [["LIMIT", 1]]
140809
+ Doodad Load (0.2ms) SELECT "doodads".* FROM "doodads"
140810
+ Thing Exists? (0.3ms) SELECT 1 AS one FROM "things" LIMIT ? [["LIMIT", 1]]
140811
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140812
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "title", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["citation_type", "book"], ["title", "Jacob Have I Loved"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:04.763195"], ["updated_at", "2021-09-10 21:39:04.763195"]]
140813
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140814
+ Redirected to http://www.example.com/works_cited/citations/1
140815
+ Completed 302 Found in 12ms (ActiveRecord: 1.5ms | Allocations: 1830)
140816
+ WorksCited::Citation Load (0.4ms) SELECT "works_cited_citations".* FROM "works_cited_citations" ORDER BY "works_cited_citations"."id" DESC LIMIT ? [["LIMIT", 1]]
140817
+ TRANSACTION (0.3ms) rollback transaction
140818
+ TRANSACTION (0.1ms) begin transaction
140819
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140820
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arron_howell@welch.net"], ["LIMIT", 1]]
140821
+ User Create (0.4ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "arron_howell@welch.net"], ["encrypted_password", "$2a$04$XoLNZ008tRFoIQjH/Yr1/.SxvUEg7ZfNT4eJaoabM1nDrHtqiZK0a"], ["created_at", "2021-09-10 21:39:04.787677"], ["updated_at", "2021-09-10 21:39:04.787677"]]
140822
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140823
+  (0.2ms) SELECT COUNT(*) FROM "works_cited_citations"
140824
+ Started POST "/works_cited/citations" for 127.0.0.1 at 2021-09-10 15:39:04 -0600
140825
+ Processing by WorksCited::CitationsController#create as HTML
140826
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>nil, "record"=>nil}}
140827
+ Doodad Exists? (0.2ms) SELECT 1 AS one FROM "doodads" LIMIT ? [["LIMIT", 1]]
140828
+ Thing Exists? (0.1ms) SELECT 1 AS one FROM "things" LIMIT ? [["LIMIT", 1]]
140829
+ Rendering layout layouts/application.html.erb
140830
+ Rendering /home/loren/Code/works_cited/app/views/works_cited/citations/new.html.haml within layouts/application
140831
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_book.html.haml (Duration: 13.3ms | Allocations: 6628)
140832
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_periodical.html.haml (Duration: 18.0ms | Allocations: 6367)
140833
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_electronic.html.haml (Duration: 19.7ms | Allocations: 8538)
140834
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_interview.html.haml (Duration: 16.8ms | Allocations: 7569)
140835
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_email.html.haml (Duration: 22.6ms | Allocations: 7909)
140836
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_tweet.html.haml (Duration: 9.8ms | Allocations: 2856)
140837
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_default.html.haml (Duration: 0.1ms | Allocations: 13)
140838
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/contributors/_fields.html.haml (Duration: 14.2ms | Allocations: 4419)
140839
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/_form.html.haml (Duration: 133.0ms | Allocations: 50553)
140840
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/new.html.haml within layouts/application (Duration: 133.5ms | Allocations: 50644)
140841
+ Rendered layout layouts/application.html.erb (Duration: 134.5ms | Allocations: 51098)
140842
+ Completed 200 OK in 141ms (Views: 135.2ms | ActiveRecord: 0.3ms | Allocations: 52627)
140843
+  (0.2ms) SELECT COUNT(*) FROM "works_cited_citations"
140844
+ TRANSACTION (0.2ms) rollback transaction
140845
+ TRANSACTION (0.1ms) begin transaction
140846
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140847
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "georgina@marks-homenick.org"], ["LIMIT", 1]]
140848
+ User Create (0.5ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "georgina@marks-homenick.org"], ["encrypted_password", "$2a$04$Vd2LhhAmUZ4REaBw9cR0p.Nf89FH/HXY5YnkW6mZZsPk4p4G/58gO"], ["created_at", "2021-09-10 21:39:04.947726"], ["updated_at", "2021-09-10 21:39:04.947726"]]
140849
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140850
+ Started POST "/works_cited/citations" for 127.0.0.1 at 2021-09-10 15:39:04 -0600
140851
+ Processing by WorksCited::CitationsController#create as HTML
140852
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>nil, "record"=>nil}}
140853
+ Doodad Exists? (0.3ms) SELECT 1 AS one FROM "doodads" LIMIT ? [["LIMIT", 1]]
140854
+ Thing Exists? (0.3ms) SELECT 1 AS one FROM "things" LIMIT ? [["LIMIT", 1]]
140855
+ Rendering layout layouts/application.html.erb
140856
+ Rendering /home/loren/Code/works_cited/app/views/works_cited/citations/new.html.haml within layouts/application
140857
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_book.html.haml (Duration: 21.9ms | Allocations: 6581)
140858
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_periodical.html.haml (Duration: 13.2ms | Allocations: 6357)
140859
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_electronic.html.haml (Duration: 17.1ms | Allocations: 8528)
140860
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_interview.html.haml (Duration: 15.7ms | Allocations: 7569)
140861
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_email.html.haml (Duration: 15.5ms | Allocations: 7909)
140862
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_tweet.html.haml (Duration: 5.4ms | Allocations: 2856)
140863
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_default.html.haml (Duration: 0.1ms | Allocations: 13)
140864
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/contributors/_fields.html.haml (Duration: 8.8ms | Allocations: 4394)
140865
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/_form.html.haml (Duration: 122.4ms | Allocations: 50401)
140866
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/new.html.haml within layouts/application (Duration: 122.9ms | Allocations: 50492)
140867
+ Rendered layout layouts/application.html.erb (Duration: 123.8ms | Allocations: 50944)
140868
+ Completed 200 OK in 134ms (Views: 124.8ms | ActiveRecord: 0.6ms | Allocations: 52460)
140869
+ TRANSACTION (0.3ms) rollback transaction
140870
+ TRANSACTION (0.2ms) begin transaction
140871
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140872
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "emmett_beer@schowalter.name"], ["LIMIT", 1]]
140873
+ User Create (0.3ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "emmett_beer@schowalter.name"], ["encrypted_password", "$2a$04$0kTKRdi/MhesjgQjvtBdcOW7.6/RDnlsfNL6WrYnTPSwznBHnp7j."], ["created_at", "2021-09-10 21:39:05.101647"], ["updated_at", "2021-09-10 21:39:05.101647"]]
140874
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140875
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140876
+ Doodad Create (0.2ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Cupiditate"], ["description", "Non maiores doloremque. Iure ex dignissimos. Pariatur ipsam minima.\nAutem fugiat velit. Doloremque id omnis. Libero aspernatur molestiae.\nRepellat tenetur magnam. Labore est a. Repellendus ipsum et.\nDeleniti excepturi modi. Architecto soluta et. Ducimus nihil officiis."], ["created_at", "2021-09-10 21:39:05.107405"], ["updated_at", "2021-09-10 21:39:05.107405"]]
140877
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140878
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140879
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "periodical"], ["media", "print"], ["title", "Tiger! Tiger!"], ["container_title", "All the King's Men"], ["publisher", "No Starch Press"], ["city", "South Andre"], ["year", "2017"], ["pages", "pp. 145-6"], ["url", "http://swaniawski.name/stacy.bednar"], ["published_at", "2020-09-10 21:39:05.112679"], ["accessed_at", "2021-08-10 21:39:05.112839"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:05.114049"], ["updated_at", "2021-09-10 21:39:05.114049"]]
140880
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140881
+ Started PATCH "/works_cited/citations/1" for 127.0.0.1 at 2021-09-10 15:39:05 -0600
140882
+ Processing by WorksCited::CitationsController#update as HTML
140883
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>"New Title", "record_id"=>"1", "record_type"=>"Doodad"}, "id"=>"1"}
140884
+ WorksCited::Citation Load (0.1ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140885
+ Doodad Exists? (0.1ms) SELECT 1 AS one FROM "doodads" LIMIT ? [["LIMIT", 1]]
140886
+ Doodad Load (0.1ms) SELECT "doodads".* FROM "doodads"
140887
+ Thing Exists? (0.2ms) SELECT 1 AS one FROM "things" LIMIT ? [["LIMIT", 1]]
140888
+ Unpermitted parameters: :record_id, :record_type
140889
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140890
+ Doodad Load (0.1ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140891
+ WorksCited::Citation Update (0.2ms) UPDATE "works_cited_citations" SET "citation_type" = ?, "title" = ?, "updated_at" = ? WHERE "works_cited_citations"."id" = ? [["citation_type", "book"], ["title", "New Title"], ["updated_at", "2021-09-10 21:39:05.125254"], ["id", 1]]
140892
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140893
+ Redirected to http://www.example.com/works_cited/citations/1
140894
+ Completed 302 Found in 9ms (ActiveRecord: 1.0ms | Allocations: 2091)
140895
+ WorksCited::Citation Load (0.1ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140896
+ TRANSACTION (0.2ms) rollback transaction
140897
+ TRANSACTION (0.1ms) begin transaction
140898
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140899
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kristine.zemlak@thompson-gutkowski.biz"], ["LIMIT", 1]]
140900
+ User Create (0.3ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "kristine.zemlak@thompson-gutkowski.biz"], ["encrypted_password", "$2a$04$jRFqWvf4XADWhXxW2Xzf3OXVkmRLWzoYfKAIoJpKE1O6litJRaUi2"], ["created_at", "2021-09-10 21:39:05.138538"], ["updated_at", "2021-09-10 21:39:05.138538"]]
140901
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140902
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140903
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Eius"], ["description", "Labore excepturi magnam. Temporibus totam at. Molestias quos quo.\nBeatae debitis cumque. Autem sit rem. Dolorum non suscipit."], ["created_at", "2021-09-10 21:39:05.143145"], ["updated_at", "2021-09-10 21:39:05.143145"]]
140904
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140905
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140906
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "periodical"], ["media", "print"], ["title", "The Way Through the Woods"], ["container_title", "The Cricket on the Hearth"], ["publisher", "Palgrave Macmillan"], ["city", "West Julianna"], ["year", "1958"], ["pages", "pp. 145-6"], ["url", "http://schulist.org/rhea"], ["published_at", "2020-09-10 21:39:05.149285"], ["accessed_at", "2021-08-10 21:39:05.149463"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:05.150825"], ["updated_at", "2021-09-10 21:39:05.150825"]]
140907
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140908
+ Started PATCH "/works_cited/citations/1" for 127.0.0.1 at 2021-09-10 15:39:05 -0600
140909
+ Processing by WorksCited::CitationsController#update as HTML
140910
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>"New Title", "record_id"=>"1", "record_type"=>"Doodad"}, "id"=>"1"}
140911
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140912
+ Doodad Exists? (0.3ms) SELECT 1 AS one FROM "doodads" LIMIT ? [["LIMIT", 1]]
140913
+ Doodad Load (0.1ms) SELECT "doodads".* FROM "doodads"
140914
+ Thing Exists? (0.2ms) SELECT 1 AS one FROM "things" LIMIT ? [["LIMIT", 1]]
140915
+ Unpermitted parameters: :record_id, :record_type
140916
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140917
+ Doodad Load (0.1ms) SELECT "doodads".* FROM "doodads" WHERE "doodads"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140918
+ WorksCited::Citation Update (0.2ms) UPDATE "works_cited_citations" SET "citation_type" = ?, "title" = ?, "updated_at" = ? WHERE "works_cited_citations"."id" = ? [["citation_type", "book"], ["title", "New Title"], ["updated_at", "2021-09-10 21:39:05.167121"], ["id", 1]]
140919
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140920
+ Redirected to http://www.example.com/works_cited/citations/1
140921
+ Completed 302 Found in 11ms (ActiveRecord: 1.2ms | Allocations: 2047)
140922
+ WorksCited::Citation Load (0.1ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140923
+ TRANSACTION (0.2ms) rollback transaction
140924
+ TRANSACTION (0.2ms) begin transaction
140925
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140926
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ozzie@king.com"], ["LIMIT", 1]]
140927
+ User Create (0.3ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "ozzie@king.com"], ["encrypted_password", "$2a$04$DiRdjOUzoveSrHUK9cFtD.JGQ5nL9FaBJ45qoKI0Ow9rCLjFVJPbe"], ["created_at", "2021-09-10 21:39:05.180916"], ["updated_at", "2021-09-10 21:39:05.180916"]]
140928
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140929
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140930
+ Doodad Create (0.2ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Quaerat Harum Rerum Et Natus"], ["description", "Atque qui deleniti. Aperiam beatae aspernatur. Rem porro reiciendis."], ["created_at", "2021-09-10 21:39:05.184633"], ["updated_at", "2021-09-10 21:39:05.184633"]]
140931
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140932
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140933
+ WorksCited::Citation Create (0.4ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "email"], ["media", "print"], ["title", "Time To Murder And Create"], ["container_title", "Absalom, Absalom!"], ["publisher", "Indiana University Press"], ["city", "Stevenport"], ["year", "1957"], ["pages", "pp. 145-6"], ["url", "http://morissette-johnston.name/josiah"], ["published_at", "2020-09-10 21:39:05.189787"], ["accessed_at", "2021-08-10 21:39:05.190025"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:05.191523"], ["updated_at", "2021-09-10 21:39:05.191523"]]
140934
+ TRANSACTION (0.2ms) RELEASE SAVEPOINT active_record_1
140935
+ Started PATCH "/works_cited/citations/1" for 127.0.0.1 at 2021-09-10 15:39:05 -0600
140936
+ Processing by WorksCited::CitationsController#update as HTML
140937
+ Parameters: {"citation"=>{"citation_type"=>"book", "title"=>nil, "record"=>nil}, "id"=>"1"}
140938
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140939
+ Doodad Exists? (0.3ms) SELECT 1 AS one FROM "doodads" LIMIT ? [["LIMIT", 1]]
140940
+ Doodad Load (0.1ms) SELECT "doodads".* FROM "doodads"
140941
+ Thing Exists? (0.2ms) SELECT 1 AS one FROM "things" LIMIT ? [["LIMIT", 1]]
140942
+ Rendering layout layouts/application.html.erb
140943
+ Rendering /home/loren/Code/works_cited/app/views/works_cited/citations/edit.html.haml within layouts/application
140944
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_book.html.haml (Duration: 38.2ms | Allocations: 6616)
140945
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_periodical.html.haml (Duration: 17.5ms | Allocations: 6403)
140946
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_electronic.html.haml (Duration: 18.7ms | Allocations: 8583)
140947
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_interview.html.haml (Duration: 16.6ms | Allocations: 7594)
140948
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_email.html.haml (Duration: 17.0ms | Allocations: 7934)
140949
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_tweet.html.haml (Duration: 8.0ms | Allocations: 2877)
140950
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citation_types/fields/_default.html.haml (Duration: 0.1ms | Allocations: 13)
140951
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/contributors/_fields.html.haml (Duration: 10.8ms | Allocations: 4394)
140952
+ WorksCited::Contributor Load (0.2ms) SELECT "works_cited_contributors".* FROM "works_cited_contributors" WHERE "works_cited_contributors"."works_cited_citation_id" = ? ORDER BY "works_cited_contributors"."last" ASC [["works_cited_citation_id", 1]]
140953
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/_form.html.haml (Duration: 153.3ms | Allocations: 50994)
140954
+ Rendered /home/loren/Code/works_cited/app/views/works_cited/citations/edit.html.haml within layouts/application (Duration: 154.1ms | Allocations: 51137)
140955
+ Rendered layout layouts/application.html.erb (Duration: 155.0ms | Allocations: 51585)
140956
+ Completed 200 OK in 165ms (Views: 155.9ms | ActiveRecord: 1.0ms | Allocations: 53237)
140957
+ TRANSACTION (0.3ms) rollback transaction
140958
+ TRANSACTION (0.1ms) begin transaction
140959
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140960
+ User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "porter.kshlerin@goyette.name"], ["LIMIT", 1]]
140961
+ User Create (0.5ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "porter.kshlerin@goyette.name"], ["encrypted_password", "$2a$04$WDv5IWDyctv9QhB2vUOmi.ugAnkVdKB9vD31SCUdVX4f.vOTAtMD6"], ["created_at", "2021-09-10 21:39:05.375699"], ["updated_at", "2021-09-10 21:39:05.375699"]]
140962
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140963
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140964
+ Doodad Create (0.3ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Totam Eos Praesentium"], ["description", "Qui corporis libero. Consectetur officiis a. Excepturi blanditiis inventore.\nAt hic nulla. Dolore velit porro. Omnis est non.\nQuibusdam qui impedit. Totam vero odio. Laboriosam fugiat qui.\nSint autem qui. Dolore est recusandae. Nihil quis sed.\nAut commodi ullam. Voluptatibus eius labore. Soluta qui doloribus."], ["created_at", "2021-09-10 21:39:05.383710"], ["updated_at", "2021-09-10 21:39:05.383710"]]
140965
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140966
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140967
+ WorksCited::Citation Create (0.2ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "periodical"], ["media", "print"], ["title", "The Yellow Meads of Asphodel"], ["container_title", "Absalom, Absalom!"], ["publisher", "Burns & Oates"], ["city", "Luettgenland"], ["year", "1986"], ["pages", "pp. 145-6"], ["url", "http://mayer-shanahan.net/marc"], ["published_at", "2020-09-10 21:39:05.387935"], ["accessed_at", "2021-08-10 21:39:05.388036"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:05.388801"], ["updated_at", "2021-09-10 21:39:05.388801"]]
140968
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140969
+  (0.1ms) SELECT COUNT(*) FROM "works_cited_citations"
140970
+ Started DELETE "/works_cited/citations/1" for 127.0.0.1 at 2021-09-10 15:39:05 -0600
140971
+ Processing by WorksCited::CitationsController#destroy as HTML
140972
+ Parameters: {"id"=>"1"}
140973
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140974
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140975
+ WorksCited::Citation Destroy (0.2ms) DELETE FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? [["id", 1]]
140976
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140977
+ Redirected to http://www.example.com/works_cited/citations
140978
+ Completed 302 Found in 5ms (ActiveRecord: 0.5ms | Allocations: 875)
140979
+  (0.1ms) SELECT COUNT(*) FROM "works_cited_citations"
140980
+ TRANSACTION (0.2ms) rollback transaction
140981
+ TRANSACTION (0.1ms) begin transaction
140982
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140983
+ User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hilario_gleason@hoppe.info"], ["LIMIT", 1]]
140984
+ User Create (0.3ms) INSERT INTO "users" ("admin", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["admin", 1], ["email", "hilario_gleason@hoppe.info"], ["encrypted_password", "$2a$04$Os4gfU5mnZQZoeA09v6XOerQ6OCtBemv.Ez4sqbl9IjjvTX2qlJna"], ["created_at", "2021-09-10 21:39:05.408542"], ["updated_at", "2021-09-10 21:39:05.408542"]]
140985
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140986
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140987
+ Doodad Create (0.2ms) INSERT INTO "doodads" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Delectus Qui Impedit"], ["description", "Voluptatem consequatur neque. Similique ipsam omnis. Totam earum aut.\nUllam assumenda fuga. Explicabo temporibus sed. Aut voluptatem itaque.\nEst sit natus. Temporibus libero dolore. Molestiae dolor nihil.\nTempore necessitatibus nemo. Autem aut maiores. Voluptatem ea incidunt."], ["created_at", "2021-09-10 21:39:05.415411"], ["updated_at", "2021-09-10 21:39:05.415411"]]
140988
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140989
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
140990
+ WorksCited::Citation Create (0.3ms) INSERT INTO "works_cited_citations" ("citation_type", "media", "title", "container_title", "publisher", "city", "year", "pages", "url", "published_at", "accessed_at", "record_type", "record_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["citation_type", "email"], ["media", "print"], ["title", "The Wings of the Dove"], ["container_title", "If Not Now, When?"], ["publisher", "Vintage Books at Random House"], ["city", "Hermistonfurt"], ["year", "1984"], ["pages", "pp. 145-6"], ["url", "http://durgan.io/patrick.schultz"], ["published_at", "2020-09-10 21:39:05.419586"], ["accessed_at", "2021-08-10 21:39:05.419692"], ["record_type", "Doodad"], ["record_id", 1], ["created_at", "2021-09-10 21:39:05.420548"], ["updated_at", "2021-09-10 21:39:05.420548"]]
140991
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140992
+ Started DELETE "/works_cited/citations/1" for 127.0.0.1 at 2021-09-10 15:39:05 -0600
140993
+ Processing by WorksCited::CitationsController#destroy as HTML
140994
+ Parameters: {"id"=>"1"}
140995
+ WorksCited::Citation Load (0.2ms) SELECT "works_cited_citations".* FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
140996
+ TRANSACTION (0.2ms) SAVEPOINT active_record_1
140997
+ WorksCited::Citation Destroy (0.3ms) DELETE FROM "works_cited_citations" WHERE "works_cited_citations"."id" = ? [["id", 1]]
140998
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
140999
+ Redirected to http://www.example.com/works_cited/citations
141000
+ Completed 302 Found in 6ms (ActiveRecord: 0.8ms | Allocations: 859)
141001
+ TRANSACTION (0.3ms) rollback transaction