質問

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