Skip to content

Commit

Permalink
precompiled to see if actiontext form heals itself
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasConnolly committed Aug 2, 2023
1 parent b1eeae0 commit c711eca
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<%=cl_image_tag("https://res.cloudinary.com/saintpaulsnaples-org/image/upload/v1683214213/ChosenPromo_uutmzq.jpg", width: "99%", alt: "Chosen promotion picture") %>

<h2 class="mt-3">Reflect and Connect </h2>
<p>This group meets at 9:30 a.m. Wednesdays in the library to view and discuss the highly acclaimed film series, <em>The Chosen,"</em> now in its third season. All are welcome.</p>
<p>This group meets at 9:30 a.m. Wednesdays in the library to view and discuss the highly acclaimed film series, <em>The Chosen,"</em> Next week we will watch and discuss Season 1, Episode 4. All are welcome.</p>
<h2 class="mt-3">Sacred Ground Series</h2>
<p>This is a series of videos, readings and small-group discussions about race. This is highly
recommended if you have questions about "critical race theory," a topic needlessly politicized. To
Expand Down
77 changes: 77 additions & 0 deletions log/development.log
Original file line number Diff line number Diff line change
Expand Up @@ -1589,3 +1589,80 @@ Processing by PostsController#new as TURBO_STREAM
Completed 200 OK in 33ms (Views: 30.0ms | ActiveRecord: 0.5ms | Allocations: 17147)


