Sorry, this entry is only available in Français.

Sorry, this entry is only available in Français.

It was for a while that I didn’t like the latest design anymore, so I wanted to change it. But i didn’t found any theme which i like, and i didn’t want to modify one to make it in my taste. So I listen to Maxime’s advise : “Make it yourself !”

Well, this is the result :)

I’m waiting for your opinion in the comments ;-)

First, you have to know that developers of ROR (Ruby on Rails) prefer to use SQLite for Rails projects. But MySQL is widely used on the Web so when you want to develop on your local machine before to deploy it, you have to use MySQL too.
Mac users use often MAMP which install Apache and MySQL easily, but it’s to use principally PHP. Here we’ll see how to use MAMP to have a MySQL database for our Ruby on Rails project.
Read more…

Not translated yet.

Dans cet article on va voir comment Installer le framework Rails sur votre système d’exploitation préféré : Mac OS X Leopard.
Il faut savoir que les Developer Tools de Leopard intègrent par défaut le framework Rails, cependant, ce framework est souvent mis à jour par ses développeurs. La version inclue dans les Developer Tools est la 1.2.6 tandis que l’actuelle, à l’heure où j’écris ces lignes, est la version 2.2.2
Read more…