Blog
Categories
Projects
All Posts
Rails 7.1 handles long auto-generated index names with a limit
Rails 7.1 adds a limit of 62 bytes on auto-generated index names. There is also a bonus deep dive at the end.
The target _blank vulnerability
Are you using target='_blank' in your links? If you are, you should be using rel='noopener noreferrer' with it.
Rails adds a limit of fetching 10 records when using pretty print
ActiveRecord::Relation#pretty_print is a method that pretty prints an ActiveRecord::Relation object.