makandra is responsible for maintaining about 75 Ruby projects. These projects use a large number of different versions for Ruby...
Exercise 1: XML On the start page of your Movie DB, show the title of a random movie that is...
When your code does not behave as expected, you can use a debugger statement ("breakpoint") at any point in your...
Rails ships with two separate build pipelines: Sprockets ("asset pipeline") and Webpacker. Webpacker has many more moving parts, but allows...
Best results in other decks
bundle outdated [--filter-major|--filter-minor|--filter-patch] Example output for bundle outdated --filter-major Other examples
Calling bundle update GEMNAME will update a lot more gems than you think. E.g. when you do this: bundle update cucumber-rails ... you might think this will only...
Bundler >= 1.14 has a --conservative flag. Using the conservative flag allows bundle update GEM to update the version of GEM, but prevents Bundler from updating the versions of...