I finally found a more friendly date select plugin for rails: http://code.google.com/p/calendardateselect/
I will test it in my project I currently involved in.
Using it seams very easy:
<%= calendar_date_select_tag "e_date" %>;
The only requirement is to include the following in the head of the layout
<%= calendar_date_select_includes %>;