In Rails 3 routing, it seems we're using the match() method to hook up
arbitrary url patterns to rack endpoints (which I think is a great new
routing feature).

I'd like to suggest that we name it "connect", instead of "match":

1. It maintains continuity with previous versions of rails
2. It's more descriptive of the intention of a route: to connect a
requested url with an endpoint that can generate a response.

Feedback?

Thanks!
Jeff


-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en.

Reply via email to