makandra dev
github.com

The shell variable PS1 holds your bash prompt. You might want to change it to serve your needs best. Here...

pluginaweek.org

Now allows to list transition paths from and to arbitrary states.

Add deprecation warnings and their solution or link to available solutions. Global access to Rake DSL methods is deprecated. Please...

wiki.apache.org

With SNI, you can have many virtual hosts with HTTPS sharing the same IP address and port, and each one...

If in your application your users pass along params that result in filenames, like invoices/generated?number=123. This could be...

Pie sometimes does not properly redraw elements upon changes. This often happens when the change comes from somewhere further up...

bonsaiden.github.com

JavaScript Garden is a growing collection of documentation about the most quirky parts of the JavaScript programming language. It gives...

Install OpenSSH Server: sudo apt-get install openssh-server To check if the server is running you should get no...

When you need to insert many records into the same table, performance may become an issue. What you can do...

makandra dev
pixelbeat.org

An overview of common vim commands, including: windows buffers undo/redo navigation bookmarks selection/whitespace clipboard shortcuts search/replace programming external filters

We are maintaining some vintage projects with tests written in Test::Unit instead of RSpec. Mocks and stubs are not...

Depending on where you live, different rules are used to determine the number of the week and a weekday. You...

You can find ActiveRecord models by using a Range as its conditions: User.scoped(:conditions => { :id => 3..5 }) This will generate...

web.archive.org

The speed searching for makandra notes in Firefox can be improved by following these steps: Download the Firefox-Add-on...

If you have the following deprecation warning after upgrading to rails >= 2.3.10 DEPRECATION WARNING: The :overwrite_params option is deprecated...

When working with large Sass files you will notice that the first request after a change to a Sass file...

You will occasionally need to clean out your database while keeping the schema intact, e.g. when someone inserted data in...

When you click a link or a press a button on a Selenium-controlled browser, the call will return control...

teddziuba.com

Around the time in my life when I stopped ordering drinks made with more than one ingredient, I was woken...

github.com

Adds a slide out panel to your Rails application that directs clients to test stories that have been marked as...

api.jquery.com

jQuery offers many different methods to move a selection through the DOM tree. These are the most important: $element.find(selector...

web.archive.org

When you style multiple adjacent block elements with float: left, they will be rendered next to each other similar to...

When you set both a record's association and that association's foreign key attribute, Rails does not realize you...

When calling a Sass mixins, you usually don't need to quote arguments: +tint_article(#f21) However, when a CSS...