I'm trying out ActiveScaffold with Rails 3.0, still trying to get it to work at all. I'm getting an error
No route matches {:active_scaffold=>true, :action=>"show_search", :controller=>"locations"}
when I browse to http://localhost:3000/locations. I have "resources :locations, :active_scaffold => true" in my routes.rb, but I don't know if that is the right syntax for Rails 3.0.
I have never used ActiveScaffold and am not committed to it, so another question is whether there are better alternatives -- or does that depend on the specifics of the installation?