I\'m trying to serve multiple requests concurrently in Rails 4, something I was able to do very easily with config.threadsafe! and Puma in Rails 3.
config.threadsafe!
Puma
you can try unicorn this is very simple in development mode:
http://dave.is/unicorn.html