Explore >> Select a destination


You are here

ctoomey.com
| | petr.codes
4.7 parsecs away

Travel
| | 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.
| | www.adamalbrecht.com
4.0 parsecs away

Travel
| | 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.
| | codefol.io
4.6 parsecs away

Travel
| | [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.binovarghese.com
18.8 parsecs away

Travel
| Session and token authentication methods are used by the server to verify the client request is authenticated or not.