Project

rake_ui

0.0
No commit activity in last 3 years
No release in over 3 years
run Rails rake tasks from web GUI.for rails 3.x
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

RakeUI¶ ↑

DESCRIPTION:¶ ↑

RakeUI is a Rails 3.1 Engine that provides a simple web UI for your Rake tasks.

REQUIREMENTS:¶ ↑

  • Node.js

  • Socket.io

  • Rails 3.1

INSTALL:¶ ↑

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’.

Preview¶ ↑

LICENSE:¶ ↑

(The MIT License)

Copyright © 2012: