Skip to content

NewRosies/conductor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Conductor is a Rails engine that lets you do through a web UI what you'd normally do with the rails shell command.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 86.0%
  • JavaScript 8.4%
  • CSS 5.6%