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…
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…
What is Markdown Markdown is a markup language, created by John Gruber and Aaron Swartz, that allows you to easily format text by using special characters in a text document. When processed, the markdown characters are converted into formatted text.…
There is nothing more frustrating than realizing that a ruby script failed when processing, and you do not know where it failed and where to pick up the processing. Having the ability to write results or values out to a…