Rails ships with two separate build pipelines: Sprockets ("asset pipeline") and Webpacker. Webpacker has many more moving parts, but allows...
geordi, our collection of awesome shell scripts, has been extended by three scripts to help you call RSpec or Cucumber...
Bundler 2 introduced various incompatibilites und confusing behavior. To add to the confusion, Bundler's behavior changed after the release...
Plugins (and gems) are typically tested using a complete sample rails application that lives in the spec folder of the...
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
We have projects that have been developed using many different versions of Ruby. Since we do not want to...
Deployment ready for Opscomplete Copying view and controller templates over to target application during basics configuration or via...
PDFKit converts a web page to a PDF document. It uses a Webkit engine under the hood...
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
Currently we often use geordi to run cucumber and rspec tests. Geordi takes care of installing a matching chromedriver for...
webpack is a very powerful asset bundler written in node.js to bundle (ES6) JavaScript modules, stylesheets, images, and other assets...
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...
In our continued quest to extract proven code snippets from makandropedia into tested and upgradable gems, we have released Edge...
Suggested Workflow Set the ruby version in .ruby-version to 2.3.5, then perform these steps one by one, fixing errors...
If you get this warning on your local machine one of these steps might help: Rebuilt the gem with the...
This are the steps I needed to do to add esbuild to an application that used the vanilla rails asset...
The linked rbenv plugin rbenv-each is very helpful to keep QoL gems up to date that are not part...