Welcome to the last day of (ForgeBox) Christmas! I hope you have enjoyed this crash course in these different modules. The ForgeBox ecosystem is vast and wonderful. Next time you have a need, open up https://www.forgebox.io and check to see what the community has already contributed. Let's end today with an introduction to CFFractal, an API marshalling module.
Blog
The 12 Modules of (ForgeBox) Christmas — Day 11 — CommandBox Migrations
Let's tackle a powerful module today. It will take quite a bit of configuration, but hopefully you will see the usefulness of this module by the end of this post. Meet CommandBox Migrations, a tool for managing and running your database migrations with CommandBox.
The 12 Modules of (ForgeBox) Christmas — Day 10 — TestBox Snapshots
Today's featured module is a TestBox module that introduces snapshot testing capabilities to TestBox. If you've avoided testing your legacy applications, come see how TestBox Snapshots can get you started.
The 12 Modules of (ForgeBox) Christmas — Day 9 — verify-csrf-interceptor
I love modules that help me do the right thing in my code, especially when I often forget to do something. Today's module is very straight-forward — verify-csrf-interceptor — an interceptor that will automatically check for CSRF tokens for all non-GET requests to help protect against cross-site request forgery.
The 12 Modules of (ForgeBox) Christmas — Day 8 — CommandBox Githooks
A short one but a good one today. Let's see how we can automate tasks with CommandBox Githooks.
The 12 Modules of (ForgeBox) Christmas — Day 7 — cfcollection
Learn about a cross-engine. expressive, and extendible functional programming library today — cfcollection.
The 12 Modules of (ForgeBox) Christmas — Day 6 — qb
In the CFML scene, there seems to be two names when it comes to data
persistance plain ole' cfquery
and ORM — not much inbetween. Our module
highlight today is out to change that.
Meet qb.
The 12 Modules of (ForgeBox) Christmas — Day 5 — whoops
Today let's look at a quick, fun module today. It will make your exception
experience in development just a little bit nicer. It's called
whoops
.
The 12 Modules of (ForgeBox) Christmas — Day 4 — cbvalidation
As a holiday song reminds us, we should be "...making a list, checking it twice." Client-side validation is the first check. Server-side validation is the second. And an excellent module to help us with server-side validation is cbvalidation.
The 12 Modules of (ForgeBox) Christmas — Day 3 — str
Modules don't have to be big. In fact, the
Unix philosophy says to do one
thing and do it well. While modules on ForgeBox run the gamut of [d]oing one thing](https://www.forgebox.io/view/orm-reload-interceptor)
and full blown frameworks, today we will look at one of the utility libraries
on ForgeBox — a string manipulation library called str
.