2007-06-01から1日間の記事一覧

routes.rb のrequirements のregexp に行頭記号とか使わないこと

舞波本を参考に map.hoge 'foo/:bar/:baz', :controller => 'foo', :action => 'show', :requirements => {:date => /^\d{8}$/} とすると、Regexp anchor characters are not allowed in routing requirements とかってエラー。 該当箇所のソースを眺めてみ…