> What is the best(easiest...) way to get all the data from a production
> DB, so I can throw it onto my development DB, and use it locally?

If it's the same database type then just dump it out of production, copy the 
dump file to your development machine and import it.  

If it's not the same database type, you might look into taps... 
http://rubygems.org/gems/taps

-philip

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

Reply via email to