Ruby on Rails: The 3, 2 and 1 ways to install the framework on Linux
I just published "Ruby on Rails: The 3, 2 and 1 ways to install the framework on Linux" A step-by-step guide on different ways to install the Ruby on Rails framework on Linux ;)
Ruby on Rails is a free framework written in Ruby with the MVC design model: Model – View – Controller. Also called RoR or simply Rails, the first version of the framework was released in 2004 written by David Heinemeier Hansson.
Ruby on Rails conventions :
Don’t repeat yourself : you are invited not to repeat your code using various techniques.
Convention rather than configuration:…
View On WordPress








