ieee-usf Posted September 20, 2012 Posted September 20, 2012 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.
Ice IT Support Posted September 20, 2012 Posted September 20, 2012 This might help http://wiki.helionet.org/Deploying_a_Rails_application_on_HelioHost
ieee-usf Posted September 20, 2012 Author Posted September 20, 2012 Hello, I did follow those instructions when creating the app. I followed the instructions under "Deploying on a Subdirectory." After creating the symlink I uploaded my app but I got some gem dependency issues followed by the "we're sorry error."
Ice IT Support Posted September 20, 2012 Posted September 20, 2012 The gem dependency issues would be caused by something not being installed. What gems do you need installed?
ieee-usf Posted September 20, 2012 Author Posted September 20, 2012 Hello, The error message involved multi-json 1.3.6. Would the gem dependency also cause the current error message that my application is displaying? The link to the application is http://resume-database.heliohost.org/resume
Krydos Posted September 22, 2012 Posted September 22, 2012 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...
Recommended Posts