Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View devquora's full-sized avatar

Devquora devquora

View GitHub Profile
Find Top Ruby on Rails interview questions and answers
Ruby on rails or Rails is a model-view-controller, server-side framework which is written in ruby. It provides a default structure for a database, web service and web pages. It makes use of web standards like JSON, XML, HTML, CSS, etc. for the transfer of data and also for displaying and user interfacing. It was developed by David Heinemeier Hansson on 13th December 2005. It even uses various software engineering patterns and paradigms some of them being- Convention over configuration (CoC), Don’t Repeat Yourself (DRY), Active Record Pattern (ARP). It had a great influence on the web development since it had some innovative features and frameworks.
Following are some interview questions for ruby on rails framework.
Q1. Mention all the naming conventions in ruby on rails.
Following is a list of some naming conventions used in ruby on rails: –
Variables– it is used for the declaration of variables in which all the letters should be in lowercase and