Hello

I am rather new to Ruby and have been following along with the book
"Ruby On Rails 3 Tutorial - Learn Ruby by Example - by Michael Hartl".
I am currently in Chapter 3 which discusses static pages. In this
chapter, I entered the following command into the prompt: "rails
generate controller Pages home contact" and everything worked fine.
Then the book directs me to http://localhost:3000/pages/home. When I
point my browser there, I receive the following error.

ActiveRecord::ConnectionNotEstablished

ActiveRecord::ConnectionNotEstablished
Rails.root: /home/ralph/railsprojects/sample_app

Application Trace | Framework Trace | Full Trace



The routes and controller erb don't appear to have any errors. Is this
a database related error? Any ideas?


Thanks,
DMAT

-- 
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to