If I serve my application using "Rails s" when the application code changes, the application also changes. Now I use Nginx and passenger, how can I reproduce this behavior, at least in the development environment?
You really want to restart Passenger, not nginx. Create a file tmp/restart.txtin the root directory of the Rails application. To reload touch tmp/restart.txt. The passenger will notice the change and reload of the file.
tmp/restart.txt
touch tmp/restart.txt
Source: https://habr.com/ru/post/1781062/More articles:Checkout out of subversion and discard actual local changes in NetBeans - svnHow to distinguish const std :: string & to integer? - c ++Performance Counter Monitoring - asp.netMultiple ASP pop-ups on one page - asp.netRendering from SDL and OpenGL at the same time - c ++Sandcastle or NDoc? Good msdn-like doc generator? - documentation-generationmemmove does not move - c ++Rails 3 I18n label_tag translation - ruby-on-rails-3jquery: hide / show based on variable for class name - jqueryPerl Inline ΠΠ°ΠΌΠ΅Π½Π° Π½Π° Perl Script - perlAll Articles