I will continue using Devise with Rails 8!
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.
- ▪The author is developing a Rails boilerplate named SuperRails.
- ▪They have successfully released an MVP called 'LazyCafe' using SuperRails.
- ▪The author has consistently used Devise for authentication in all their Rails projects.
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).