Got a nice web app and want to deploy and you have no clue about deployment of a rails app.. well that's exactly me 2 days ago... here I'm sharing what I have learnt Assumptions You have a working app called your_rails_app. You have access to a linux server with a working nginx server on 27.128.129.130. … Continue reading Deployment Using Mina
Category: Ruby on Rails
MongoDB text indexing in action
Recently, I had a good use-case to use MongoDB text-indexing and I gave it a shot. I found it to be pretty awesome - even though its not have full-fledged text-search engine capabilities (like facets etc.) it does the job for simple text searches. So, what did we want to do? We had the following … Continue reading MongoDB text indexing in action
How To Troubleshoot Turbolinks With Rails 4
Rails 4 comes with some exciting features like Turbolinks and Streaming. Turbolinks is one of most exciting feature which Rails 4 provides. It helps us increase the speed of loading Rails applications. Turbolinks is built using same concept as that of PJAX but unlike PJAX, it does not require custom response from web server. Turbolinks … Continue reading How To Troubleshoot Turbolinks With Rails 4
