NameError: uninitialized constant after deployment

i have set up my deployment with capistrano and it works fine till the
step i call the app in the browser… it cannot find any of my custom
classes …

on the first call to a custom class i get a
NameError: uninitialized constant after deployment

i hooked up a console for testing and the same happens …
could someone give me some hints…