TIL: The Annotate Gem

Today, while watching a video by CJ Avilla, he used a neat little gem that describes the schema of the models in his project. At 8:32 (video is cued up below) he installs the Annotate gem and then runs an…
Today, while watching a video by CJ Avilla, he used a neat little gem that describes the schema of the models in his project. At 8:32 (video is cued up below) he installs the Annotate gem and then runs an…
Today, I fired up a new Ruby on Rails 7 application to follow along with a tutorial and found that when I ran the bin/dev command in the terminal, I was presented with an error page from the Cloud9 IDE…
I first started using Cloud9 when they were independently owned, but then they sold to AWS and the pricing was kind of unclear especially since you have to have an EC2 instance running. It’s been some time since I’ve looked…
Codeanywhere.com is a cloud based integrated development environment (IDE) that allows you to setup a development environment online, and true to its name, code from anywhere. One of my goals for 2022 is to get back into Rails development now…
Emmet is a standard feature that is built into Visual Studio Code (Code) and generally recognizes all file types. However, after installing Code, Emmet does not auto-expand abbreviations when working in ERB files. Fortunately, it’s a simple and very fast…