I am using AngularJS with Rails. I have the following request which updates users in bulk.
$http{ method: \'POST\', url: $scope.update_url, params:
I recently faced the same issue and adding the gem angular_rails_js solved it. To my understanding it creates for every rails controller a cookie with the rails CSRF-TOKEN that will be catch (default $http behaviour) by angular $http.