Corin Langosch
Corin Langosch
I haven't tested it but I suspect the helpers (ex. page_title) not being compatible with rails 3.1 streaming. The usage of instance variables should be changes to use provide: http://edgeapi.rubyonrails.org/classes/ActionController/Streaming.html
I'm trying to build a ftps server and so far everything works, except encryption of the data channel (encryption of the control channel works fine). I'm using filezilla as ftp...
Right clicking on a request in chrome's network viewer already shows "Copy as cURL" and "Copy all as HAR". It'd be great to have a "Copy to REST Console" here.
The following code generates a parse error: ``` test = "": ```
If the `coffee-views` gem is put before the `slim` gem in the Gemfile the filter does not register. This should either be documented or fixed :)
If you specify a server simply by it's ip without a port (1.2.3.4 and not 1.2.3.4:11211) startups fails like: com.meetup.memcached.SockIOPool Sat May 01 13:39:04 CEST 2010 - ++++ failed to...
I couldn't find any information if https://auth.acme-dns.io is official and can be used in production? Or is it just a demo and could go away anytime? Would be great to...
Is there any special reason why not navigating to the "raw" url but wrapping it in request_uri instead? This is causing troubles when trying to follow absolte urls (with domain...
Afaik caddy only supports the proxy protocol in the "frontend" (so another proxy is connecting using the proxy protocol to caddy). Caddy does not support using the proxy protocol to...
Using a simple Person.first seems to load _all_ people in the database and then only use the first record. Output from redis monitor when doing a Person.first with 3 records...