RakeUI is a Rails 3.1 Engine that provides a simple web UI for your Rake tasks.
-
Node.js
-
Socket.io
-
Rails 3.1
In your Gemfile:
gem 'rake_ui', '0.6.0' or gem 'rake_ui', :git => "git://github.com/wxianfeng/rake_ui.git", :branch => 'wxianfeng'
In your routes.rb file:
Rails.application.routes.draw do mount RakeUi::Engine => "/rake_ui" end
Config config/rake_ui.yml
host: '192.168.10.107' log: '/data/projects/entos/log/rake.log'
Config config/tasks.yml
- 'rake about' - 'rake routes'
Start the node server:
rake start_node_server
Once your Rails app is started, visit /rake_ui to see your rake tasks. All stdout will be displayed in the browser under ‘terminal output’.
(The MIT License)
Copyright © 2012: