Installing SSL certificates usually implies additionally using intermediate certificates. If one of them is missing, some SSL client implementations might...
...Gemfile in the :development group: gem 'guard-livereload', :require => false gem 'rack-livereload' Run bundle install. Add the middleware, by adding the following to your config/environments/development.rb: config.middleware.insert_after(ActionDispatch::Static...
I was experiencing the following problem: It seems your ruby installation is missing psych (for YAML output). To eliminate this...
The httpclient gem comes with a custom SSL cert store. While an customizable, application-level cert store is great when...
If you turn on stylesheet caching, it might happen that stylesheets from different locations with different relative pathes will be...
The mysql2 gem in version 0.3.13 might break while compiling on older patch releases of Ruby 1.9.3 within rvm:
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...
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...