RailsCasts Pro episodes are now free!

Learn more or hide this

Dennis Reimann's Profile

GitHub User: dbloete

Site: http://dennisreimann.de

Comments by Dennis Reimann

Avatar

@adnan4721 you should start Faye using Thin (as a separate process). You'll find a Rackup example for that on the Faye site: http://faye.jcoglan.com/ruby.html

Put your config into faye_config.ru and start it with the following command:
thin -R faye_config.ru start