[SOLVED] get rid of the :path and :url ( using the standard clip
instead) and moved the default logo directly into assets/images, and
it works.... don't understand why but it works... so it was related
to :pat and :url...
changed the code to :
has_attached_file :logo,
:styles => { :medium => "300x150>",
:standard => "200x100>",
:thumb => "100x50>" },
:default_url => "/nologo.png"