davidverhasselt.com

Rails 5 / 6 / 7 Method Uses Default Accessor Saves to Database Runs Validations Runs Callbacks Updates updated_at/updated_on Respects Readonly...

1. Sometimes you have search entries in the autocomplete of the address bar, which are higher weighted than your bookmarks...

Same requests are recorded only once in vcr. Replaying a test fails, if you trigger the same request multiple times...

There is no build in functionally in jQuery and Prototype to extract params from a url. You can use this...

Sometimes you want to test migrations with production or staging data. Dumping single tables makes sense if a complete dump...

makandra dev

Sometimes you might want to check a short link for it's destination before clicking on it. Additional you get...

getpostman.com

Talking with APIs makes more fun using Postman. As an alternative you can also use command line tools like cURL...

github.com

Using Scenic, you can bring the power of SQL views to your Rails application without having to switch your schema...

github.com

A collection of 700+ svg vector logos. The logos are optimized (removed duplicated paths / excessive groups / empty defs, linting, etc...

As we get an exception notification, when a cron job fails, we wish to have the full backtrace in this...

mail-tester.com

You can use mail-tester.com to check your application's e-mails for issues that might cause e-mails to be...

The migration DSL now supports adding and removing foreign keys. They are dumped to schema.rb as well. At this time...

Running projects parallel makes some trouble with PDF generation. Use geordi rspec spec to force sequential tests for the whole...