文件名称:belongs_to_hstore:使用postgresql hstore列创建ActiveRecord所属_关联
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-29 01:06:12
Ruby
属于Hstore 使用postgresql hstore列创建ActiveRecord Emirates_to关联。 与多态关联兼容,并支持预先加载。 安装 将此行添加到您的应用程序的Gemfile中: gem 'activerecord-postgres-hstore' # Rails 3 only gem 'belongs_to_hstore' 然后执行: $ bundle 或将其自己安装为: $ gem install belongs_to_hstore 用法 使用hstore列创建关联: class Audit < ActiveRecord :: Base include BelongsToHstore :: Association serialize :properties , ActiveRecord :: Coders :: Hstore # Rails 3
【文件预览】:
belongs_to_hstore-master
----.gitignore(160B)
----belongs_to_hstore.gemspec(1013B)
----.rspec(26B)
----.ruby-gemset(18B)
----.travis.yml(44B)
----.ruby-version(11B)
----LICENSE.txt(1KB)
----spec()
--------support()
--------db()
--------spec_helper.rb(868B)
--------belongs_to_hstore_spec.rb(3KB)
----README.md(2KB)
----lib()
--------belongs_to_hstore.rb(152B)
--------belongs_to_hstore()
----Gemfile(226B)
----Rakefile(117B)