/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

davidlynch.org
| | mensfeld.pl
5.3 parsecs away

Travel
| | If you want to have slugs that are refreshed (updated) each time you change corresponding field in your ActiveRecord models, put this at the end of your initializers/friendly_id.rb file: This will update slug each time related column (friendly_id_config.base) has changed. Keep in mind, that this method won't work if you use non-column slug method as [...]
| | jonas.arnklint.com
7.1 parsecs away

Travel
| | Ruby on Rails is a really nice tool for use when building web APIs
| | marcgg.com
5.8 parsecs away

Travel
| | Ruby on Rails gives you update and update! ('update bang') to modify your records. However there is a situation where you shouldn't use one.
| | geoff.tuxpup.com
19.2 parsecs away

Travel
| How I Start: Django, Tailwind, HTMX (part 1) I wanted to try out some "modern" front-end development for a while, and I did. FastAPI is great. So is Svelte. But even though I found creating APIs that way to be a breeze, building a whole site that way felt much slower and heavier than using traditional server rendering. So I decided to give django a fair shake for a while, and I'm glad I did.