Jump to content

[Solved] Error With Rails App


ieee-usf

Recommended Posts

Hello,

 

Whenever I try to access my rails app through the browser I get a "We're sorry, but something went wrong.We've been notified about this issue and we'll take a look at it shortly." I tried re-uploading the app but nothing, it seems to be running fine on my machine using WEBrick. Before this error I was having some gem depedency issues with my application and then suddenly this new error appeared. This is my first time trying to deploy a RoR application so I am not sure if I did something wrong when setting up my project or if the error is elsewhere. Any help is appreciated.

 

Thank you.

Link to comment
Share on other sites

I'm getting a 404 error on your link so I guess you moved it or deleted it, but I'm guessing the errors you were getting were because multi_json version 1.0.4 was installed. I went ahead and upgraded it for you.


Updating installed gems
Updating multi_json
Successfully installed multi_json-1.3.6
Gems updated: multi_json
Installing ri documentation for multi_json-1.3.6...
Installing RDoc documentation for multi_json-1.3.6...

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...