A set of javascript tools for working with files. It offers different kinds of things: A cross-browser JS API...
Option 0: Download from the official page (preferred) Open https://googlechromelabs.github.io/chrome-for-testing/ In Section "Stable" > chromedriver / linux64 > Download ZIP from...
Javascript library for drag'n'drop that seems to have more options than native HTML5 drag'n'drop.
JavaScript structures that include circular references can't be serialized with a"plain" JSON.stringify. Example: a = { name: 'Groucho' };
We will be installing rbenv and ruby-build from our own fork, not from the Ubuntu sources. Installing rbenv
Great gem to consume RSS feeds. I was missing some features on Ruby's RSS::Parser that I found in...
Automagically makes XHR requests work cross-domain by tunneling all communications through an IFRAME on your page.
Provides a value container that guarantees atomic updates to this value in a multi-threaded Ruby program. Originally linked to...
When you tell rbenv to install a Ruby it does not know about, you will get an error message.
All the hidden and not hidden features of Git and GitHub.
Directory of popular Github projects.
Introducing Trailer from HouseTrip, a simple menu bar app that helps you manage your GitHub pull requests. It’s one...
There seems to be no way to use therubyracer -v '0.11.4' and libv8 -v '3.11.8.17' on OS X Mavericks.
It's mixins (modules) for Coffeescript classes. Other than most homegrown approaches, this one allows you to keep using super...
We proudly release our safe_cookies middleware into public beta and just published it on Github. Features are:
This card shows how to upgrade a Rails 2 application from Rails 2.3.8 through every single patch level up to...
Backbone plugin to override getters and setters with logic.
Essential backports that enable many of the nice features of Ruby 1.8.7 up to 2.0.0 for earlier versions.
Guide how to make fixes in other people's GitHub repositories. It's basically "Open Source Development 101".
Given you use Capistrano together with bundler to automatically install your gems when deploying. I recently had the problem that...
MongoMapper is a MongoDB adapter for Ruby. We've forked it so it works for Rails 2.3.x applications running...
If you need to capture signatures on an IPad or similar device, you can use Thomas J Bradley's excellent...
Stringex is a gem that offers some extensions to Ruby's String class. Ruby 1.9 compatible, and knows its way...
UnicodeUtils implements Unicode algorithms for case conversion, normalization, text segmentation and more in pure Ruby code.