config.gem "ruby-debug", :environment => [:test]
Any comments, thoughts? If you would like I can make these changes on my forks.
--
You received this message because you are subscribed to the Google Groups "tog_users" group.
To post to this group, send email to tog_...@googlegroups.com.
To unsubscribe from this group, send email to tog_users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/tog_users?hl=en.
Good job.
About Rails 3
==========
So, no support for mountable apps, no desert for rails 3. It seems
like we are empty of options for moving to Rails 3 right now. Right
now it shouldn't be a problem since "nobody" is using rails 3 on
production environments, but no idea how much would it last. No idea
which way is the best way to go right now.
About Authlogic/RA
==============
Well, I would like to hear Aitor's thought on this, but moving to
Authlogic sounds ok to me.
al.
--
Alberto Molpeceres.
Linking Paths.
Simple registration for your events. http://www.stagehq.com
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
did you see this http://tinyurl.com/ycyqaps on how to mount
a Rails3 app into a Rails3 app ?
> Well, I would like to hear Aitor's thought on this, but moving to
> Authlogic sounds ok to me.
consider the coolest in town is actually devise: http://tinyurl.com/yaab6lc
have a look at the code : http://github.com/plataformatec/devise
> > I think you should implement and improve upon existing solutions. Totally
> > agreed about the needs for integrating with other federated
> > authentication/authorisation targets. Given the proliferation of existing
> > social networks, if tog were to be successful, it must interoperate with
> > users' designated platforms.
Devise is a flexible authentication solution for Rails based on
Warden. It's a
fexible compromise between Authlogig and Clearance, getting the better
in both of them.
It is:
* Is Rack based;
* Is a complete MVC solution based on Rails engines;
* Allows you to have multiple roles (or models/scopes) signed in
at the same time;
* Is based on a modularity concept: use just what you really need.
> > Our work currently is focused on Twitter/tog_social, and on creating a
> > html5/ajax (jQuery - eventually) version - see:http://ux2.nesc.ed.ac.uk
> > (e.g. login via Twitter and go to your profile homepage, share/delete some
> > comments). Currently implementing a 'send to Twitter' and character counter.
> > I did successfully implemented with OpenID and Google's (OAuth+OpenID) login
> > which needs further hacking of the related plugins. Integration with Google
> > services (Book Search) is next on our agenda..
you can write your own "strategy" for whatever Openid - Oauth -
Twitter auth - Facebook auth,
... and so on auth, you'd like :
- http://github.com/grimen/devise_facebook_connectable
- http://github.com/scambra/devise_invitable
- http://github.com/theshortcut/devise_mongomapper_example
- ... more in general: http://tinyurl.com/yg97n5a
It's rapidally raising the top rank :
- http://ruby-toolbox.com/categories/rails_authentication.html
- http://github.com/plataformatec/devise/commits
Works with rails3: http://railsplugins.org/plugins/13-devise
Non the less,
it's a pleasure working with devise community and his leadres :
http://groups.google.com/group/plataformatec-devise?hl=en
Hope to be useful
Bye Luca G. Soave