Skip to content

Decouple cascade from versioning #381

Closed
@skwp

Description

@skwp

Why is the thing that controls whether errors are cascaded to rails tied to the version declaration? I'm trying to build a versionless api that also doesn't hit rails if I happen to type in the wrong path on the client. The cascade declaration doesn't seem to work without a version:

version :cascade => false

Makes all paths in my api 404. Some insight here would be nice before I attempt to change/pull request something that will not be merged upstream :)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions