Spreewald 1.4.0 comes with this step: When I click on the element ".sidebar" We recommend to define a selector_for...
Ruby has the class Proc which encapsulates a "block of code". There are 2 "flavors" of Procs: Those with "block...
Note This card does not reflect the current state of lazy loading technologies. The native lazy attribute could be used...
One useful postgres command I stumbled upon recently was \x. It gives you an expanded display which allows you to...
Ruby has a set of methods to convert an object to another representation. Most of them come in explicit and...
Redactor is yet another WYSIWYG editor. It definitely has its weak points, but I want to point out that it...
When a method has keyword arguments, Ruby offers implicit conversion of a Hash argument into keyword arguments. This conversion is...
This is a guide on how to effectively use Git when working on a feature branch. It is designed to...
When working with PostgreSQL, you can use pgAdmin as a GUI. While you can do most things just like on...
A fantastic guide for a dilemma facing any web-based product. Here’s a simple set of Yes/No questions that...
As the web is being used for more and more tasks, expectations rise. Not only should web pages offer rich...
While debugging an intricate issue with failed HTTP requests I have come to appreciate the more advanced features of the...
We organize our daily work with issues in our Linear workspace. Issue format A good issue needs to be precise...
I recommend install Node.js using nvm. This way you can have multiple Node versions in your ~/.nvm. You also won...
SitePrism gives you a simple, clean and semantic DSL for describing your site using the Page Object Model pattern, for...
Spreewald comes with a selector_for helper that matches an English term like the user's profile into a CSS...
tig is a command line explorer for Git that is just awesome. Install via apt-get or brew. Handy commands...
Reason: You very likely have a model that has a delay attribute. You can configure Sidekiq to remove its delay...
Free Bootstrap theme resembling Material Design. Bootswatch offers Sass and Less files, so the theme can easily be integrated into...
CTRL + SHIFT + ALT + N Search for any symbol in your application, like CSS classes, Ruby classes, methods, helpers etc...
When running capybara with Chrome you might start seeing frequent "no alert open" errors when trying to interact with browser...
This blew my mind today: 12 Little-Known CSS Facts 12 Little-Known CSS Facts (The Sequel) Please make sure...
Large projects usually have large test suites that can run for a long time. This can be annoying as running...
In most of our applications, users have their first and last name stored in separate columns. However, specifying them separately...