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.
{ "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
Section titled “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
Section titled “Installation & Setup”To install add the following line to the Gemfile in your Rails application :
group :development do gem 'conductor', github: 'rails/conductor'endConductor can now be accessed at /conductor when you’re running off local host.
Contributing
Section titled “Contributing”- 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
License
Section titled “License”Copyright © David Heinemeier Hansson
Released under the MIT License