Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 772 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 772 Bytes

Conductor

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 application :

group :development do
  gem 'conductor', :github => 'NewRosies/conductor'
end

Conductor can now be accessed at /conductor when you're running off local host.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

Copyright © David Heinemeier Hansson

Released under the MIT License