I don’t know if the correct title for this is hot deploy.
I am modifying controllers and views and I have to restart the server to view those changes.
Why? I think that it didn’t worked like this.
I am using webrick server. Environment is development.
I am using Rails 3.1
Go to your config/environments/development.rb and make sure you have:
In mine, it comes with this explanatory comment: