SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
-
Sep 25, 2007, 08:20 #1
- Join Date
- Aug 2007
- Posts
- 11
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Lenz book - we're sorry but something went wrong
I'm getting this weird message. ive already created my database, ive set up a controller, and started up the server, i get this weird message when I point my browser to http://localhost:3000/quote.
any ideas what went wrong? 'quote' is the name of my controller. please help!
Status: 500 Internal Server Error Content-Type: text/html
We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.
-
Sep 25, 2007, 08:42 #2
- Join Date
- Aug 2007
- Posts
- 11
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
in my development.log file i see the following:
'no such file to load -- application.rb'
however, when i manually put an application.rb into Views/layouts i still get the weird error.
-
Sep 25, 2007, 11:08 #3
- Join Date
- Aug 2005
- Posts
- 986
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
application.rb should be in app/controllers. This file should be autogenerated by Rails. Did you delete it?
Bookmarks