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

Instead of manually redefine the route for the action, retrieve it from the routes of the application. #187

Merged
merged 22 commits into from
Dec 18, 2014

Commits on Dec 8, 2014

  1. retrive route path and verb from routes.rb

    Matthieu Paret authored and Matthieu Paret committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    1118bc6 View commit details
    Browse the repository at this point in the history
  2. add unit tests

    Matthieu Paret authored and Matthieu Paret committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    53eafab View commit details
    Browse the repository at this point in the history
  3. ensure we get all routes

    Matthieu Paret authored and Matthieu Paret committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    6d31837 View commit details
    Browse the repository at this point in the history
  4. update README

    Matthieu Paret authored and Matthieu Paret committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    ef29856 View commit details
    Browse the repository at this point in the history
  5. fixes for rails 3.0

    Matthieu Paret authored and Matthieu Paret committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    6cfc144 View commit details
    Browse the repository at this point in the history
  6. api keyword without specifying the verb/path will load values from ro…

    …utes
    iNecas authored and Matthieu Paret committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    2784d61 View commit details
    Browse the repository at this point in the history
  7. In-depth search for the route controller

    iNecas authored and Matthieu Paret committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    701c76b View commit details
    Browse the repository at this point in the history
  8. Fix removing parenthesis

    iNecas authored and Matthieu Paret committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    7e90332 View commit details
    Browse the repository at this point in the history
  9. possiblity to define a custom route formatter

    Matthieu Paret authored and Matthieu Paret committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    dbfc1f8 View commit details
    Browse the repository at this point in the history
  10. default option to empty hash

    Matthieu Paret committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    1bf2c68 View commit details
    Browse the repository at this point in the history
  11. argument size can't anymore defined which way we are using

    (from route or not) so for now, we can't use options when
    using routes.rb definition
    Matthieu Paret committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    1fcefab View commit details
    Browse the repository at this point in the history
  12. add routes formatter

    Matthieu Paret committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    cd04c2c View commit details
    Browse the repository at this point in the history
  13. no need to keep compability with rails 3.0 anymore

    Matthieu Paret committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    6069885 View commit details
    Browse the repository at this point in the history
  14. fix max number agument

    Matthieu Paret committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    38a61b5 View commit details
    Browse the repository at this point in the history
  15. use api! to define from routes.rb

    Matthieu Paret committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    1247a91 View commit details
    Browse the repository at this point in the history
  16. use a subclass for the formatter

    Matthieu Paret committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    48ab3f4 View commit details
    Browse the repository at this point in the history
  17. Update README.rst

    mtparet authored and Matthieu Paret committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    2f3bba8 View commit details
    Browse the repository at this point in the history
  18. add default formatter

    Matthieu Paret committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    11ce9cc View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2014

  1. More customizable RoutesFormatter

    Ability to specify the formatter thought the configuration and
    influence the other +api+ paramters (such as desc) form the formatter.
    iNecas committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    48bfe6c View commit details
    Browse the repository at this point in the history
  2. Support for loading routes from engines

    Adding a recursion for getting routes form mounted engines.
    
    Also checking if we need to add the api_base_url to the path instead
    of removing the api_base_url when loading the path from routes:
    doesn't play well with inheritance of api_base_url.
    iNecas committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    d35e0a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    170454d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from iNecas/ifeelgoods-generate_api_route

    Ifeelgoods generate api route
    mtparet committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    e494e62 View commit details
    Browse the repository at this point in the history