When I click on About Environment , I get
We're sorry, but something went wrong The log says !\ FAILSAFE /!\ Fri Aug 21 08:06:58 -0400 2009 Status: 500- Internal Server Error unknown error Unfortunately its not telling much more which is a little frustrating. I even downloaded ruby again , reinstalled rails . Then as before it failed initially because of sqlite3 not being there which I installed but then I still get the same error message... Any ideas ? If I do a gem list , I get actionmailer (2.3.3) actionpack (2.3.3) activerecord (2.3.3) activeresource (2.3.3) activesupport (2.3.3) fxri (0.3.6) fxruby (1.6.16) hpricot (0.6.164) log4r (1.0.5) ptools (1.1.6) rack (1.0.0) rails (2.3.3) rake (0.8.7, 0.8.1) ruby-opengl (0.60.0) sqlite-ruby (2.2.3) sqlite3-ruby (1.2.1) test-unit (2.0.1) win32-api (1.2.1, 1.2.0) win32-clipboard (0.4.4) win32-dir (0.3.2) win32-eventlog (0.5.0) win32-file (0.5.5) win32-file-stat (1.3.1) win32-process (0.5.9) win32-sapi (0.1.4) win32-sound (0.4.1) windows-api (0.2.4) windows-pr (0.9.3) On Aug 21, 12:47 am, Rick <[email protected]> wrote: > When yourhttp://localhost:3000comes up, what do you see if you > follow the link "About_your_application's_environment"? > > I get: > > Ruby version 1.8.7 (powerpc-darwin9.7.0) > RubyGems version 1.3.4 > Rack version 1.0 > Rails version 2.3.3 > Active Record version 2.3.3 > Action Pack version 2.3.3 > Active Resource version 2.3.3 > Action Mailer version 2.3.3 > Active Support version 2.3.3 > Application root /Users/rick/hello > Environment development > Database adapter sqlite3 > Database schema version 0 > > Also, using your app_controller.rb and views/app/greeting.rhtml in > this environment does the right thing in response > tohttp://localhost:3000/app/greeting. > > On Aug 19, 3:05 pm, mgpowers <[email protected]> wrote: > > > > > C:\Ruby\hello>rake routes > > (in C:/Ruby/hello) > > /:controller/:action/:id > > /:controller/:action/:id(.:format) > > > On Aug 19, 2:25 pm,Rick<[email protected]> wrote: > > > > ok, so just to be complete, what do you get when you type: > > > > rake routes > > > > On Aug 19, 2:13 pm, mgpowers <[email protected]> wrote: > > > > > I've changed the view name to greeting.html.erb as suggested > > > > but SAME results.. > > > > > I was jusing the book Beginging Ruby on Rails and > > > > looking at the online documentation. > > > > > Any other suggestions ? > > > > > On Aug 19, 1:46 pm, Marnen Laibow-Koser <[email protected]> wrote: > > > > > > On Aug 19, 1:42 pm, mgpowers <[email protected]> wrote: > > > > > > > Using rails 2.3.3 > > > > > > > I've put greeting.rhtml in both > > > > > > > app\views\app > > > > > > > and > > > > > > > app\views\application > > > > > > > SAME result....Any other ideas ? > > > > > > As I said before, it should be greeting.html.erb , not > > > > > greeting.rhtml . Why are you using .rhtml ? That hasn't been correct > > > > > for a long time, and it makes me think that you may be following a > > > > > tutorial for an older version. > > > > > > > I've tried starting it in console mode but it just says Load > > > > > > Develope > > > > > > Env >> > > > > > > Yes, that's what it should say. What's the problem? > > > > > > > I'm trying to stay positive about Rails but am a little discouraged > > > > > > that > > > > > > I can get my first controller/view working :< > > > > > > What documentation have you been using? > > > > > > Best, > > > > > -- > > > > > Marnen Laibow-Koserhttp://www.marnen.org > > > > > [email protected] Hide quoted text - > > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

