serialize_has_many:将has_many关系序列化为单个列。 使用ActiveRecord轻松实现NoSQL!

时间:2024-06-02 16:08:18
【文件属性】:

文件名称:serialize_has_many:将has_many关系序列化为单个列。 使用ActiveRecord轻松实现NoSQL!

文件大小:49KB

文件格式:ZIP

更新时间:2024-06-02 16:08:18

Ruby

serialize_has_many 将has_many关系序列化为单个列,同时仍在进行属性,验证,回调,嵌套表单和fields_for。 使用ActiveRecord轻松实现NoSQL! 安装 将此行添加到您的应用程序的Gemfile中: gem 'serialize_has_many' 然后执行: $ bundle 或将其自己安装为: $ gem install serialize_has_many 用法 假设您有一个“父母有很多孩子”的关系。 要使用serialize_has_many : 子级应响应attributes和new(attributes) 。 要清楚: child.attributes应该给出一个散列 Child.new(attributes)应该使用该哈希值 父级应具有存储序列化数据的属性,最好是text数据类型 在父级中添加serialize_has


【文件预览】:
serialize_has_many-master
----.gitignore(3KB)
----serialize_has_many.gemspec(1KB)
----.travis.yml(391B)
----Vagrantfile(1KB)
----LICENSE.txt(1KB)
----spec()
--------support()
--------serialize_has_many()
--------spec_helper.rb(547B)
----README.md(3KB)
----example()
--------.gitignore(474B)
--------app()
--------config.ru(153B)
--------bin()
--------log()
--------db()
--------public()
--------spec()
--------README.md(216B)
--------vendor()
--------config()
--------Gemfile(2KB)
--------Rakefile(249B)
--------Gemfile.lock(5KB)
----lib()
--------serialize_has_many()
--------serialize_has_many.rb(231B)
----Gemfile(103B)
----Rakefile(29B)

网友评论