When you are using git rebase and are currently editing a commit (due to a conflict, for example), you may...

creativecouple.github.com

jquery-timing is a very useful jquery plugin that helps to remove lots of nested anonymous functions. It's API...

As attachments to this card you will find a Cucumber feature and supplementing step definition that you can use to...

durdn.com

This article contains: Making ‘git diff’ wrap long lines Set a global proxy Clone only a specific branch

makandra dev

A nice way to stage absolutely all changes (edits, additions, deletions): git add --all

github.com

Great solution in a GitHub issue.

Git commits should be very deliberate, and only contain changes that you really want to be in there. In order...

Our old solution for cronjobs, the "craken" plugin, is no longer maintained and does not work on Rails 3.2+.

navy 0.5.1+ gives empty navigation containers a CSS class .navy-empty which you can hide via .navy-navigation &.navy-empty...

ActiveRecord has a feature called counter caching where the containing record in a has_many relationship caches the...

For two years we've been using SearchableTrait which gives models the ability to process Googlesque queries like this: Contact.search...

Selenium cannot reliably control a browser when its window is not in focus, or when you accidentally interact with the...

progfu.com

I am talking about development speed. When your application starts growing and you start adding gems, it starts to take...

github.com

As the title says: this jQuery plugin creates bar charts from HTML tables. It comes in some different flavors.

makandra dev
github.com

The gem author Jonas Nicklas highlights in a Google Groups post that the release is not backwards compatible to 1...

The very useful andand gem does not play very nice with Ruby's SimpleDelegator (or vice versa). This following will...

ebobby.org

A technique to vastly reduce the number of join model records that need to be stored in the database.

github.com

Installation differs slightly from older versions, please check the README.

Icon fonts like Font Awesome are infinitely scalable, look great on high-DPI displays and will give your app a...

Under certain (unknown) circumstances, Rails will give localized files an invalid content-type in the Response header. For me, after...

If you're using the Capybara webdriver, steps sometimes fail because the browser hasn't finished loading the next page...

stackoverflow.com

While git branch will show you all branches and highlight the current one with an asterisk, it can be too...

In theory you can take any scope and extend it with additional joins or conditions. We call this chaining scopes...

This is for you if you get the following strange error from the state_machine gem: undefined method `-' for #