Nicholas Young
Nicholas Young
It looks Iike you're minifying or otherwise processing the file before its included. Are you? If so, have you tried it without minification?
Any updates on this issue?
I hear that. I've been trying to think of alternatives myself, and have resorted to namespaces until I find a better resource oriented API. I'll try to put some time...
Not to bash the current API, because you did great work with it, but what exists is tolerable. If we could add in a way to pass in route specific...
@hunterloftis That's the kind of API I would prefer. Simple, and to the point. It also would allow us to auto-generate the routes from the extension, and easily add custom...
I'm experiencing this error too. Any input would be appreciated. ``` irb(main):011:0> Transistor::Channel.all.to_a NoMethodError: undefined method `request' for nil:NilClass from /Users/nicholaswyoung/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/her-0.6.8/lib/her/model/http.rb:52:in `request' from /Users/nicholaswyoung/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/her-0.6.8/lib/her/model/relation.rb:70:in `fetch' from /Users/nicholaswyoung/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/her-0.6.8/lib/her/model/relation.rb:45:in `method_missing' from (irb):11...
Paging @wycats...
Up until this point, I've recommended Gotham users front their HTTP services with nginx and terminate TLS connections at the proxy layer. However, it's clear this is becoming an issue...
Does da2f7a2 resolve the basic need for TLS, as raised by the conversation above? If so, let's create an example we can merge before closing this issue.
Regardless of whether this issue is resolved, da2f7a2 seems to [have broken CI](https://travis-ci.org/gotham-rs/gotham/builds). I admit to feeling a bit frustrated when I saw the changes pushed to `master` directly, which...