I currently have Faye working with my Rails 3.0.9 application. However I have two separate tabs open in my terminal. One for the Faye server, and one for the Rails server. H
Simply create an initializer containing:
Thread.new do system("rackup faye.ru -s thin -E production") end
Better option:
Use https://github.com/FooBarWidget/daemon_controller