Sanitising content before render
I wanted a simple way to sanitise some of the content before it was rendered in Ruby on Rails, when viewing a post with an...
2024
I wanted a simple way to sanitise some of the content before it was rendered in Ruby on Rails, when viewing a post with an...
One thing I had to do with all my projects that accept webhook events from my payment provider is to make sure that the incoming...
During the Scribbles request cycle, there are multiple checks to see if a domain exists on a given blog, and if so, tweak the URL...
One thing I wanted to achieve in Scribbles, and the Tinylytics integration is to dynamically create various query parameter options available with Tinylytics with ease....
One strange issue I had on Scribbles, especially with creating a page/post url based on the title, was that sometimes someone would use... wait for...
One things I noticed whilst developing Scribbles is that I needed a quick way to just `normalize` some properties as a blog was saved/updated. Scribbles...