Getting Error

Hello,

I am a rails newbie. I am using ruby 1.8.6, rails 2.3.2 & chrome browser in windows XP.

I was trying out a hello world application. I ran the following commands.

Did u properly setup database connections in config/database.yml ?

Hi,    As Sijo said, setup correct DB connection. You have to mention DB name in database.yml and also mentioned DB should be in your Mysql or whatever you are using.

Just mention DB name in database.yml and do as follows,

rake db:create:all

and then restart your server.

Yes, I had not setup database connections earlier.

Now I fixed it and my Hello World is working fine. :slight_smile:

Thanks to Sijo Kg & Priya Buvan.