Run bundle update cucumber capybara cucumber-rails to update to the newest versions. Backup your features/support/path.rb to be able to...
deadlock 0x7f8a4160a360: sleep:- (main) - /home/me/.rbenv/versions/1.8.7-p375/lib/ruby/gems/1.8/gems/bundler-1.14.3/lib/bundler/worker.rb:43 deadlock 0x7f8a38c03b08: sleep:- - /home/me/.rbenv/versions/1.8.7-p375/lib/ruby/gems/1.8/gems/bundler-1.14.3/lib/bundler/worker.rb:56 *** longjmp causes uninitialized stack frame ***: /home/me/.rbenv/versions/1.8.7-p375/bin/ruby terminated
PDFKit converts a web page to a PDF document. It uses a Webkit engine under the hood...
Deployment ready for Opscomplete Copying view and controller templates over to target application during basics configuration or via...
Webpacker is Rails' way of integrating Webpack, and version 4 has been released just a few days ago, allowing us...
bundle outdated [--filter-major|--filter-minor|--filter-patch] Example output for bundle outdated --filter-major Other examples
webpack is a very powerful asset bundler written in node.js to bundle (ES6) JavaScript modules, stylesheets, images, and other assets...
Currently we often use geordi to run cucumber and rspec tests. Geordi takes care of installing a matching chromedriver for...
Firefox 5.0.1, which we were using for most Rails 2.3 projects, does not run on Ubuntu 14.04 any more. Here...
If Rails or Rake are complaining about a missing gem that is listed in your Gemfile.lock and the listed version...
We currently test most of our gems on Travis CI, but want to migrate those tests to Github Actions. This...
Recently I made an upgrade from Bootstrap 3 to Bootstrap 4 in a bigger project. Here are some tips how...
We will be installing rbenv and ruby-build from our own fork, not from the Ubuntu sources. Installing rbenv
There are different ways to run rake: On Rails 4.1+ projects, you have Spring and its binstubs which dramatically improve...
Suggested Workflow Set the ruby version in .ruby-version to 2.3.5, then perform these steps one by one, fixing errors...
In our continued quest to extract proven code snippets from makandropedia into tested and upgradable gems, we have released Edge...
If you get this warning on your local machine one of these steps might help: Rebuilt the gem with the...
The linked rbenv plugin rbenv-each is very helpful to keep QoL gems up to date that are not part...
This are the steps I needed to do to add esbuild to an application that used the vanilla rails asset...
YJIT is Ruby's default just-in-time compiler. It is considered production-ready since Ruby 3.2 (source).
Since May 2011 we are cutting new gems using Bundler, which is less painful than cutting gems using Jeweler. You...
Calling bundle update (without arguments) updates all your gems at once. Given that many gems don't care about stable...
We usually ship applications that self-host webfonts to comply with GDPR. Many popular web fonts are available as NPM...
You might have some trouble running a Rails LTS 2 app with MySQL 5.7. If you don't want to...