httpie.org

...consists of a single http command designed for painless debugging and interaction with HTTP servers, RESTful APIs, and web services It easy to use and has very nice defaults and...

github.com

...with something more expressive afterwards. Traim outputs a Rack application which you can either serve standalone or mount into your Rails app...

nginx.org

...is a non-standard response code that nginx will interpret as "drop connection". Example: server { listen 127.0.0.1; location /api/ { return 444; } } An example use case is reverse-proxying with nginx...

makandra dev

Ruby 1.9.2 is very slow when loading files, especially starting Rails servers or running specs takes forever. Do yourself a favor and upgrade to...

code.google.com

...so you can use it to move virtual IP addresses around a group of servers depending on whether they are behind in replication...

...add the following line to your config/environments/development.rb: config.assets.compile = false config.assets.debug = false Then restart your server. This mimicks how applications work in production. Now reload your page. It will probably show...

linux.die.net

...need to find out which of your local commits are not on the remote server do this: git cherry -v The -v option prints out the commit messages. Without it...

gem-session.com

...the file robots.exclude.txt instead. In your Apache Vhost config, rewrite requests for the staging server only: RewriteEngine On RewriteCond %{HTTP_HOST} ^staging\.project\.com$ RewriteRule ^robots\.txt$ /robots.exclude.txt Your robots.exclude.txt...

...looks like this: # This file is returned for /robots.txt on staging servers User-agent: * Disallow: / Important Note: If your setup is incorrect and /robots.txt is not accessible, it means there...

makandra dev
pidgin.im

...not connect using SSL, open up the account settings and enable "clientLogin". Also, your Server should be set to slogin.icq.com...

...how to add Stylesheets how to add images how to use the Webpack dev server One more thing about Yarn / npm There is one significant difference between JavaScript package managers...

blog.salsify.com

...to fix the problem of pending AJAX requests dying in the browser when the server ends a test or switches scenarios. We were able to work around this issue in...

github.com

...do the same. That means that you're not verifying the identity of the server you're communicating with and are therefore exposed to man in the middle attacks. This...

blog.phusion.nl

Interesting approach to caching responses directly in the HTTP server, based on the value of an individual cookie. No word yet how to force cache-invalidation...

toptal.com

...It covers a lot of ground, including routing and data transfer between client and server...

makandra dev
filippo.io

Enter the hostname of a server to test it for CVE...

browserstack.com

Local testing allows you to test your private and internal servers using the BrowserStack cloud, which has support for firewalls, proxies and Active Directory...

kadin.sdf-us.org

...bar, etc.) files created by (badly-behaved) Mac OS X systems on non-AFP server volumes...

youtube.com

...fast without using a lot of Javascript (most of Basecamp still lives on the server). The two tricks they used are PJAX and Russian Doll Caching...

makandra dev
github.com

pjax loads HTML from your server into the current page without a full reload. It's ajax with real permalinks, page titles, and a working back button that fully degrades...

teddevito.com

...them suitable for in-browser coding of languages like HTML, CSS, Javascript, or your favorite server-side language. The idea is to be able to use a press of the...

whatsmydns.net

whatsmydns.net is an online service that allows you to instantly perform a DNS lookup to check a hostnames current IP Address and other DNS information against a selection of random...

...name servers around the world. This is especially useful to check the current state of DNS propagation after making changes to your domains zones...

robots.thoughtbot.com

...run reliably for real applications, on both developers machines and on the continuous integration server. This failure with Selenium has caused us to search for alternative solutions

code.google.com

This document describes an agreement between web servers and search engine crawlers that allows for dynamically created content to be visible to crawlers. Google currently supports this agreement. The hope...