I've created a simple  hello world app that doesnt appear to serve up
the view greeting.rhtml. :<
Any ideas ?


The error message is from development.log is...
# Logfile created on Tue Aug 18 16:49:55 -0400 2009/!\ FAILSAFE /!\
Tue Aug 18 16:50:34 -0400 2009
  Status: 500 Internal Server Error
  unknown error


PS . It does show the default web page ok at http://localhost:3000
just not the app


Here is my controller in c:\ruby\hello\app\controllers
\app_controller.rb
.....
class AppController < ApplicationController

  def greeting
  end

end

Here is my view in c:\ruby\hello\app\views\app\greeting.rhtml

<html>
    <head>
        Ruby on Rails
    </head>
    <body>
        Yes its working!
    </body>
</html>


Here is the URL that I'm trying to access it

http://localhost:3000/App/greeting

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to