Answer Posted / anbuselvan.v
Session is only for store the small amount of user
data,which data not stored permanently that's when we logged
out from our application.. which session value will removed.
But Flash is used to display the some messages like error
message and useful information messsages in view pages...
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
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 dry in rails?
what is the role of Rails Controller?
what is the difference between redirect and render in Ruby on Rails?
what is the command to create a migration?
What are gemsets in rails?
Mention the differences between the observers and callbacks in ruby on rails.
how you can list all routes for an application?
What are the servers supported by ruby on rails?
Explain view in rails?
How can the filter methods in ruby on rails be protected?
what is Mixin in Rails?
Explain rails migration.
what is the log that has to seen to check for an error in ruby rails?
Explain rails caching levels.