Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rails/conductor
- Owner: rails
- License: mit
- Fork: true (NewRosies/conductor)
- Created: 2013-10-01T21:59:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T16:08:14.000Z (over 5 years ago)
- Last Synced: 2024-09-13T21:20:03.305Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 1.31 MB
- Stars: 54
- Watchers: 17
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
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)