Displaying 1 result from an estimated 1 matches for "merbunity".
2010 Feb 20
7
Suggestion to rename match() to connect()
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