Difference between render and redirect?
Answer / Narendra Kumar Jalutharia
"Render generates a response for the current action, while redirect sends an HTTP redirect to another action or controller. Render returns content, while redirect navigates away from the current page."
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me how you can create a controller for subject?
what is the syntax for Ruby collect Iterator?
How ruby looks up a method to invoke?
Explain about Class variable and global variable?
What is mvc and why do we use it?
what is the difference between a gem and a plugin in Ruby?
what is class libraries in Ruby?
Explain raise statement in Ruby?
What is mvc? And how it works?
Tell me what are blocks and procs?
Explain about the defined operator?
How is an iterator handled in ruby?