文件名称:使用活动模型序列化器v-000
文件大小:50KB
文件格式:ZIP
更新时间:2024-03-21 15:03:35
Ruby
使用ActiveModel :: Serializer 目标 解释一下ActiveModel :: Serializer的作用。 使用ActiveModel :: Serializer渲染关联对象的JSON 说明ActiveModel :: Serializer如何适合Rails 5。 课 想象我们有一个博客应用程序。 当我们想要查看一个Post的实例时,我们还想要查看与该Post关联的Author 。 我们可以使用内置的ActiveRecord方法to_json手动嵌套数据,以一种to_json方式序列化此数据。 看一下它的当前实现: # posts_controller.rb # ... def show @post = Post . find ( params [ :id ] ) render json : @post . to_json ( only :
【文件预览】:
using-active-model-serializer-v-000-master
----public()
--------500.html(1KB)
--------robots.txt(202B)
--------422.html(2KB)
--------favicon.ico(0B)
--------404.html(2KB)
----config.ru(153B)
----db()
--------development.sqlite3(32KB)
--------seeds.rb(659B)
--------schema.rb(1KB)
--------test.sqlite3(32KB)
--------migrate()
----.learn(109B)
----lib()
--------tasks()
--------assets()
----Gemfile(2KB)
----spec()
--------spec_helper.rb(5KB)
--------rails_helper.rb(3KB)
----Rakefile(249B)
----CONTRIBUTING.md(2KB)
----config()
--------initializers()
--------application.rb(486B)
--------environments()
--------locales()
--------boot.rb(128B)
--------spring.rb(111B)
--------cable.yml(116B)
--------secrets.yml(965B)
--------puma.rb(2KB)
--------routes.rb(290B)
--------database.yml(552B)
--------environment.rb(128B)
----LICENSE.md(1KB)
----README.md(11KB)
----.rspec(22B)
----Gemfile.lock(5KB)
----.gitignore(642B)
----app()
--------models()
--------controllers()
--------helpers()
--------mailers()
--------assets()
----bin()
--------setup(920B)
--------bundle(129B)
--------rake(90B)
--------rails(141B)
--------update(782B)
--------spring(490B)
----vendor()
--------assets()