[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

タグ

rablとjsonに関するa2ikmのブックマーク (2)

  • JBuilder and RABL Syntax Comparison

    jbuilder.rb `�@��U �c Jbuilder.encode do |json| json.content format_content(@message.content) json.(@message, :created_at, :updated_at) json.author do |json| json.name @message.creator.name.familiar json.email_address @message.creator.email_address_with_name json.url url_for(@message.creator, format: :json) end if current_user.admin? json.visitors calculate_visitors(@message) end json.comments @me

    JBuilder and RABL Syntax Comparison
    a2ikm
    a2ikm 2013/03/03
    RABLはobjectのルールがよくわからない。複数のものをまぜようとすると面倒。複雑な構造を作るのに向いていないのかも
  • #322 RABL - RailsCasts

    Download: source codeProject Files in Zip (100 KB)mp4Full Size H.264 Video (19.6 MB)m4vSmaller H.264 Video (10.2 MB)webmFull Size VP8 Video (12.2 MB)ogvFull Size Theora Video (23.6 MB) Railsアプリケーションで、モデルデータに基づいてカスタムのJSONデータを返したい場合、これを行う方法はいくつかあります。モデルのas_jsonメソッドをオーバーライドするか、エピソード320でおこなったようにJbuilder gemを使用することができます。もう一つよく使われるのが、RABL gemを用いる方法です。RABLRuby API Builder Languageの略で、その他のツールと比べると若干機能が豊富

  • 1