Pregunta

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

?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top