rake-ui:用于管理耙任务的Rails引擎

时间:2021-02-09 02:55:31
【文件属性】:
文件名称:rake-ui:用于管理耙任务的Rails引擎
文件大小:61KB
文件格式:ZIP
更新时间:2021-02-09 02:55:31
rails admin rake rake-ui Ruby 瑞克 简短说明和动机。 用法 如何使用我的插件。 安装 将此行添加到您的应用程序的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, you don't have to use this npm install -g nodemon # Running a single test whenever models change n
【文件预览】:
rake-ui-master
----.gitignore(213B)
----README.md(931B)
----CHANGELOG.md(347B)
----bin()
--------rails(549B)
----test()
--------integration()
--------dummy()
--------test_helper.rb(810B)
--------rake_ui()
----Gemfile(331B)
----.ruby-version(6B)
----LICENSE(11KB)
----app()
--------views()
--------models()
--------helpers()
--------assets()
--------controllers()
----CONTRIBUTING.md(6KB)
----Gemfile.lock(4KB)
----rake-ui.gemspec(958B)
----config()
--------routes.rb(249B)
----lib()
--------tasks()
--------rake_ui.rb(89B)
--------rake_ui()
----Rakefile(342B)

网友评论