Rails deployment error

Hello guys, i have a production server with Ruby in it. I go to Software/Services-

Ruby on Rails, i create a new application, i run it, i create a

rewrite but when i go to the URL link i get the rails screen but when i go to see the environment i get the classical error

"We're sorry, but something went wrong. We've been notified about this issue and we'll take a look at it shortly."

What can i figure from this error? Shouldn't this be working? If i log on via ssh when i run gem list, all gems are installed successfully.

Any suggestions? I'll blow up my head... :slight_smile:

Thank u in advance Kostas

Kostas Lps wrote:

Hello guys, i have a production server with Ruby in it. I go to Software/Services-

Ruby on Rails, i create a new application, i run it, i create a

rewrite but when i go to the URL link i get the rails screen but when i go to see the environment i get the classical error

"We're sorry, but something went wrong. We've been notified about this issue and we'll take a look at it shortly."

What can i figure from this error? Shouldn't this be working? If i log on via ssh when i run gem list, all gems are installed successfully.

Any suggestions? I'll blow up my head... :slight_smile:

Thank u in advance Kostas

Can you paste your logger(production) log

Sarav

Hi,

the production log is empty…

Thanx

Kostas L. wrote:

Hello guys,
i have a production server with Ruby in it. I go to Software/Services-
Ruby on Rails, i create a new application, i run it, i create a

rewrite but when i go to the URL link i get the rails screen but when
i go to see the environment i get the classical error
"We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it
shortly."
What can i figure from this error? Shouldn't this be working? If i log
on via ssh when i run gem list, all gems are installed successfully.
Any suggestions? I'll blow up my head... :)
Thank u in advance
Kostas

Every time I have seen that error it was a database problem. Maybe not setup correctly, database not created etc.

Norm