The string can be represented in single as well as double quotes. What is the difference between the two?
835Post New Ruby on Rails Questions
What are gemsets in 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?
Explain bundler in rails.
what is the difference between Active support’s “HashWithIndifferent” and Ruby’s “Hash” ?
What does ruby name refer to?
How many types of relationships does a model has?
What is rails migration? What can it do?
What is the role of mvc architecture in ruby on rails?
What are the types of caching used in rails, what are they?
What is a webrick web server?
what is the use of super function in ruby on rails?
What are the different types of association relationships that exist?
Tell me what is ruby on rails?
What do you mean by render and redirect_to?
How you run your Rails Application without creating database ?