For today's 12 Tips of (CommandBox) Christmas blog, we're covering private ForgeBox packages. This has been out for a while but we haven't talked a great deal about it. The idea of private packages is that you want to have packages of code that you and your coworkers use to build your apps and you want to use ForgeBox to list them so you can have CommandBox manage their installation and updating versions. However, these are internal packages that you don't to share with the rest of the world.
Blog
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 Tips of (CommandBox) Christmas 2017- Day 9 - Debugging Server Starts
For today's 12 Tips of (CommandBox) Christmas we're going to review how to debug a server that don't want to start. Figuring out why a server won't come up is usually very easy, but some people will waste a lot of time on it if they don't know how to access the logs. Part of the issue is that the start command fires off an async process to actually start up the server, so you don't get much feedback right there in your console.
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 Tips of (ContentBox) Christmas 2017 - Day 9 - ContentBox AutoLoader Module
At Ortus Solutions, we love the holidays, and we wanted to gift you a gift of developer productivity, we will share a few tips and tricks that will keep giving all year around. In this series we'll be giving you 12 ContentBox tips. Keep your eye out for other 12 tips of Christmas series on our blog, including a new one this year, 12 modules of Christmas on ForgeBox.
Day 9 - ContentBox Autoloader Module - A module to help ensure permissions, permission groups, permission groups' permissions and setting required by the module, are loaded and exist, by using conventions in the ModuleConfig.
The 12 Tips of (CommandBox) Christmas 2017- Day 8 - Custom Java Versions
As Christmas draws near, remember to pick up batteries for all those toys. There's nothing worse than a Christmas morning with not enough AA's. In fact, there's solid evidence that this entire holiday is a ruse to keep battery manufacturers in business. They're probably kahoots with the peppermint latte guys. Anyhoo, let's talk quickly about using custom versions of Java with CommandBox.
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 Tips of (ContentBox) Christmas 2017 - Day 8 - Install ContentBox in Seconds + More
At Ortus Solutions, we love the holidays, and we wanted to gift you a gift of developer productivity, we will share a few tips and tricks that will keep giving all year around. In this series we'll be giving you 12 ContentBox tips. Keep your eye out for other 12 tips of Christmas series on our blog, including a new one this year, 12 modules of Christmas on ForgeBox.
Day 8 - Install ContentBox in Seconds + More. In last years 12 ContentBox tips of Xmas, we showed you how to install ContentBox with a one liner. A few things have changed in 3.5.0.
The 12 Tips of (CommandBox) Christmas 2017- Day 7 - Keeping up to date
For today's 12 Tips of (CommandBox) Christmas, we'll talk about staying up to date when it comes to your CLI binary and the modules you have installed. New versions of stuff come out all the time and you don't want to be stuck on an old version.
The 12 Modules of (ForgeBox) Christmas — Day 7 — cfcollection
Learn about a cross-engine. expressive, and extendible functional programming library today — cfcollection.