DEV Community

Cover image for Implementing RequestJs in Ruby on Rails
timnans
timnans

Posted on

 

Implementing RequestJs in Ruby on Rails

Rails Request.JS encapsulates the logic to send by default some headers that are required by rails applications like the X-CSRF-Token. We will learn how to implement it in our Rails Application

Oldest comments (0)

This post blew up on DEV in 2020:

js visualized

🚀⚙️ JavaScript Visualized: the JavaScript Engine

As JavaScript devs, we usually don't have to deal with compilers ourselves. However, it's definitely good to know the basics of the JavaScript engine and see how it handles our human-friendly JS code, and turns it into something machines understand! 🥳

Happy coding!