In this tutorial, I'll implement google login in rails 7 using omniauth in devise gem. Take note, in this tutorial I'll be using login-demo as code...
Want a simple login for your rails app? I'll cover that in this tutorial. We will require the user to login in order to gain access to certain pages....
Rails 7 is relatively new, so I can't see much documentation for it right now. Especially in using foundation as CSS framework in Rails 7. In this...
Do you want your rails app to automatically load the next page when scrolled to the bottom? That's what we're covering in this post. We will create a...
The goal of this post was to create a real-time loading of comments on ruby on rails. Like in this demonstration: Take note: This is a...
I'm practicing react v17 and react-router-dom v6 a bit lately and I stumbled to a simple problem. How to redirect a page when the URL doesn't exist...