From: Date: Tue, 7 Aug 2007 23:16:04 +0000 (-0400) Subject: The user model has been modified so that it stores the user object itself in the... X-Git-Url: https://projects.mako.cc/source/selectricity-live/commitdiff_plain/feb38c08f5cbda03d540aef83fc056070e4b7b68?hp=feb38c08f5cbda03d540aef83fc056070e4b7b68 The user model has been modified so that it stores the user object itself in the session[:user]. Session[:user_id] fulfills the purpose of holding the specific id. the test files were also modified to account for the changes. In addition, a couple lines in the SiteController#index method were updated tp utilize new funtionality of ActiveRecord. The changes I made to the Authenitcated user library is available here:http://technoweenie.stikipad.com/plugins/show/Storing+the+User+Model+in+the+Session. ---