Tech Notes
Saving files in Amazon S3 using Carrierwave and Fog Gem
· ☕ 5 min read · ✍️ Dinesh
Long long time ago in a far far away land….. I am just kidding. So I needed a gem to do file uploads(in my case images but you can upload anything) and I was looking at various options. Paperclip is a popular option but there is a new kid on the block (so i read in various forums)… Carrierwave. Now I have not used Paperclip but what I read was that Carrierwave is more flexible and powerful than Paperclip so if are interested then keep reading.

Installing Rails on Mac OSX
· ☕ 3 min read · ✍️ Dinesh
I struggled a lot doing this on my mac. I prepared steps and notes while I was upgrading. here are the steps for mac osx. This works for Mac OSX 10.6+ ============ Section 1 ================= Install and update Ruby 1.9 on MAC OSX Snow leopard 10.6.5 Install RVM Installation instruction: http://rvm.beginrescueend.com/rvm/install/ – In Treminal Run the following command: bash < <( curl http://rvm.beginrescueend.com/releases/ … all-latest ) – type in terminal: version=$(curl http://rvm.

Setting up IMAP settings for hotmail account on Iphone and android
· ☕ 3 min read · ✍️ Dinesh
Yes, there are still a few lost soul who still have a Hotmail account and I am one of them :-). I have used Iphone in the past and use an android phone now, however I always complained that I was not able to set up an IMAP account for Hotmail. I always had a POP3 account 🙁 What does IMAP and POP3 mean? – For beginner who do not understand what is IMAP and POP3, here’s a small description.

Engineyard, Rails 3.x, NGINX, PASSENGER ASSETS NOT DISPLAYED
· ☕ 7 min read · ✍️ Dinesh
CAUTION: Please excuse the diction/grammar/spelling. It’s 3 AM and I am in a hurry to sleep as I need to drop my friends to airport in exactly 4 hrs. So I was trying to set up this new application for my wife. I was using galleria plugin to show a slide like image. Everything was working fine in development so I decided to see how it would look like in production environment if it was deployed in a cloud or virtual server.