Skip to content

Conversation

lcreid
Copy link
Contributor

@lcreid lcreid commented Jul 17, 2022

Our test suite was generating a lot of annoying warning messages. Apparently, requiring net-http explicitly is the way to get rid of them.

For more background, see this issue: ruby/net-imap#16.

After a lot of flailing around, and a good PR from @donv , this seems to be mostly unnecessary. I just added one tweak to the contributing documentation, and a tweak to the docker-compose.yml.

@lcreid lcreid requested review from thimo and donv July 17, 2022 21:41

test "bootstrap_form_for helper works for serialized hash attributes" do
@user.preferences = { favorite_color: "cerulean" }
@user.preferences = { "favorite_color" => "cerulean" }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why change key from symbol to string?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I see the separate PR for this. 👍

@donv
Copy link
Collaborator

donv commented Jul 20, 2022

Maybe rebase this PR?

@lcreid lcreid force-pushed the eliminate-warnings-errors branch from 3b021c2 to 9298bfb Compare July 21, 2022 04:25
@lcreid lcreid force-pushed the eliminate-warnings-errors branch from 989c745 to 989ae59 Compare July 24, 2022 16:09
@lcreid lcreid merged commit de876b3 into bootstrap-ruby:main Jul 24, 2022
@lcreid lcreid deleted the eliminate-warnings-errors branch July 24, 2022 22:25
@donv donv mentioned this pull request May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants