Skip to content

railsatwork/orgchart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= Rendering an Org Chart live from a Rails 3 app 

This is an example of how to render an org chart using Graphviz and Rails 3. This example runs on ruby 1.9.2.

Once you clone this repository, install graphviz, create a database, run the migrations, and run the rake task to seed the data.
After that you can start the server and the home page will take you to a dialog to select departments to render the org chart for.
  
  sudo port install graphviz
  rake db:create
  rake db:migrate
  rake app:seed_data

  rails server

Enjoy!

About

how to render an org chart in rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors