-
Archives
- November 2011
- July 2010
- April 2009
- February 2009
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- February 2008
- January 2008
- December 2007
- October 2007
- July 2007
- June 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
-
Meta
Monthly Archives: December 2007
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
Todo List using Rails 2.0.1 with ‘act as authenticated’
I’ve been looking at Rails examples for well over a year now. I’ve seen a lot of todo list examples, forum examples, and others. The one thing missing from these examples is authentication. I mean what kind of web app … Continue reading
Posted in Uncategorized
9 Comments