forked from austvik/wadlgen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
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 | ||
|
||
Very work in progress. |