Welcome to Manicprogrammer Sign in | Join | Help

Sunday, September 09, 2007 - Posts

Heaven on Rails?

I'm very positively surprised with Ruby on Rails. Every time I believe it can't astonish me any further, it does again. Check this excerpt from AWDWR (Agile Web Development with Rails): def self.authenticate(name, password) user = self.find_by_name(name)
Posted by heynemann | 0 Comments