routes.rb. what's diff map.connect and map.name?

Hi

as title says, what's the difference between map.connect and map.somename ?

thanks

Map.foo is named route. It gives helper methods you can use in views.
Map.connect will associate a URL to controller/action.