Stuck on "No route matches" when porting to rails 3.0

I don't do anything special. This should work, but it doesn't.

Portal::Application.routes.draw do |map|
  map.root :controller => "portal", :action => "logout"
  map.connect ':controller/:action/:id'
  map.connect ':controller/:action/:id.:format'
end

I am also not able to install rails_upgrade plugin so I don't know if
any other changes should be done in controllers in order to work.

by
TheR

···

--
Posted via http://www.ruby-forum.com/.

Sorry guys this should go to Rails.

by
TheR

···

--
Posted via http://www.ruby-forum.com/.