search for: active_remembrall

Displaying 2 results from an estimated 2 matches for "active_remembrall".

2006 Apr 10
0
TaskThis undefined method `remembrall_expires'' for #<User:0x
...ethod `remembrall_expires'' for #<User:0x351f238> RAILS_ROOT: ./script/../config/.. Application Trace | Framework Trace | Full Trace C:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.1/lib/active_record/base.rb:1792:in `method_missing'' #{RAILS_ROOT}/lib/auto_login.rb:39:in `active_remembrall?'' #{RAILS_ROOT}/lib/auto_login.rb:47:in `create_remembrall'' #{RAILS_ROOT}/app/controllers/account_controller.rb:17:in `login'' C:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.1/lib/active_record/base.rb:1792:in `method_missing'' C:/ruby/lib/ruby/gems/1.8/gems/ac...
2006 Nov 04
0
Remember me not working across the browser
...kies and it was working fine. It was working fine because I never tested the code with IE. If I login using firefox and check the remember me checkbox then a cookie is placed on the client machine. cookies[:remembrall] = { :value=>user.remembrall, :expires=> user.remembrall_expired } if active_remembrall? user I will kill my browser and whe next time I come to the page using firefox I''m automatically logged in. All good with firefox. When I attempt to go to the same site using IE then I''m not logged in. I tried printing the content of cookies and I get nil. It seems when I'&...