OK, here it is, using rvm 1.9.2-p180 and Rails 3.0.6.

[jabari@localhost ~]$ hobo new ccc
Hobo Command Line Interface 1.3.0.pre31
Generating Rails infrastructure...
      create
      create  README
      create  Rakefile
      create  config.ru
      create  .gitignore
      create  Gemfile
      create  app
      create  app/controllers/application_controller.rb
      create  app/helpers/application_helper.rb
      create  app/mailers
      create  app/models
      create  app/views/layouts/application.html.erb
      create  config
      create  config/routes.rb
      create  config/application.rb
      create  config/environment.rb
      create  config/environments
      create  config/environments/development.rb
      create  config/environments/production.rb
      create  config/environments/test.rb
      create  config/initializers
      create  config/initializers/backtrace_silencers.rb
      create  config/initializers/inflections.rb
      create  config/initializers/mime_types.rb
      create  config/initializers/secret_token.rb
      create  config/initializers/session_store.rb
      create  config/locales
      create  config/locales/en.yml
      create  config/boot.rb
      create  config/database.yml
      create  db
      create  db/seeds.rb
      create  doc
      create  doc/README_FOR_APP
      create  lib
      create  lib/tasks
      create  lib/tasks/.gitkeep
      create  log
      create  log/server.log
      create  log/production.log
      create  log/development.log
      create  log/test.log
      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  public/images
      create  public/images/rails.png
      create  public/stylesheets
      create  public/stylesheets/.gitkeep
      create  public/javascripts
      create  public/javascripts/application.js
      create  public/javascripts/controls.js
      create  public/javascripts/dragdrop.js
      create  public/javascripts/effects.js
      create  public/javascripts/prototype.js
      create  public/javascripts/rails.js
      create  script
      create  script/rails
      create  test
      create  test/fixtures
      create  test/functional
      create  test/integration
      create  test/performance/browsing_test.rb
      create  test/test_helper.rb
      create  test/unit
      create  tmp
      create  tmp/sessions
      create  tmp/sockets
      create  tmp/cache
      create  tmp/pids
      create  vendor/plugins
      create  vendor/plugins/.gitkeep
       apply  /home/jabari/tmp/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] y
    => "y"
/home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/dryml-1.3.0.pre31/lib/
dryml/dryml_generator.rb:103:in `digest': no such file to load --
openssl (LoadError)
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
dryml-1.3.0.pre31/lib/dryml/dryml_generator.rb:92:in `dryml_changed?'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
dryml-1.3.0.pre31/lib/dryml/dryml_generator.rb:83:in `run_one'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
dryml-1.3.0.pre31/lib/dryml/dryml_generator.rb:71:in `block in
run_for_subsite'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
dryml-1.3.0.pre31/lib/dryml/dryml_generator.rb:70:in `each_pair'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
dryml-1.3.0.pre31/lib/dryml/dryml_generator.rb:70:in `run_for_subsite'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
dryml-1.3.0.pre31/lib/dryml/dryml_generator.rb:64:in `block in run'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
dryml-1.3.0.pre31/lib/dryml/dryml_generator.rb:64:in `each'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
dryml-1.3.0.pre31/lib/dryml/dryml_generator.rb:64:in `run'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
dryml-1.3.0.pre31/lib/dryml/dryml_generator.rb:25:in `run'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
hobo-1.3.0.pre31/lib/hobo/engine.rb:74:in `block (2 levels) in
<class:Engine>'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
activesupport-3.0.6/lib/active_support/callbacks.rb:430:in
`_run_prepare_callbacks'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
actionpack-3.0.6/lib/action_dispatch/middleware/callbacks.rb:40:in
`initialize'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
actionpack-3.0.6/lib/action_dispatch/middleware/stack.rb:33:in `new'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
actionpack-3.0.6/lib/action_dispatch/middleware/stack.rb:33:in `build'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
actionpack-3.0.6/lib/action_dispatch/middleware/stack.rb:79:in `block
in build'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
actionpack-3.0.6/lib/action_dispatch/middleware/stack.rb:79:in `each'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
actionpack-3.0.6/lib/action_dispatch/middleware/stack.rb:79:in
`inject'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
actionpack-3.0.6/lib/action_dispatch/middleware/stack.rb:79:in `build'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
railties-3.0.6/lib/rails/application.rb:162:in `app'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
railties-3.0.6/lib/rails/application/finisher.rb:35:in `block in
<module:Finisher>'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
railties-3.0.6/lib/rails/initializable.rb:25:in `instance_exec'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
railties-3.0.6/lib/rails/initializable.rb:25:in `run'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
railties-3.0.6/lib/rails/initializable.rb:50:in `block in
run_initializers'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
railties-3.0.6/lib/rails/initializable.rb:49:in `each'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
railties-3.0.6/lib/rails/initializable.rb:49:in `run_initializers'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
railties-3.0.6/lib/rails/application.rb:134:in `initialize!'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
railties-3.0.6/lib/rails/application.rb:77:in `method_missing'
        from /home/jabari/ccc/config/environment.rb:5:in `<top
(required)>'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
activesupport-3.0.6/lib/active_support/dependencies.rb:239:in
`require'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
activesupport-3.0.6/lib/active_support/dependencies.rb:239:in `block
in require'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
activesupport-3.0.6/lib/active_support/dependencies.rb:225:in `block
in load_dependency'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
activesupport-3.0.6/lib/active_support/dependencies.rb:596:in
`new_constants_in'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
activesupport-3.0.6/lib/active_support/dependencies.rb:225:in
`load_dependency'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
activesupport-3.0.6/lib/active_support/dependencies.rb:239:in
`require'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
railties-3.0.6/lib/rails/application.rb:103:in `require_environment!'
        from /home/jabari/.rvm/gems/ruby-1.9.2-p180/gems/
railties-3.0.6/lib/rails/commands.rb:16:in `<top (required)>'
        from script/rails:6:in `require'
        from script/rails:6:in `<main>'


On Apr 12, 5:41 pm, Domizio Demichelis <[email protected]> wrote:
> copy and paste :-)
>
> When you said that ou got an error at line #xxx, that comes from the
> backtrace list. Just copy and paste that.
>
> ciao
> dd
>
>
>
>
>
>
>
> On Tue, Apr 12, 2011 at 2:57 PM, jzakiya <[email protected]> wrote:
> > How do you capture backtrace?
>
> > On Apr 12, 7:55 am, Domizio Demichelis <[email protected]> wrote:
> > > Until you will not post the backtrace error, nobody will guess your
> > problem.
>
> > > ciao
> > > dd
>
> > --
> > 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.

Reply via email to