Passenger gives you the possibility to define in which environment your app should be started. This has to be added...

makandra dev

If you're trying to searching or installing packages via pkg the your repository data might be broken. If pkg...

cirw.in

If you ever wondered why a constant wasn't defined or wasn't available where you expected it to be...

When you render a nested form for a Movie which has_many :actors, you want to render the right number...

news.ycombinator.com

...and compare it to the decrypted hash to see if there is a match. Benefits of this are If an attacker steals your database, they can't decrypt any of...

...easier to see if you have anomalous calls to KMS. There is a huge benefit here in that it is impossible to do bulk decryption without a giant audit trail...

makandra dev
pdfposter.origo.ethz.ch

Pdfposter is a Python script that allows to convert large PDFs into a PDF with multiple pages that can be...

I highly recommend that you make use of RubyMine's feature to pin tabs. When you pin all "important" files...

tl;dr: Ruby's Bundler environment is passed on to system calls, which may not be what you may want...

Over the years we have tried several solution to have vector icons in our applications. There are many ways to...

wiki.github.com

The following example is from the Cucumber wiki: Given a blog post named "Random" with Markdown body """ Some Title, Eh...

MySQL and MariaDB have an SQL mode setting which changes how MySQL behaves. The SQL mode value is comprised of multiple flags like "STRICT_TRANS_TABLES, NO_ZERO_IN_DATE...

...Each flag activates or disables a particular behavior. The default SQL mode varies widly between versions of MySQL and MariaDB. In general, more recent versions of MySQL and MariaDB have...

makandra dev
github.com

If you render markdown from user input, an attacker might be able to use this to inject javascript code into...

The ExceptionNotification has plugins that talk to external APIs rather then just sends emails, like microsoft teams or slack. You...

This error can be caused by the mysql2 gem under mysterious circumstances. You need to remove it with gem uninstall...

makandra dev
stackoverflow.com

If your git index for some reason becomes invalid, no need to worry. Your index is corrupt when you see this error running usual git commands like git pull, git...

...element.offsetHeight > 0; Or maybe you'd even like to patch Prototype so it behaves like jQuery: Element.addMethods({ visible: function() { return offsetWidth > 0 && offsetHeight...

tableconvert.com

https://tableconvert.com/ is an online tool to convert tables between different formats (e.g. json, markdown, csv).

In case Ruby does not detected the expected encoding of a file automatically you can specify the known encoding manually...

darwinweb.net

Hopefully you are using Psych for everything, but if you have legacy Syck YAML files lying around you could be...

makandra dev
bootswatch.com

Free Bootstrap theme resembling Material Design. Bootswatch offers Sass and Less files, so the theme can easily be integrated into...

makandra dev

You need to install the official plugin, it is not bundled with RubyMine by default. Example: Setup a watcher...

If your rails application is unable to send mails, it might be useful to debug your settings using the rails...

blogmaverick.com

...BlackSwan competitor will appear and they will kick your ass. Their product will be better or more interesting or just better marketed than yours, and it also will be free...

makandra dev
github.com

Sometimes you need to run background jobs that you can't make important guarantees about - they may run out of...