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
Piotr Sarnacki 22b11a41cc Allow mounting engines at '/'
Without that commit script_name always become '/', which
results in paths like //posts/1 instead of /posts/1
2010-09-30 09:47:05 +02:00
..
http dry up method checking in the request object 2010-09-29 16:09:58 -07:00
middleware no need to check for nil? 2010-09-30 08:11:34 +08:00
routing Allow mounting engines at '/' 2010-09-30 09:47:05 +02:00
testing _ is not a valid scheme name character, \w includes it and also is redundant with \d. 2010-09-29 12:55:43 -03:00
railtie.rb First pass at Rack::Cache 2010-09-13 16:06:03 -07:00
routing.rb Removed deprecated RouteSet API, still many tests fail 2010-09-05 13:44:36 +02:00