-
Notifications
You must be signed in to change notification settings - Fork 463
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
Commits on Dec 8, 2014
-
retrive route path and verb from routes.rb
Matthieu Paret authored and Matthieu Paret committedDec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 1118bc6 - Browse repository at this point
Copy the full SHA 1118bc6View commit details -
Matthieu Paret authored and Matthieu Paret committed
Dec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 53eafab - Browse repository at this point
Copy the full SHA 53eafabView commit details -
Matthieu Paret authored and Matthieu Paret committed
Dec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 6d31837 - Browse repository at this point
Copy the full SHA 6d31837View commit details -
Matthieu Paret authored and Matthieu Paret committed
Dec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for ef29856 - Browse repository at this point
Copy the full SHA ef29856View commit details -
Matthieu Paret authored and Matthieu Paret committed
Dec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 6cfc144 - Browse repository at this point
Copy the full SHA 6cfc144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2784d61 - Browse repository at this point
Copy the full SHA 2784d61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 701c76b - Browse repository at this point
Copy the full SHA 701c76bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e90332 - Browse repository at this point
Copy the full SHA 7e90332View commit details -
possiblity to define a custom route formatter
Matthieu Paret authored and Matthieu Paret committedDec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for dbfc1f8 - Browse repository at this point
Copy the full SHA dbfc1f8View commit details -
Matthieu Paret committed
Dec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 1bf2c68 - Browse repository at this point
Copy the full SHA 1bf2c68View commit details -
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 committedDec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 1fcefab - Browse repository at this point
Copy the full SHA 1fcefabView commit details -
Matthieu Paret committed
Dec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for cd04c2c - Browse repository at this point
Copy the full SHA cd04c2cView commit details -
no need to keep compability with rails 3.0 anymore
Matthieu Paret committedDec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 6069885 - Browse repository at this point
Copy the full SHA 6069885View commit details -
Matthieu Paret committed
Dec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 38a61b5 - Browse repository at this point
Copy the full SHA 38a61b5View commit details -
use api! to define from routes.rb
Matthieu Paret committedDec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 1247a91 - Browse repository at this point
Copy the full SHA 1247a91View commit details -
use a subclass for the formatter
Matthieu Paret committedDec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 48ab3f4 - Browse repository at this point
Copy the full SHA 48ab3f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f3bba8 - Browse repository at this point
Copy the full SHA 2f3bba8View commit details -
Matthieu Paret committed
Dec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 11ce9cc - Browse repository at this point
Copy the full SHA 11ce9ccView commit details
Commits on Dec 17, 2014
-
More customizable RoutesFormatter
Ability to specify the formatter thought the configuration and influence the other +api+ paramters (such as desc) form the formatter.
Configuration menu - View commit details
-
Copy full SHA for 48bfe6c - Browse repository at this point
Copy the full SHA 48bfe6cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d35e0a1 - Browse repository at this point
Copy the full SHA d35e0a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 170454d - Browse repository at this point
Copy the full SHA 170454dView commit details -
Merge pull request #2 from iNecas/ifeelgoods-generate_api_route
Ifeelgoods generate api route
Configuration menu - View commit details
-
Copy full SHA for e494e62 - Browse repository at this point
Copy the full SHA e494e62View commit details