ruby script/plugin install svn://hobocentral.net/hobo/trunk
ruby script/generate hobo (seems redundant)
ruby script/generate hobo_rapid (installs hobo themes and such)
ruby script/generate hobo_user_model user (sets up basic user model)
ruby script/generate hobo_front_controller front (sets up front end)
everythings seems to go ok. Infact when I check everything seems to be in the correct directories (such as the plugin in the vendor directory). Unfortunatly it fails with this in the development.log
Processing FrontController#index (for 24.25.198.197 at 2007-03-30 00:29:47) [GET]
Session ID: 7aa838924d41d8c114be55d62a944230
Parameters: {"action"=>"index", "controller"=>"front"}
Rendering front/index
DRYML: Compiled /vendor/plugins/hobo/tags/core.dryml in 0.00s
DRYML: Compiled /app/views/hobolib/application.dryml in 0.00s
DRYML: Compiled app/views/front/index.dryml in 0.02s
[4;36;1mUser Columns (0.001185)[0m [0;1mSHOW FIELDS FROM users[0m
[4;35;1mAdvert Columns (0.001114)[0m [0mSHOW FIELDS FROM adverts[0m
[4;36;1mCategory Columns (0.000965)[0m [0;1mSHOW FIELDS FROM categories[0m
[4;35;1mSQL (0.000302)[0m [0mSELECT count(*) AS count_all FROM users [0m
[4;36;1mSQL (0.000281)[0m [0;1mSELECT count(*) AS count_all FROM adverts [0m
[4;35;1mSQL (0.000293)[0m [0mSELECT count(*) AS count_all FROM categories [0m
ActionView::TemplateError (undefined method `page' for #<#<Class:0xb7461d08>:0xb7461ce0>) on line #41 of app/views/front/index.dryml:
38: </section>
39: </panel>
40: </repeat>
41: </:main>
42:
43: </page>
#{RAILS_ROOT}/vendor/plugins/hobo/lib/hobo/dryml/template_environment.rb:293:in `send'
#{RAILS_ROOT}/vendor/plugins/hobo/lib/hobo/dryml/template_environment.rb:293:in `method_missing'
app/views/front/index.dryml:41:in `render_page'
#{RAILS_ROOT}/vendor/plugins/hobo/lib/hobo/dryml/template_environment.rb:105:in `new_object_context'
#{RAILS_ROOT}/vendor/plugins/hobo/lib/hobo/dryml/template_environment.rb:90:in `new_context'
#{RAILS_ROOT}/vendor/plugins/hobo/lib/hobo/dryml/template_environment.rb:97:in `new_object_context'
app/views/front/index.dryml:1:in `render_page'
#{RAILS_ROOT}/vendor/plugins/hobo/lib/hobo/dryml/template_handler.rb:11:in `render'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_view/base.rb:416:in `delegate_render'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_view/base.rb:299:in `render_template'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_view/base.rb:260:in `render_file_without_hobo'
#{RAILS_ROOT}/vendor/plugins/hobo/lib/action_view_extensions/base.rb:8:in `render_file'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/base.rb:806:in `render_file'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/base.rb:711:in `render_with_no_layout'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/layout.rb:256:in `render_without_benchmark'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/benchmarking.rb:50:in `render'
/usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/benchmarking.rb:50:in `render'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/base.rb:1096:in `perform_action_without_filters'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/filters.rb:632:in `call_filter'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/filters.rb:619:in `perform_action_without_benchmark'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue'
/usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/rescue.rb:83:in `perform_action'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/base.rb:430:in `send'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/base.rb:430:in `process_without_filters'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/filters.rb:624:in `process_without_session_management_support'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/session_management.rb:114:in `process'
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/base.rb:330:in `process'
/usr/local/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/dispatcher.rb:41:in `dispatch'
/usr/local/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/fcgi_handler.rb:168:in `process_request'
/usr/local/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/fcgi_handler.rb:143:in `process_each_request!'
/usr/local/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/fcgi_handler.rb:109:in `with_signal_handler'
/usr/local/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/fcgi_handler.rb:142:in `process_each_request!'
/usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:612:in `each_cgi'
/usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each'
/usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each_cgi'
/usr/local/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/fcgi_handler.rb:141:in `process_each_request!'
/usr/local/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/fcgi_handler.rb:55:in `process!'
/usr/local/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/fcgi_handler.rb:25:in `process!'
dispatch.fcgi:24
Since this is the default layout template I feel like the templating scheme didnt install correctly, any ideas?