ホーム > タグ > Rails

Rails

[Rails][本]Head First Rails

昨年末から、Ruby勉強会@関西に参加しています。

1/30のプログラムの1つが、「RailsでWebスケジューラを作ってみよう」だったこともあって、
Head First Rails ―頭とからだで覚えるRailsの基本
を買ってみました。

一通り読んでみて、分からないところが一つありました。

P345
第8章 XMLといろいろな表現技法
アクション「news」を作成する
のルート設定に関して、


map.connect '/incidents/news', :action=>'news', :controller=>'incidents', :format=>'xml'

と設定した場合、

http://localhost:3000/news.xmlにアクセスすると、

ActiveRecord::RecordNotFound in IncidentsController#show
となり、showアクションを見にいってしまいます。
正しくは、


map.connect '/incidents/news.xml', :action=>'news', :controller=>'incidents', :format=>'xml'

ではないんでしょうか?

Home > Tags > Rails

Search
Feeds
[PR]

Return to page top

Canonical URL by SEO No Duplicate WordPress Plugin