How to use and test an AJAX request in Rails
What's AJAX? AJAX (Asynchronous Javascript and XML) is a kind of technique that can send HTTP requests and exchange data with a server by Javascript. It's an important and practical technique to enhance the user experience, especially when we want to...
Aug 22, 20213 min read148
