Skip to content

Instantly share code, notes, and snippets.

@captproton
Created November 3, 2011 19:07
Show Gist options
  • Select an option

  • Save captproton/1337479 to your computer and use it in GitHub Desktop.

Select an option

Save captproton/1337479 to your computer and use it in GitHub Desktop.
clockwork feedback
$ bundle exec clockwork clock.rb
log/development.log
Rails Error: Unable to access log file. Please ensure that exists and is chmod 0666. The log level has been raised to WARN and the output directed to STDERR until the problem is fixed.
DEPRECATION WARNING: config.action_view.debug_rjs will be removed in 3.1, from 3.1 onwards you will need to install prototype-rails to continue to use RJS templates . (called from ./config/environment.rb:5)
Starting clock for 1 events: [ marketpoint.job ]
Triggering marketpoint.job
Exception NameError -> uninitialized constant MarketPointJob
clock.rb:9
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/gems/clockwork-0.3.1/lib/clockwork.rb:29:in `call'
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/gems/clockwork-0.3.1/lib/clockwork.rb:29:in `run'
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/gems/clockwork-0.3.1/lib/clockwork.rb:111:in `tick'
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/gems/clockwork-0.3.1/lib/clockwork.rb:109:in `each'
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/gems/clockwork-0.3.1/lib/clockwork.rb:109:in `tick'
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/gems/clockwork-0.3.1/lib/clockwork.rb:95:in `run'
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/gems/clockwork-0.3.1/lib/clockwork.rb:94:in `loop'
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/gems/clockwork-0.3.1/lib/clockwork.rb:94:in `run'
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/gems/clockwork-0.3.1/bin/clockwork:20
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/bin/clockwork:19:in `load'
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/bin/clockwork:19
Triggering marketpoint.job
Exception NameError -> uninitialized constant MarketPointJob
clock.rb:9
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/gems/clockwork-0.3.1/lib/clockwork.rb:29:in `call'
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/gems/clockwork-0.3.1/lib/clockwork.rb:29:in `run'
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/gems/clockwork-0.3.1/lib/clockwork.rb:111:in `tick'
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/gems/clockwork-0.3.1/lib/clockwork.rb:109:in `each'
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/gems/clockwork-0.3.1/lib/clockwork.rb:109:in `tick'
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/gems/clockwork-0.3.1/lib/clockwork.rb:95:in `run'
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/gems/clockwork-0.3.1/lib/clockwork.rb:94:in `loop'
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/gems/clockwork-0.3.1/lib/clockwork.rb:94:in `run'
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/gems/clockwork-0.3.1/bin/clockwork:20
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/bin/clockwork:19:in `load'
/Users/heathertanner/.rvm/gems/ruby-1.8.7-p334@clockwork/bin/clockwork:19
@emerak

emerak commented Nov 13, 2014

Copy link
Copy Markdown

Did you solve this??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment