Routes: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 January 2024

  • curprev 20:3420:34, 18 January 2024Jonny talk contribs 2,420 bytes +2,420 Created page with "Up to: Part Of::Mastodon/Docs Routes are the things that define how URLs get mapped to program logic, and masto defines them in a bunch of places: == Rails == === Controllers === These are the "primary" routes - when you make a request to the server, rails is the first thing that catches your request. * Web interface routes: <code>config/routes.rb</code> * API routes: <code>config/routes/api.rb</code> (and other routes in there too) See the [https://guides.rub..."