Question

When one is in the rails - application folder, why is it different

$demo_app> pry -r ./config/environment 

from

$demo_app> pry -r config/environment

?

Était-ce utile?

La solution

./ means current folder where you are executing the command, if ./ is not mentioned it will also try to find in the class path

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top