what is the difference between new, save and create?
what is the difference between calling super() and super call?
What is ORM in Rails?
List out the few features of Ruby?
how you define Instance Variable, Global Variable and Class Variable in Ruby?
Explain the various ide's of ruby on rails.
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?
Where does the start_tabnav gets informations for tabs rendering in ruby rail?
what are the positive aspects of Rails?
Is ruby on rails dying?
What is cross-site request forgery (csrf)? How is rails protected against it?
Is ruby on rails popular?
Explain how does rails implement ajax?
Explain dry in rails?
What is the difference between Render vs. Redirect_to in ruby on rails ?