-
What is MVC architecture? Describe it with flow diagram.
-
What is ORM? How Activerecord works as Rails ORM? Describe with example.
-
What is Migration in Rails? How to write migration in Rails.
-
What is Model? How to write Model level validation in Rails.
-
What is callback? Describe ActiveRecord callbacks with example.
-
What is Active Record Association? Describe all different types of associations with example.
-
How to query database using ActiveRecord? Describe all basic queries with example.
-
What is Action View Template? Design a .erb template for user index page.
-
What is partial? Describe with example.
-
What is Action View Layout? How to render layout in Rails. Describe with example.
-
What is Action View Form Helpers? Create a user creation form using form helpers.
-
What Does a Controller Do? Describe Controller Naming Convention, Methods and Actions.
-
Describe about Routes in Rails?
-
What is Member Routes ? Describe with example.
-
What is Collection Routes ? Describe with example.