Occasionally, you have to talk to APIs via HTTPS that use a custom certificate or a misconfigured certificate chain (like...
...geordi rake and geordi shell now work correctly if the project hasn't been bundled before Use binstubs if present – breaks Geordi execution when a binstub is not working
Webpack builds can take a long time, so we only want to compile when needed. This card shows what will...
If you get this error while deploy and you are sure the Gemfile.lock is in the version control check your...
In case you're wondering, when concat-ing server certificate and intermediate certificates, the server certificate comes first.
When receiving a new SSL-Certificate for an existing SSL-key it should be checked that they match cryptographically.
If you use Nginx with SSL and get an intermediate certificate with your certificate you have to do this:
If your Webpack build is slow, you can use the Speed Measure Plugin for Webpack to figure out where time...
sudo gem install gettext --no-ri --no-rdoc sudo gem install fast_gettext --no-ri --no-rdoc script/plugin install git://...
WProofreader is a spelling and grammar checking tool that integrates with textareas and numerous WYSIWYG editors. While it usually activates...
You can do this per environment, e.g. in config/webpack/test.js: const environment = require('./environment') const config = environment.toWebpackConfig() config.devtool = 'none' module.exports = config
Previously the assets group existed to avoid unintended compilation-on-demand in production. As Rails 4 doesn't behave like...
If you get an error like this ... can’t find executable rails for rails-3.2.3 (Gem::Exception) ... one of several...
Sometimes, when running a rake task, RubyGems 1.8.5 raises an error: rake aborted! undefined method `specifications' for "/usr/lib/ruby/gems/1.8":String
Sometimes you need a special version of chrome because it has some features you need for testing, like in this...
If you use webpacker in your Rails application, and you have completely disabled Sprockets, you might get the following error...
I use the TypeScript compiler for this, since its output is more minimal than Babel's. The following will transpile...
bower-rails is a great solution for managing vendored assets in your Rails app. It feels especially much more convenient...
Today I needed to execute a ruby gem executable with sudo. But, surprisingly, bash would tell me command not found...
Automatically builds gems from Bower packages (currently 1700 gems available). Packaged Javascript files are then automatically available in your asset...
I got this error after upgrading Ruby from 2.4.5 to 2.6.4 when I opened the Rails console - rails server still...
TLDR: When you put CSS rules into a partial and import that partial multiple times, the CSS rules will be...
If you're about to handle X509 certificates and don't want to remember/google a handful of openssl commands you...
Warnings like those below may originate from rspec or shoulda-matchers or other gems that have not updated yet to...