Middleman is a static page generator that brings many of the goodies that Rails developers are used to.
When filling out forms in Selenium tests, Chrome shows the (usual) bubble, asking to store those credentials. While the bubble...
Occasionally, you have to talk to APIs via HTTPS that use a custom certificate or a misconfigured certificate chain (like...
You can easily have a JavaScript hash/object that returns a default value for unset keys/properties -- as long as you need...
There seems to be a nasty bug in Chrome 56 when testing with Selenium and Capybara: Slashes are not written...
If the application under test makes sound, you probably want to disable this during integration testing. You can use the...
Reminder of what you can do with Geordi. Note: If you alias Geordi to something short like g, running commands...
Collection of useful tools in the Chrome JavaScript console. Make the whole page editable This is not special to Chrome...
Chrome gives you the currently selected element in the inspector with $0. If you select a button in the DOM...
Plot graphs in Ruby WebGraphviz renders in your browser via JavaScript (to store the rendered graph, extract the SVG using...
We used zeroclipboard.js in some of our projects but now we switched to clipboard.js because it does not rely on...
1. Sometimes you have search entries in the autocomplete of the address bar, which are higher weighted than your bookmarks...
These are Chrome plugins that proved useful at makandra. Each is the best-in-class. Dimensions Auto-measure distances by...
A few releases back, Chrome started using a Material Design UI on desktop. If you don't like it (on...
When you're nesting setTimeout(f, 0) calls, your browser will silently increase the delay to 5 milliseconds after the...
Piwik is the leading open-source analytics platform. As such, it is an alternative to Google Analytics. Since it is...
When your controller action raises an unhandled exception, Rails will look at the exception's class and choose an appropriate...
For some years Google Chrome has allowed you to add desktop icon for any web page by going to Tools...
When building a web application, one is tempted to claim it "done" too early. Make sure you check this list...
Chrome's developer tools automagically choose vertical or horizontal panel layout, based on their width. You can disable that magic...
So you downloaded a theme for Chrome a while ago and don't remember which one it is?
The default Google Analytics might not work as expected with your Unpoly app. This is because your app only has...
Current webkit browsers like Chrome and Safari have a special variable in their consoles that refers to the selected DOM...
Sometimes you might want to check a short link for it's destination before clicking on it. Additional you get...