文件名称:unitwise-rails:给 rails 正确的单位操作
文件大小:39KB
文件格式:ZIP
更新时间:2024-07-12 07:32:27
Ruby
unitwise-rails 是一个 gem,它为精炼的 gem 提供 rails 扩展。 安装 将此行添加到应用程序的 Gemfile 中: gem 'unitwise-rails' , github : 'maximebedard/unitwise-rails' 迁移 # Add the fields :protein_value and :protein_unit when the # migration is executed. class AddUnitToIngredients < ActiveRecord :: Migration def self . up add_unit :ingredients , :protein end def self . down remove_unit :ingredients , :protein en
【文件预览】:
unitwise-rails-master
----unitwise-rails.gemspec(862B)
----MIT-LICENSE(1KB)
----lib()
--------unitwise()
--------tasks()
--------unitwise-rails.rb(25B)
----Gemfile(539B)
----Rakefile(575B)
----test()
--------test_helper.rb(758B)
--------dummy()
--------functional()
--------unit()
----README.md(2KB)
----.rubocop.yml(326B)
----Gemfile.lock(3KB)
----.gitignore(140B)