Web Icons can make your web applications look prettier and also have a better user experience. So, when it comes to placing icons in your web applications, don’t go for paid ones because you can literally find thousands of open source icon libraries for free, that too in multiple formats. So, here is a list…
Continue ReadingTag: bootstrap
Adding Pagination With Kaminari
Why Pagination ? As our list of record accumulates, we would not want to show the entire list of records in a single page, as this is impractical and will cause our rails app to get slower and slower and as well as degrade the performance of our database server. So, an easy way to…
Continue Reading