#971 ✓wontfix
E

Can never get hobo g setup_wizard to work

Reported by E | October 7th, 2011 @ 09:49 PM

create lib/assets/.gitkeep
create log create log/.gitkeep create public create public/404.html create public/422.html create public/500.html create public/favicon.ico create public/index.html create public/robots.txt create script create script/rails create test/fixtures create test/fixtures/.gitkeep create test/functional create test/functional/.gitkeep create test/integration create test/integration/.gitkeep create test/unit create test/unit/.gitkeep create test/performance/browsing_test.rb create test/test_helper.rb create tmp/cache create tmp/cache/assets create vendor/assets/stylesheets create vendor/assets/stylesheets/.gitkeep create vendor/plugins create vendor/plugins/.gitkeep apply C:/Users/Joe/AppData/Local/Temp/hobo_app_template gemfile hobo (>= 1.3.0.pre31)

Hobo Setup Wizard Do you want to start the Setup Wizard now? (Choose 'n' if you need to manually customize any file before running the Wizard . You can run it later with hobo g setup_wizard from the application root dir.)
[y|n] n => "n" Please, remember to run hobo g setup_wizard from the application root dir, i n order to complete the Setup.
run bundle install Fetching source index for http://rubygems.org/
Using rake (0.9.2)
Using multi_json (1.0.3)
Using activesupport (3.1.0)
Using bcrypt-ruby (3.0.1)
Using builder (3.0.0)
Using i18n (0.6.0)
Using activemodel (3.1.0)
Using erubis (2.7.0)
Using rack (1.3.4)
Using rack-cache (1.0.3)
Using rack-mount (0.8.3)
Using rack-test (0.6.1)
Using hike (1.2.1)
Using tilt (1.3.3)
Using sprockets (2.0.2)
Using actionpack (3.1.0)
Using mime-types (1.16)
Using polyglot (0.3.2)
Using treetop (1.4.10)
Using mail (2.3.0)
Using actionmailer (3.1.0)
Using arel (2.2.1)
Using tzinfo (0.3.30)
Using activerecord (3.1.0)
Using activeresource (3.1.0)
Using ansi (1.3.0)
Using bundler (1.0.18)
Using coffee-script-source (1.1.2)
Using execjs (1.2.9)
Using coffee-script (2.2.0)
Using rack-ssl (1.3.2)
Using rdoc (3.9.4)
Using thor (0.14.6)
Using railties (3.1.0)
Using coffee-rails (3.1.1)
Using rails (3.1.0)
Using hobo_support (1.3.0.pre31)
Using dryml (1.3.0.pre31)
Using hobo_fields (1.3.0.pre31)
Using will_paginate (3.0.2)
Using hobo (1.3.0.pre31)
Using jquery-rails (1.0.14)
Using sass (3.1.10)
Using sass-rails (3.1.4)
Using sqlite3 (1.3.4)
Using turn (0.8.2)
Using uglifier (1.0.3)
Your bundle is complete! Use bundle show [gemname] to see where a bundled gem
is installed.

C:\Sites>cd goddamnit

C:\Sites\goddamnit>hobo g setup_wizard
Hobo Command Line Interface 1.3.0.pre31
C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/rack-1.3.4/lib/rack/backpor
ts/uri/common_192.rb:53: warning: already initialized constant WFKV_

Hobo Setup Wizard Installing Hobo assets...
create app/views/taglibs/application.dryml create public/stylesheets/application.css create public/javascripts/dryml-support.js create config/initializers/dryml_taglibs.rb create app/models/guest.rb

Test Framework Do you want to customize the test_framework? [y|n] n
=> "n"

User Resource Choose a name for the user resource: [=user|]
=> "user" Do you want to send an activation email to activate the user? [y|n] n
=> "n"

Invite Only Option Do you want to add the features for an invite only website? [y|n] n
=> "n"

Templates Option Will your application use only hobo/dryml web page templates?
(Choose 'n' only if you also plan to use plain rails/erb web page templates) [y| n] y
=> "y" remove app/views/layouts/application.html.erb remove app/helpers/application_helper.rb

Hobo Rapid Installing Hobo Rapid and default theme...
create public/javascripts/hobo-rapid.js create public/javascripts/lowpro.js create public/javascripts/IE7.js create public/javascripts/ie7-recalc.js create public/javascripts/blank.gif create public/stylesheets/reset.css create public/stylesheets/hobo-rapid.css create public/hobothemes/clean create public/hobothemes/clean/images/101-3B5F87-ACD3E6.png create public/hobothemes/clean/images/30-3E547A-242E42.png create public/hobothemes/clean/images/30-DBE1E5-FCFEF5.png create public/hobothemes/clean/images/300-ACD3E6-fff.png create public/hobothemes/clean/images/50-ACD3E6-fff.png create public/hobothemes/clean/images/fieldbg.gif create public/hobothemes/clean/images/pencil.png create public/hobothemes/clean/images/small_close.png create public/hobothemes/clean/images/spinner.gif create public/hobothemes/clean/stylesheets/clean.css create public/hobothemes/clean/stylesheets/rapid-ui.css create app/views/taglibs/themes/clean create app/views/taglibs/themes/clean/clean.dryml create public/hobothemes/clean-sidemenu create public/hobothemes/clean-sidemenu/images/100-ACD3E6-DBE1E5-H.png create public/hobothemes/clean-sidemenu/images/100-DBE1E5-FCFEF5-H.png create public/hobothemes/clean-sidemenu/images/300-3B5F87-ACD3E6-H.png create public/hobothemes/clean-sidemenu/images/spinner.gif create public/hobothemes/clean-sidemenu/stylesheets/clean-sidemenu.css create app/views/taglibs/themes/clean-sidemenu create app/views/taglibs/themes/clean-sidemenu/clean-sidemenu.dryml

