Search code examples
how to modify form_with when using nested resources in rails...


ruby-on-railsrails-routingnested-resources

Read More
In routes, override scope-defined name from w/in the scope block...


ruby-on-railsruby-on-rails-4rails-routing

Read More
No route matches?...


ruby-on-railsrspecrspec-railsrails-routingrails-api

Read More
How can I make routes from a Rails 3 engine available to the host application?...


ruby-on-railsruby-on-rails-3url-routingrails-routingrails-engines

Read More
How to check validation on creation method if its called from specific route?...


ruby-on-railsvalidationrails-activerecordrails-routing

Read More
What's the "Rails way" to route a "diff" between two instances of the same m...


ruby-on-railsroutesruby-on-rails-5rails-routing

Read More
Undefined local variable or method 'current_user' for Namespaced Controller...


ruby-on-railsdevisenamespacesruby-on-rails-5rails-routing

Read More
overriding devise routes works for sessions but not registrations...


ruby-on-railsdeviseruby-on-rails-5rails-routing

Read More
Form with custom url keeps submitting to Create method...


ruby-on-railsrubyformsroutesrails-routing

Read More
How to write a path that includes two keys?...


ruby-on-railspathroutesrails-routing

Read More
Best practices for static pages in rails app...


ruby-on-railsrails-routing

Read More
Need to run some code (insert into DB) before minitest route testing...


ruby-on-railsminitestrails-routing

Read More
Rails Custom Routes Changes Assets Paths Resulting In 404 For Assets...


ruby-on-railsasset-pipelinerails-routing

Read More
Passing nested params from create in redirect to show of nested controller...


ruby-on-railsnested-attributesrails-routing

Read More
Inspect a given route to determine if it has a subdomain constraint...


ruby-on-railsroutesrails-routingurl-helper

Read More
Check for the existing of a header attribute in rails before invoking an action...


ruby-on-railsrubyrails-routingruby-on-rails-4.2

Read More
Listing 'rake routes' for a mountable Rails 3.1 engine...


ruby-on-railsroutesruby-on-rails-3.1rails-routingrails-engines

Read More
Rails catch all route prevents access to public folder...


ruby-on-railsrubyrails-routing

Read More
Weird path_helper error when using english locale...


ruby-on-railsrails-routing

Read More
How to move Rails Engine's route to rails main routes?...


ruby-on-railsruby-on-rails-4routesrails-routingrails-engines

Read More
Ruby on Rails redirect how to pass params in routes file...


ruby-on-railsrubyhttp-status-code-301rails-routing

Read More
Finding the resource one level above in path (nested resources) - Rails...


ruby-on-railsroutesrails-routing

Read More
nomethoderror in index for another method with collection routes on Rails...


ruby-on-railsrails-routingslim-lang

Read More
Why the following error?...


ruby-on-railsruby-on-rails-4rails-routing

Read More
routes to non-RESTfull controller...


ruby-on-railsruby-on-rails-5rails-routing

Read More
Rails: How to route to a specific domain...


ruby-on-railsroutesruby-on-rails-5rails-routing

Read More
apply same options to multiple routes...


ruby-on-railsrails-routing

Read More
rails 5 routing, PUT action winds up as GET...


ruby-on-railsruby-on-rails-5rails-routing

Read More
Rails route: define root to namespace...


ruby-on-railsrubyrails-routing

Read More
NoMethodError in PostsController#create undefined method `body'...


ruby-on-railsrails-routing

Read More
BackNext