makandra dev

Sometimes you might need to nest a git-project inside another git-project. The right strategy is to use submodules...

Resources Rails Guide: Internationalization API Guide to localizing a Rails application Locale-aware helpers in ActionView::Helpers::NumberHelper

When you run rake db:rollback and nothing happens, you are probably missing the latest migration file (or have not...

makandra dev

If you're trying to searching or installing packages via pkg the your repository data might be broken. If pkg...

Instead of using this hack you might want to use MariaDB 10.x which can work with both old and...

ombulabs.com

Tool to show you which gems are slow to load: ➜ git:(master) ✗ bundle exec bumbler [################################################# ] (49/65) travis-lint...

makandra dev
github.com

Git commands tend to come in groups. Avoid typing git over and over and over by running them in a...

explainshell.com

Enter any command into explainshell and it will explain it to you: split into separate commands (if present), with each...

stackoverflow.com

First, decide if you want to pull with rebase. There are some implications of changing this, so think before you...

makandra dev

Geordi is now (partially) tested with Cucumber. Yay! geordi cucumber supports a new @solo tag. Scenarios tagged with @solo...

You can tell git to ignore different kinds and amounts of whitespace when merging or cherry-picking. This often occurs...

makandra dev
github.com

Remove some old binaries (commands still exist in geordi) and mark others as deprecated Rewrite deploy command to support...

makandra dev

When you're using feature branches, they will stack up if you don't delete them after the merge to...

unix.stackexchange.com

As described by the linked Stackoverflow answer, run these commands: sudo add-apt-repository ppa:git-core/ppa -y

makandra dev
stackoverflow.com

When there's a Gemfile.lock in your working directory that you cannot remove by either checkout, reset [--hard], stash, probably...

github.com

Live markdown previewer (with Github flavored syntax) for VIM. Will open a preview in your browser and update automatically on...

github.com

Ag (aka "the silver searcher") is a very fast replacement for grep. It will parse your .gitignore for additional speedup...

makandra dev
stackoverflow.com

git rebase -i -> mark your commit with edit git reset HEAD~ (remove the marked commit, but keep its...

This is a guide on how to effectively use Git when working on a feature branch. It is designed to...

Method lookup Understand all the terms in How Ruby method lookup works, in particular: include extend singleton class

In our daily life as web developers we are constantly faced with technical problems that can be solved with a...

Talk with a colleague and find out why we're using building some of our sites using static site...

We are using the BEM pattern ("Block, Element, Modifier") to structure our CSS in all new projects. We try to...

hacks.mozilla.org

Unfortunately, Web APIs haven’t provided the functionality to copy text to the clipboard through JavaScript, which is why visiting...