Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Why do we use request.xhr? in rails

Answer Posted / moin haidar

Conventional web application transmit information to and
from the sever using synchronous requests. This means you
fill out a form, hit submit, and get directed to a new page
with new information from the server.
When you interact with an Ajax-powered web page, it loads an
Ajax engine in the background. In response to an event web
application passes asynchronous request (XMLHttpRequest or
xhr). In fact it is javaScript object/method that performs
asynchronous interaction with the server, JavaScript object
that performs asynchronous interaction with the server and
behind the scene fetches data. and behind the scene fetches
data.
We do request.xhr? only to check the request type, either
its AJAX request or others(post, get).

Is This Answer Correct ?    43 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between concern and application_controller.rb in ruby on rails?

881


List out the few features of Ruby?

954


What is the difference between symbol and string?

1033


how does ruby on rails use the model view controller (mvc) framework?

872


Mention all the naming conventions in ruby on rails.

918


what is the role of Rails Controller?

966


what is the difference between redirect and render in Ruby on Rails?

999


What are the different components of rails ?

952


How is the model view controller framework used in ruby on rails?

898


how you can run Rails application without creating databases?

950


What is the purpose of require_relative in ruby?

925


what is the naming convention in Rails?

1040


What is ruby on rails & why it is used for?

867


what is the difference in scope for these two variables: @@name and @name?

916


Explain the importance of yield statement in rails.

938