Ashish

Joined

40 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in Testing HTTP Requests with Webmock Discussion

If anybody is looking for specs in rspec, I've created the same repo and added test cases in rspec => https://github.com/ashish91/todos

The new github api requires you to set the auth token in headers instead of query params. I changed the default_headers in GithubClient to use the new convention, here is the updated code if anybody needs that:

def default_headers
{
"Accept" => "application/vnd.github+json",
"Authorization" => "token #{self.token}",
}
end

Hey, Thanks for the great video. I've one suggestion, if you could use open source alternative to Bunny - that would be great. I would rather spend money on tutorials instead of subscribing to paid platforms and tools. Thanks :)

Posted in Video Sync Cron Job Discussion

Hello Chris, thanks for the great tutorials. Can you pls suggest some devops(Docker and AWS) channels for Rails developer ? I know there are great tools in the Rails ecosystem but my company uses Docker and AWS :D