Rails Day 2005 a Success!
zestyalbino writes "Rails Day 2005 has finished! In total, there were 55 entries that qualified. Descriptions and downloads are on the site. For those of you that don't know, Rails Day was a contest to see what websites entrants could come up with in just 24 hours using Ruby on Rails."
I bought the (beta) book Agile Web Development with Rails a week ago. So far Rails looks like a really cool web framework. Who knows perhaps will I participate in next Rails Day 2006.
John Carmack fan, browsing at +5 since 1999.
Mark Windholtz - Member of Team 32.
Jim Weirich - Member of Team 8.
This is a boring sig
Having recently tried out Rails, starting from zero knowledge of Rails and some knowledge of Ruby, it's the closest thing I've found to a productive web framework.
I'd be interested in recommendations for Java frameworks which can provide similar productivity, however. (Much as I like Ruby, it's still a tough sell in the corporate world.)
GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
i'll buy that when i see a high traffic site like /. written in it.
i tried a version a few months ago and it didn't work all that great with PostgreSQL...
I don't feel like it...
I've compiled a list of project demos that are currently available on the web.
- day-projects
You can find them here: http://www.viarails.net/articles/2005/06/06/rails
A bunch of people posted specific projects to try out on my blog:
rails day projects to try
Robby Russell
PLANET ARGON
Robby on Rails
Have you no shame!!!
Ok, so I was into rails between 0.7 and 0.9 or so. But I went back to PHP for three reasons.
1. The libraries are thoroughly tested.
2. It's easier to deploy.
3. I trust the underlying stack.
But I learned a LOT from rails, and I use rails-style controllers and models in PHP, although I handle the relations manually. I think rails is a reminder of what a good application of design patterns gives you, but it's not the be-all and end-all.
Oh, and I did my own "PHP day" mad scramble with the idea I had for Rails day...And boy does it kick ass. It has the potential to change the way web developers work. It's easily the level of impact of PHPmyAdmin. Now to package it up...
Rails is not that great as hype may make you think, but PHP is a big pile of crap.
besides, Ruby is far better and expressive a language than PHP.
I don't feel like it...
PHP, the language, is not my favorite thing to work in. But it's not too bad when you're working in PHP 5, which has good OOP and XML support.
But PHP is expedient. If it gets the job done quicker, with less headache, while still letting me use best practices and design patterns, I'm all for it, obnoxious function naming be damned.