Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. /Projects/gitlab/gitlabhq/ [master] rake db:seed_fu RAILS_ENV=development
  2.  
  3. == Seed from /Users/yatish/Projects/gitlab/gitlabhq/db/fixtures/development/01_admin.rb
  4. - User {:id=>1, :name=>"Administrator", :email=>"admin@example.com", :username=>"root", :password=>"5iveL!fe", :password_confirmation=>"5iveL!fe", :admin=>true, :projects_limit=>100, :theme_id=>2, :confirmed_at=>Fri, 25 Jul 2014 09:10:45 +0530}
  5. 2014-07-25T03:40:45Z 86516 TID-oxi1ceiuk INFO: Sidekiq client with redis options {:url=>"redis://localhost:6379", :namespace=>"resque:gitlab"}
  6.  
  7. == Seed from /Users/yatish/Projects/gitlab/gitlabhq/db/fixtures/development/04_project.rb
  8. rake aborted!
  9. NoMethodError: undefined method `star_count' for #<Project:0x007feedc437cb8>
  10. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/seed-fu-2.3.1/lib/seed-fu/runner.rb:46:in `eval'
  11. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activerecord-4.1.1/lib/active_record/attribute_methods.rb:206:in `method_missing'
  12. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/enumerize-0.7.0/lib/enumerize/base.rb:56:in `read_attribute_for_validation'
  13. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activemodel-4.1.1/lib/active_model/validator.rb:165:in `block in validate'
  14. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activemodel-4.1.1/lib/active_model/validator.rb:164:in `each'
  15. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activemodel-4.1.1/lib/active_model/validator.rb:164:in `validate'
  16. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:447:in `public_send'
  17. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:447:in `block in make_lambda'
  18. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:184:in `call'
  19. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:184:in `block in simple'
  20. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:178:in `call'
  21. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:178:in `block in conditional'
  22. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:185:in `call'
  23. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:185:in `block in simple'
  24. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:185:in `call'
  25. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:185:in `block in simple'
  26. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:185:in `call'
  27. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:185:in `block in simple'
  28. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:185:in `call'
  29. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:185:in `block in simple'
  30. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:178:in `call'
  31. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:178:in `block in conditional'
  32. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:185:in `call'
  33. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:185:in `block in simple'
  34. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:185:in `call'
  35. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:185:in `block in simple'
  36. /Users/yatish/.rvm/gems/ruby-2.0.0-p353@gitlab/gems/activesupport-4.1.1/lib/active_support/callbacks.rb:185:in `call'
  37. /Users/yatish/.rvm/gems/ruby-2.0.0-p353
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement