It's possible that your issue was fixed by this commit: https://github.com/Hobo/hobo/commit/b3f7f82c193e6567285e9987ca0adcfdc9e50a4f
Try switching to the github version of Hobo, by changing "2.0.0.pre3" in your Gemfile to :git => "git://github.com/Hobo/hobo.git" for all of the Hobo gems and then running bundle. Please try that first. If that doesn't work, try setting "config.hobo.dont_emit_deprecated_routes = true" in your application.dryml. That will probably make things work for you, but it won't tell us anything about the real source of your error. thanks, Bryan On Thu, Oct 18, 2012 at 11:05 PM, Enrique Moreira <[email protected]> wrote: > 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.
