Conductor is a Rails engine that lets you do through a web UI what you'd normally do with the rails shell command.
To install add the following line to the Gemfile in your Rails application :
group :development do
gem 'conductor', :github => 'NewRosies/conductor'
end
Conductor can now be accessed at /conductor when you're running off local host.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright © David Heinemeier Hansson
Released under the MIT License