Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我非常喜欢heroku数据库拉:
heroku db:pull
当您在生产中修复由数据引起的错误时,它非常有用。
是否有任何宝石可以在没有 Heroku 的情况下轻松地从生产环境中提取数据库?
查看 Tap gem:https ://github.com/ricardochimal/taps 。这应该做你想要的。