Explain bundler in rails.
Can you list out what can rails migration do?
If you want to set up a one-to-one relationship between two models, you'll need to add belongs_to to one, and has_one to the other. How do you know which is which?
How is calling super() different from the super call?
How many types of variables are available in ruby class?
What is Dynamic finders ?
What is the difference between save and save?
what is the difference between Dynamic and Static Scaffolding?
what is the difference between Active support’s “HashWithIndifferent” and Ruby’s “Hash” ?
Tell us what is the difference between redirect and render in ruby on rails?
What is the role of mvc architecture in ruby on rails?
Why we use migration in rails?
Explain rails caching levels.
how you define Instance Variable, Global Variable and Class Variable in Ruby?
Explain view in rails?