When I run foreman I get the following:
> foreman start 16:47:56 web.1 | started with pid 27122
Only if I stop it (via ctrl-c) it
I have the same problem (ruby 1.9.3-p0, rails 3.2rc2, OSX 10.7).
Resolved the issue by using foreman-0.27.0 by adding this line into my Gemfile.
gem 'foreman', '0.27.0'