Ruby on Rails DevShops

Background

This article is based on my one of the Reddit discussion. I started this discussion 2 months ago to know the current situation of Ruby on Rails market. More than 15 people are activetly participated in the discussion. Here I have summarized this discussion.

Rails activerecord after_create vs after_create_commit

Background

I was working on a chat application. Pusher was used as a real-time communication layer between the server and the client. Here the pusher event was triggered after creating a message. Which is simple and it works perfectly.

.gitignore is not working?

While working in a team, I always find complain about git from my team members(specially from new developer):