Just a quick post to say that Stephen Judd has just updated the Fusebox reload Firefox extension so that you can set the default password. To quote Steve:
I've upgraded the addon to version .11 Now, the default password upon installation is … Read more »
The Fusebox 5 Reload extension for Firefox by Stephen Judd has moved to the official Firefox Add-ons site.
https://addons.mozilla.org/en-US/firefox/addon/6664
If you use Fusebox then you really need to get the Fusebox 5 Reload extension for Firefox… Read more »
I've been keeping my eye on the Coldbox framework for ColdFusion and have heard a lot of positive things about it. I've been a Fusebox user since version 4 came out; whilst I liked the concept, Fusebox 3 just wasn't mature enough.
Coldbox and the fuseb… Read more »
Someone has just asked how to solve the Error:
Could not find the ColdFusion Component or Interface fusebox5.Application.
If you get this message, then it means that your application.cfc can't find the Fusebox core files in your website… Read more »
If you want to trap and handle calls to invalid fuseactions, whether the url is mistyped or the link has expired, then you have two choices with Fusebox. Read more »
There has been a post on the fusebox forums about a error that occurs when trying to run the XML free implimentation of Fusebox 5.5 from a virtual directory in IIS.
The error they are getting is:
Could not find the ColdFusion Component or Interfa… Read more »
I was just wondering if there is a difference between calling another fuseaction in a circuit.cfc using the two methods below:
Method 1:
Call another fuseaction in the same circuit using fusebox's dynamic do
<cfset myFusebox.do( action=&qu… Read more »
I've finally got round to writing my own blog web app (you're looking at it!). It is built on Fusebox 5.5, using the new implicit cfc based circuits instead of the traditional XML method. Read more »
I just discovered a bug in Fusebox 5.5.1. You can replicate it by downloading the sample application from Fusebox.org.
If you create a CFC at the same level as your Application.cfc and call it as a webservice, it fails on line 32 of Fusebox.Applicat… Read more »
I like to build my apps so that all the Controller, Model and View circuits are inside a directory off the webroot. It just seems neater to me not having lots of folders in the webroot.
If you are using the noxml version of Fusebox 5.5, then your mo… Read more »