I'm a Rails newbie, and I was initially using NetBeans + JRuby to make Rails apps (was using JRuby because it was a quick start - I don't need to interface with any Java libs).
Then because of (a) many gems are not available for JRuby, and (b) most of the Rails webshosts don't support JRuby, I decided to use Ruby MRI.
So I got everything installed and it was working OK. But now, after every 4/5 refreshes of a webpage, WEBrick crashes with a SEGFAULT. (Nothing like this happened when I was using JRuby).
So, I went about looking for an alternative, and tried thin. Some errors which this question helped partly resolve. Now on thin start
I get an error No adapter found for C:/Ruby192/bin
.
Any advice on how to get started developing again with (any) simple (stable) web server is highly appreciated.
Ps. I'm using Windows 7 x64, if that helps.