Giter VIP home page Giter VIP logo

vasco's Introduction

Vasco

Description:

Vasco is a simple UI for exploring the RESTful routes configured for your application.

Install:

To install the plugin (using Rails later than July 14, 2008):

script/plugin install git://github.com/relevance/vasco.git

If using an older version of Rails:

cd vendor/plugins
git clone git://github.com/relevance/vasco.git
rm -rf vasco/.git
cd ../..
script/console
require 'vendor/plugins/vasco/install'
exit

After installation, the plugin will create a folder in your application’s /public directory called vasco. Before you can use the UI, you have to seed it with your application’s current data. (It helps if you run rake db:fixtures:load first so that Vasco can suggest IDs for you.)

rake vasco:explore

To use the route explorer, start up your application and point your browser to:

localhost:3000/vasco

From here, you will be provided with links to all registered RESTful routes. You can perform GETs, POSTs, PUTs and DELETEs. The UI will know not only the routes, but the schema for each model in your application. If there is a standard Rails configuration linking a controller to a model, the UI will present you with a form you can use to fill out model details for POSTs and PUTs, and will even provide default IDs if you have seeded the database with fixture data already.

TODOs

Here’s what’s on our upcoming feature list:

  • actual support for nested routes. Currently, they appear in the list, but you can’t navigate to them.

  • support for multiple MIME types. Currently, the system only uses the XML endpoints.

  • fixing the remaining UI glitches (expanded URLs overrunning the edge of the left container, for example)

  • switching to a faster, lighter lightbox implementation

URLs

License:

(The MIT License)

Copyright © 2008 Relevance, Inc. - thinkrelevance.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

vasco's People

Contributors

rsanheim avatar

Stargazers

Vasco Rebolo avatar Angus H. avatar Igor Moiseev avatar  avatar  avatar Kevin Hutson avatar kayak avatar Jorge Mir avatar  avatar Sander de Goeij avatar Mateo Murphy avatar Shree Mandadi avatar Gert Thiel avatar Scully Group avatar Joe Goldwasser avatar Tom Cocca avatar Ariel Cordiviola avatar John Goodsen avatar Zev Blut avatar Jonathon Brenner avatar  avatar Robert Wahler avatar Terry Schmidt avatar  avatar Florent Piteau avatar Mutalis avatar Donald Parish avatar Jim Vallandingham avatar mcfearsome avatar Thilo Utke avatar victor christensen avatar Mahmoud Kassem avatar Lalit Shandilya avatar Alex Muntean avatar Abie avatar Juan Pablo Re avatar Michael A. Alderete avatar Corey Haines avatar Karl Smith avatar Sam Schroeder avatar Erik Yowell avatar Justin Gehtland avatar Mark Lane avatar Matt Polito avatar Chip Vanek avatar Jamey Davis avatar Michael Larocque avatar Joshua Suggs avatar Luca G. Soave avatar Alan Bradburne avatar Chris Johnson avatar Coty Rosenblath avatar Colin Schlueter avatar Rich Manalang avatar Nadeem Bitar avatar DJ Davis avatar Cristi Balan avatar

Watchers

David Chelimsky avatar Justin Gehtland avatar Christian Romney avatar David Nolen avatar Daemian Mack avatar Benoît Fleury avatar Craig Andera avatar Tim Ewald avatar Luke VanderHart avatar Michael Nygard avatar Gabriel Coch avatar Paul deGrandis avatar Yoko Harada avatar Alex Redington avatar  avatar Timothy Baldridge avatar Lynn Grogan avatar James Cloos avatar Naoko Higashide avatar  avatar Kevin Altman avatar George Kierstein avatar Jarrod avatar Ben Kamphaus avatar Marshall Thompson avatar  avatar  avatar  avatar

vasco's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.