Hello! Problem may be related to http://groups.google.com/group/hobousers/browse_thread/thread/019aa8d4f10cd39c#
I included in my app paper_trail gem and made some changes inside models. During deploying my app on heroku I've encountered strange error. Firstly I had problem with dependencies( with heroku support I added -- ignore-dependency to paper_trail in .gems to solve that) But now I got following message: $ heroku rake db:migrate --app mobica-staging --trace rake aborted! no such file to load -- hobo/user /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' /app/fd76ecd3-91eb-4a10-b007-977f856e224b/home/.gems/gems/ activesupport-2.3.5/lib/active_support/dependencies.rb:158:in `require' /app/fd76ecd3-91eb-4a10-b007-977f856e224b/home/vendor/plugins/hobo/ hobo/rails/../lib/hobo.rb:147:in `enable' /app/fd76ecd3-91eb-4a10-b007-977f856e224b/home/vendor/plugins/hobo/ hobo/rails/init.rb:10:in `evaluate_init_rb' /app/fd76ecd3-91eb-4a10-b007-977f856e224b/home/.gems/gems/rails-2.3.5/ lib/rails/plugin.rb:158:in `evaluate_init_rb' ... ... /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31 /usr/ruby1.8.7/bin/rake:19:in `load' /usr/ruby1.8.7/bin/rake:19 (in /app/fd76ecd3-91eb-4a10-b007-977f856e224b/home) ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment I've googled for solution, but I've found only that it probably refers to hobo library that should be at: \vendor\plugins\hobo\hobo\lib\hobo. Well there is one, so it also should be on heroku thanks to `git push` Do you have idea why it went wrong? -- 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.
