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 …
Framework
My personal posts, articles and tutorials on Framework are available under this category..
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 …
.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'] = …
Error at Codeigniter “No Input File Specified”
Sometimes life become hell for some unexpected errors. Well, this is not unexpected error, it can be occurred if you run your application at PHP5 as CGI mode on Apache 2.2. You may face it if you run your application at shared hosting. Last week, I ran into this problem when I used Codeigniter for …
Offline installation of Zend framework on Ubuntu or Linux Mint
I am writing this post because I fell in problem with my newly installed Linux PC at slow Internet connection. I was in Eid vacation at Bogra. I had to work on web application based on zend framework but it was difficult to install zend framework from repository. I had the latest version of zend …