From 1b8374d55340bfce6d6538f92fc1291f875a8cac Mon Sep 17 00:00:00 2001 From: Ross Kaffenberger Date: Sat, 7 Dec 2024 17:28:03 -0500 Subject: [PATCH] Re-instate SQLite on Rails poll --- .../pages/articles/what-you-need-to-know-about-sqlite.html.mdrb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/content/pages/articles/what-you-need-to-know-about-sqlite.html.mdrb b/app/content/pages/articles/what-you-need-to-know-about-sqlite.html.mdrb index a494e5d2..052908f1 100644 --- a/app/content/pages/articles/what-you-need-to-know-about-sqlite.html.mdrb +++ b/app/content/pages/articles/what-you-need-to-know-about-sqlite.html.mdrb @@ -17,6 +17,8 @@ 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 Live Poll", "How likely are you to use SQLite in your next Rails app?" => ["Definitely! 🎸", "Strongly considering 💪", "On the fence ⚖️", "Maybe, but not likely 👻", "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.