On 16 August 2011 16:27, eman a. <[email protected]> wrote: > hi all, > I'm very new to ruby on rails. and i have a problem while trying to run > my first application. > i'm created a rails application and controller called say conains action > called hello and put some html code in > app--view--say--say.rhtml
It looks like you are using an old tutorial to get you going. First check that you have Rails 3 installed (use rails -v) then find a Rails 3 tutorial. railstutorial.org is good and it is free to use online. Also have a look at the Rails Guides, starting with Getting Started unsurprisingly. > > > and when i run 0.0.0.0:3000/say/hello i get this message "this webpage > isn't available" If you still want to try and analyse your current problem then firstly have you started the server? If yes then does anything appear in the server window. Also look in log/development.log to see if there is anything useful there (assuming you are running in development mode). It would be useful to tell us which operating system you are running on. 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.

