Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

Re: FN-FORUM: What's the best development platform for creating Web 2.0 business applications?

date posted 21st November 2007 10:45


>
> >>> Maybe I'm missing something but Rails looks excellent at building
> >>> something from scratch, but where there is an existing something (in
> >> Providing your database conforms to certain rules, you can use rake
> >> migrate
> >> to use it within rails
> > Rake migrate is a tool to migrate a database between certain version
> > numbers
> That's what I thought it was for and that was about the point I got to
> in my evaluation.
>
> > Rails uses certain conventions for the database but, at the end of the
> > day, they are only conventions. For example, a column named 'id' is the
> This is really where I came in. Not all of my tables have a single ID
> field, and I prefer not to use autonumber fields. Often a record will be
> identified by many fields, I think the most I've used is four fields
> (each one of these fields being a relationship to another table).
>
> The question is could rails handle this easily?
>

No, it can't. It simply can't support a properly normalised database:
all the relationships that should be modelled in the database through
the primary/foreign key mechanism have instead to be modelled in Ruby
using Active Record. This is a crippling defect, in my opinion, and
sadly, it is being copied in other similar frameworks such as Zend (PHP)
and Django (Python). It's such a shame because other aspects of Rails
are really lovely, especially the controller component.

One framework I've seen that does get this aspect right is the PHP
Symfony: http://www.symfony-project.org which uses Propel
http://propel.phpdb.org/trac/ to provide a high level model the
database. I haven't tried all of it yet, but I've used Propel on its own
heavily and it is really nice.

Graham

>
>



Messages by Day
November 30th 2007
November 29th 2007
November 28th 2007
November 27th 2007
November 26th 2007
November 25th 2007
November 24th 2007
November 23rd 2007
November 22nd 2007
November 21st 2007
November 20th 2007
November 19th 2007
November 18th 2007
November 17th 2007
November 16th 2007
November 15th 2007
November 14th 2007
November 13th 2007
November 12th 2007
November 11th 2007
November 10th 2007
November 9th 2007
November 8th 2007
November 7th 2007
November 6th 2007
November 5th 2007
November 4th 2007
November 3rd 2007
November 2nd 2007
November 1st 2007


Messages by Month
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007


Messages by Year
2008
2007
2006
2005
2004
2003
2002
2001
2000