Hi,
I'm trying to use RadRails on Windows and it's works relatively smoothly.
But, when i hit F5 in my browser i have to wait ~15 secondes to refresh the page. It's annoying because the CPU usage is around 5% and it's looks like RadRails is doing nothing, no debbuger activity, no sql connection and no server requests during the 15 seconds.
Did some one knows how to configure this IDE ?
Thanks
PS : i'm using ruby 1.8 available at http://rubyinstaller.org/
Edit : In first place i thought that was web server too. But it displays this debug : "Completed in 13ms (View: 11, DB: 2) | 200 OK [http://localhost/]" ... it doesn't looks guilty !
So, where is my request between the moment i hit F5 and the moment the web server receives and executes it ? Thanks again.