Posted on December 31st, 2007 by Jeff
I was reading the Pickaxe book today, brushing up on my Ruby skills and came across a passage that had me thinking about how our approach to programming affects our job and career. It started simply enough, explaining Ruby boolean expressions
Ruby has a simple definition of truth. Any value that is not nil or [...]
2 Comments »
Filed under: General
Posted on December 7th, 2007 by Jeff
Those guys over at 37signals have done it again and given us a nice shiny present for Christmas: Rails 2.0! Head on over to the Ruby On Rails weblog for the full details. The big feature for me is the debugger… it’s back! It’s just a
gem install ruby_debug
away! I’ll be [...]
No Comments »
Filed under: News, Rails, webdev
Posted on December 2nd, 2007 by Jeff
It just occurred to me that I never mentioned how to log in to the testimonial demo application. If you would like to play with the admin interface, such as it is, you will have to login as the user demo using the password demo. Feel free to add, delete, approve, and unapprove testimonials [...]
No Comments »
Filed under: Rails, walkthrough