Explain Get and post method?
Answer / Athar Shakeel
In Ruby on Rails, HTTP GET is a request made by the client to retrieve data from the server. It should not modify any data on the server, making it safe and idempotent. On the other hand, HTTP POST is used when you want to create or update resources on the server. It sends information to the server in the form of key-value pairs.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the three methods to install ruby on rails?
What is the symbol garbage collector?
write a program to show the usage of sql in the database file?
what is the purpose of the resources method in the code snippet below?
Explain me what are the limits of ruby on rails?
What is rails router?
Can you list out what can rails migration do?
Mention the differences between the observers and callbacks in ruby on rails.
Tell me what is mixin in rails?
Is ruby on rails dying?
What is object-relationship-model (orm)?
Explain rest in rails routes.