タグ

ブックマーク / akkunchoi.github.io (1)

  • Rails3 routes.rb まとめ | akkunchoi@github

    はじめに ルーティングとは シンプルな例 デバッグ Resource Routing 生成されるルート 基 idを伴わない場合 Namespace - path and controller prefix Scope - controller prefix Scope - path prefix Nested Resources - has_manyな場合に member, collection - 追加のアクション collection と match Non-Resourceful Routes Dynamic Static query strings Defaults Naming - matchでも名前を付ける Constraints (HTTP verb) - HTTPメソッドで制約する Constraints (parameter) - パラメータを制約する Constrai

  • 1