Started GET "/posts/" for 127.0.0.1 at 2023-08-02 11:37:36 -0400
Processing by PostsController#index as HTML
Rendering layout layouts/application.html.erb
Rendering posts/index.html.erb within layouts/application
User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 16], ["LIMIT", 1]]
↳ app/views/posts/index.html.erb:17
Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY created_at DESC
↳ app/views/posts/index.html.erb:22
User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 16], ["LIMIT", 1]]
↳ app/views/posts/index.html.erb:23
ActionText::RichText Load (0.2ms) SELECT "action_text_rich_texts".* FROM "action_text_rich_texts" WHERE "action_text_rich_texts"."record_id" = $1 AND "action_text_rich_texts"."record_type" = $2 AND "action_text_rich_texts"."name" = $3 LIMIT $4 [["record_id", 142], ["record_type", "Post"], ["name", "content"], ["LIMIT", 1]]
↳ app/views/posts/index.html.erb:24
Rendered /usr/share/rvm/gems/ruby-3.2.2/gems/actiontext-7.0.6/app/views/action_text/contents/_content.html.erb within layouts/action_text/contents/_content (Duration: 0.3ms | Allocations: 283)
Comment Count (0.3ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."commentable_id" = $1 AND "comments"."commentable_type" = $2 [["commentable_id", 142], ["commentable_type", "Post"]]
↳ app/views/posts/index.html.erb:26
CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 16], ["LIMIT", 1]]
↳ app/views/posts/index.html.erb:23
ActionText::RichText Load (0.2ms) SELECT "action_text_rich_texts".* FROM "action_text_rich_texts" WHERE "action_text_rich_texts"."record_id" = $1 AND "action_text_rich_texts"."record_type" = $2 AND "action_text_rich_texts"."name" = $3 LIMIT $4 [["record_id", 141], ["record_type", "Post"], ["name", "content"], ["LIMIT", 1]]
↳ app/views/posts/index.html.erb:24
Rendered /usr/share/rvm/gems/ruby-3.2.2/gems/actiontext-7.0.6/app/views/action_text/contents/_content.html.erb within layouts/action_text/contents/_content (Duration: 0.3ms | Allocations: 280)
Comment Count (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."commentable_id" = $1 AND "comments"."commentable_type" = $2 [["commentable_id", 141], ["commentable_type", "Post"]]
↳ app/views/posts/index.html.erb:26
CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 16], ["LIMIT", 1]]
↳ app/views/posts/index.html.erb:23
ActionText::RichText Load (0.1ms) SELECT "action_text_rich_texts".* FROM "action_text_rich_texts" WHERE "action_text_rich_texts"."record_id" = $1 AND "action_text_rich_texts"."record_type" = $2 AND "action_text_rich_texts"."name" = $3 LIMIT $4 [["record_id", 140], ["record_type", "Post"], ["name", "content"], ["LIMIT", 1]]
↳ app/views/posts/index.html.erb:24
Rendered /usr/share/rvm/gems/ruby-3.2.2/gems/actiontext-7.0.6/app/views/action_text/contents/_content.html.erb within layouts/action_text/contents/_content (Duration: 0.3ms | Allocations: 280)
Comment Count (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."commentable_id" = $1 AND "comments"."commentable_type" = $2 [["commentable_id", 140], ["commentable_type", "Post"]]
↳ app/views/posts/index.html.erb:26
CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 16], ["LIMIT", 1]]
↳ app/views/posts/index.html.erb:23
ActionText::RichText Load (0.1ms) SELECT "action_text_rich_texts".* FROM "action_text_rich_texts" WHERE "action_text_rich_texts"."record_id" = $1 AND "action_text_rich_texts"."record_type" = $2 AND "action_text_rich_texts"."name" = $3 LIMIT $4 [["record_id", 139], ["record_type", "Post"], ["name", "content"], ["LIMIT", 1]]
↳ app/views/posts/index.html.erb:24
Rendered /usr/share/rvm/gems/ruby-3.2.2/gems/actiontext-7.0.6/app/views/action_text/contents/_content.html.erb within layouts/action_text/contents/_content (Duration: 0.3ms | Allocations: 280)
Comment Count (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."commentable_id" = $1 AND "comments"."commentable_type" = $2 [["commentable_id", 139], ["commentable_type", "Post"]]
↳ app/views/posts/index.html.erb:26
CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 16], ["LIMIT", 1]]
↳ app/views/posts/index.html.erb:23
ActionText::RichText Load (0.1ms) SELECT "action_text_rich_texts".* FROM "action_text_rich_texts" WHERE "action_text_rich_texts"."record_id" = $1 AND "action_text_rich_texts"."record_type" = $2 AND "action_text_rich_texts"."name" = $3 LIMIT $4 [["record_id", 138], ["record_type", "Post"], ["name", "content"], ["LIMIT", 1]]
↳ app/views/posts/index.html.erb:24
Rendered /usr/share/rvm/gems/ruby-3.2.2/gems/actiontext-7.0.6/app/views/action_text/contents/_content.html.erb within layouts/action_text/contents/_content (Duration: 0.4ms | Allocations: 494)
Comment Count (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."commentable_id" = $1 AND "comments"."commentable_type" = $2 [["commentable_id", 138], ["commentable_type", "Post"]]
↳ app/views/posts/index.html.erb:26
Profile Load (0.3ms) SELECT "profiles".* FROM "profiles" WHERE "profiles"."user_id" = $1 LIMIT $2 [["user_id", 16], ["LIMIT", 1]]
↳ app/views/posts/index.html.erb:48
Member Load (0.5ms) SELECT "members".* FROM "members" WHERE (to_char("birthday", 'MMDD') BETWEEN '0730' AND '0805') ORDER BY "members"."yday" ASC
↳ app/views/members/_birthdays.html.erb:3
Rendered members/_birthdays.html.erb (Duration: 1.5ms | Allocations: 1294)
Anniversary Load (0.3ms) SELECT "anniversaries".* FROM "anniversaries" WHERE (to_char("marriage", 'MMDD') BETWEEN '0726' AND '0809') ORDER BY "anniversaries"."marriage" ASC
↳ app/views/anniversaries/_anniversaries.html.erb:3
Rendered anniversaries/_anniversaries.html.erb (Duration: 0.9ms | Allocations: 712)
PrayFor Load (0.2ms) SELECT "pray_fors".* FROM "pray_fors"
↳ app/views/posts/index.html.erb:59
Rendered posts/index.html.erb within layouts/application (Duration: 25.0ms | Allocations: 21503)
Rendered layouts/_header.html.erb (Duration: 0.7ms | Allocations: 1043)
Rendered layouts/_navbar.html.erb (Duration: 0.9ms | Allocations: 1197)
Rendered layouts/_footer.html.erb (Duration: 0.1ms | Allocations: 78)
Rendered layout layouts/application.html.erb (Duration: 27.3ms | Allocations: 24291)
Completed 200 OK in 37ms (Views: 23.8ms | ActiveRecord: 6.9ms | Allocations: 27731)


Started GET "/posts/new" for 127.0.0.1 at 2023-08-02 11:37:38 -0400
Processing by PostsController#new as HTML
User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 16], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering posts/new.html.erb within layouts/application
Rendered posts/_form.html.erb (Duration: 1.4ms | Allocations: 1115)
Rendered posts/new.html.erb within layouts/application (Duration: 1.5ms | Allocations: 1156)
Rendered layouts/_header.html.erb (Duration: 0.8ms | Allocations: 1043)
Profile Load (0.2ms) SELECT "profiles".* FROM "profiles" WHERE "profiles"."user_id" = $1 LIMIT $2 [["user_id", 16], ["LIMIT", 1]]
↳ app/views/layouts/_navbar.html.erb:8
Rendered layouts/_navbar.html.erb (Duration: 1.7ms | Allocations: 1908)
Rendered layouts/_footer.html.erb (Duration: 0.1ms | Allocations: 78)
Rendered layout layouts/application.html.erb (Duration: 4.7ms | Allocations: 4655)
Completed 200 OK in 7ms (Views: 4.7ms | ActiveRecord: 0.4ms | Allocations: 6380)


0 comments on commit c711eca

Please sign in to comment.