Valentin Mihov's blog

A blog on Ruby, Rails, usability and many other things

Running Ruby 1.9.1 + Rails + MySQL and Unicode Characters

| Comments

If you have tried to develop some rails application on Rails + Ruby 1.9.1 and MySQL database and you are storing non-English characters in your database probably you had a lot of pain with errors about incompatible charsets. This is a known problem and there is even a bug in Rails’ lighthouse for it. There is even a hack which is going around the issue. The solution is not perfect, but it works in most of the cases.

Switching My Blog to Jekyll and Compass

| Comments

Probably you remember that some time ago I decided to switch my blog from blogger to a custom made blogging engine written my me. It was a simple sinatra app, which was parsing a bunch of markdown files, which were the posts and rendering the blog.

Why Writing Good XHTML Matters

| Comments

These days I am working on a large change in our corporate website. It includes a lot of functional changes as well as a lot of little text tweaks here and there. Our process for making these changes is that the marketing people go through the whole site and generate a large document, which includes all the modifications that should be made. After that the developers go through the large doc and start making the changes. The problem is that this process is very inefficient. This is because of the following reasons:

Rails Conference in Sofia

| Comments

On the 27th of July there will be a small rails conference in Sofia. http://techcamp.eu/2009/06/21/rails-конференция-27-06-2009/ has more info for the event.

I will be speaking on the conference about stubbing and mocking with mocha. I have made an example project on which I will explain my ideas. You can find the latest source here.

We will see there :-).