To my knowledge no but you won't be taking advantage of some of the
awesome functionality that Wheels provides!
>
> Security. I feel like that if I build my application from the ground
> up then I am going to be in much more control of how secure my pages
> are. Adding a framework createS a whole lot of unknowns. How can i
> know that a framework (or a plugin on the framework) will not
> compromise my system?
You can't. The old adage is "trust but verify." Either build your own
security model on top of CFWheels or verify that the code does what's
it is supposed to. To this end, have you verified that ColdFusion
doesn't compromise your system? How about the operating system? All
of these have potential security holes. You patch what you can and
keep abreast of the latest so you don't become a victim to what you
should have known was a vulnerability.
> DeBugging. I currently have enough of a grasp on my CF that when I hit
> an error, I can easily track it down. I'm worried that adding a
> framework is also adding many more lines of code to root through when
> my application starts going wonky.
This is always the case. I have a whole slate of Fusebox 4 code
installed that I, unfortunately, am the only one in my department who
knows how to debug because nobody else seems to understand (or want to
learn) how FB4 works. I definitely hit some hiccups with CFWheels,
but once you get the hang of it you should be able to debug it easier.
Jason Cronk