Created
November 3, 2011 19:07
-
-
Save captproton/1337479 to your computer and use it in GitHub Desktop.
clockwork feedback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you solve this??