Hi Tim, I am not sure if I understood it correctly or I took it too literally.
I added to my enviroment.rb line >config.hobo.read_only_file_system heroku-aware (inside Rails::Initializer.run do |config| section) but I have in my logs: 2011-06-10T12:59:23+00:00 heroku[web.1]: State changed from up to bouncing 2011-06-10T12:59:23+00:00 heroku[web.1]: State changed from created to starting 2011-06-10T05:59:24-07:00 heroku[slugc]: Slug compilation finished 2011-06-10T12:59:26+00:00 heroku[web.1]: Starting process with command: `thin -p 22080 -e test -R /home/heroku_rack/heroku.ru start` 2011-06-10T12:59:27+00:00 app[web.1]: /app/config/environment.rb:17/ app/.gems/gems/rails-2.3.5/lib/rails/gem_dependency.rb:119:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. Use #requirement 2011-06-10T12:59:27+00:00 app[web.1]: : undefined method `hobo' for #<Rails::Configuration:0x7f41ca559020> (NoMethodError) 2011-06-10T12:59:27+00:00 app[web.1]: from /app/.gems/gems/ rails-2.3.5/lib/initializer.rb:111:in `run' 2011-06-10T12:59:27+00:00 app[web.1]: from /app/config/environment.rb: 9 2011-06-10T12:59:27+00:00 app[web.1]: from /usr/ruby1.8.7/lib/ruby/ site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' 2011-06-10T12:59:27+00:00 app[web.1]: from /usr/ruby1.8.7/lib/ruby/ site_ruby/1.8/rubygems/custom_require.rb:31:in `require' ... I tried to paste this into test/production.rb but it didn't help -- 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.
