Okay, I download login generator and I used it on my new app but, it''s not working correctly. If the user logins on the same session as he created he will login if it isn''t the same session it fails. What''s going on? -- Posted via http://www.ruby-forum.com/.
Mohammad <name.goes.here44@gmail.com> writes:> Okay, I download login generator and I used it on my new app but, it''s > not working correctly. If the user logins on the same session as he > created he will login if it isn''t the same session it fails. What''s > going on? >Maybe this can be of help: http://www.slash7.com/pages/vampires or this one http://cdybedahl.livejournal.com/377764.html -- Surendra Singhi http://ssinghi.kreeti.com, http://www.kreeti.com Read my blog at: http://cuttingtheredtape.blogspot.com/ ,---- | "All animals are equal, but some animals are more equal than others." | -- Orwell, Animal Farm, 1945 `----
Google must be broken or something... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060515/4a92075e/attachment.html
Nicolai Reuschling wrote:> Google must be broken or something...?>Maybe this can be of help:>http://www.slash7.com/pages/vampires>or this one>http://cdybedahl.livejournal.com/377764.htmlWhat am I supposed to do with these? -- Posted via http://www.ruby-forum.com/.
I struggled with this all weekend Here is what I had to changed init_engine.rb to have require ''login_engine/authenticated_user'' require ''login_engine/authenticated_system'' INSTEAD OF require ''authenticated_user'' require ''authenticated_system'' there was rake migrate issues with postgres as well the schema in the README is missing a comma after the primary key { second line of create table} BASICALLY I had to make these by hand { also issues with the wiki_enigne with postgres tooo too many to mention...} <rant volume=3.2> Does anyone check the engines against a postgres database? Some of the columns are missing as well as some defaults etc aren''t set correctly Too mysql-centric ..for instance in postgres a timestamp cant have false as a default it breaks things </rant> IF you want someone to test engines against postgres please contact me directly Thanks -----Original Message----- From: rails-bounces@lists.rubyonrails.org [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Mohammad Sent: Monday, May 15, 2006 11:42 AM To: rails@lists.rubyonrails.org Subject: [Rails] Re: Re: Login generator errors. Nicolai Reuschling wrote:> Google must be broken or something...?>Maybe this can be of help:>http://www.slash7.com/pages/vampires>or this one>http://cdybedahl.livejournal.com/377764.htmlWhat am I supposed to do with these? -- Posted via http://www.ruby-forum.com/. _______________________________________________ Rails mailing list Rails@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails
Hey Clay, Think you might''ve sent that as a reply rather than a new post. Anyway, please do feel free to sign up to the engine-users list, and a postgres tester for the login engine would be a grand thing indeed. Thanks for your offer of help! - James On 5/15/06, Clayton Cottingham <dr.frog@shaw.ca> wrote:> I struggled with this all weekend > > Here is what I had to changed init_engine.rb to have > > > require ''login_engine/authenticated_user'' > require ''login_engine/authenticated_system'' > > INSTEAD OF > > require ''authenticated_user'' > require ''authenticated_system'' > > > > > there was rake migrate issues with postgres > > as well the schema in the README is missing a comma after the primary key { > second line of create table} > > BASICALLY I had to make these by hand > > { also issues with the wiki_enigne with postgres tooo too many to > mention...} > > > <rant volume=3.2> > > Does anyone check the engines against a postgres database? > > Some of the columns are missing as well as some defaults etc aren''t set > correctly > > Too mysql-centric ..for instance in postgres a timestamp cant have false as > a default it breaks things > </rant> > > > IF you want someone to test engines against postgres please contact me > directly > > Thanks > > > > > > > > -----Original Message----- > From: rails-bounces@lists.rubyonrails.org > [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Mohammad > Sent: Monday, May 15, 2006 11:42 AM > To: rails@lists.rubyonrails.org > Subject: [Rails] Re: Re: Login generator errors. > > Nicolai Reuschling wrote: > > Google must be broken or something... > > ? > > >Maybe this can be of help: > > >http://www.slash7.com/pages/vampires > > >or this one > > >http://cdybedahl.livejournal.com/377764.html > > What am I supposed to do with these? > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- * J * ~