search for: logins_control

Displaying 3 results from an estimated 3 matches for "logins_control".

2005 Dec 18
0
Couldn''t find Login with ID
...lhost:3000/logins/destroy/30640940#>| <Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org>Full Trace<http://localhost:3000/logins/destroy/30640940#> c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/base.rb:412:in `find'' #{RAILS_ROOT}/app/controllers/logins_controller.rb:45:in `destroy'' c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/base.rb:412:in `find'' c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/base.rb:853:in `send'' c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_contr...
2008 Jan 14
0
Controoler/View problem
...activerecord-2.0.2/lib/active_record/ base.rb:1267:in `find_one'' d:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/ base.rb:1250:in `find_from_ids'' d:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/ base.rb:504:in `find'' app/controllers/logins_controller.rb:32:in `show'' d:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/ base.rb:1158:in `send'' d:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/ base.rb:1158:in `perform_action_without_filters'' d:/ruby/lib/ruby/gems/1.8/gems/actionpa...
2007 May 02
12
2 Rails Applications sharing same login system
Hi i have 2 seperate rails applications. They both share the same login system. If someone is logged into application 1 then they should be able to start using application 2 without logging in again. I am unsure how to achieve this. I''ve a feeling i can somehow do it by telling both the apps to share a cookie, but i''m not sure. Does anyone know how to do this or has anyone