Apr

Ruby Programming Language
- Admin
- 18th Apr, 2021
- 760 Followers
Latest Interview Questions
Pratice HR Questions
Ruby Programming Language
Ruby is dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
1. Sinatra Framework
Sinatra is a web application framework for quickly building applications in Ruby. Sinatra is a domain-specific language or DSL which means it is designed from the ground up to make applications with negligible effort. It is written in Ruby and is an alternative to Ruby web application frameworks such as Ruby on Merb, Nitro, Rails, and Camping. Sinatra is a Rack-based web appl. framework.
2. Ruby On Rails
Ruby on Rails, also known as Rails, is an open-source web application framework written in the Ruby programming language. It is designed to make building web applications easier by providing a set of conventions and tools for common tasks, such as handling HTTP requests, interacting with databases, and rendering views.