Relation Browser plugin

Plugin details

RelationBrowser is a Flash application that provides a visually appealing view of relationships between objects. This plugin makes it trivial to use RelationBrowser with your rails application.

Websitehttp://dre.gs/tags/relation_browser Repositoryhttp://svn.dre.gs/rails/plugins/relation_browser Author Moritz Stefaner Tags object, relation, flash LicenseCreative Commons

Documentation

Install the plugin:
ruby script/plugin install http://svn.dre.gs/rails/plugins/relation_browser

You'll be automatically provided 3 new methods for your controller:

relationships = the main browser
root/ = the base relationships in XML that RelationBrowser can load
children/ = XML output for specific object relationships


Example:

  http://localhost:3000/things/relationships/1
  http://localhost:3000/things/root/1 <-- children of thing XML output

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: hardway, 9 months ago