Skip to content

console not working with rails catch all routes #27

Description

@gucki

When you have a route like the following the console does not work because the request if captured by rails before the console middleware gets it.

match ":anything" => "index#routing_error", :constraints => { :anything => /.*/ }

I haven't looked at the source, but I think the order of the middlewares has to be changed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions