Explain about restful architecture?
Answer / Amar Pal Singh
"RESTful (Representational State Transfer) architecture is a software architectural style used for designing networked applications. It's based on the principles of resource-based, stateless communication, and uniform interface. In RESTful architecture, resources are identified by unique URIs (Uniform Resource Identifiers), and operations on these resources can be performed using standard HTTP methods like GET, POST, PUT, DELETE, etc."n
| Is This Answer Correct ? | 0 Yes | 0 No |
What is object-relationship-model (orm)?
What is Dynamic finders ?
Mention the role of rails controller.
Explain how does rails implement ajax?
what is “Yield” in Ruby on Rails?
How many types of associations relationships does a model have?
how you can list all routes for an application?
am new to ruby. tell me one thing. i can view my project on browser when i write "ruby script/server". otherwise i cant view my project on localhost. what i have to do to view my project always on browser? pls help
hi am b,tech 2011 passedout now am learnig ROR technology may i knw what is the feature of this one and what is the salary ranges to this i heard there is a less salaries to this technology give me valuable suggestions
How can you run rails without creating databases?
What is action cable?
how many types of callbacks available in ror?