_ map.resourcesとApacheでページキャッシュが共存できない件とその解決法 RailsはRestfulな方向に進化していて、最近は map.resourcesというメソッドを使いリソースに対するルーティングを一気に定義したりできます。 map.resources :targets とroutesに書いたとき、定義されるルーティングは targets GET /targets {:action=>"index", :controller=>"targets"} formatted_targets GET /targets.:format {:action=>"index", :controller=>"targets"} POST /targets {:action=>"create", :controller=>"targets"} POST /targets.:forma