glossarysh.github.io/_topic/ruby-on-rails.markdown

736 B

layout title description website
topic Ruby on Rails Ruby on Rails is a set of tools for building websites using the Ruby programming language. https://rubyonrails.org/

Ruby on Rails is a set of tools for building websites using the Ruby programming language. It is one of the most popular web frameworks and is used on many high profile sites including GitHub and AirBnB.

Ruby on Rails is known for being easy to learn and use and is frequently taught in introductory web development courses. It follows a popular design convention called Model-View-Controller and provides utilities that make easy to generate new features and code.