Recently, I co-founded another and my second Startup: InternCity. The Platform is based on Ruby (v-1.9.3) On Rails (v-3.2). Developing appplication on RoR platform is most favourite platform right now specially for its rich features and community supports. Whatever, one of its important features was sending email to user on different activities. When it was … Read More →
Tag Archives: Ruby
Rails 3 “No route matches” error and _method
Since last few days, I am enjoying programing on RoR. But, yesterday, I became cracked for a stupid error. I wrote a route in rails 3 and it matched properly. But I was getting a error: “No route matches”. Opps, I guess you didn’t understand the error. Let me explain it briefly. I created the … Read More →
Deploy your first RoR App at AppFog
In all of free PAASs, I will personally recommend Appfog because of its web based management interface. Basically AppFog is a polyglot platform powered by Cloud Foundry. The AppFog free plan comes up with 2 GB Ram , 100 MB DB (temporary and … Read More →
Knowledge Sharing Session – Ruby at ManGoes Mobile, Inc.
On last 5 April, I took a technical session titled: Knowledge Sharing Session – Ruby at Mangoes Mobile, Inc. This is my slides. . . . Introduction ruby View more presentations from eftakhairul. Example Codes: https://gist.github.com/2404934
Let’s start Ruby on Rails installation at Ubuntu
Recently, I started web application developing by Ruby on Rails. I had to configure and set ruby and rails environment in my PC. You can install it system’s package management utilities. But I have prefer to install it using the Ruby Version Manager (RVM). It’s a actually a slick set of scripts that help you to install multiple … Read More →

