No results found in DevOps Curriculum.
Best results in other decks
...the correct protocol. Caveats: You need to harden your server setup to forbid the routing of a request with the HOST header to an application server, that serves requests under...
TL;DR There are three dimensions you can control when scoping routes: path helpers, URL segments, and controller/view module. scope module: 'module', path: 'url_prefix', as: 'path_helper_name' do...
...work with resources as well, e.g. resources :examples, path: 'demonstration' Two macros for namespacing routes Rails offers two macros for namespacing routes. As its name suggests, namespace is the tool...