Archive for the ‘Documentation’ Category
Tuesday, September 15th, 2009
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…)
Posted in Documentation, Releases | 11 Comments »
Tuesday, May 26th, 2009
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.
Posted in Documentation | Comments Off
Friday, May 22nd, 2009
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.
Posted in Documentation | Comments Off
Monday, May 11th, 2009
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.
Posted in Documentation, Tutorials | Comments Off
Thursday, May 7th, 2009
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…)
Posted in Documentation | Comments Off
Monday, April 27th, 2009
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…)
Posted in Documentation, Releases | Comments Off
Saturday, November 1st, 2008
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!
Posted in Documentation | 3 Comments »