While testing out this gem I found if the path to my rails app contained any spaces, the rails server would fail to start. To fix this I went through the RailsRunner class and wrapped any instance of the application path (and PID path) in quotes so when the shell command is run the spaces in the path won't break the execution.
While testing out this gem I found if the path to my rails app contained any spaces, the rails server would fail to start. To fix this I went through the RailsRunner class and wrapped any instance of the application path (and PID path) in quotes so when the shell command is run the spaces in the path won't break the execution.