Wheels Blog

Subscribe

Archives by Subject

Archive for the ‘Documentation’ Category

Wheels API Documentation Available

The documentation now contains a section that documents all public functions in the Wheels API. You can now browse an complete list of the functions or browse by category.

It feels good to remove the apology for incomplete documentation from the documentation section! (more…)

Released Today: ColdFusion on Wheels 0.9.4

We’ve just released ColdFusion on Wheels version 0.9.4 today on CFWheels.org. Thanks to Per Djurner, Tony Petruzzi, and James Gibson for contributing new features and improving the stability of the framework. And thanks to the community for feedback and supporting our efforts. Our presence is really starting to grow.
(more…)

Documentation Updates: Pages, Sending Email, and Configurations

We have 2 new chapters and 1 updated chapter in the Documentation.
(more…)

New Chapter: Object Validation

Another quick announcement. We’ve released a chapter in the Documentation about object validation.

Object validation allows you to enforce business logic related to your data easily. It also allows you to persist your objects so that your application can communicate error messages back to the user or handle the errors in some other way. It’s a very clean way of handling logic that can be very repetitive if you choose to write it all out by hand instead.

Methods for Tracking Change

Per gets down and dirty with a new chapter in the Documentation called Dirty Records. Really it’s all about tracking change to your database records dynamically.

Give it a read and learn about the power of methods like hasChanged(), XXXHasChanged(), XXXChangedFrom(), changedProperties(), allChanges(), and more.

Hello Database Tutorial

As a follow-up to the Hello World tutorial, we’ve just released a tutorial called Hello Database.

As its name suggests, the point of this new tutorial is to help you get a jump start on learning about Wheels’s ORM functionality. This is not an exhaustive walk-through but rather a taste so you can dip your toe into the pool.

If you’ve been on the fence on whether you’d like to try ColdFusion on Wheels, give the tutorial a read.

Associations Chapter in Documentation

A big part of Wheels’s included ORM is its use of associations to describe relationships between models. It’s been a long time coming, but we released a chapter in the Docs about associations along with the 0.9.1 release of ColdFusion on Wheels.
(more…)

Wheels 0.9.1 Available

We are excited to announce the availability of ColdFusion on Wheels 0.9.1. I personally can tell you that the core team and community have really outdone themselves with this release. It is a giant step toward an impending release candidate.
(more…)

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!

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…)