And check your environment.rb

Have you change it, 1.2.3, to be 2.1.1 ???
RAILS_GEM_VERSION = '1.2.3' unless defined? RAILS_GEM_VERSION


and open your Application.rb, make sure it is correct :

class ApplicationController < ActionController::Base
  # Pick a unique cookie name to distinguish our session data from 
others'
  session :session_key => '_ProjectName_session_id'



Y Reinhart A P
Blog : Teapoci.BlogSpot.Com
-- 
Posted via http://www.ruby-forum.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
-~----------~----~----~----~------~----~------~--~---

Reply via email to