In one of my projects I was using embedly. Me and my client both were very happy using it. Then it became a paid service. It is not a bad thing to make a service…

In one of my projects I was using embedly. Me and my client both were very happy using it. Then it became a paid service. It is not a bad thing to make a service…
In this article, I will add a Hello World page to our existing rails project. I am assuming that you have already installed Rails 5 and RSpec. To know how to install RSpec in a…
By default Rails 5 does not add Rspec. That is why at first we will have to set up Rspec. I will assume you already have a Rails 5 setup. Add the following lines to…
I was working on Ubuntu 16 and faced some real problem to setup postgresql and connect it with my rails application. Here is what I have done. PostgreSQL Installation Ubuntu’s default repository by default contains…
In one of my rails projects, my client wanted to show a youtube video as a background of a specific section of the page. At first, I implemented with tubular, but later I found that…
Recent Comments