Hi.

I am very impressed with your work. Highly professional. I have started 
reading the 1.3 book. Excellent! Thanks for sharing.

However, my initial attempts to get Hobo 2.0 up and running have failed 
thus far.

I installed Hobo 2.0 on Ubuntu and proceeded with the Hobo in 2 minutes 
tutorial. The first problems that I ran into occurred after running "hobo 
generate setup_wizard --wizard=false". Hobo reports several "identical" 
dryml snd rb files, and furthermore it complains "stat" - no such file or 
directory (see complete output of errors reported by hobo command below.)

I then continue with the common section of the tutorial.
hobo g migration results does not display a prompt to which I could respond 
with "m", instead I get the following message
Hobo Command Line Interface 2.0.0.pre10
You have 1 pending migration:
  20130616232641 InitialMigration

I'm not sure whether that means success or failure. Is there something I 
need to do, if that message is displayed?

Finally, when I run rails s I get
NoMethodError in Front#index

Showing */root/hobo/thingybob/app/views/front/index.dryml* where line *#1*
 raised:

undefined method `page' for #<#<Class:0x00000011dab310>:0x00000012375c78>

Extracted source (around line *#1*):

1: <page title="Home">
2: 
3:   <body: class="front-page"/>
4: 

Rails.root: /root/hobo/thingybob
Application Trace <http://199.180.117.51:3000/#> | Framework 
Trace<http://199.180.117.51:3000/#>
 | Full Trace <http://199.180.117.51:3000/#>

app/views/front/index.dryml:1:in `block in render_page'
app/views/front/index.dryml:1:in `render_page'
app/views/front/index.dryml:1:in 
`_app_views_front_index_dryml__2048921943903016121_145836740'


Perhaps that is consistent with the other errors that I got previously. 

Any advice on how to make this work would be much appreciated.
Thanks.
==============================================

Output for command "hobo generate setup_wizard --wizard=false"
Hobo Command Line Interface 2.0.0.pre10
   identical  app/views/taglibs/application.dryml
   identical  app/views/taglibs/front_site.dryml
   identical  config/initializers/dryml_taglibs.rb
   identical  app/models/guest.rb
/usr/local/rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:1515:in 
`stat': No such file or directory - app/assets/stylesheets/application.css 
(Errno::ENOENT)
from 
/usr/local/rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:1515:in 
`block in fu_each_src_dest'
from 
/usr/local/rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:1531:in 
`fu_each_src_dest0'
from 
/usr/local/rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:1513:in 
`fu_each_src_dest'
from 
/usr/local/rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:508:in 
`mv'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/hobo-2.0.0.pre10/lib/generators/hobo/assets/assets_generator.rb:16:in
 
`copy_rapid_files'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/command.rb:27:in 
`run'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/invocation.rb:120:in
 
`invoke_command'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/invocation.rb:127:in
 
`block in invoke_all'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/invocation.rb:127:in
 
`each'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/invocation.rb:127:in
 
`map'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/invocation.rb:127:in
 
`invoke_all'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/group.rb:233:in 
`dispatch'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/invocation.rb:109:in
 
`invoke'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/hobo-2.0.0.pre10/lib/generators/hobo/setup_wizard/setup_wizard_generator.rb:79:in
 
`startup'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/command.rb:27:in 
`run'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/invocation.rb:120:in
 
`invoke_command'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/invocation.rb:127:in
 
`block in invoke_all'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/invocation.rb:127:in
 
`each'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/invocation.rb:127:in
 
`map'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/invocation.rb:127:in
 
`invoke_all'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/group.rb:233:in 
`dispatch'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/base.rb:439:in 
`start'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/railties-3.2.13/lib/rails/generators.rb:171:in
 
`invoke'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/railties-3.2.13/lib/rails/commands/generate.rb:12:in
 
`<top (required)>'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in
 
`require'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in
 
`block in require'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236:in
 
`load_dependency'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in
 
`require'
from 
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/railties-3.2.13/lib/rails/commands.rb:29:in
 
`<top (required)>'
from script/rails:6:in `require'
from script/rails:6:in `<main>'

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to