The best way to sell yourself and get exposer as a new developer is contributing to open source projects either writing own libraries as well as tools or contributing to someone else project. I always love to contribute Open Source projects not for selling myself or getting exposer point of view rather I would like …
Ruby
Custom validations in Rails 3
Today, I am writing the blog post with my late apologization. Sorry to all of my readers and followers for not writing any good posts on the last couple of days. I am passing very busy time for the office project as well as my Grad school. By the way, I started my new career …
load, require, include and extend in Ruby with module and mix-ins concept
Nowadays, a lot of programmers are switching to Ruby language for its awesomeness. Most of them are having the problem of adopting some concepts of Ruby language. That’s why today I am writing on some basics of Ruby language. Basically, I will clear the concept among load, require, include and extend and how they are …
Qmake and Qt in latest version of Fedora distro
Yes, again I came back to my blog after a little while. Since it has been 1 year I haven’t posted anything. Whatever, it’s not so technical nor even a big post. Today I will just explain a weird problem and its solution. Basically, the problem is a bit tricky but the solution is very …
Send email using Gmail SMTP from Rails 3 platform
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 …
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 …
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 …