I was using the 7.99.1 hobo gems

but the :managed option caused a problem

has_many :users, :through => :task_assignments, :managed => true

Thinking that this might work in the git version, I tried that and
immediately got this error when attempting to start the server.....

** Starting Mongrel listening at 127.0.0.1:3001
** Starting Rails with development environment...
ExitingD:/workspace/agility/config/initializers/hobo.rb:9
: undefined method `reload_routes_on_every_request=' for
Hobo::ModelRouter:Class (NoMethodError)
        from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/
active_support/dependencies.rb:502:in `load'
        from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/
active_support/dependencies.rb:502:in `load'
        from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/
active_support/dependencies.rb:354:in `new_constants_in'
        from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/
active_support/dependencies.rb:502:in `load'
        from c:/ruby/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/initializer.rb:
475:in `load_application_initializers'
        from c:/ruby/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/initializer.rb:
474:in `each'
        from c:/ruby/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/initializer.rb:
474:in `load_application_initializers'
        from c:/ruby/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/initializer.rb:
145:in `process'
         ... 31 levels...
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
        from ./script/server:3
        from -e:2:in `load'
        from -e:2


commenting out D:/workspace/agility/config/initializers/hobo.rb:9
#Hobo::ModelRouter.reload_routes_on_every_request = true

gets us past this but then get hit with this...


ActionView::TemplateError (param is not allowed outside of tag
definitions -- at app/views/taglibs/themes/clean/clean.dryml:3) in
front/index.dryml:

    vendor/plugins/hobo/hobo/lib/hobo/dryml/template.rb:878:in
`dryml_exception'
    vendor/plugins/hobo/hobo/lib/hobo/dryml/template.rb:426:in
`get_param_name'
    vendor/plugins/hobo/hobo/lib/hobo/dryml/template.rb:584:in
`parameter_tag_hash_item'
    vendor/plugins/hobo/hobo/lib/hobo/dryml/template.rb:543:in
`parameter_tags_hash'
...
...
...

--~--~---------~--~----~------------~-------~--~----~
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