Spambot Boo Boo

The most recent spambot to submit a comment had a bit of an issue with its parser before sending, so it sent the entire blob instead of the randomized string. The image is a screen grab of a small portion of the text, showing the arrays from which the bot was supposed to choose words. LOL!

It’s good to know that my blogging is Nice Pleasant Good Fastidious!

Expected to Define It

Super quick post…

The error:

Unable to autoload constant NameOfController, expected path/name_of_controller.rb to define it

is due to the controller file missing the class declaration.

Another note:

Passing a collection to “render” will automatically iterate through the collection:

<% render @user %>

Skip to content