That's the thing, RoR made it so easy to be able to store the image in
a database, but still have the speed of a cached copy on the file
server.  In essence, the first time /image/show/1.jpg is called, RoR
will notice there is no file called 1.jpg and will automatically
create the 1.jpg file on the filesystem.  So from them on, I get the
benefit of a quick file serve with the portability to different
servers.  I'm sure you could do the same with CF, but with RoR it's
built in.  That's where the main difference is for me between the 2. 
RoR has a ton of stuff built in that most developers do everyday.  It
may not be the most efficient, but it can get a lot of stuff done
quick.



On 11/10/05, Barney Boisvert <[EMAIL PROTECTED]> wrote:
> Why can't you do thumbnailing like that with CF?  I've done almost
> exactly that, they only difference is that I store the thumbnail on
> the filesystem (though it's still served through CF), rather than the
> DB.
>
> cheers,
> barneyb
>

--
Marlon

"I am the eagle, I live in high country,
In rocky cathedrals that reach to the sky"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223915
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to