Try Rails 2.1 Tom
On 1 Dec 2008, at 04:12, jconti wrote: > > Hi all, > > After seeing a recent demo of hobo, I wanted to try it. I uninstalled > all rails versions, rebooted, then did a gem install hobo to get > 0.8.3. Things went smoothly. > > I then tried the agility tutorial. This too went well, through the > migration. But after I started the server and hit the page I got an > exception instead of a rendered page: > > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/ > template_handler.rb:11:in `call' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/ > renderable.rb:21:in `_unmemoized_compiled_source' > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/ > memoizable.rb:57:in `compiled_source' > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/ > memoizable.rb:25:in `__send__' > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/ > memoizable.rb:25:in `memoize_all' > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/ > memoizable.rb:22:in `each' > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/ > memoizable.rb:22:in `memoize_all' > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/ > memoizable.rb:17:in `freeze' > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/ > memoizable.rb:70:in `_pick_template' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/ > base.rb:348:in `_exempt_from_layout?' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > layout.rb:250:in `__send__' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > layout.rb:250:in `pick_layout' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > base.rb:879:in `render_without_benchmark' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > benchmarking.rb:51:in `render' > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/ > core_ext/benchmark.rb:8:in `realtime' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > benchmarking.rb:51:in `render' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > base.rb:868:in `render_without_benchmark' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > benchmarking.rb:51:in `render' > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/ > core_ext/benchmark.rb:8:in `realtime' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > benchmarking.rb:51:in `render' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > base.rb:1248:in `default_render' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > base.rb:1254:in `perform_action_without_filters' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > filters.rb:617:in `call_filters' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > filters.rb:638:in `run_before_filters' > c:/ruby/lib/ruby/gems/1.8/gems/hobo-0.8.3/lib/hobo/controller.rb:21:in > `call' > c:/ruby/lib/ruby/gems/1.8/gems/hobo-0.8.3/lib/hobo/controller.rb:21:in > `included_in_class' > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/ > callbacks.rb:182:in `call' > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/ > callbacks.rb:182:in `evaluate_method' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > filters.rb:184:in `call' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > filters.rb:635:in `run_before_filters' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > filters.rb:615:in `call_filters' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > filters.rb:610:in `perform_action_without_benchmark' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > benchmarking.rb:68:in `perform_action_without_rescue' > c:/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > benchmarking.rb:68:in `perform_action_without_rescue' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > rescue.rb:136:in `perform_action_without_caching' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > caching/sql_cache.rb:13:in `perform_action' > c:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/ > connection_adapters/abstract/query_cache.rb:34:in `cache' > c:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/ > query_cache.rb:8:in `cache' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > caching/sql_cache.rb:12:in `perform_action' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > base.rb:524:in `send' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > base.rb:524:in `process_without_filters' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > filters.rb:606:in `process_without_session_management_support' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > session_management.rb:134:in `process' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > base.rb:392:in `process' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > dispatcher.rb:183:in `handle_request' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > dispatcher.rb:110:in `dispatch_unlocked' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > dispatcher.rb:123:in `dispatch' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > dispatcher.rb:122:in `synchronize' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > dispatcher.rb:122:in `dispatch' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > dispatcher.rb:132:in `dispatch_cgi' > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/ > dispatcher.rb:39:in `dispatch' > c:/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb: > 103:in `handle_dispatch' > c:/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:74:in > `service' > c:/ruby/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' > c:/ruby/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' > c:/ruby/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' > c:/ruby/lib/ruby/1.8/webrick/server.rb:162:in `start' > c:/ruby/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' > c:/ruby/lib/ruby/1.8/webrick/server.rb:95:in `start' > c:/ruby/lib/ruby/1.8/webrick/server.rb:92:in `each' > c:/ruby/lib/ruby/1.8/webrick/server.rb:92:in `start' > c:/ruby/lib/ruby/1.8/webrick/server.rb:23:in `start' > c:/ruby/lib/ruby/1.8/webrick/server.rb:82:in `start' > c:/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:60:in > `dispatch' > c:/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/servers/ > webrick.rb:66 > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require' > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `require' > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/ > dependencies.rb:153:in `require' > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/ > dependencies.rb:521:in `new_constants_in' > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/ > dependencies.rb:153:in `require' > c:/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require' > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `require' > script/server:3 > > Any ideas what I am doing wrong? > > TIA, > John > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
