Good morning, Could one of the guys who has done work with RoR work through the tutorials for PLUM? It seems to me the two have similar features. It would have to be someone who doesn't mind working on a windows machine (rules out Sean, who might be the best suited).
I really can't believe Ruby would be/could be quicker than PLUM. It might be more OO, but it can't be more RAD. Do the mappings, point plum at your database, spend an hour or so in the IDE and modifying the CSS files and tweaking the generated code...and a HUGE amount of work is done. You can have everything listed below, in less than 15 minutes, but to have it the way you really want it will take a few hours. But seriously, in a few hours you can have all the below, formatted the way you want it. Search, add, edit, delete, view and list pages for any table or group of parent/child tables, done. Qforms client side validation and server side validation, done. Complete security system, by module, page or page section, real simple real easy. Along with emailing lost passwords and the whole shebang, done. Verity search capabilities completely set up for you. With easy to add/update indexes, done. Plus easily generate unit testing and stored proceedures. Plus a ton of custom tags which make development of most pages a piece of cake. Plus, the flexibility to not use any of the custom tag on any page you need to do complicated coding for, Just put this line at the top of the page <cfmodule template="#Request.layout#/Header.cfm" pageType="pageType"> ( the pageType attribute determines layout and page level access) and the application security and CSS and qforms stuff is there for your page. I know this shows off my selfishness and insecurity more than I would like to admit, but I am really torn between trying to make sure everyone gives PLUM a good look and selfishly keeping this secret to myself. So pay attention, if you really want to see RAD, spend a day exploring PLUM. David and Adam Churvis have created quite a labor of love. www.productivityenhancement.com Mark -----Original Message----- From: Marlon Moyer [mailto:[EMAIL PROTECTED] Sent: Friday, November 11, 2005 1:00 AM To: CF-Talk Subject: Re: OT: Ruby on Rails 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:224020 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

