You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.
, which ends up args = {:env => "/Users/pota/.bashrc"} on my machine, which is obviously not what it should be (Rails.env is "test", but the bashrc is set so it simply does not overwrite it). (Mac OS X 10.6.6., ruby 1.8.7.)
The text was updated successfully, but these errors were encountered:
The provided rake tasks 'db:create' and 'db:drop' are created like:
, which ends up
args = {:env => "/Users/pota/.bashrc"}
on my machine, which is obviously not what it should be (Rails.env
is"test"
, but the bashrc is set so it simply does not overwrite it). (Mac OS X 10.6.6., ruby 1.8.7.)The text was updated successfully, but these errors were encountered: