Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.
https://github.com/rails/conductor

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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

```ruby
group :development do
gem 'conductor', github: 'rails/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](http://www.opensource.org/licenses/MIT)