文件名称:rjson:JSON 的模板处理程序
文件大小:26KB
文件格式:ZIP
更新时间:2024-07-01 00:32:18
Ruby
rjson RJSON 是用于创建 JSON 视图的模板处理程序。 RJSON 期望视图返回 Ruby 对象,然后对其调用 to_json。 实施例 # show.json.rjson { :id => @item . id , :name => @item . name } RJSON局部模板 RJSON 还特别支持 RJSON 部分,因此执行以下操作应该没有问题: # items/index.json.rjson # We're doing map because we need to return an array of rendered items @items . map do | item | render item end # items/_item.json.rjson { :id => @item . id , :name => @item
【文件预览】:
rjson-master
----Rakefile(358B)
----test()
--------rjson_test.rb(610B)
--------test_helper.rb(489B)
--------dummy()
----README.rdoc(892B)
----Gemfile(38B)
----Gemfile.lock(2KB)
----VERSION(6B)
----lib()
--------rjson.rb(66B)
--------rjson()
----rjson.gemspec(689B)
----LICENSE.txt(1KB)