Bosko Ivanisevic wrote:
> First look at your config/database.yml. In newly created rails
> application you'll find location of your database file for all three
> environments (development, test and production). But this will not
> create your database. In order to create it run:
> 
> rake db:create
> 
> After that you'll find your database file in db folder (if you didn't
> change database.yml). For complete list of rake tasks run:
> 
> rake -T
> 
> On Mar 23, 1:50?pm, Vince Gilbert <rails-mailing-l...@andreas-s.net>

Thank you very much for your replies.  My application is up and running 
with data in it.  I just couldn't find the database.  I want to go in 
and and a few columns and some more records.

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