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 …
Rails
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 …
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 …