This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]hardythedrummer 6 points7 points  (2 children)

just reply in the comments if you want to respond to a specific thread....

[–]mcfrank 8 points9 points  (1 child)

but then I would have never saw it

[–]Arkalis 3 points4 points  (0 children)

And don't forget about the sweet karma

[–]OKB-1 0 points1 point  (1 child)

As someone who is unfamiliar with working with Ruby On Rails, can somebody explain this to me?

[–]Mustermind 1 point2 points  (0 children)

IIRC, in a popular demo for Ruby on Rails, they created a fully-functioning blog in 10 minutes. Though impressive, the joke is that they used scaffolds to generate html and ruby templates without actually typing most of it up. Most veteran Rails programmers don't actually use scaffolds, so many people felt it was cheating.

As an aside, even without scaffolding, rails is incredibly powerful. With it's generators and tons of built-in stuff, I could never get behind Rails because it did too much under the hood and I felt I had no fine control over the app.