#917 ✓resolved
Filirom1

install hobo 1.3.0.pre2

Reported by Filirom1 | February 11th, 2011 @ 12:12 PM

I have an error when I want to create a new hobo app with hobo version 1.3.0.pre23.

I work on a Debian lenny.

I followed those steps :

1 - Install Rvm

bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head )
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"' >> .bashrc

2 - Install Ruby

rvm install 1.9.2
rvm --default 1.9.2

3 - Install Rails

gem install rails

4 - Install sqlite3

sudo apt-get -t lenny-backports install libsqlite3-dev 
gem install sqlite3-ruby

5 - Install hobo

gem install hobo -v 1.3.0.pre23 --pre

6 - Create a new hobo app

hobo new hobo-app
> y
 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 rerun it at any time with `hobo g setup_wizard` from the application root dir.) [y|n] y
    => "y"
/home/romain/.rvm/gems/ruby-1.9.2-p136/gems/dryml-1.3.0.pre23/lib/dryml/dryml_generator.rb:103:in `digest': uninitialized constant Dryml::DrymlGenerator::OpenSSL (NameError)
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/dryml-1.3.0.pre23/lib/dryml/dryml_generator.rb:92:in `dryml_changed?'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/dryml-1.3.0.pre23/lib/dryml/dryml_generator.rb:83:in `run_one'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/dryml-1.3.0.pre23/lib/dryml/dryml_generator.rb:71:in `block in run_for_subsite'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/dryml-1.3.0.pre23/lib/dryml/dryml_generator.rb:70:in `each_pair'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/dryml-1.3.0.pre23/lib/dryml/dryml_generator.rb:70:in `run_for_subsite'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/dryml-1.3.0.pre23/lib/dryml/dryml_generator.rb:64:in `block in run'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/dryml-1.3.0.pre23/lib/dryml/dryml_generator.rb:64:in `each'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/dryml-1.3.0.pre23/lib/dryml/dryml_generator.rb:64:in `run'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/dryml-1.3.0.pre23/lib/dryml/dryml_generator.rb:25:in `run'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/hobo-1.3.0.pre23/lib/hobo/engine.rb:69:in `block (2 levels) in '
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:429:in `_run_prepare_callbacks'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/actionpack-3.0.4/lib/action_dispatch/middleware/callbacks.rb:40:in `initialize'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/actionpack-3.0.4/lib/action_dispatch/middleware/stack.rb:33:in `new'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/actionpack-3.0.4/lib/action_dispatch/middleware/stack.rb:33:in `build'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/actionpack-3.0.4/lib/action_dispatch/middleware/stack.rb:79:in `block in build'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/actionpack-3.0.4/lib/action_dispatch/middleware/stack.rb:79:in `each'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/actionpack-3.0.4/lib/action_dispatch/middleware/stack.rb:79:in `inject'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/actionpack-3.0.4/lib/action_dispatch/middleware/stack.rb:79:in `build'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/railties-3.0.4/lib/rails/application.rb:162:in `app'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/railties-3.0.4/lib/rails/application/finisher.rb:35:in `block in '
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/railties-3.0.4/lib/rails/initializable.rb:25:in `instance_exec'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/railties-3.0.4/lib/rails/initializable.rb:25:in `run'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/railties-3.0.4/lib/rails/initializable.rb:50:in `block in run_initializers'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/railties-3.0.4/lib/rails/initializable.rb:49:in `each'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/railties-3.0.4/lib/rails/initializable.rb:49:in `run_initializers'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/railties-3.0.4/lib/rails/application.rb:134:in `initialize!'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/railties-3.0.4/lib/rails/application.rb:77:in `method_missing'
        from /home/romain/hobo-app/config/environment.rb:5:in `'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/railties-3.0.4/lib/rails/application.rb:103:in `require_environment!'
        from /home/romain/.rvm/gems/ruby-1.9.2-p136/gems/railties-3.0.4/lib/rails/commands.rb:16:in `'
        from script/rails:6:in `require'
        from script/rails:6:in `'

Comments and changes to this ticket

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