So, I was trying to run Webrick server for my Rails project on my work PC, and I got this error:
=> Booting Mongrel (use ’script/server webrick’ to force WEBrick)
=> Rails 2.1.1 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
** Starting Mongrel listening at 0.0.0.0:3000
Exiting
c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.2-x86-mswin32/lib/mongrel/tcphack.rb:
12:in `initialize_without_backlog’: Only one usage of each [...]
Archive for the ‘Development’ Category
Annoying Rails Error When Running Webrick Server: “Only one usage of each socket address”
On February - 11 - 2009
Is there a better way to refresh dbml when database schema changes ?
On January - 20 - 2009
I’ve been doing a lot of LINQ works at the moment, and naturally database schema changes quite regularly. Table fields added, deleted or changed, etc. So far the only way I know to refresh my dbml file is by deleting the table from the designer and drag a new one back from the server explorer. [...]












