If you want to use the (badly implemented!) solarized color scheme in your Rubymine IDE: Clone the IntelliJ IDEA port...
The addon lets you set the format of the dates used for the year and month folders that the Archive...
Note: If you are currently working with Ruby 1.8.7 or 1.9.3, we recommend to upgrade to Ruby 2.1 first. From...
In Rails 2, you could use link_to_remote...
...:update => 'id' to automatically replace the content of $('#id').
We usually generate our commit messages from Pivotal Tracker IDs and titles, like [#15775609] Index view for conflicts
Some folks have started to keep their linux configuration in a git repository called "dotfiles". This sounds like a good...
Note: Consider using MATE instead of Gnome 3 on newer system Awesome is a very good tiling window manager that...
Install Ruby from the Ubuntu repository: sudo apt-get install ruby ruby-dev \ ruby is the meta package. If you...
cpulimit is a simple program which attempts to limit the cpu usage of a process (expressed in percentage, not in...
I've recently encountered a weird problem with specs making lots of SOLR queries using the acts_as_solr plugin...
We're adding a script console-for to open a remote Rails console with one command. Also have a look...
Here is how to switch your Selenium to Chrome: Make sure you've got a recent version of chromedriver in...
Sometimes, when running a rake task, RubyGems 1.8.5 raises an error: rake aborted! undefined method `specifications' for "/usr/lib/ruby/gems/1.8":String
Get "PuTTY Link" and "Pageant" (an SSH key agent) from the PuTTY download page. Run pageant.exe, find its icon inside...
This card explains how to upgrade an existing RubyMine installation to a newer version. If you're installing RubyMine for...
If you encounter above mentioned failiure message after installing the ruby-debug gem then you have to explicitly require linecache...
I pushed a new version of the Cucumber Factory gem. This new release lets you refer to a previously created...
geordi, our collection of awesome shell scripts, has been extended by three scripts to help you call RSpec or Cucumber...
My front audio output would not work even though the front mic input did fine. The Pulse Audio mixer (= Ubuntu...
Update: Staticmatic will not be further developed. They suggest to switch to middleman. If you need to make a static...
When you do a git add . and have deleted files, git won’t stage them to be commited (as deleted...
Deprecated ways to execute shell code in Ruby This is just a reference for legacy code. For new code, always...
Soon after having written our shell-for script, we wanted to easily get dumps of our productions machines, too. This...
After having written useful scripts into makandra notes for a long time, we’ve now tied them into a powerful...