Ok I found the problem! I fixed it!
Thx! Marie Arago wrote: > Thank you for all your answers and advices! > > I checked evrything and just added the performing cache :/ > > But as you can check with both URL. I still have the problem :/ > > > Rails Terrorist wrote: >> 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 -~----------~----~----~----~------~----~------~--~---

