I was able to fix this. The problem was that I did not generate my new rails project using the Rails 5 generator. Instead, when I did
rails _5.0.0.beta1_ new myapp Everything worked On Wednesday, 30 December 2015 01:36:42 UTC-8, Dan Cromer wrote: > > I'm experiencing the same problem. I'm not trying to upgrade an app, > though, I'm only trying to play with a new rails app from the ground up, > just to try out some of the new features. > > Have you been able to figure out what the problem is? > > On Wednesday, 23 December 2015 06:55:59 UTC-8, Johan Andersson wrote: >> >> Hi, >> >> I'm trying to upgrade to Rails 5. I've followed the official upgrade >> guide. When I visit any url, I only see the message: >> >> We're sorry, but something went wrong >>> If you are the application owner check the logs for more information. >> >> >> And the only thing I see in the logs is: >> >> Started GET "/" for ::1 at 2015-12-23 14:57:38 +0100 >> >> >> It doesn't matter what url I visit, the same thing happens. >> >> Any suggestions? Thanks! >> > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/11974a92-502b-436b-b967-9fd44336df4a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

