what is the role of Rails Controller?
Explain bundler in rails.
When are self.up and self.down methods used?
How to use two databases into a single application?
Tell me what is the difference between the observers and callbacks in ruby on rails?
Do you know the role of garbage collection in ruby on rails?
what is different between activerecord::relation's count, length and size methods?
What is rails scaffolding?
Explain me what is the difference between concern and application_controller.rb in ruby on rails?
Where does the start_tabnav gets informations for tabs rendering in ruby rail?
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?
Explain rails caching levels.
what is Cross-Site Request Forgery (CSRF) and how Rails is protected against it?
what is Polymorphic Association in Ruby on Rails?
What is the Install rail package?