在浏览器中访问的url是:http://localhost:9292/index?locale=en
与url相关的各个属性对应的值分别如下:
属性 | 值 |
---|---|
url | http://localhost:9292/index?locale=en |
base_url | http://localhost:9292 |
path | /index |
path_info | /index |
fullpath | /index?locale=en |
host | localhost |
scheme | http |
port | 9292 |
script_name | nil |
media_type | nil |
query_string | locale=en |