Posted on January 14th, 2008 by Jeff
Last time, I promised that we’d make our testimonial application more friendly for users and less so for spammers and that’s what we’re going to do today, among other things of course. Let’s get’r done!
Somehow, we overlooked the user’s name when we created the schema for the testimonial leaving us only the email address to [...]
Comments Off
Filed under: Rails, walkthrough
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 [...]
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 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
Posted on September 9th, 2007 by Jeff
[This is part II of the Testimony Rails Application Walkthrough ]
Note: The Testimony app is now live. This url will always for the latest installment in this series.
Before we go too much farther, we need to make a couple of adjustments to the default behaviour. The first revolves around time: ActiveRecord stores time in [...]
Comments Off
Filed under: Rails, walkthrough, webdev