Closed davidalejandroaguilar closed 6 years ago
Hi David, the book is completely outdated. We usually name operations following the Rails convention (e.g. Comment::Operation::Create
) and turn off the trb-loader gem via config.trailblazer.use_loader = false
, and it works like a charm.
Ah dang, I was really enjoying the book, it was just a very gentle introduction to Trailblazer, any plans for updating it?
By the way, this error went away with gem "reform", '~> 2.2.4'
Complete Description of Issue
I was following the Trailblazer book and just started a new project, got this error when running
rails s
.Steps to reproduce
rails new app -d postgresql
rails s
System configuration
Reform version: 2.1.0 Rails version: 5.2.0
Full Backtrace of Exception (if any)