Fix the note about ruby-on-rails applications

This commit is contained in:
Thomas Trepl 2022-12-28 10:29:35 +01:00
parent 3fd1cb7c3d
commit 809c6b5eb5

View File

@ -130,8 +130,12 @@ Finished tests in 443.541527s, 47.5739 tests/s, 6031.9921 assertions/s.
</para>
<screen role="nodump"><userinput>cd /path/to/web/app
bundle update rake
/etc/rc.d/init.d/httpd restart</userinput></screen>
bundle update rake</userinput></screen>
<para>
and restart the webserver which serves the application.
</para>
</note>
</sect2>