No puedo accesar a mi aplicacion

Hola!

He subido una aplicacion a el hosting de site5, ya la configure como
deberia pero cuando quiero arrancarla me saca este error:

Ruby on Rails application could not be started

These are the possible causes:

*
  There may be a syntax error in the application's code. Please

check for such errors and fix them.
*
A required library may not installed. Please install all libraries
that this application requires.
*
The application may not be properly configured. Please check
whether all configuration files are written correctly, fix any incorrect
configurations, and restart this application.
*
A service that the application relies on (such as the database
server or the Ferret search engine server) may not have been started.
Please start that service.

Further information about the error may have been written to the
application’s log file. Please check it in order to analyse the problem.

Error message:
undefined local variable or method `jescoEnvios2’ for
#Rails::Initializer:0x2ace676eed48
Exception class:
NameError
Application root:
/home/mirumboc/rubyApps/jescoEnvios2

Mi aplicacion se llama jescoEnvios2 y mi slimlink se llama remesas2.

Tengo esta misma aplicacion arriba en otro hosting y corre
perfectamente, alguien sabra que esta pasando?? o que estoy haciendo
mal?

Gracias!!

Verifica que Rails esta instalado correctamente; Basicamente te esta
diciendo que tu classe applicacion no existe o que no la puede
interpretar. Por otro lado si eso es asi revisa tu archivo de
environment.rb ya que el nombre de la clase aplicacion por ser una
constante deberia iniciar con Mayuscula.