Blog
CFCouchbase SDK v2.2.0 Released
More than two years have passed since CFCouchbase 1.1 was released. With community support, we are happy to announce the release of CFCouchbase 2.0.0! If you are not familiar with CFCouchbase we encourage you to checkout the Documentation. The SDK has been updated to support the new functionality available in Couchbase Server 4.x, including:
- N1QL Queries
- GSI Indexes
- Replica Reads
- Document Locking
- Prepared Statements
- Improved Design Document Management
- Expanded Configuration Options
- And more...
ColdBox 5 Release Candidate 1 has arrived
It is finally here! ColdBox 5 RC1 has landed with force! There are so many things to talk about, but we will focus on what RC brings and all the eco-system updates we have been working on. So let's begin this adventure.
Screencast - CommandBox Package Link for Module Development
The package link and package unlink commands are fairly new to CommandBox and here's a brief screencast that shows you a real life use case for them. The package link command will create a symlink from your current directory into your CommandBox's system modules folder and reload your shell.
Ortus 2017 Highlights
Goodbye 2017!
It's been a great year at Ortus Solutions! We are thankful to God for the Ortus Team and the opportunity to serve the CFML community with great passion, perseverance and dedication. We bid 2017 farewell with some of our Highlights.
The 12 Tips of (CommandBox) Christmas 2017- Day 12 - CommandBox 4.0 Roadmap
Merry Christmas everyone! This is our final installment for this year's 12 Tips of (CommandBox) Christmas! We're leaving this year with a bang as we look forward to what's coming in the future with the next major release of CommandBox CLI.
The 12 Modules of (ForgeBox) Christmas — Day 12 — CFFractal
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.
The 12 Tips of (ContentBox) Christmas 2017 - Day 12 - ContentBox Content Galore
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 12 - ContentBox Content Galore - A lot of people are asking Ortus for information on ContentBox, so we had a month long roadshow for ContentBox. We have a lot of Webinars, and some great Blog posts diving into whats new with ContentBox and some hands on how to's as well.
The 12 Tips of (CommandBox) Christmas 2017- Day 11 - Super Easy Module Scaffolding
We've talked about what packages are, how to create them and how to publish them on Forgebox. Now that you have the basics down, we've got some special ninja kung foo magic that will let you crank out modules with almost no effort at all. We obviously can't implement the module for you, but there is a lot of boilerplate around creating the Git repo, scaffolding out files, setting up tests, and publishing. We can turn all that boilerplate into 2 commands. **
** Some one-time setup required
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.