DBDavid Boureauinbootrails.hashnode.dev·Jan 6, 2022 · 7 min readRuby Enumerator : the what, the why, the howArticle originally published here : https://www.bootrails.com/blog/ruby-enumerator-what-why-how/ What are Enumerators ? This section will give you a general understanding of a few important terms and their distinctions. Before we start using them, we...00
DBDavid Boureauinbootrails.hashnode.dev·Jan 3, 2022 · 3 min readHow to create tons of Rails applicationsArticle originally published here : https://www.bootrails.com/blog/how-to-create-tons-rails-applications/ 1. Motivation At BootrAils, we are using this script every (working !) day. It allows you to : grab any concept, isolate a bug quickly, play...00
DBDavid Boureauinbootrails.hashnode.dev·Dec 16, 2021 · 5 min readRuby-on-Rails : how to add a columnArticle originally published here : https://www.bootrails.com/blog/rails-add-column/ Introduction Let's say you have a table named "books", and an associated model named "Book". You want to add the column "author". Tools used in this tutorial : Rails...00
DBDavid Boureauinbootrails.hashnode.dev·Nov 26, 2021 · 3 min readnpm ERR! code ELIFECYCLEArticle originally published here : https://bootiful.org/blog/npm-err-code-elifecycle The goal of this article is to help you to debug the annoying "npm ERR! code ELIFECYCLE". You don't have time to know why this happens, and you want to correct it n...00
DBDavid Boureauinbootrails.hashnode.dev·Jul 19, 2021 · 6 min readRails form : tutorial from the groundArticle was originally published here : https://bootrails.com/blog/rails-form-tutorial Introduction : why a new tutorial about forms ? "Form" is an old standard from the web, and handling form with Rails is almost as old as Rails itself. So why bothe...00