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 covering [...]
Comments Off
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 but [...]
Comments Off
Filed under: Rails, walkthrough
Posted on November 18th, 2007 by Jeff
In this installment, we’re going to catch up on a few changes that have been made since the last post. If you look at the demo site, you’ll see some differences in presentation. I’ve added space for a banner (yes, it’s ugly, but it’s meant as a placeholder) and that the default view is no [...]
Comments Off
Filed under: Rails, walkthrough
Posted on October 15th, 2007 by Jeff
Sitepoint is giving away the complete Build Your Own Ruby on Rails Web Applications by Patrick Lenz — the man behind Freshmeat.net — for the next 60 days. You have to give them your email address in order to download it, but they do give you a $10 voucher towards purchase of a dead trees [...]
Comments Off
Filed under: Rails
Posted on September 14th, 2007 by Jeff
Applications are worthless without users. Really, what’s the point of writing a hot rails-based web app if no one uses it? So what kind of users does Testimony have? If you think about it, you’ll realize that we have two distinct types of users: the site owner (or administrator), and happy customers that leave testimonials. [...]
Comments Off
Filed under: Rails, walkthrough, webdev