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 |
Do you know what is the defined operator?
What is ruby software and where and when it is usefull.
Explain the difference between nil and false in ruby?
Explain about the defined operator in ruby?
Can you please explain what is the difference between string and symbol?
Tell me what is the difference between ruby 1.9 and ruby 2.0?
Explain until loop in ruby.
What is ruby object?
What are the ruby variables?
How to access Ruby strings elements in an application?
Explain how can we define ruby regular expressions?
difference between activesupport's “hashwithindifferentaccess” and ruby's “hash”?