What is a ruby singleton method ?
What is the use of super in Ruby Rails?
what are helpers and how to use helpers in ror?
Explain what is the role of the subdirectories app/controllers and app/helpers in rails?
how many types of callbacks available in ror?
what is a rails migration? Write up a short example of a simple rails migration with a table called customers, a string column called name, and a text column called description?
what is the difference in scope for these two variables: @@name and @name?
what is the difference between new, save and create?
what is the difference between the Observers and Callbacks in Ruby on Rails?
What are the different components of rails ?
What is the role of mvc architecture in ruby on rails?
Explain me what is the role of rails controller?
What is the use of $ in ruby?
what is the difference between destroy and delete?
Explain about restful architecture?