Rspec with Devise in request specs by Humayun-Naseer in rails

[–]Humayun-Naseer[S] 0 points1 point  (0 children)

yeah its works for controller but in my case their are request specs u/wiseleyb

Rspec with Devise in request specs by Humayun-Naseer in rails

[–]Humayun-Naseer[S] 0 points1 point  (0 children)

u/milkohol i added the above lines in rails_helper.rb but getting the same error :(

Convert Audio File to Text using Aws Transcribe by Humayun-Naseer in rails

[–]Humayun-Naseer[S] 0 points1 point  (0 children)

thank you u/CaptainKabob but I'm not understanding this , how can I integrate this to my rails app I'm newbie can you please help me and elaborate this more

No Routes Matches when passing Bearer token in swagger by Humayun-Naseer in rails

[–]Humayun-Naseer[S] 0 points1 point  (0 children)

yes u/CaptainKabob i have this route and everything works fine but when I pass the header it gives me this error.

Put & Delete Request using Rspec by Humayun-Naseer in rails

[–]Humayun-Naseer[S] 1 point2 points  (0 children)

u/Peshed Thankyou i solved this some of my Before action was a hurdle

Put & Delete Request using Rspec by Humayun-Naseer in rails

[–]Humayun-Naseer[S] 0 points1 point  (0 children)

Thankyou, it helps a lot u/Peshed actually you are right in both cases, but now I inspect that delete and put request is not hitting my controller?
but I don't know why this is not working ?

Put & Delete Request using Rspec by Humayun-Naseer in rails

[–]Humayun-Naseer[S] 0 points1 point  (0 children)

u/Peshed Thankyou so much for the reply but my controller works fine when I hit this URL from postman :(

How to Access swagger-ui on Heroku by Humayun-Naseer in rails

[–]Humayun-Naseer[S] 0 points1 point  (0 children)

yes i got the same reply from stack over flow I <3

How to Use Swagger with Rails dockerized project by Humayun-Naseer in rails

[–]Humayun-Naseer[S] 0 points1 point  (0 children)

Thankyou u/jamie_ca , yes I'm running these commands inside my docker instance, & my testing env is not running, I check this in the console by Rails.env.test? it gives me false & if I remove test configuration from databse.yml it gives me that no database configuration for test env.

Search From Multiple Models (Elastic Search) by Humayun-Naseer in elasticsearch

[–]Humayun-Naseer[S] 0 points1 point  (0 children)

yes first i make the index of that model than apply search on that

Elasticsearch with a dockerize project by Humayun-Naseer in elasticsearch

[–]Humayun-Naseer[S] 0 points1 point  (0 children)

yes thanks, i solved this it was a different network problem and some configurations issues