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 →
Category Archives: Framework
convertNumericType error in Zend Framework 2 with Doctrine MongoDB ODM
One stupid error kicked my ass for the last few days (Sorry for writing in this way). Recently I am working on a project with Zend Framework 2 and Doctrine MongoDB ODM. Platform Setting up killed five days only for the MongoDB driver’s bug. My platform based on Ubuntu 12.04, PHP 5.3 with Zend Framework … Read More →
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 →
.htaccess problem at BrainHost or DreamHost
Sometimes, it makes you crazy when you see that your Codeigniter (CI) application is not working in live server. This type CI problem is very usual in DramHost or BrainHost server due to .htaccess configuration. You will have to do a little changes to make the .htaccess work. In your config.php file, please set $config['index_page'] = … Read More →

