rsaucecrud

所属分类:加密解密
开发工具:Ruby
文件大小:0KB
下载次数:0
上传日期:2024-01-12 06:47:45
上 传 者sh-1993
说明:  轨道CRUD发生器
(Rails CRUD generator)

文件列表:
bin/
lib/
test/
Gemfile
Gemfile.lock
MIT-LICENSE
Rakefile
rsaucecrud.gemspec

# Rsaucecrud This gem will help you to create an advanced CRUD. ## Usage Once you install this application, you can try to create a form; ```bash $ rails console > rsaucecrud('Namespace', 'Controller', 'Model', [:field_a, :field_b, :field_c]) ``` Example; ```bash $ rails console > rsaucecrud('Patient', 'Symptoms', 'Symptom', Symptom.colum_names) ``` ## Installation Add this line to your application's Gemfile: ```ruby gem 'rsaucecrud', git: 'https://github.com/nitzaalfinas/rsaucecrud.git' ``` And then execute: ```bash $ bundle ``` Or install it yourself as: ```bash $ gem install rsaucecrud ``` ## Contributing Contribution directions go here. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

近期下载者

相关文件


收藏者