How you run your Rails Application without creating database ?
Where does the start_tabnav gets informations for tabs rendering in ruby rail?
what are helpers and how to use helpers in ror?
Explain about restful architecture?
What do you mean by render and redirect_to?
How to find second max element from database ?
Explain Get and post method?
What is a ruby singleton method ?
Difference between argument and parameter in 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?
How is visibility of methods changed in ruby (encapsulation) ?
What is the flash?
What is unit testing (in classical terms)? What is the primary technique when writing a test ?
What is Dynamic finders ?
What is the difference between Render vs. Redirect_to in ruby on rails ?