Introduction to Ruby on Rails
Rails is a web application development framework written in the Ruby programming language. It is designed to make programming web applications easier by making assumptions about what every developer needs to get started. It allows you to write less code while accomplishing more than many other languages and frameworks. Experienced Rails developers also report that it makes web application development more fun.
Rails Philosophy
- Don't Repeat Yourself
- Convention Over Configuration
And after this I took help of this blog to explore more about Ruby on Rails.
Log in or sign up for Devpost to join the conversation.