在文档中找不到它,也没有在 SO 上找到它,但是有没有办法在 heroku(Celadon Cedar)上以沙盒模式运行 Rails(3.2.x)控制台,相当于
rails console --sandbox
在文档中找不到它,也没有在 SO 上找到它,但是有没有办法在 heroku(Celadon Cedar)上以沙盒模式运行 Rails(3.2.x)控制台,相当于
rails console --sandbox
对于更“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>