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

ParseableRoute - abstraction for routes and support for Rails 3.1 #38

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 9, 2013

  1. Create ParseableRoute to wrap interface with different types of route…

    … classes
    
    This class will be used to create a consistent API for api_taster/route to use when parsing routes, in order to better support different versions of Rails (notably 3.1 which uses ActionDispatch::Routing::Route instead of Journey::Route)
    robbjl committed Feb 9, 2013
    Configuration menu
    Copy the full SHA
    574228a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dc45e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2013

  1. Configuration menu
    Copy the full SHA
    3e825ce View commit details
    Browse the repository at this point in the history