문제

This thread on github says that defaults for development not use ssl configuration it still forces ssl even in development. Is there a way to avoid this?

Im running Rails 4.0.0

UPDATE

Updated to Rails 4.0.2 - still always redirects to https in development for localhost:3000 and pow (.dev) url.

도움이 되었습니까?

해결책

The browser was caching the https request. So I just closed the browser and restarted.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top