Hi,
Basically its about an “uninitialized constant
ActionController::Session::PStore (NameError)”
I had a look at:
http://wiki.rubyonrails.org/getting-started/upgrading?s[]=upgrade
I did the following commands:
- Updated my environment.rb
RAILS_GEM_VERSION = ‘2.3.4’ - Installed the newer rails
sudo gem install rails -v 2.3.4 - Executed rake rails:update
- I checked: Ruby on Rails 2.2 Release Notes — Ruby on Rails Guides
- and Ruby on Rails 2.3 Release Notes — Ruby on Rails Guides
The deprecated code sections in 4 and 5 dont seem to be root of my
problem.
I have no clue, whats wrong. Any ideas?
Kind Regards,
Alexander