forked from austvik/wadlgen
-
Notifications
You must be signed in to change notification settings - Fork 0
Create WADL descriptors based on rails routes
License
DanKnox/wadlgen
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
wadlgen ======= An experiment to try to generate WADL (http://www.w3.org/Submission/wadl/) based on the routing information found in Rails 3 config/routes.rb. Approach: - Minimal rake task that calls a library to generate the WADL - Save application.wadl in public/ - Let the user edit application.wadl to add information that can't be extracted, and preserve what the user has added the next time the task is run What works: - Parse a WADL file to an object model - Generate a WADL file from an object model - Parse a Rails Route file to a object model - Rake task to parse the rails route What remains - merge two object models - make the rails task write a public/application.wadl file
About
Create WADL descriptors based on rails routes
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Ruby 100.0%