Displaying 1 result from an estimated 1 matches for "nicolasdespres".
2013 May 21
0
Respect for Rails 0.1.0 is out!
...mount the engine in your routes.rb
Respect for Rails:
- generates an interactive documentation page in an engine (following
http://json-schema.org/ standard)
- offers a filter for requests/responses validation.
- sanitize your parameters while validating them.
Check it out at: https://github.com/nicolasdespres/respect-rails
A basic Rails 3 example app is included in the repository.
It is still in beta but the existing API should not move, so you can use it
safely. The major feature I plan to add before to release version 1.0.0 is
a way to let users document their web app through resources.
Feel free to...