Mention all the naming conventions in ruby on rails.
Explain how Rails implements Ajax?
Explain unobtrusive javascript in rails.
How you run your rails application without creating databases?
How can you protect filter methods in rails?
What is agile development? What are the strengths?
how can you declare a block in Ruby?
what is the role of Rails Controller?
In how many ways you can create rails layout http response.
What does session and cookies represent in ruby on rails?
What are naming conventions?
how can we define Ruby regular expressions?
What role do sub-directory app/helpers and app/controllers play?
Which command is used to create a migration?
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?