On 17 June 2011 09:45, Pardeep <[email protected]> wrote: > I've installed Rails 3.0.7 and 3.0.8 on Ubuntu with Nginx, Ruby 1.9.2 > and Passenger. > > Everything seems to work beautifully after some fiddling around, > variables show up fine in views. > > However when I make calls via Active Record, the views don't render in > the browser, I just get a message saying "Something went wrong, we > will get back to you."
Are you running in production mode? Normally additional information would be shown if you were running in development mode. The Something went wrong message comes from public/500.html in your rails project. Have a look in the log file (log/development.log or log/production.log as appropriate) to see if more information there. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

