7

在文档中找不到它,也没有在 SO 上找到它,但是有没有办法在 heroku(Celadon Cedar)上以沙盒模式运行 Rails(3.2.x)控制台,相当于

rails console --sandbox
4

1 回答 1

21

对于更“Heroku 方式”的替代方案,heroku run console --sandbox也可以做到这一点:

$ heroku run console --sandbox
Running `console --sandbox` attached to terminal... up, run.6024

[...]

Loading production environment in sandbox (Rails 3.2.12)
Any modifications you make will be rolled back on exit
irb(main):001:0>
于 2013-03-21T17:18:16.397 回答