|
You are here |
ctoomey.com | ||
| | | | |
codefol.io
|
|
| | | | | [AI summary] This article discusses best practices for organizing code in a Rails application, focusing on models, controllers, views, helpers, the /lib directory, and gems to avoid code duplication and maintainability issues. | |
| | | | |
www.adamalbrecht.com
|
|
| | | | | UPDATE: There have been some changes in the JWT Gem that make some of the below not work exactly right (it'll still be about 90% the same). Specifically, they added expiration support. See my post on the same topic, but using React.js. The server side code in this post will work just as well with Angular. | |
| | | | |
petr.codes
|
|
| | | | | In the previous article, I've prepared a way how to add actions to the Rails flash messages. In this article, I will explore one way, how to use them for the undo action for deleted records. | |
| | | | |
gouthamanbalaraman.com
|
|
| | | This post will give a basic discussion on securing authentication tokens that can be used with Flask-Login. | ||