You can install edge from edge.merbivore.com (0.9.14):
gem install merb --source http://edge.merbivore.com --source
http://gems.rubyforge.org

On Tue, Nov 4, 2008 at 4:19 PM, Peter Gumeson <[EMAIL PROTECTED]> wrote:

>
> Hi,
>
> I just installed from edge and am still seeing this.  I'm assuming
> that edge is pulled from the master branch?  Do I need to install from
> the active branch to get this fix, or will it be moved to edge
> (master) before the next release?
>
> Thanks,
> Peter
>
>
> On Nov 4, 10:32 am, "Dan Kubb (dkubb)" <[EMAIL PROTECTED]> wrote:
> > Hi Brian,
> >
> > I had the same issue last night, and wycats was kind enough to fix it
> > with this commit:
> >
> > http://github.com/wycats/merb/commit/22685d685381ec21c5123b7dc2e0aece...
> >
> > Dan
> > (dkubb)
> >
> > On Nov 4, 9:04 am, brian <[EMAIL PROTECTED]> wrote:
> >
> > > I noticed that my merb-auth based stuff is broken under RC5. I went
> > > back and setup the hello_world app as described here:
> >
> > >http://wiki.merbivore.com/cookbook/authenticated_hello_world
> >
> > > and run into a problem even with that. Hitting /hello_world correctly
> > > redirects to /login but providing a valid login and password results
> > > in:
> >
> > > merb : worker (port 4000) ~ Routed to: {"action"=>"update",
> > > "Submit"=>"Log In", "_method"=>"put",
> > > "controller"=>"merb_auth_slice_password/sessions", "password"=>"pw",
> > > "login"=>"brian"}
> > > merb : worker (port 4000) ~ Params: {"action"=>"update",
> > > "Submit"=>"Log In", "_method"=>"put",
> > > "controller"=>"merb_auth_slice_password/sessions", "password"=>"pw",
> > > "login"=>"brian"}
> > >  ~ SELECT "id", "login", "crypted_password", "salt" FROM "users" WHERE
> > > ("login" = 'brian') ORDER BY "id" LIMIT 1
> > > merb : worker (port 4000) ~ wrong constant name
> > > MerbAuthSlicePassword::Sessions - (NameError)
> > > /usr/lib/ruby/gems/1.8/gems/merb-action-args-0.9.13/lib/merb-action-
> > > args/get_args.rb:86:in `const_get'
> >
> > > This is with a clean install of merb via gem install merb.
> >
> > > Thanks for any help, if I should have submitted this as a bug I'd
> > > appreciate that feedback as well.
> >
> > > -brian
> >
>


-- 
Yehuda Katz
Developer | Engine Yard
(ph) 718.877.1325

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to