我正在用 Rails 3.0 试用 ActiveScaffold,但仍然试图让它工作。我收到一个错误
No route matches {:active_scaffold=>true, :action=>"show_search", :controller=>"locations"}
当我浏览到http://localhost:3000/locations时。我的 routes.rb 中有“resources :locations, :active_scaffold => true”,但我不知道这是否是 Rails 3.0 的正确语法。
我从来没有使用过 ActiveScaffold,也没有致力于它,所以另一个问题是是否有更好的选择——或者这取决于安装的细节?