I managed to fix the error I had above by removing and re-installing both the ruby-openid gem and the openid authentication plugin. I guess there was some kind of version incompatibility with the plugin and 2.2 that got later resolved and I had to force an update. Flash back to Windows 95 DLLs :-P. Now, I'm getting the following error that looks like a problem with attachment_fu's Heroku backend:
uninitialized constant Technoweenie::AttachmentFu::Backends::HerokuBackend Does the backend not work with 2.2? Any advice or recommendation? For now, I'm using :file_system, which seems to be okay. Now on to will_paginate, which seems to be mis-behaving... On Nov 28, 9:43 am, justindz <[EMAIL PROTECTED]> wrote: > Adam, > > I changed the rails version and ran rails:update and things exploded. > I'm guessing maybe some incompatibility with various gems or > whatever. My app is definitely not working. I posted on the blog > (maybe not the right place?) but someone seems to have deleted the > comment so now I've lost the rails:update error message. Here's the > app error message: > > The server for poetry failed to start. Details: > /usr/local/lib/site_ruby/1.8/rubygems/version.rb:53:in `initialize': > Malformed version number string openid (ArgumentError) from /usr/lib/ > ruby/gems/1.8/gems/rails-2.2.2/lib/rails/vendor_gem_source_index.rb: > 105:in `new' from /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/rails/ > vendor_gem_source_index.rb:105:in `version_for_dir' from /usr/lib/ruby/ > gems/1.8/gems/rails-2.2.2/lib/rails/vendor_gem_source_index.rb:47:in > `refresh!' from /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/rails/ > vendor_gem_source_index.rb:45:in `each' from /usr/lib/ruby/gems/1.8/ > gems/rails-2.2.2/lib/rails/vendor_gem_source_index.rb:45:in `refresh!' > from /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/rails/ > vendor_gem_source_index.rb:29:in `initialize' from /usr/lib/ruby/gems/ > 1.8/gems/rails-2.2.2/lib/rails/gem_dependency.rb:21:in `new' from /usr/ > lib/ruby/gems/1.8/gems/rails-2.2.2/lib/rails/gem_dependency.rb:21:in > `add_frozen_gem_path' ... 20 levels... from /usr/lib/ruby/gems/1.8/ > gems/rack-0.4.0/lib/rack/builder.rb:22:in `instance_eval' from /usr/ > lib/ruby/gems/1.8/gems/rack-0.4.0/lib/rack/builder.rb:22:in > `initialize' from /home/heroku_rack/heroku.ru:1:in `new' from /home/ > heroku_rack/heroku.ru:1 > > Looks like an openid issue, but perhaps that's the tip of the > iceberg. Any advice? I'd love to get back up and running. > > On Nov 26, 3:57 pm, "Adam Wiggins" <[EMAIL PROTECTED]> wrote: > > > As promised, the Rails 2.2 is now available for use for all apps on Heroku: > > >http://blog.heroku.com/archives/2008/11/26/25_rails_2_2_on_heroku/ > > > Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
