Welcome to the service, please grab a cup of kool-aid from the table there and have a seat.
:) Actually, ever since messing around with ruby, I sometimes get frustrated with CF because there's just not as elegant solutions possible to some problems. Take for instance thumbnailing. In one of my apps, I let the user upload whatever size image the user wants to. On the fly, my program resizes it to constraints and stuffs it in a db blob field. The image never has to go to the file system. In all, it takes about 6~8 lines of code. The code to pull the image out of the db and serve it to the browser is 2 lines and the code to cache the image on the file system for the next request is 1 line. That said, the learning curve and ease of doing some things in CF still keeps it near the king of RAD status On 11/10/05, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > Not looking for a huge thread here....but I just watched a demo on Ruby on > Rails and am left with these impressions/questions: > > 1) On the surface...DAMN! Sure could be better than CF for RAD > > 2) Demo was WAY too simple (basic blog). I'd bet that if you had conditional > form validation (i.e. start date must be before end date), then Ruby starts > to fall down (as it seems to derive form validation from data types and > constraints). > > So....for those that have used or looked further into RoR....how does it > stack up when you have to build something other than a basic web app like a > blog/cart/webmail/etc.?? Does development take longer as you need to "tweak" > things from the basic functionality? > > TIA > > Cheers > > Bryan Stevenson B.Comm. > VP & Director of E-Commerce Development > Electric Edge Systems Group Inc. > phone: 250.480.0642 > fax: 250.480.1264 > cell: 250.920.8830 > e-mail: [EMAIL PROTECTED] > web: www.electricedgesystems.com > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:223899 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

