Similar error for me, after several adjustment ( installing tzinfo gem, uninstall/reinstall last attachment_fu commited on github, following some unsuspected dependency like :
>>rake aborted! >>no such file to load -- admin_partials >>(See full trace by running task with --trace) >>(in /mnt/home/userapps/14497) and worked around by installing some "extra plugin" like [admin_partials] "A ported version of the Radiant facets branch which adds flexible page editing capabilities." ... see http://agilewebdevelopment.com/plugins/show/896 ( why a Radiant dependency here ? ) thant I finally came up with this error : ** Starting Mongrel listening at 0.0.0.0:16996 ** Starting Rails with development environment... /usr/lib/ruby/gems/1.8/gems/ activesupport-2.0.2/lib/active_support/core_ext/module/aliasing.rb: 31:in `alias_method': undefined method `initialize_default_admin_tabs' for class `Rails::Initializer' (NameError) from /usr/lib/ruby/gems/1.8/ gems/activesupport-2.0.2/lib/active_support/core_ext/module/ aliasing.rb:31:in `alias_method_chain' from /mnt/home/userapps/14497/ vendor/plugins/admin_partials/lib/admin_partials/extensions/ initializer.rb:9:in `included' from /mnt/home/userapps/14497/vendor/ plugins/admin_partials/lib/admin_partials/extensions/initializer.rb: 8:in `class_eval' from /mnt/home/userapps/14497/vendor/plugins/ admin_partials/lib/admin_partials/extensions/initializer.rb:8:in `included' from /mnt/home/userapps/14497/vendor/plugins/admin_partials/ lib/admin_partials/extensions/initializer.rb:33:in `include' from /mnt/ home/userapps/14497/vendor/plugins/admin_partials/lib/admin_partials/ extensions/initializer.rb:33 from /mnt/home/userapps/14497/vendor/ plugins/admin_partials/lib/admin_partials/extensions/initializer.rb: 32:in `class_eval' from /mnt/home/userapps/14497/vendor/plugins/ admin_partials/lib/admin_partials/extensions/initializer.rb:32 ... 36 levels... from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/ mongrel/command.rb:212:in `run' from /usr/lib/ruby/gems/1.8/gems/ mongrel-1.1.4/bin/mongrel_rails:281 from /usr/bin/mongrel_rails:19:in `load' from /usr/bin/mongrel_rails:19 and I'm not able to go farther. But I found a similar topic on ruby- forum.com "Ruby on Rails > undefined method `find_plugins' in Rails 2.0.2" http://www.ruby-forum.com/topic/146359 and here http://dev.radiantcms.org/browser/trunk/radiant/lib/radiant/initializer.rb?rev=780 no ideas at the moment ( specially what Radiant has to do with Mephisto ) .... :-( help please lgs On Mar 28, 11:52 pm, Felipe Barreto <[EMAIL PROTECTED]> wrote: > I've tried to install mephisto directly on my heroku account. I had to > download the latest version (from the new mephisto git) so I could > exec the bootstrap command 'successfully'. But I'm having problems > when I try to acess the home page. I get this error right after > environment initialization: > > ** Rails loaded. > ** Loading any Rails specific GemPlugins /usr/lib/ruby/gems/1.8/gems/ > activesupport-2.0.2/lib/active_support/dependencies.rb:478:in > `const_missing': uninitialized constant > Mongrel::Configurator::RAILS_GEM_VERSION (NameError) from /usr/lib/ > ruby/gems/1.8/gems/heroku_mongrel_plugin-0.1/lib/heroku_mongrel_plugin/ > init.rb:13:in `load_heroku_handlers' from /usr/lib/ruby/gems/1.8/gems/ > heroku_mongrel_plugin-0.1/lib/heroku_mongrel_plugin/init.rb:9:in > `load_plugins' from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/ > mongrel_rails:117:in `cloaker_' from /usr/lib/ruby/gems/1.8/gems/ > mongrel-1.1.4/bin/../lib/mongrel/configurator.rb:149:in `call' from / > usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/ > configurator.rb:149:in `listener' from /usr/lib/ruby/gems/1.8/gems/ > mongrel-1.1.4/bin/mongrel_rails:99:in `cloaker_' from /usr/lib/ruby/ > gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/configurator.rb:50:in > `call' from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/ > mongrel/configurator.rb:50:in `initialize' from /usr/lib/ruby/gems/1.8/ > gems/mongrel-1.1.4/bin/mongrel_rails:84:in `new' from /usr/lib/ruby/ > gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:84:in `run' from /usr/ > lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/command.rb: > 212:in `run' from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/ > mongrel_rails:281 from /usr/bin/mongrel_rails:19:in `load' from /usr/ > bin/mongrel_rails:19 > > has anyone an idea? > thanks > > On 13 fev, 22:57, Botolph <[EMAIL PROTECTED]> wrote: > > > Anybody had any luck installing SimpleLog,Mephisto, Typo or Radiant? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
