How is dynamic scaffolding different from static scaffolding?
No Answer is Posted For this Question
Be the First to Post Answer
Is Ruby is a Scripting Language or Compiled Language?
The string can be represented in single as well as double quotes. What is the difference between the two?
Mention all the naming conventions in ruby on rails.
What is rake?
What is the difference between Render vs. Redirect_to in ruby on rails ?
what is the difference between the Observers and Callbacks in Ruby on Rails?
Tell us what is the difference between redirect and render in ruby on rails?
Explain bundler in rails.
What can Rails Migration do?
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 is the difference in scope for these two variables: @@name and @name?
What is the purpose of auto_load in ruby?