1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/routing
Prem Sichanugrist 733bfa63f5 Remove #among? from Active Support
After a long list of discussion about the performance problem from using varargs and the reason that we can't find a great pair for it, it would be best to remove support for it for now.

It will come back if we can find a good pair for it. For now, Bon Voyage, `#among?`.
2011-04-13 20:25:28 +08:00
..
mapper.rb Remove #among? from Active Support 2011-04-13 20:25:28 +08:00
polymorphic_routes.rb dry up case / when statement 2010-12-17 11:31:15 -08:00
redirection.rb Added documentation explaining the new additional supported syntaxes for the routing redirect method, a small changelog note, and two extra tests for path interpolation when using the hash option syntax. 2010-11-30 17:55:33 +01:00
route.rb use a list to represent the supported verbs for a route object 2011-03-14 18:26:30 -07:00
route_set.rb stop being clever and just call methods on the Route object 2011-03-08 16:18:27 -08:00
routes_proxy.rb Move RoutesProxy to separate file 2010-09-03 22:59:13 +02:00
url_for.rb copy-edits RDoc of 2fe43b6 2010-11-23 22:51:51 +01:00