Blog

The 12 Tips of (CommandBox) Christmas 2017- Day 9 - Debugging Server Starts

Brad Wood |  December 22, 2017

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.

Read More

The 12 Modules of (ForgeBox) Christmas — Day 9 — verify-csrf-interceptor

Eric Peterson |  December 22, 2017

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.

Read More

The 12 Tips of (ContentBox) Christmas 2017 - Day 9 - ContentBox AutoLoader Module

Gavin Pickin |  December 22, 2017

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.

 

 

Read More

The 12 Tips of (CommandBox) Christmas 2017- Day 8 - Custom Java Versions

Brad Wood |  December 21, 2017

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.  

Read More

The 12 Modules of (ForgeBox) Christmas — Day 8 — CommandBox Githooks

Eric Peterson |  December 21, 2017

A short one but a good one today. Let's see how we can automate tasks with CommandBox Githooks.

Read More

The 12 Tips of (ContentBox) Christmas 2017 - Day 8 - Install ContentBox in Seconds + More

Gavin Pickin |  December 21, 2017

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.

 

Read More

The 12 Tips of (CommandBox) Christmas 2017- Day 7 - Keeping up to date

Brad Wood |  December 20, 2017

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.  

Read More

The 12 Modules of (ForgeBox) Christmas — Day 7 — cfcollection

Eric Peterson |  December 20, 2017

Learn about a cross-engine. expressive, and extendible functional programming library today — cfcollection.

Read More

The 12 Tips of (ContentBox) Christmas 2017 - Day 7 - Media Manager Image Editor

Gavin Pickin |  December 20, 2017

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 7 - Media Manager Image Editor. Thanks to our good friend Francesco Pepe (@tropicalista), we now have a full-fledged image editor in ContentBox Media Manager.

Read More

The 12 Tips of (CommandBox) Christmas 2017- Day 6 - Docker

Brad Wood |  December 19, 2017

In today's The 12 Tips of (CommandBox) Christmas we're going to discuss Docker. Containers are changing how the world deploys apps and services for development and production.  With Docker you don't need to ask around to find a good ColdFusion hosting company.  All you need is a company who supports Docker and you know you can deploy there.  Docker requires a shift in thinking though.  Smaller, transient servers that you don't install every time.  Portable configuration and flexible deployments based on text configuration files and environment variables.  Hey, that sounds right up CommandBox's alley!  

Read More