On Thu, May 20, 2010 at 7:26 AM, Siva Kilaru <li...@ruby-forum.com> wrote:

> Jeff Cohen wrote:
> >
> > Pretty sure that's just a documentation error.  Looks like your Rails
> > beta3 gem installed fine.
> >
> > Jeff
>
> Thanx Jeff
>
> I had one more problem. I dont want to use sqlite3 instead want to use
> Postgresql...
>
> Do u have any idea of how to do it..
>
> I think I installed all the required gems
>
> I want to modify the database.yml file which I did but even cant get the
> things done!!
>
> Someone or other please help me out in this as well
>
> Siva
>

Siva, you'll need to following these steps:

a)  Install the PostgreSQL database engine
b)  gem install pg
c)  Update the Gemfile

     gem "pg"

Good luck,

-Conrad

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

-- 
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-t...@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