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)