[Rails] Re: Ensure single session per user

2010-02-17 Thread Nick Gins
Any code examples available? Any links for me to checkout their method? Hopefully it's simple with Restful Auth. My current rationale for allowing the second person to bump the first person is to get them annoyed enough for them to have 2 separate user accounts as well as making sure that

Re: [Rails] Re: Ensure single session per user

2010-02-17 Thread Xavier Noria
On Wed, Feb 17, 2010 at 7:03 PM, Nick Gins li...@ruby-forum.com wrote: Any code examples available?  Any links for me to checkout their method? Hopefully it's simple with Restful Auth. You basically need to create a Session model to manage the existing sessions table with AR. Then, write a

[Rails] Re: Ensure single session per user

2010-02-17 Thread Robert Walker
Nick Gins wrote: My current rationale for allowing the second person to bump the first person is to get them annoyed enough for them to have 2 separate user Well, I hope you have a captive audience. The first time a site annoyed me in the manner would be the last time I'd use the site. If I

[Rails] Re: Ensure single session per user

2010-02-17 Thread Nick Gins
Robert Walker wrote: Nick Gins wrote: My current rationale for allowing the second person to bump the first person is to get them annoyed enough for them to have 2 separate user Well, I hope you have a captive audience. The first time a site annoyed me in the manner would be the last

[Rails] Re: Ensure single session per user

2010-02-17 Thread Marnen Laibow-Koser
Nick Gins wrote: Robert Walker wrote: Nick Gins wrote: My current rationale for allowing the second person to bump the first person is to get them annoyed enough for them to have 2 separate user Well, I hope you have a captive audience. The first time a site annoyed me in the manner

[Rails] Re: Ensure single session per user

2010-02-17 Thread Nick Gins
Marnen Laibow-Koser wrote: Nick Gins wrote: Robert Walker wrote: Nick Gins wrote: My current rationale for allowing the second person to bump the first person is to get them annoyed enough for them to have 2 separate user Well, I hope you have a captive audience. The first time a site

Re: [Rails] Re: Ensure single session per user

2010-02-17 Thread Xavier Noria
Nick do you have any experience with Rails? Is there some point in my explanation that it is not clear? -- 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-t...@googlegroups.com. To unsubscribe