Front Controller Choose a name for the front controller: [=front|]
=> "front" Installing front controller...
create app/controllers/front_controller.rb create app/helpers/front_helper.rb invoke test_unit create test/unit/helpers/front_helper_test.rb invoke test_unit create test/functional/front_controller_test.rb create app/views/front/index.dryml remove public/index.html route match 'search' => 'front#search', :as => 'site_search' route root :to => 'front#index' Installing 'user' resources...
create app/models/user.rb invoke test_unit create test/unit/user_test.rb create test/fixtures/users.yml insert app/models/user.rb create app/mailers/user_mailer.rb create app/views/user_mailer/forgot_password.erb invoke test_unit create test/functional/user_mailer_test.rb create app/controllers/users_controller.rb invoke test_unit

DB Migration Initial Migration: [s]kip, [g]enerate migration file only, generate and [m]igrat
e: [s|g|m] m
=> "m" Migrating...
rake db:setup rake aborted!
AssociationCollection is not a class

Tasks: TOP => db:setup => db:create => db:load_config
(See full trace by running task with --trace) C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre31/lib/hobo/e
xtensions/active_record/associations/collection.rb:3:in <module:Associations>': AssociationCollection is not a class (TypeError) from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre 31/lib/hobo/extensions/active_record/associations/collection.rb:2:in'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre 31/lib/hobo/extensions/active_record/associations/collection.rb:1:in <top (requ ired)>' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport- 3.1.0/lib/active_support/dependencies.rb:240:inrequire'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport- 3.1.0/lib/active_support/dependencies.rb:240:in block in require' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport- 3.1.0/lib/active_support/dependencies.rb:223:inblock in load_dependency'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport- 3.1.0/lib/active_support/dependencies.rb:640:in new_constants_in' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport- 3.1.0/lib/active_support/dependencies.rb:223:inload_dependency'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport- 3.1.0/lib/active_support/dependencies.rb:240:in require' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre 31/lib/hobo/engine.rb:27:inblock in class:Engine'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport- 3.1.0/lib/active_support/lazy_load_hooks.rb:36:in instance_eval' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport- 3.1.0/lib/active_support/lazy_load_hooks.rb:36:inexecute_hook'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport- 3.1.0/lib/active_support/lazy_load_hooks.rb:43:in block in run_load_hooks' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport- 3.1.0/lib/active_support/lazy_load_hooks.rb:42:ineach'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport- 3.1.0/lib/active_support/lazy_load_hooks.rb:42:in run_load_hooks' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activerecord-3 .1.0/lib/active_record/base.rb:2184:in' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activerecord-3 .1.0/lib/active_record/migration.rb:633:in initialize' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/hobo_fields-1. 3.0.pre31/lib/generators/hobo/migration/migration_generator.rb:94:innew'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/hobo_fields-1. 3.0.pre31/lib/generators/hobo/migration/migration_generator.rb:94:in migrations _pending?' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/hobo_fields-1. 3.0.pre31/lib/generators/hobo/migration/migration_generator.rb:47:inmigrate'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/thor-0.14.6/li b/thor/task.rb:22:in run' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/thor-0.14.6/li b/thor/invocation.rb:118:ininvoke_task'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/thor-0.14.6/li b/thor/invocation.rb:124:in block in invoke_all' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/thor-0.14.6/li b/thor/invocation.rb:124:ineach'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/thor-0.14.6/li b/thor/invocation.rb:124:in map' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/thor-0.14.6/li b/thor/invocation.rb:124:ininvoke_all'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/thor-0.14.6/li b/thor/group.rb:226:in dispatch' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/thor-0.14.6/li b/thor/invocation.rb:109:ininvoke'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/hobo-1.3.0.pre 31/lib/generators/hobo/setup_wizard/setup_wizard_generator.rb:196:in generate_m igration' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/thor-0.14.6/li b/thor/task.rb:22:inrun'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/thor-0.14.6/li b/thor/invocation.rb:118:in invoke_task' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/thor-0.14.6/li b/thor/invocation.rb:124:inblock in invoke_all'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/thor-0.14.6/li b/thor/invocation.rb:124:in each' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/thor-0.14.6/li b/thor/invocation.rb:124:inmap'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/thor-0.14.6/li b/thor/invocation.rb:124:in invoke_all' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/thor-0.14.6/li b/thor/group.rb:226:indispatch'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/thor-0.14.6/li b/thor/base.rb:389:in start' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/railties-3.1.0 /lib/rails/generators.rb:168:ininvoke' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/railties-3.1.0 /lib/rails/commands/generate.rb:12:in <top (required)>' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport- 3.1.0/lib/active_support/dependencies.rb:240:inrequire'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport- 3.1.0/lib/active_support/dependencies.rb:240:in block in require' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport- 3.1.0/lib/active_support/dependencies.rb:223:inblock in load_dependency'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport- 3.1.0/lib/active_support/dependencies.rb:640:in new_constants_in' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport- 3.1.0/lib/active_support/dependencies.rb:223:inload_dependency'
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/activesupport- 3.1.0/lib/active_support/dependencies.rb:240:in require' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/railties-3.1.0 /lib/rails/commands.rb:28:in' from script/rails:6:in require' from script/rails:6:in'

C:\Sites\goddamnit>

It NEVER passes db:rake?

Comments and changes to this ticket

  • Matt Jones

    Matt Jones October 9th, 2011 @ 07:09 PM

    • State changed from “new” to “wontfix”

    Hobo 1.3.0 will NOT be compatible with Rails 3.1 - there are significant changes (to the associations system, for instance, as the error above shows) that will require substantial changes to the Hobo internals.

    Later releases (the RCs) explicitly declare this in their gemspec files.

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

People watching this ticket

Pages