Skip to content
vic

rails/conductor

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

rails/conductor.json
{
"createdAt": "2013-10-01T21:59:00Z",
"defaultBranch": "master",
"description": "Conductor is a Rails engine that lets you do through a web UI what you'd normally do with the rails shell command.",
"fullName": "rails/conductor",
"homepage": "",
"language": "Ruby",
"name": "conductor",
"pushedAt": "2019-07-09T16:08:14Z",
"stargazersCount": 54,
"topics": [],
"updatedAt": "2025-10-02T13:11:05Z",
"url": "https://github.com/rails/conductor"
}

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: 'rails/conductor'
end

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

  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

Copyright © David Heinemeier Hansson

Released under the MIT License