gundestrup-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2008-Oct-27 08:38 UTC
acts_as_authenticated now at github
Dear All since stikypad went south, AAA + wiki have been down. But now AAA + wiki, can be found at http://github.com/gundestrup/acts_as_authenticated Please help me with upgrading the wiki, and if you like, help improve AAA. Please note the AAA was created by technoweenie, and no longer maintained. I have taken over the project from the developer. regards svend --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi svend, Thanks for this. I just cloned it and took a quick look. Looks like the last serious work was done 2 years ago. gundestrup-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> Dear All > > since stikypad went south, AAA + wiki have been down. > > But now AAA + wiki, can be found at > http://github.com/gundestrup/acts_as_authenticated > > Please help me with upgrading the wiki, and if you like, help improve > AAA.I tried it out against rails 2.1.1. I just did a: % script/plugin git://github.com/gundestrup/acts_as_authenticated.git And then % script/generate authenticated <model> <controller> All the tests are working (rake test). One thing I''d like to do is change .rhtml to .html.erb (the rails 2.x action.format.renderer format). Not sure what to do though with pre rails 2 on this issue. -- Daniel Bush --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
gundestrup-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2008-Oct-27 13:13 UTC
Re: acts_as_authenticated now at github
good idea. Perhaps we shold branch the project, to have a pre 2.0 part and a post 2.0 part? But we could also hold on to .rhtml, since it still works with 2.0 and pre 2.0. We could perpaps also intergrade some of the stuff found in the wiki in to the default installation? Could you upgrade the wiki with the installation methode? regards svend On Oct 27, 1:31 pm, Daniel Bush <dlb.id...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi svend, > Thanks for this. I just cloned it and took a quick look. > Looks like the last serious work was done 2 years ago. > > gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > > Dear All > > > since stikypad went south, AAA + wiki have been down. > > > But now AAA + wiki, can be found at > >http://github.com/gundestrup/acts_as_authenticated > > > Please help me with upgrading the wiki, and if you like, help improve > > AAA. > > I tried it out against rails 2.1.1. > I just did a: > % script/plugin git://github.com/gundestrup/acts_as_authenticated.git > And then > % script/generate authenticated <model> <controller> > All the tests are working (rake test). > > One thing I''d like to do is change .rhtml to .html.erb (the rails 2.x > action.format.renderer format). Not sure what to do though with pre > rails 2 on this issue. > > -- > Daniel Bush--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
One feature I''ve always wanted in AAA is the ability to use email addresses for logging in instead of the login field. If you''re open to it I can put some effort into it. On Oct 27, 6:13 am, "gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> good idea. > Perhaps we shold branch the project, to have a pre 2.0 part and a post > 2.0 part? > > But we could also hold on to .rhtml, since it still works with 2.0 and > pre 2.0. > > We could perpaps also intergrade some of the stuff found in the wiki > in to the default installation? > > Could you upgrade the wiki with the installation methode? > > regards > svend > > On Oct 27, 1:31 pm, Daniel Bush <dlb.id...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi svend, > > Thanks for this. I just cloned it and took a quick look. > > Looks like the last serious work was done 2 years ago. > > > gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > > > Dear All > > > > since stikypad went south, AAA + wiki have been down. > > > > But now AAA + wiki, can be found at > > >http://github.com/gundestrup/acts_as_authenticated > > > > Please help me with upgrading the wiki, and if you like, help improve > > > AAA. > > > I tried it out against rails 2.1.1. > > I just did a: > > % script/plugin git://github.com/gundestrup/acts_as_authenticated.git > > And then > > % script/generate authenticated <model> <controller> > > All the tests are working (rake test). > > > One thing I''d like to do is change .rhtml to .html.erb (the rails 2.x > > action.format.renderer format). Not sure what to do though with pre > > rails 2 on this issue. > > > -- > > Daniel Bush--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
gundestrup-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2008-Oct-28 15:15 UTC
Re: acts_as_authenticated now at github
Dear jdonnell I have used AAA with e-mail as their login. You just have to change the form, and the model validation. But a good point to add to the wiki. You can try to do what I explained, and if it works, I will give you write access to the wiki, so you can share it with everybody else. regards svend On Oct 27, 11:51 pm, jdonnell <jaydonn...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> One feature I''ve always wanted in AAA is the ability to use email > addresses for logging in instead of the login field. If you''re open to > it I can put some effort into it. > > On Oct 27, 6:13 am, "gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > good idea. > > Perhaps we shold branch the project, to have a pre 2.0 part and a post > > 2.0 part? > > > But we could also hold on to .rhtml, since it still works with 2.0 and > > pre 2.0. > > > We could perpaps also intergrade some of the stuff found in the wiki > > in to the default installation? > > > Could you upgrade the wiki with the installation methode? > > > regards > > svend > > > On Oct 27, 1:31 pm, Daniel Bush <dlb.id...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Hi svend, > > > Thanks for this. I just cloned it and took a quick look. > > > Looks like the last serious work was done 2 years ago. > > > > gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > > > > Dear All > > > > > since stikypad went south, AAA + wiki have been down. > > > > > But now AAA + wiki, can be found at > > > >http://github.com/gundestrup/acts_as_authenticated > > > > > Please help me with upgrading the wiki, and if you like, help improve > > > > AAA. > > > > I tried it out against rails 2.1.1. > > > I just did a: > > > % script/plugin git://github.com/gundestrup/acts_as_authenticated.git > > > And then > > > % script/generate authenticated <model> <controller> > > > All the tests are working (rake test). > > > > One thing I''d like to do is change .rhtml to .html.erb (the rails 2.x > > > action.format.renderer format). Not sure what to do though with pre > > > rails 2 on this issue. > > > > -- > > > Daniel Bush--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
that''s what I do, but I do it so often that it gets old. You have to change the tests too if you care about running them, which I do. On Oct 28, 8:15 am, "gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Dear jdonnell > > I have used AAA with e-mail as their login. > You just have to change the form, and the model validation. > But a good point to add to the wiki. > You can try to do what I explained, and if it works, I will give you > write access to the wiki, so you can share it with everybody else. > > regards > svend--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
gundestrup-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2008-Oct-28 17:39 UTC
Re: acts_as_authenticated now at github
Good point. But if you see/find a way of making the tasts and so on compaterable with e-mail as well as normal login. I can give you access. What is your github name so I can ad you? On Oct 28, 6:26 pm, jdonnell <jaydonn...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> that''s what I do, but I do it so often that it gets old. You have to > change the tests too if you care about running them, which I do. > > On Oct 28, 8:15 am, "gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > Dear jdonnell > > > I have used AAA with e-mail as their login. > > You just have to change the form, and the model validation. > > But a good point to add to the wiki. > > You can try to do what I explained, and if it works, I will give you > > write access to the wiki, so you can share it with everybody else. > > > regards > > svend--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---