Skip to content

Commit

Permalink
Short readme
Browse files Browse the repository at this point in the history
  • Loading branch information
austvik committed Feb 5, 2011
1 parent 207316d commit 64ad108
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README
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.

0 comments on commit 64ad108

Please sign in to comment.