Quick 4.0.0 was released this past week and brought with it some welcome quality-of-life improvements, a handy new counts feature, improvements to error messages, and a bunch of squashed bugs. Although it is technically a major version change, most users will be able to upgrade with no changes to their code. Let's dive in to see what's new.
Blog
CFCasts - A Peek Inside the Tech Stack
Being a new platform from Ortus, I wanted to take some time to dive in to the tech stack we are using to build CFCasts. Many people ask us how we would build a modern CFML site. Well, here's at least one answer.
Quick v3.0.0 Beta Available
We are excited to announce that the Quick 3.0.0 beta has been released. Come read what has changed since the alphas, what is left to do before a stable release, when to expect the stable release, and how you can help.
Quick v3.0.0 Alpha Released
It's finally here, the first alpha of Quick 3.0.0. Come read about the headline features of this next major release.
A New Template Approaches: Quick with Auth!
You know what's tedious? Authentication. Every project I start needs some sort of authentication system. And every project I start basically from scratch.
I noticed this pattern a while ago and created some libraries to help. You may have used them before.
cbauth
is a library that handles creating
user sessions for you app while giving enough customization to use different
authentication methods and session storages....