Skip to content

NewRosies/conductor

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 138 commits ahead of dhh:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
lib
 
 
log
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%