Skip to content

Instantly share code, notes, and snippets.

@evantahler
Created January 27, 2012 15:57
Show Gist options
  • Save evantahler/1689444 to your computer and use it in GitHub Desktop.
Save evantahler/1689444 to your computer and use it in GitHub Desktop.
Github resque error on push
[07:56:11] evantahler@TheYellowDart [~/Desktop/actionHero] (master)
> git push
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 282 bytes, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: /data/github/current/lib/github/config/resque.rb:27: undefined method `constantize' for "GitHub::Jobs::WikiReceive":String (NoMethodError)
remote: from /data/github/current/lib/github/config/resque.rb:26:in `each'
remote: from /data/github/current/lib/github/config/resque.rb:26
remote: from /data/github/current/lib/rock_queue.rb:9:in `require'
remote: from /data/github/current/lib/rock_queue.rb:9
remote: from hooks/post-receive:27:in `require'
remote: from hooks/post-receive:27
To git@github.com:evantahler/actionHero.git
c6d92dd..ed94518 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment