Hi, Using Netbeans 6.7.1, Rails Gem Version 2.3.2 MySQL Server 5.1
I am currently doing the depot application from the pragmatic programmer book (agile web development with rails) everything has been fine up until the point of creating sessions. I know they are using an earlier version of Ruby and the gems version is 2.2.2. As soon as I put the necessary code in the website no longer works and I get the following error in WEBrick: => Booting WEBrick => Rails 2.3.2 application starting on http://0.0.0.0:3001 JRuby limited openssl loaded. gem install jruby-openssl for full support. http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL I:/Program Files/NetBeans 6.7.1/ruby2/jruby-1.2.0/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/middleware_stack.rb:84 warning: given block not used => Call with -d to detach => Ctrl-C to shutdown server [2010-01-09 17:52:22] INFO WEBrick 1.3.1 [2010-01-09 17:52:22] INFO ruby 1.8.6 (2009-07-23) [java] [2010-01-09 17:52:22] INFO WEBrick::HTTPServer#start: pid=8420 port=3001 I have made sure I am using the updated (2.3 Ruby on Rails) ActionController's in the session_store.rb so I can only assume it is a problem with something else, which i have no idea about! Anyone have any ideas? Thanks, Matt -- View this message in context: http://old.nabble.com/Problem-with-Sessions-tp27091244p27091244.html Sent from the RubyOnRails Users mailing list archive at Nabble.com.
-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

