Pages
Categories
Archives
Category Archives: open source
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 programming, rails, software development 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.

how to ignore *.php requests using Apache