How am I supposed to use ruby with development mode, which is not require me to restart my ruby process every time I made changes , just like Rails development mode, when I made changes no need to restart the code and the new code will be applied directly.
Share
I think you can use gem shotgun for webapps server Reference
I dont think you can go ahead without restarting the app for changes!!!