samuelkadolph / unicorn-rails

unicorn-rails is a simple gem that sets the default server for rack (and rails) to unicorn.
MIT License
127 stars 22 forks source link

Plugin for class reload? #15

Open jgodse opened 9 years ago

jgodse commented 9 years ago

Hi Sam.

unicorn_rails looks like a good idea. I read somewhere that there is a plugin for unicorn-rails to make it reload changed files on every request just like Webrick does. Do you know which gem, or how to make unicorn-rails act like Webrick for reloading changed files?

I'm almost ready to switch to unicorn-rails for development work, and this would seal the deal.

Curiously, Jay

frenkel commented 9 years ago

Isn't it doing this already? Using Rails 4.1 it seems my code is reloaded automatically in development.