hi, I want to use this plugin with sessions table with configuration in environment.rb config.action_controller.session_store = :active_record_store and rake db:sessions:create rake db:migrate but strange its not allowing me to login. and if I remove configuration from environment.rb its working any idea ?? I want to use sessions with sessions table. thanks in advance. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
If you go to console and try to create session objects what happens? Milan Dobrota http://www.milandobrota.com On Feb 2, 10:30 am, Preksha Patel <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> hi, > > I want to use this plugin with sessions table with configuration in > environment.rb > > config.action_controller.session_store = :active_record_store > > and > rake db:sessions:create > rake db:migrate > > but strange its not allowing me to login. and if I remove configuration > from environment.rb its working > any idea ?? > I want to use sessions with sessions table. > > thanks in advance. > -- > Posted viahttp://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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Milan Dobrota wrote:> If you go to console and try to create session objects what happens? > > Milan Dobrota > http://www.milandobrota.comthanks for your reply..session''s object is cretaed and there is a database entry in session table.. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.