Displaying 1 result from an estimated 1 matches for "route_mapp".
Did you mean:
route_mac
2006 Aug 03
1
routeset mapper problem
...checking .htaccess, killing all dispatch processes before
reloading, checking logs (nothing), running webbrick... and no luck yet.
I get a simple file not found.
here''s the routing config I have
in /config/routes.rb I have:
map.content_root ''''
and then there are two route_mappers, required from environment.rb,
which are loaded depending on the version of rails
in environment.rb:
if defined? ActionController::Routing::RouteSet::Mapper
require ''support/route_mapper''
else
require ''support/routes''
end
in /lib/support/routes.rb:
#...