Explain Get and post method?



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

Post New Answer

More Ruby on Rails Interview Questions

What are the three methods to install ruby on rails?

1 Answers  


What is the symbol garbage collector?

1 Answers  


write a program to show the usage of sql in the database file?

1 Answers  


what is the purpose of the resources method in the code snippet below?

1 Answers  


Explain me what are the limits of ruby on rails?

1 Answers  


What is rails router?

1 Answers  


Can you list out what can rails migration do?

1 Answers  


Mention the differences between the observers and callbacks in ruby on rails.

1 Answers  


Tell me what is mixin in rails?

1 Answers  


Is ruby on rails dying?

1 Answers  


What is object-relationship-model (orm)?

1 Answers  


Explain rest in rails routes.

1 Answers  


Categories