Skip to content

Commit

Permalink
Disable inline poll for bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Dec 7, 2024
1 parent b9988ea commit aaf55cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ It’s basically this: computers have gotten faster, and Rails has finally figur

With the recent release of Rails 8, it’s easier than ever to choose SQLite as your primary database for production. The question is, _should you?_

<%= render Share::Polls::LazyPagePoll.new(Current.page, "SQLite on Rails Poll", "How likely are you to use SQLite in your Rails app?" => ["100%", "Strongly considering", "On the fence", "Not very, but open minded", "No way"]) %>

## SQLite3::Database.open

[Joy of Rails](/) has run on SQLite since launch, and I have been very happy with my choice—I plan to keep it that way. But SQLite isn’t for everyone.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
expect(page).to have_content "What you need to know about SQLite"
end

it "displays the article content with poll by primary author" do
xit "displays the article content with poll by primary author" do
FactoryBot.create(:user, :primary_author)

visit "/articles/what-you-need-to-know-about-sqlite"
Expand Down

0 comments on commit aaf55cc

Please sign in to comment.