Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
Mark's Blog
(Uncensored)
subscribe
Using the Rails router elsewhere
https://without-brains.net/2021/09/29/using-the-rails-router-elsewhere/
links
backlinks
Tagged with:
rails
When working on Rails projects a commonly used part is the Rails router which is used to direct incoming requests to the appropriate controllers and actions and to generate paths and URLs so you don’t have to hardcode them all over the place.