Hi, have you chenged your routes.rb file ?
Every time I had this issue, it was because I have overwritten an existing route, needed for hobo. Here, it will be create_user_path I think. Check also if you have in UsersController, this line: auto_actions :all (or, at leat, :create) Arnaud. 2012/10/19 Enrique Moreira <[email protected]> > Hello > Hobousers > > I create a app with hobo 2.0.0 pre now on run the first screen login > > administrator fill with values and show the next errors.... > > Hobo::Error in UsersController#create > new style url does not match old style url /users/. obj: #<User id: nil, > crypted_password: nil, salt: nil, remember_token: nil, > remember_token_expires_at: nil, name: "root", email_address: " > [email protected]", administrator: false, created_at: nil, updated_at: > nil, state: "active", key_timestamp: nil>. args: []. backtrace: > ["/home/quikin/.rvm/gems/ruby-1.9.3-p286@rails3/gems/hobo-2.0.0.pre3/lib/hobo/controller/model.rb:412:in > `destination_after_submit'", > "/home/quikin/.rvm/gems/ruby-1.9.3-p286@rails3/gems/hobo-2.0.0.pre3/lib/hobo/controller/model.rb:608:in > `create_response'", "/home/q........ > > and not register default admin > > my pc> > > Linux Ubuntu 10.10 > Rails 2.3.8 > hobo 2.0.0.pre3 > rvm 1.16.14 > gem 1.8.24 > > > thanks > > Enrique > > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" 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/hobousers?hl=en. > -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
