forked from OpenNeo/impress
TNT started using HTTPS URLs! And our old Ruby version (lol 😬) still requires explicit invocation to perform SSL during a request, so requests were failing!
Now, we explicitly build the `Net::HTTPS` object, and turn on `use_ssl` if it's an HTTPS URL! (The shorthand invocation didn't seem to have an option for this, that I could find!)
|
||
|---|---|---|
| .. | ||
| assets | ||
| controllers | ||
| flex | ||
| helpers | ||
| mailers | ||
| models | ||
| views | ||