Skip to content

Commit 65776ee

Browse files
authored
Merge pull request #308 from joyofrails/feat/embed-sqlite-poll
Re-instate SQLite on Rails poll
2 parents a81bd27 + 1b8374d commit 65776ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/content/pages/articles/what-you-need-to-know-about-sqlite.html.mdrb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ It’s basically this: computers have gotten faster, and Rails has finally figur
1717

1818
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?_
1919

20+
<%= 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 🚫"]) %>
21+
2022
## SQLite3::Database.open
2123

2224
[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.

0 commit comments

Comments
 (0)