iA


Flying has been more expensive

by jcf. Average Reading Time: less than a minute.

Maybe I’m going to go to the german Rails conference in Frankfurt in the beginning of November. I just looked at the prices for the flight from Zurich to Frankfurt and saw theses quotes for the return flight:

The world is coming to an end…

Technorati Tags: , , ,

3 comments on ‘Flying has been more expensive’

  1. Anton says:

    cheap tickets inside europe is a common thing. my friend flew from London(!) to Milan for 8 euro one itme.

    my main comment relates to your InVisible guide:
    there is an error in the validations section. the part that reads

    validatesinclusionin :gender, # value is in enumeration
    :in => %w( m, f )

    should read

    validatesinclusionof :gender, # value is in enumeration
    :in => %w( m f )

    where _in is replaced by _of and whitespace is the delimiter

  2. Administrator says:

    Thanks Anton – I fixed it (and expanded the functional testing section a bit while I were at it)

  3. Laurent Bois says:

    Cheap ! 2.50 CHF for a Frankfurt-Zurich!!!
    I probably go to the first Rails conference in Paris (France) on 17th of November (http://paris.onrails.info/)
    Hope i will find the same prices for Geneva-Paris ;-)…

    I’m trying to get in touch with you : i’d like to share experience about Rails in Switzerland (we currently trying to promote Rails here in Geneva)..i’ve created a Yahoo Group named railsswitzerland, and would be very pleased you join us.

    Regards.

Leave a Reply