Forum: Ruby on Rails Rails server on IPv6

Posted by test test (c0micfan)
on 2013-02-13 16:19
Hi,
I am new to Ruby on Rails. I installed 3.0.18 on Cent OS 6 for testing.
I used following command to create a demo application
#rails new demo

Then goto this demo dir and use (without changing anything inside the
demo dir)
#rails server -p 80 -b ::
to make it listen on IPv4 and IPv6 both.

After that it works fine when using IPv4 address to access it. However,
when I using IPv6 address to send out POST request, it keeps giving me
"ERROR bad URI".

Is there anything I can do to fix it?

Thanks a lot.
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.