I am a beginner, I want to install & ruby on rails on local system with ubuntu
I want to know which type and version of ubuntu i need on local system for install ruby application developement.
I am a beginner, I want to install & ruby on rails on local
Share
In general, just grab the latest stable image. If you are deploying a production server, you might want to consider using one of the Long Term Support versions, again probably the latest one.
Unless you have a specific reason not to, on a new project with no old or unusual library usage, go for the newest stable version of ubuntu, and install everything with
apt-get.