Byron wrote: > Hello, every time I create a Ruby controller and a view I get an error > message when trying to open it in a web browser: > > > We're sorry, but something went wrong. > > We've been notified about this issue and we'll take a look at it > shortly. > > > This is as descriptive as it gets I'm afraid. http://localhost:3000/ > displays correctly, but nothing else. Any idea what I could be doing > wrong here? I've looked up a ton of Ruby resources but none of them > act as if I should be having this problem. > > Thanks.
Looks like you are running in the Production environment. Please run the app in the development environment and look at the logs. The logs can be found in the logs/ directory. Thankyou Chaitanya -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

