Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: routes path specs #123

Closed

Commits on Sep 4, 2014

  1. Added the build_path_spec method that builds the path spec for a gi…

    …ven route, from its binary tree.
    
    Each route helper now has an extra `spec` function attached to it that will return the path spec.
    
    Using the `route` private function to build each route helper
    
    Adapting existing tests to the new code for JS route calls
    
    Testing the path spec generation.
    Still failing on wildcard routes in Rails 3.2
    
    Fix for 3.2 globbing
    
    Readme update to document the path spec function
    
    `Array#to_h` is too recent
    olance committed Sep 4, 2014
    Configuration menu
    Copy the full SHA
    88386e5 View commit details
    Browse the repository at this point in the history