About the link_to_remote

hi,all

i dont know why it does not work as my expection.
it always render the 127.0.0.1:3000 (my ror server) ,not the 8080
port.

<%= link_to_remote ‘query now!’,
{:host=>“127.0.0.1:8080”,:controller=>“webgui”,:action
=>“do_query”,:only_path=>“false”},:update=>“result”,:complete=>"$
(‘queryed’)=1"%>

thanks!

why this does not work also??!!

query now!

FIXed after check rails’ sources. thanks!