Wheels Blog
Archives By Subject
Recent Comments
- Wheels 0.9: The Final Final Beta Cycle
air max said: http://www.saleairmax.com... nike air max http://www.saleairmax.com... air max http://www.saleairmax.com...... - Learning Wheels Litepost Contest winners are
Russ Johnson said: Great Job! and congrats to the winners! - Learning Wheels Litepost Contest winners are
Mike Henke said: I was really impressed with the entries :-) Quality work and the code is on github for people to lo... - Learning Wheels Litepost Contest winners are
Raul Riera said: Congratulations to the winners :D I like the use of jQuery over the Scaffold output - Learning Wheels Litepost Contest winners are
tony petruzzi said: congrats to all the contestants and winners.
Come Get Your Fresh 0.7 Release!
ColdFusion on Wheels is back with its triumphant 0.7 release. We're glad to have Wheels's ORM features back, along with a complete rewrite of the code base for improved performance. We're hoping to write about great uses of the ORM features in particular in the coming weeks.
Some very capable hands went into this release. Per Djurner completely rewrote the code base, Peter Armini has been helping with bug fixes and documentation, and yours truly has been coordinating efforts, documentation, and redesigning the site.
There is a ton to do. Peter, Per, and I will primarily be working together on documentation. We understand that it's all quite sparse at the moment, and we also understand that it is our biggest opportunity for standing out from the other frameworks.
Be sure to subscribe to the blog to stay up to date with current developments on the project.


Comments
[Add Comment]
# Posted By Simon | 4/23/08 11:57 PM
# Posted By John | 4/24/08 1:28 PM
for the function APIs you can see a url like /functions/functionname where
functions is the controller and functionname is the name of the action.
Look at the doc "Request Handling" (there is no data coming back when you click
to the browser but the links are there for future use, I belive.)
# Posted By Izzak | 4/28/08 1:15 AM
# Posted By tony petruzzi | 4/28/08 3:43 PM
one question... <b> would the use of this framework kill my current SQL
magic skills? </b>
I really like to simplify and speed up things running good SQL queries within
my cfqueries, with joins, derived tables, multiple selects, unions etc..
# Posted By Izzak | 4/28/08 11:24 PM
I think your question is one of the biggest misconception about utilizing an ORM in your application. An ORM is there to making mundane tasks easier and quicker, such as CRUD. This doesn't mean that you must use the ORM for all interactions with your database. You are correct that sometime is easier and more beneficial, especially for performance reasons, to hit the database directly and retrieve a query result directly rather then using an ORM to do it and wrapping the result in an array of objects.
# Posted By tony petruzzi | 4/29/08 9:01 AM
Just because Wheels is out doesn't mean that anyone has written blog software that runs on the framework. BlogCFC seems to do the job pretty well, so I decided to use that. Perhaps a Blog on Wheels would be a good sub-project for someone...
@Izzak,
Yes, the rest of the site is using the Wheels framework. Probably not the best use of the framework, IMHO. If the site is a content site, why use an application development framework to display it? But here it is anyway. :)
# Posted By Chris Peters | 4/29/08 10:50 PM
I just finished watching your tutorial video on Wheels and have to say THANK YOU! I've looked at other frameworks but wasn't able to quickly grasp them. I think it was your video that really helped me understand the basics of wheels.
Looking forward to other videos. Keep up the great work!
Thanks
Bruce
# Posted By Bruce Stenberg | 6/10/08 9:21 AM
Thank you for your compliment. I'd love to take credit for the videos, but all credit needs to go to Peter Amiri and Mike Haggerty (depending on which video you watched). I'm hoping to see more from them as well!
# Posted By Chris Peters | 6/10/08 9:54 AM
[Add Comment]