rake ui:用于管理耙任务的Rails引擎 源码
瑞克 简短说明和动机。 用法 如何使用我的插件。 安装 将此行添加到您的应用程序的Gemfile中: gem 'rake-ui' 然后执行: $ bundle 或自己安装为: $ gem install rake-ui 安装完成后,安装发动机 Rails . application . routes . draw do mount RakeUi :: Engine => "/rake-ui" end 测验 bundle exec rake test 要快速迭代,我通常会安装nodemon,也可以使用Guard minitest。 # Example with nodemon
文件列表
rake-ui-master.zip
(预估有个98文件)
rake-ui-master
.gitignore
213B
README.md
931B
CHANGELOG.md
347B
bin
rails
549B
test
integration
rake_task_logs_request_test.rb
1KB
rake_tasks_request_test.rb
1KB
暂无评论