2013-03-20 12 views

Odpowiedz

15

na bardziej „po drodze” Heroku alternatywa heroku run console --sandbox załatwia sprawę, a także:

$ 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> 
+0

'działa również konsola" heroku run rails --sandbox' ". – evanrmurphy

0

I udało się go uruchomić w piaskownicy dodając cytaty heroku run "rails console --sandbox" lub krótsze heroku run "rails c -s".

Powiązane problemy