Rails for API only applications (>3.2)
How can I get url of my has_one model attachment stored in active storage in my rails controller. So, …
ruby-on-rails ruby rails-api rails-activestorage ruby-on-rails-5.2I'm working on a rails API and I'm now planning on writing some RSpec tests for the controllers. I've been …
ruby-on-rails rspec rails-apiI'd like to work with rails-api gem special to create API-only application. To provide authentication mechanism I want to use …
ruby-on-rails authentication rails-apiI am using CarrierWave for image uploads on a rails-api application which in turn is consumed by a backbone.js …
ruby-on-rails carrierwave rails-apiI have Rails 5 API project for controlling user tasks and I have the following error but not always for the …
ruby-on-rails ruby ruby-on-rails-5 rails-routing rails-apiI have been looking around a lot and have not found a solution. I have a rails-API application and simple …
ruby-on-rails-4 active-model-serializers rails-apiIf someone could shed some light It would be greatly appreciated as I'm bit clueless on this issue. Basically I'm …
ruby-on-rails devise rails-apiJson response which I send is like that "ad": { "id": 3, "title": "dgdfg", "description": "kjlj", "video_file_name": "SampleVideo_1080x720_1mb.…
ruby-on-rails ruby json paperclip rails-apiI'm using the rails-api gem to build a web service and want to test my API with RSpec. Every request …
ruby-on-rails rspec ruby-on-rails-3.2 rails-apiI am building a Rest API using rails-api and active-model-serializer to easily filter the required fields in the JSON. I …
ruby-on-rails json active-model-serializers rails-api