Limit Spam Sign Ups in Rails Apps

This article was originally published on Rails Designer's Build a SaaS with Ruby on RailsIf you launch a Rails app to the world, sooner than later, you will see them: spam sign ups (along with request...
0 Read More

Using the Keyboard with Stimulus

This article was originally published on Rails DesignerGiving your users the option to use the keyboard is a great way to make them happy campers. Common use cases are Escape to close a modal or dropd...
0 Read More

Rethink pattern matching in Ruby

Rethink pattern matching in Ruby
I'm working with ruby but I don't know about ruby well.And I usually feel that ruby's case ... when never be able to be enough for me because it is soooo loose about data type domein.I love ADT and it...
0 Read More