Explain view in rails?
No Answer is Posted For this Question
Be the First to Post Answer
what are some advantages of using ruby on rails?
write a program to show the usage of sql in the database file?
How is calling super() different from the super call?
what is a rails migration? Write up a short example of a simple rails migration with a table called customers, a string column called name, and a text column called description?
What are float, dig and max?
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?
The string can be represented in single as well as double quotes. What is the difference between the two?
Why RubyonRails?
In how many ways you can create rails layout http response.
What is the current version of ruby on rails?
Why do we use request.xhr? in rails
what is the difference in scope for these two variables: @@name and @name?