Hi everyone!

I've been having some major problems with deploying my application on
heroku (it started last month and app has been running since 2006 at
least) and together we found out that there were some issues with read-
only config.

As it became clear that most of advices were not working due to hobo
version I decided to upgrade app to hobo 1.3.0.

So I build new hobo app and started with copying content from old
(models, views, etc.), I tried to figure out which files I can just
copy, which I need to change manually and at the moment I am able to
start WEBrick but it immediately crashes with log pasted below.

My question is - Could you specify what files I cannot overwrite with
those from 1.0.1 version, which I need to modify?
There is some new files/catalogs that didn't exist in my hobo 1.0.1
(rails 2.3.5) version. Are they necessary? Some differ from old
version a lot - which I should pay special attention?

Thank you in advance for support,
Kind regards,
  Piotr Stepniak

Below is crash log:
c:/Ruby187/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/
active_support/dependencies.rb:239:in `require': no such file to load
-- action_controller/url_rewriter (LoadError)
        from c:/Ruby187/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/
active_support/dependencies.rb:239:in `require'
        from c:/Ruby187/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/
active_support/dependencies.rb:225:in `load_dependency'
        from c:/Ruby187/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/
active_support/dependencies.rb:596:in `new_constants_in'
        from c:/Ruby187/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/
active_support/dependencies.rb:225:in `load_dependency'
        from c:/Ruby187/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/
active_support/dependencies.rb:239:in `require'
        from c:/Ruby187/lib/ruby/gems/1.8/gems/sslrequirement-1.2.0/lib/
url_rewriter.rb:1
(...)
from c:/Ruby187/lib/ruby/gems/1.8/gems/sslrequirement-1.2.0/lib/
url_rewriter.rb:1
(...)
from c:/Ruby187/lib/ruby/gems/1.8/gems/sslrequirement-1.2.0/lib/
ssl_requirement.rb:1
(...)
from c:/tmp/backup/1706/new_one/app3/app/controllers/
application_controller.rb:8
(...)
from c:/tmp/backup/1706/new_one/app3/app/controllers/
access_roles_controller.rb:1
(...)
from c:/Ruby187/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/
active_support/core_ext/string/inflections.rb:43:in `constantize'
from c:/Ruby187/lib/ruby/gems/1.8/gems/hobo-1.3.0.RC/lib/hobo/
controller/model.rb:65:in `all_controllers'
from c:/Ruby187/lib/ruby/gems/1.8/gems/hobo-1.3.0.RC/lib/hobo/
controller/model.rb:61:in `each'
from c:/Ruby187/lib/ruby/gems/1.8/gems/hobo-1.3.0.RC/lib/hobo/
controller/model.rb:61:in `all_controllers'
from c:/Ruby187/lib/ruby/gems/1.8/gems/hobo-1.3.0.RC/lib/hobo/
controller/model.rb:58:in `each'
from c:/Ruby187/lib/ruby/gems/1.8/gems/hobo-1.3.0.RC/lib/hobo/
controller/model.rb:58:in `all_controllers'
from c:/Ruby187/lib/ruby/gems/1.8/gems/hobo-1.3.0.RC/lib/generators/
hobo/routes/routes_generator.rb:32:in `controllers_for'
from (erb):11:in `template'
from (erb):6:in `each'
from (erb):6:in `template'
from (eval):1:in `template'
from c:/Ruby187/lib/ruby/gems/1.8/gems/hobo-1.3.0.RC/lib/generators/
hobo/routes/routes_generator.rb:21:in `generate_routes'
(...)

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