背景:最近想把项目实现模块化,于是看到了 rails 的 engine 这一章节, 照着文档(http://guides.ruby-china.org/engines.html)走了一半,出现问题就再也走不下去了 问题:走到 3.2 节最后一部分,对 post 添加评论后出现了 route 错误: No route matches {:action=>"show", :controller=>"blorgh/posts"} 路由配置如下:
resources :posts resources :posts do resources :comments end root :to => "posts#index" 项目源码已经推送到 github:[email protected]:rubylab/blorgh.git ,还望各位大哥,大神们不吝指教,@Rei @jasl。在此先谢过诸位!