i got ruby and mysql configured successully on my windows pc.

Im using mysql as default db.  so I created new rails project.  

I ran the cmd
rake db:create:all
rake db:migrate

so I got the db created.  I have existing db of country table.  I imported 
it to the development db.

question:
is there some files I need to modify so my ror apps will know about my 
country table? 

i'm trying to display for instance state is US from the country table.  Im 
new to ror and its cool, i love it.  thanks for the help or guidance if I'm 
not doing something right.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/b1a33587-5060-4de5-a050-f21f4f3883ff%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to