I had some problems that you probably have too, if you are a ruby developer that works in a team… Check if you have at least one of these problems: Someone commits something that does not passes the test suit Someone have deployed a version of the rails application without precompiling assets Similar to the…
Month: January 2018
How to integrate Ruby on Rails and Google Firebase to send offline notifications to your users!
First, firebase is not the only solution for this, but I like their approach, it is simple and multi platform, and really easy to integrate in a rails application. Of course Firebase has a lot more features, but to keep this post short, we’ll focus only on this feature today. Remember that to use it…