I am new to cf wheels and would like to enable url rewriting. I have my wheels folder on a subdirectory at the root of my host.
I have a problem with saving a huge amount of records to database using CFWheels. Here is an example:
I recently st开发者_Python百科arting learning test driven development, namely MXUnit, and I love the idea\'s behind it.I can understand the idea of using TDD with stand alone CFC\'s, but when it comes
I am working with CFWheels and jquery mobile and am trying to pass some jquerymobile settings into a linkto call (mainly the data-icon attribute.I never new this before, but it appears to be that Cold
I\'m using CFWheels to develope an application in ColdFusion. I have a model called Vote.cfc. Before a Vote object can be created, updated, or deleted, I need to fetch a post object from another mode
I have searched Google and abroad and I cannot find anything about C开发者_如何学运维FWheels Unit Testing. Does anyone know if it exists and if so can you point me in the right direction?
Where do you guys put your static pages, like \"home\", in an MVC framework? Do you have a \"home\" controller? A \"pages\" controller? Do you create actions for each static page?