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...
If you need to follow links, click buttons, etc. using Capybara inside an , you can do it like this:
Capistrano 3 is a major rework of the framework and requires several adjustments to your deploy configuration files. The biggest...
If you have FactoryGirl traits like this: factory :movie do title 'Sunshine' year 2007 trait :vintage do year 1951
Please don't use the horrible datetime_select helper. It has a terrible UI. Always prefer to use a visual...
You might wonder about this request in your test.log: Started GET "/__identify__" for 127.0.0.1 at 2015-04-29 18:00...
jquery-placeholder is a simple jQuery plugin that enables form placeholders in browsers that do not support them natively, i.e...
There are times when you have a chunk of text that you want to do something with, e.g. replace something...
If you want to grow a Ruby Array, you might find out about #fill but it is not really what...
Code folding is a very useful feature to me. It gives me a quick overview over a file and keeps...
This cheat sheet...
...aims at providing a quick reference to the most commonly used features in AngularJS.
When ending a Selenium test Capybara resets the browser state by closing the tab, clearing cookies, localStorage, etc.
If you want to rotate text, you can use CSS transforms in somewhat modern browsers to rotate the container element...