store_attribute:ActiveRecord扩展,将类型转换添加到存储访问器

时间:2024-05-26 13:00:33
【文件属性】:

文件名称:store_attribute:ActiveRecord扩展,将类型转换添加到存储访问器

文件大小:21KB

文件格式:ZIP

更新时间:2024-05-26 13:00:33

商店属性 ActiveRecord扩展,将类型转换添加到存储访问器。 与Rails 4.2和Rails 5+兼容。 从未合并的PR提取到Rails: 。 安装 在您的Gemfile中: # for Rails 5+ (6 is supported) gem "store_attribute" , "~> 0.8.0" # for Rails 4.2 gem "store_attribute" , "~> 0.4.0" 用法 您可以使用store_attribute方法将具有类型的其他访问器添加到模型上的现有商店。 store_attribute ( store_name , name , type , options ) 在哪里: store_name商店的名称。 name商店访问者的名称。 type一个符号,例如:string或:integer ,或用于访问器的类型对象


【文件预览】:
store_attribute-master
----.gitignore(397B)
----bench()
--------bench.rb(788B)
--------setup.rb(1KB)
----README.md(3KB)
----.rubocop.yml(830B)
----gemfiles()
--------rails6.gemfile(78B)
--------railsmaster.gemfile(86B)
--------rails5.gemfile(75B)
----CHANGELOG.md(920B)
----bin()
--------console(96B)
--------setup(116B)
----.github()
--------ISSUE_TEMPLATE.md(393B)
--------PULL_REQUEST_TEMPLATE.md(558B)
--------workflows()
----Gemfile(273B)
----.rspec(7B)
----store_attribute.gemspec(1KB)
----spec()
--------support()
--------cases()
--------store_attribute()
--------spec_helper.rb(1KB)
----LICENSE.txt(1KB)
----lib()
--------store_attribute.rb(105B)
--------store_attribute()
----Rakefile(207B)

网友评论