2009/5/21 Michael Koziarski <mich...@koziarski.com>

>
> > authentication & authorization: for restful_authentication, authlogic,
> etc.;
>
> This is something I'm *strongly* opposed to including in the core of
> rails until we have an absolutely bullet proof and popular solution
> from various plugins.  yehuda and carl have spoken about porting the
> general design of merb-auth into something for rails 3,  and we can
> probably start there.


Looking at merb-auth right now makes me feel that's exactly what I expect
from a framework to have.

About middlewares: while I agree with more than half of the extractions (I'm
all for sharing between frameworks), like you I'm not sold on some of the
stuff. But what worries me is: is there a standard on Rack env key names?
Are they documented? Are middlewares versioned independently?

I've written middleware that manipulates request parameters before it
reaches the router, so all of these questions gone through my head while I
was researching all the env values used.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-core+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to