Is there a easy way to deploy ror on windows?not a development environment
There are many guide help us to deploy ROR on windows for development. How can I to deploy a ROR evironment for production. The InstantRails project doesn't update anymore,and I don't know is it can be use开发者_Python百科 for regular production?
Try the installer found here for Ruby- http://rubyinstaller.org/
Just don't install the dev kit add on. Then install the gem manager (same page) and do gem install rails. That should get you stated.
-Will
精彩评论