RustyRails

Results 3 comments of RustyRails
trafficstars

Does this still work? It seems to be ignoring `ROCKET_PORT` for me, so I'm having trouble binding to the port heroku wants me to use. Since this issue is only...

> I'm running into a different issue. I successfully get the port to show up but encounter this error: Are you sure it's not just ignoring it? That's the error...

I've changed my dependencies to: ``` [dependencies] rocket = { git = "https://github.com/SergioBenitez/Rocket.git" } rocket_codegen = "*" ``` and it's now working