TL;DR There are three dimensions you can control when scoping routes: path helpers, URL segments, and controller/view module.
Angular's directives have a transclude option, that allows for rendering an element's original content within the directive's...
A HTTP 302 Found redirect to PATCH and DELETE requests will be followed with PATCH or DELETE. Redirect responses to...
First, decide if you want to pull with rebase. There are some implications of changing this, so think before you...
To install gems Bundler needs to be able to talk to https://api.rubygems.org. If you are behind a proxy you...
Don't use be_true to check if a value is true. It actually checks if it anything other than...
I got this error when running Rails 2.3 tests for Rails LTS. More stacktrace: NoMethodError: undefined method `cache' for Gem...
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...
Remove some old binaries (commands still exist in geordi) and mark others as deprecated Rewrite deploy command to support...
When you're using feature branches, they will stack up if you don't delete them after the merge to...
The nokogiri gem provides different packages for several platforms. Each platform-specific variant ships pre-built binaries of libxml2, e.g...
As described by the linked Stackoverflow answer, run these commands: sudo add-apt-repository ppa:git-core/ppa -y
I recommend to go straight to 2.1.5+ without intermediate steps. Otherwhise you burden yourself with unnecessary work of encoding problems...
You can now define this step without Cucumber raising Cucumber::Ambiguous: Then /^I should see "whatever I want"$/ do ...
Cucumber raises a Cucumber::Ambiguous if more than one step definitions match a step. Our new cucumber_priority gem provides...
When there's a Gemfile.lock in your working directory that you cannot remove by either checkout, reset [--hard], stash, probably...
Live markdown previewer (with Github flavored syntax) for VIM. Will open a preview in your browser and update automatically on...
From time to time, RubyMine suddenly did not accept any keyboard input and felt crashed, while mouse interaction was still...
You can configure a stat socket for haproxy in the global section of the configuration file: global daemon
When you're developing a gem, never list the same dependency as both runtime and development dependency in your .gemspec...
git rebase -i -> mark your commit with edit git reset HEAD~ (remove the marked commit, but keep its...
Ruby has a set of methods to convert an object to another representation. Most of them come in explicit and...
You can say this in Javascript: $.fn.jquery => "1.11.1"