DEV Community

NoFoster
NoFoster

Posted on

TIL 5/15/2026

  1. When bundle adding a new gem. you shouldn't have spaces between the '''>''' and version name. Ex. bundle add factory_bot_rails --version "~>6.5.1" --group="development, test"

  2. Every do has a corresponding end in a code block.

Top comments (0)