WeSearch

I will continue using Devise with Rails 8!

·6 min read · 0 reactions · 0 comments · 14 views
#rails#devise#development
I will continue using Devise with Rails 8!
⚡ TL;DR · AI summary

The author expresses their intention to continue using Devise with Rails 8 for their projects. They are developing a boilerplate called SuperRails, which simplifies the process of creating MVPs. Despite some community sentiment against Devise, the author finds it convenient and reliable for their authentication needs.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3936080) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Hulk in Public Posted on May 26 I will continue using Devise with Rails 8! #ruby #rails I am developing a boilerplate called SuperRails. Super Rails | Rails Boilerplate for Solopreneurs A production-ready Rails boilerplate with Devise, Avo, Stripe, ViewComponent and more. Skip the setup, ship your MVP in days. super-rails.com It is a collection of gems and pages that aren't in the Rails standard but are definitely convenient to have.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)