Hot Glue Quick-Install Mega Script
Rails 7 This is the same as what you will find at the Rails Cookbook for sections: 1, 2B, 2B-Capy,…
Achieving Developer Excellence with Automated Testing
Posts related to Ruby, Rails, other programming topics. Highly technical.
Rails 7 This is the same as what you will find at the Rails Cookbook for sections: 1, 2B, 2B-Capy,…
1/ Be sure to use the EDITOR= flag. Choose vi, emacs, or nano Get comfortable with nano, emacs or vi.…
Intermediate Rails
Although most simple apps will operate just fine running on http://localhost:3000 (the default for Rails), it is often advantageous to…
Webpacker was historically the tool used to connect Rails 6 apps to Webpack, the build tool for managing Node dependencies.…
If you want Bootstrap with Sprockets and ImportMaps, you will pin your JS dependencies — in our case Bootstrap and…
Here we will do a manual setup for ImportMap-Rails starting from rails new --skip-javascript. Please note that these are the…
There are three levels of understanding coding we must achieve to become effective developers: Language, where we understand the fundamental…
What is branching? Branching mean we create a new line of commit history in a temporary working space. We do…
Let’s begin with the most foundational part of learning Git, the open source tool universally used to write modern software:…