Around will not happen until after a feature's Background has been processed. Use Before and After to avoid that...

Sometimes, through some firewall or proxy misconfiguration, you might have to deploy to a server that cannot access the git...

Note: We are talking about Machinist 1 here, Machinist 2 may have solved this or might require a different approach...

Using this step definition you can check if any form field (text field, checkbox, etc) or button is disabled:

...an error out of stale_session_check! if it cannot find all classes. The best way to go: Don't do this. Strings and numbers should be enough and if...

...be quite useful to quickly find the JavaScript that is responsible for some (unexpected) behavior. You can use DOM Breakpoints for debugging subtree modifications, attribute modifications or node removal.

I had a very frequent cronjob that in rare cases could be relatively slow. To avoid multiple instances of this...

This can happen with a very simple model: class Note has_many :attachments end Everything looks normal: Note.all.to_a.size # => 8 Note.all.ids.size...

We use CarrierWave in many of our projects to store and serve files of various formats - mostly images. A common...

Large projects usually have large test suites that can run for a long time. This can be annoying as running...

When you use the :as option to map a power to a controller method you can now override the generated...

Sometimes you need complex expectations on method arguments like this SomeApi.should_receive(:find).with(:query => '*foo*', :sort => 'timestamp ASC', :limit...

The maximum version of Internet Explorer you can have depends on your version of Windows. E.g. Windows 7 users can...

stefanjudis.com

Suppose you want to implement a publish/subscribe pattern in your Frontend application to react to data changes and events. First...

httpd.apache.org

If you want to have a new log file every day automatically, but avoid using logrotate, the CustomLog directive is...

There was an issue with makandra_sidekiq < 0.2 concerning the stopping of Sidekiq. Sidekiq < 6 has two finishing timeouts: one...

A word of caution There should rarely be a reason for you to split up config/routes.rb. If you need to...

caniuse.com

Since late 2015, all major browsers (still excluding Firefox) support pointing device media queries. These can be used to distinguish...

stackoverflow.com

Rack has a limit for how many form parameters it will parse. This limit is 65536 by default.

makandra dev

...MKV container, H.264 codec, "0" constant rate factor and "veryslow" preset results in the best video quality. Peek Note The original peek project has been deprecated. If you are experiencing...

...feature-set to the original peek. If you don't insist on high the best video and you don't need audio recording, you could also use Peek, which is...

Fix Ensure your step definition cannot generate invalid selectors and instead prints better error messages. Adding field.should be_present might help, Note This error may be caused when...

Keep in mind Swap is not evil by definition. Some bytes per process beeing put to Swap will not have that much of performance influence. If you want the...

Look here for informations how you can show the MySQL default character set. At first you need the Amazon RDS...

awsdocs.s3.amazonaws.com

There is a new card about how to do this with the new AWS Command Line Interface