Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upREADME
Conductor is a Rails engine that lets you do through a web UI what you'd normally do with the rails shell command. * Installation & Setup To install add the following line to the Gemfile in your Rails 3 application : gem 'conductor', :git => 'http://github.com/dhh/conductor.git', :require => 'conductor/engine' Then run the conductor:install:assets rake command. Conductor can now be accessed at /conductor when you're running off local host.