Top "Named-routing" questions

Named routes in mounted rails engine

I'm making a small rails engine which I mount like this: mount BasicApp::Engine => "/app" Using this answer I …

ruby-on-rails ruby-on-rails-3 mount rails-engines named-routing
More-efficient way to pass the Rails params hash to named route

I need a more-efficient way to pass the params hash to a named route, including the ability to add/remove/…

hash ruby-on-rails-3 params symbols named-routing
How to navigate to a route while a named outlet is child of an unnamed outlet

I am using Angular 5. I have one in app.component. I am dynamically routing to a particular component say 'dashboard'. …

angular angular2-routing angular5 named-routing
Using named routes with parameters and form_tag

I'm trying to create a simple search form in Rails, but I think I'm missing something. I have a named …

ruby-on-rails forms parameters named-routing