I got rid of an error that seems the same as you've reported by
commenting out merb-action-args in my dependencies file.  I was
playing with action-args for my own code and like some of what it
does, but it only helps a little, so I decided it wasn't critical if
its causing other issues ;).
Jon


On Nov 5, 1: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
--~--~---------~--~----~------------~-------~--~----~
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