Archive for the ‘Community’ Category


Released: ColdFusion on Wheels Version 0.8

It’s only been a few short months, and we’re proud to already be releasing version 0.8 of Wheels!

This is an important release to everyone involved with the project. It proves that this framework is more than a toy and that we’re heading strongly toward a 1.0 release.
(more…)

Creating Custom URLs in Your Wheels App with Routes

Today, I released a chapter in the Documentation called Using Routes.

Routes are a pretty cool feature of Wheels because they let you step outside of the URL convention that can sometimes feel like shackles.
(more…)

Contributing to Wheels

As the project has been transitioning to “one guy doing all the work” to a true community effort, we’ve had a slight amount of growing pains. Of course, this is a great problem to have. But obviously, we need a little bit of structure.

In light of this, I’ve posted the first version of our process and guidelines for contributing to Wheels:

That said, we have some exciting features coming up in the next 0.8 release, and we need your help.

We’ll announce more details here soon.

Getting Started Video Tutorial

[Update: A newer version of this has been released as a “Hello World” tutorial. We’ve updated with that with a link to the new video rather than the old one.]

Here is the first Wheels video tutorial. To be honest it’s the first screen cast I’ve created also, but I think the quality turned out pretty good. This tutorial covers how to download and install the latest Wheels build, create a couple of pages, add dynamic content to the pages, link the pages together, and finally modify the default framework settings so one of the new pages is displayed as the default page.

Watch Hello World Screencast

New Documentation: Sending Files

Per whipped up a quick chapter on Sending Files with Wheels’s sendFile() function.

You may feel that sending non-HTML files to the browser is a trivial task, but this functionality makes securing those files dead simple.

Thanks, Per!