/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

blog.theamazingrando.com
| | mensfeld.pl
3.6 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 [...]
| | ryanbigg.com
3.8 parsecs away

Travel
| | Hanami for Rails Developers: Part 1: Models
| | postmodern.github.io
3.7 parsecs away

Travel
| | [AI summary] This blog post provides a detailed tutorial on using Ruby's ActiveRecord gem as a standalone library to manage databases, run migrations, and define models outside of a full Rails application.
| | mherman.org
23.8 parsecs away

Travel
| This tutorial demonstrates how to add authentication to Angular using NGRX Store and Effects.