葡萄::拉布 在使用模板! 安装 将grape和grape-rabl宝石添加到Gemfile中。 gem 'grape' gem 'grape-rabl' 然后执行: $ bundle 升级中 请参阅。 用法 设置视图根目录 # config.ru use Rack :: Config do | env | env [ 'api.tilt.root' ] = '/path/to/view/root/directory' end 告诉您的API使用Grape :: Formatter :: Rabl class API < Grape :: API format :json