I got it working by going back to an earlier hobo test I did. I added
this to the Gemfile:
gem "hobo", :git => "git://github.com/tablatom/hobo.git", :branch =>
"rails3"

And I added this to Gemfile.lock:
GIT
  remote: git://github.com/tablatom/hobo.git
  revision: 164bc3a75b3f3bbfd96fc295613af10eb4a825fc
  branch: rails3
  specs:
    dryml (1.3.0.RC2)
      actionpack (~> 3.0.0)
      hobo_support (= 1.3.0.RC2)
    hobo (1.3.0.RC2)
      dryml (= 1.3.0.RC2)
      hobo_fields (= 1.3.0.RC2)
      hobo_support (= 1.3.0.RC2)
      will_paginate (>= 3.0.0)
    hobo_fields (1.3.0.RC2)
      hobo_support (= 1.3.0.RC2)
    hobo_support (1.3.0.RC2)
      rails (~> 3.0.0)

But that doesn't solve the initial problem of the Setup Wizard failing
in the middle of the setup. After the Migration step comes the locales
setup (no big deal to me, yet) and the initialize git repository step
(which I wanted to try.) I got the git going on my own, but I'm
wondering if a lot of people are failing at this same point in trying
out Hobo and then giving up because this first stage doesn't work
properly.

OR is there something wrong with my system that's making this problem
occur?

Charlie

On Oct 1, 12:51 am, Ignacio Huerta <[email protected]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> There were some problems with will_paginate earlier. Try to use the
> latest gem available in your Gemfile:
>
> gem "hobo", "= 1.3.0.RC2"
>
> Regards,
> Ignacio
>
> El 01/10/11 00:58, CharlieMagee escribi :
>
>
>
>
>
>
>
>
>
> > I'm trying to create a new hobo project and I can't get through the
> > setup wizard successfully. When I get to the Initial Migration step, I
> > get this error:
>
> > rake aborted!
> > uninitialized constant WillPaginate::Finders
>
> > Here is my Gemfile:
>
> > source 'http://rubygems.org'
>
> > gem 'rails', '3.0.9'
>
> > # Bundle edge Rails instead:
> > # gem 'rails', :git => 'git://github.com/rails/rails.git'
>
> > gem 'sqlite3'
>
> > # Use unicorn as the web server
> > # gem 'unicorn'
>
> > # Deploy with Capistrano
> > # gem 'capistrano'
>
> > # To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby
> > 1.9.2+)
> > # gem 'ruby-debug'
> > # gem 'ruby-debug19', :require => 'ruby-debug'
>
> > # Bundle the extra gems:
> > # gem 'bj'
> > # gem 'nokogiri'
> > # gem 'sqlite3-ruby', :require => 'sqlite3'
> > # gem 'aws-s3', :require => 'aws/s3'
>
> > # Bundle gems for the local environment. Make sure to
> > # put test-only gems in this group so their generators
> > # and rake tasks are available in development mode:
> > # group :development, :test do
> > #   gem 'webrat'
> > # end
> > gem "hobo", ">= 1.3.0.RC"
>
> > Any clues?
>
> > Thanks,
>
> > Charlie
>
> - --
> Ignacio Huerta Artechehttp://www.ihuerta.net
> Tel fono: 0034 645 70 77 35
> Email realizado con software libre
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
> Comment: Using GnuPG with Mozilla -http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk6Gxm8ACgkQBPlUJ6RHaOR1YgCfbAiyeQcog0vQJ/BdPe6GM6Aw
> K4YAoPXoC9eQNheaLPmRIgWjX9f6hFPr
> =daqq
> -----END PGP SIGNATURE-----

-- 
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.

Reply via email to