You are here |
fabianlindfors.se | ||
| | | |
janko.io
|
|
| | | | In this tutorial, we'll show how to add fully functional authentication and account management functionality into a Rails app, using the Rodauth authentication framework. Rodauth has many advantages over the mainstream alternatives such as Devise, Sorcery, Clearance, and Authlogic, see my previous article for an introduction. | |
| | | |
abuisman.com
|
|
| | | | Blog about solving problems with code, mostly Ruby, and other things I have learned working as an engineer and a technical leader | |
| | | |
robrace.dev
|
|
| | | | A response to building a Twitter clone with Rails, CableReady, and StimulusReflex | |
| | | |
adamj.eu
|
|
| | A lot of people pick Flask over Django because they believe it is simpler to start with. Indeed, the Flask front page includes an 8 line "hello world" application, while the Django default project has 172 lines in 5 files, and still doesn't say "hello world"! (It does show you a welcome rocket and have a full admin interface though, both are pretty fun). |