search for: a_big_str

Displaying 1 result from an estimated 1 matches for "a_big_str".

2008 Jan 03
1
help - updated from 1.2.5 to 1.2.6 and getting undefined method 'session=' for ActionController::base
...thoughts on this matter would be appreciated. i imagine that it has something to do with the session, but i am not able to figure it out. my config/config.rb has the following config.action_controller.session = { :session_key => ''c3_rails_session'', :secret =>''a_big_string '' } RAILS_GEM_VERSION = ''1.2.6'' my versions are rails 1.2.6 ruby 1.8.5 (open bsd 4.1) my application.rb controller class ApplicationController < ActionController::Base helper :all # include all helpers, all the time # See ActionController::RequestForgeryPr...