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/22685d685381ec21c5123b7dc2e0aece075646b7 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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
