Category Archives: Uncategorized

HTML Stripper

Long story short. I needed to quickly strip all HTML from a page I was working on. I searched for an HTML Stripper but only found code examples, not a functional web application. So to help those in need of … Continue reading

Posted in Uncategorized | 1 Comment

Rob’s Reminders r7

Major: Added a new action to the reminders controller. I added a new method and view to my reminders controller to show completed items. In Reminders Controller I added def completed @reminders = Reminder.find(:all, :conditions => [ “done = ? … Continue reading

Posted in Uncategorized | Leave a comment

Robs Reminders r4

Robs Reminders r4 Implement remember me. I had forgotten to uncomment the remember me block of code in the /app/views/account/login.rhtml file. Removing this will allow users to skip the login process once they have successfully logged in once. Change the … Continue reading

Posted in Uncategorized | Leave a comment

Robs Reminders r3 – Authentication and Base model

r3 available via http://code.google.com/p/robsreminders/ is now up and running at http://robsreminders.com . In this check-in I installed the authentication system, created the reminder model, added a site wide layout, and created a main controller. Wow! Most updates won’t be this … Continue reading

Posted in Uncategorized | Leave a comment

Robs Reminders

When I’m learning a new programming language or framework its important for me to have a project to build. Abstract test cases are nice, but for me it needs to be something that is real. Something that I can and … Continue reading

Posted in Uncategorized | Leave a comment