Rails 6 errors: the good, the bad, the ugly

Ruby's auto-suggestion is great, until it's not. Here, the suggestion of the mysterious video_path is worse than useless. There is no “video” concept in the application, so what even is this referring to? Presumably, somewhere in the thousands of methods known to the entire Ruby VM, it found a method called video_path. This is going to be a “wait, what!?” moment for anyone who doesn't understand just how broad the auto-suggest feature can be.But why is it even looking for a votes_path method? Well, here we get to the actual problem, which is that votes_path.canvass was nil.
Rails 6 errors: the good, the bad, the ugly #ruby #rubydeveloper #rubyonrails #errors: https://rubyonrails.ba/single/rails-6-errors-the-good-the-bad-the-ugly

Nezir Zahirovic

Contractor Ruby On Rails (8+ years) / MCPD .Net / C# / Asp.Net / CSS / SQL / (11 years)

related articles