Bug#583149: --help for server.rb is wrong about binding address

2010-05-25 Thread Adam Majer
On Tue, May 25, 2010 at 09:19:11PM +0200, Laurent Bigonville wrote: > Hi, > > --help for server.rb is wrong about the ip on with it binds. By default > it's 0.0.0.0 but it has been patched to only listen on 127.0.0.1. > The help needs to reflect that. Good point. Could you please push this change

Bug#583149: --help for server.rb is wrong about binding address

2010-05-25 Thread Laurent Bigonville
Package: rails Version: 2.3.5-1 Severity: minor Tags: patch Hi, --help for server.rb is wrong about the ip on with it binds. By default it's 0.0.0.0 but it has been patched to only listen on 127.0.0.1. The help needs to reflect that. Regards Laurent Bigonvillediff --git a/railties/lib/commands/