Solved. For the record, somehow there were 2 'edit_file_action.rb' files in the lib/gitlab/ subdirectory. One of them was not under version control, so I removed it. All works well after that.
On Thursday, December 26, 2013 1:22:39 PM UTC-6, Joel Kleier wrote: > > Hello, can anyone point me in the right direction to solving this problem? > > Every time I try to run (seemingly) any 'bundle exec rake' command from > the installation or upgrade docs, I end up getting the following message. > I'm trying to setup a new server, and I have had the recommended ruby 2 > version installed, I've also tried the latest 1.9.3 version. > > This output is generated from just doing "sudo -u git -H bundle exec rake > gitlab:env:info RAILS_ENV=production" > > rake aborted! > superclass mismatch for class EditFileAction > /opt/git/gitlab/lib/gitlab/satellite/files/edit_file_action.rb:6:in > `<module:Satellite>' > /opt/git/gitlab/lib/gitlab/satellite/files/edit_file_action.rb:4:in > `<module:Gitlab>' > /opt/git/gitlab/lib/gitlab/satellite/files/edit_file_action.rb:3:in `<top > (required)>' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in > > `require' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in > > `block in require' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:214:in > > `load_dependency' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in > > `require' > /opt/git/gitlab/config/initializers/2_app.rb:13:in `block in <top > (required)>' > /opt/git/gitlab/config/initializers/2_app.rb:13:in `each' > /opt/git/gitlab/config/initializers/2_app.rb:13:in `<top (required)>' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:223:in > > `load' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:223:in > > `block in load' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:214:in > > `load_dependency' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:223:in > > `load' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-4.0.2/lib/rails/engine.rb:609:in > > `block (2 levels) in <class:Engine>' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-4.0.2/lib/rails/engine.rb:608:in > > `each' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-4.0.2/lib/rails/engine.rb:608:in > > `block in <class:Engine>' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-4.0.2/lib/rails/initializable.rb:30:in > > `instance_exec' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-4.0.2/lib/rails/initializable.rb:30:in > > `run' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-4.0.2/lib/rails/initializable.rb:55:in > > `block in run_initializers' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-4.0.2/lib/rails/initializable.rb:44:in > > `each' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-4.0.2/lib/rails/initializable.rb:44:in > > `tsort_each_child' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-4.0.2/lib/rails/initializable.rb:54:in > > `run_initializers' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-4.0.2/lib/rails/application.rb:215:in > > `initialize!' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-4.0.2/lib/rails/railtie/configurable.rb:30:in > > `method_missing' > /opt/git/gitlab/config/environment.rb:5:in `<top (required)>' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in > > `require' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in > > `block in require' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:214:in > > `load_dependency' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in > > `require' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-4.0.2/lib/rails/application.rb:189:in > > `require_environment!' > /opt/git/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-4.0.2/lib/rails/application.rb:250:in > > `block in run_tasks_blocks' > Tasks: TOP => gitlab:env:info => environment > (See full trace by running task with --trace) > > -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
