How does RoR's reloading content on refresh work?
Posted
by aharon
on Stack Overflow
See other posts from Stack Overflow
or by aharon
Published on 2010-04-27T00:18:37Z
Indexed on
2010/04/27
0:23 UTC
Read the original article
Hit count: 626
RoR allows you to, as long as the env is development
, change parts of the your application code and then just refresh the browser--and everything is changed, without having to restart Mongrel.
How does this work, and where in the Rails codebase is this done?
(Or, alternatively, is there some easy way to do this with Rack+Mongrel?)
Thanks so much.
© Stack Overflow or respective owner