Deploying ColdFusion Apps With Capistrano Part 3
Hopefully by now you have had a chance to play around with Capistrano and had a chance to deploy one of your apps. If you have and your anything like me, Im sure you ran into a situation where you needed to have a bit more flexibility in your deployment.
Deploying ColdFusion Apps With Capistrano Part 2
In my last post, I covered the basics of what we are trying to accomplish and some basic requirements and setup. Hopefully by now, even you Windows users have Ruby installed and the needed gems, because the fun stuff is about to begin.
Deploying ColdFusion Apps With Capistrano Part 1
I love developing in ColdFusion, but one of the reasons I spend time learning other languages/frameworks is so I can get a feel for what things others are doing that could help make our jobs a little easier. Lets face it, the ColdFusion community is a little slow to progress sometimes and there is alot of innovation happening in other communities.
Textmate Bundle For CFWheels Updated
I finally got around to updating the CFWheels Textmate bundle to version 1.02 last night. Its mostly a few fixes related to snippets but the primary reason for updating it was to add full support for the DBMigrate plugin. Now you can generate migration files and use shortcuts for all of the migration methods in the plugin. Speeding up development just a little bit more.
CFWheels – Move Finders Into Your Model
One of the principles of CFWheels is not duplicating code. This can be achieved a number of ways, but one in particular can also save you some time. Typically our find() methods used to retrieve data have lots of conditions on them, setting the where clause or the order of the returned results, etc. One way to help clean up your controllers and speed up development is by moving those finders into your model to prevent duplication.






Recent Comments
Chris Carpenter on CFWheels Eclipse Dictionary Updated
Awesome, thanks for this. Just started using CFWheels and this is really handy. One thing that may catch people out,...Derek on CFWheels – Move Finders Into Your Model
I have same issue as your original. I know its over a year ago, but it's still the same. Have...Sensi on Installing Git on CentOS 5
Yeah works fine. But if you have centos5 min image installed you need some more packages. In my case the...Nurul Huda on Installing Git on CentOS 5
Nice tutorialsDaniel on Deploying ColdFusion Apps With Capistrano Part 2
In your experience, have you had any issues with coldfusion not being able to find files after a cap deploy?...