Install OpenSSH Server: sudo apt-get install openssh-server To check if the server is running you should get no...
This tool is used on our application servers (and called when deploying) but it also works locally. Just call dumple...
This note describes a Cucumber step definition that lets you say: Then "Mow lawn" should be an option for "Activity...
When you use the send_file method to send a local file to the browser, you can save resources on...
You know Firebug as a Firefox extension but there is also a "Lite" version which runs purely off JavaScript.
This might be due to AppArmor denying the MySQL server access to most of the filesystem. You can instead use...
In case https://www.rubydoc.info/ is to slow or offline, you can also read a gem documentation offline. Start a server...
Find-as-you-type boxes are usually built by observing changes in a text field, and querying the server via...
From time to time we're convinced that an error must be very close to the network card, OS IP...
This is for those who already own an SSL certificate (e.g. using it in the Apache HTTP Server) and need...
When your site is mapped into the URL-space of another server using mod_proxy, ProxyPass and ProxyPassReverse, all requests...
These steps are now part of Spreewald. The step definitions below allow you to test the filename suggested by the...
If you need to find out which of your local commits are not on the remote server do this:
Ruby's net/http is setup to never verify SSL certificates by default. Most ruby libraries do the same. That means...
When a has_many association basically serves to store a list of associated strings (tags, categories, ...), it can be convenient...
This card explains how to install RubyMine for the first time. If you want to upgrade an existing RubyMine installation...
Have you guys ever done the math on that? You asked or allowed for 24000 interruptions from literally every human...
Selenium has been the siren song that continually calls out to us. Unfortunately, in practice we’ve been unable to...
If your pidgin IM fails to connect to ICQ, you may need to update it. The ubuntu default sources are...
This document describes an agreement between web servers and search engine crawlers that allows for dynamically created content to be...
Use this scope: class Stick named_scope :shuffled, lambda { last_record = last { :conditions => [ 'id >= ?', rand(last_record.id) ] } if last_record }
This note describes how to setup a box running Ubuntu to share its Internet connection with another PC.
Use this MySQL command to show further info about a table: SHOW CREATE TABLE tags; This will output a table...
In rare cases you might need something like form_for (for using form builder methods on the resulting block element...