In rails 2.3.5 you could do something like this inside the routes.rb file:
map.root :controller => \"pages\", :action => \"show\", :id => 3 <
map.root :controller => \"pages\", :action => \"show\", :id => 3
Are you sure the following doesn't work?
root :to => "pages#show", :id => 3