public
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
Removing dubious session column from page_views
Michael Hartl (author)
Mon May 05 13:50:21 -0700 2008
commit  05c24d5945c1208bf38994b9862c47c781a289d8
tree    65ad418ea1512d9a97dd12a83560b49445eca5b7
parent  f4d9724bc86dacefc3bed12344e57e964c451af2
...
28
29
30
31
32
33
34
...
28
29
30
 
31
32
33
0
@@ -28,7 +28,6 @@ class ApplicationController < ActionController::Base
0
     def create_page_view
0
       PageView.create(:user_id => session[:user_id],
0
                       :request_url => request.request_uri,
0
- :session => session,
0
                       :ip_address => request.remote_ip,
0
                       :referer => request.env["HTTP_REFERER"],
0
                       :user_agent => request.env["HTTP_USER_AGENT"])

Comments

    No one has commented yet.