I'm still new to ruby and i'm in the process to learn it, i'm actually using Xampp for php on windows, but i'm stuck at finding a开发者_运维知识库 complete package to install a RoR server just like Xampp without any manual work.
Is there any tool out there?
You can try Rails Installer
One of your choices is to use built in mongrel/webrick server which comes with each rails app. Just type $ rails s
at the console and you're good to go. Otherwise I don't think it's particularly useful to deploy an app each time you change something.
精彩评论