Category Archives: open source

how to ignore *.php requests using Apache

This will redirect any *.php requests to your 404.html and save resources in your server.
Also posted in Ruby programming, web programming | Tagged , , , | Leave a comment

getting started with Cucumber and Webrat on Rails

A couple of months ago I started using Cucumber in one of my projects. I think it’s a great tool for large projects. It makes it easier for developers joining the project and it gives the development team a lot of confidence when changing the code. If you have a running set of tests, you know [...]
Also posted in programming, web programming | Tagged , , | Leave a comment

how to migrate a database from SQLite to MySQL

I had to migrate a database from SQLite to MySQL for a project.
Also posted in developer tools | Tagged , , | Leave a comment