We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b353ae commit 0352f49Copy full SHA for 0352f49
1 file changed
faq.markdown
@@ -12,7 +12,7 @@ Frequently Asked Questions
12
How do I make my Sinatra app reload on changes? {#reloading}
13
-----------------------------------------------
14
15
-First off, in-process code reloading in Ruby [is hard](https://web.archive.org/web/20190210151114/http://blog.rkh.im/code-reloading)
+First off, in-process code reloading in Ruby is hard
16
and having a solution that works for every scenario is technically impossible.
17
18
Which is why we recommend you to do out-of-process reloading.
0 commit comments