...verschönert jedes noch so kahle \n Speisezimmer".gsub(/\W+/, " ") => "Eine l ngliche Kristall Lampe ber dem Esstisch versch nert jedes noch so kahle Speisezimmer" You need to use "[^[:word:]]", which...

...full trace an no longer be able to filter out any lines from gems. Better errors is not affected...

Rarely, you might want to rebuild all gems with native extensions, because they might be compiled against outdated system libraries...

Calling Time#utc, Time#gmt or Time#localtime will not create a converted copy. Instead these methods modify the receiving...

Restangular can make use of $http's built-in response cache. # Cache response for single request Restangular.one('accounts', 123).withHttpConfig...

...a few version 3 features and allowing to revert some settings to 2.x behavior. Your profile(s) from previous to the upgrade remain inside ~/.mozilla-thunderbird and can be removed...

For some reason you want to define a find condition in array form. And in that condition both column name...

LibreOffice Impress, Writer, etc. doesn't embed most fonts into the PDFs it generates. This means if you share a...

Defining a custom to_json method for your classes can be useful. Do it properly or you will "randomly" get...

Thunderbird 5 brings a custom chrome on Windows Vista/7 that uses translucent Aero decorations on toolbars and menubars. Here is...

This is for you if you get this error: cucumber.yml was found, but could not be parsed. Please refer to...

From time to time we're convinced that an error must be very close to the network card, OS IP...

makandra dev

This is about converting Haml to ERB and not the other way round which you probably want! This process can...

Trying to open a vnc window with geordi geordi vnc ended up with this error: > VNC viewer could not be...

I prefer using Opera's "User mode" to toggle an outlining of HTML elements quickly. This helps greatly when you...

...silenced.join('|')) ActiveSupport::Deprecation.behavior = lambda do |msg, stack| unless msg =~ silenced_expr ActiveSupport::Deprecation::DEFAULT_BEHAVIORS[:stderr].call(msg, stack) end end This will only work with warnings that go through...

If you type a command in your bash that doesn't exist you get this: bash: foo: command not found...

makandra dev

AWstats is build to regularly run on webservers. If you want it to build a report once, here is the...

Make your custom web font available Add to ckeditor/config.js CKEDITOR.editorConfig = function(config) { config.contentsCss = [ '/assets/myCkeditorStyles.css', // any other file to encapsulate custom...

I pushed a new version of the Cucumber Factory gem. This new release lets you refer to a previously created...

Have a backup. Stop MySQL: sudo service mysql stop Move (or copy) your mysql directory. If you want /mnt/mysql to...

We regularly need to connect to the server in order to e.g. access the production console. Guessing the Capistrano deploy...

makandra dev

Consider the following HTML & CSS: ^ img { background-color: red; } div { border: 1px solid black; } This will leave a margin of...

...you want one distinct version of RubyGems to be installed to replicate the same behavior across multiple servers. Usually would do this to update your RubyGems, but this always takes...