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
I'm testing orbited |
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
~ Loaded DEVELOPMENT Environment... | |
~ loading gem 'dm-timestamps' ... | |
~ loading gem 'dm-types' ... | |
~ loading gem 'dm-serializer' ... | |
~ loading gem 'dm-validations' ... | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.8/lib/merb-core/core_ext/kernel.rb:71:in `require': no such file to load -- dm-paperclip (LoadError) | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.8/lib/merb-core/core_ext/kernel.rb:71:in `load_dependency' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.8/lib/merb-core/bootloader.rb:280:in `load_dependencies' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.8/lib/merb-core/bootloader.rb:280:in `each' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.8/lib/merb-core/bootloader.rb:280:in `load_dependencies' |
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
~ Loaded DEVELOPMENT Environment... | |
~ loading gem 'dm-timestamps' ... | |
~ loading gem 'dm-types' ... | |
~ loading gem 'dm-serializer' ... | |
~ loading gem 'dm-validations' ... | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.8/lib/merb-core/core_ext/kernel.rb:71:in `require': no such file to load -- dm-paperclip (LoadError) | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.8/lib/merb-core/core_ext/kernel.rb:71:in `load_dependency' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.8/lib/merb-core/bootloader.rb:280:in `load_dependencies' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.8/lib/merb-core/bootloader.rb:280:in `each' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.8/lib/merb-core/bootloader.rb:280:in `load_dependencies' |
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
require '../lib/client' | |
default { | |
ahn_log.dialplan.info "opened default context" | |
@client = Caitlin::Client.new('http://localhost:4647') | |
@num = @client.list.size | |
say_digits @num.to_i | |
@questions = [{:opening_id => 1, :respondent_id => 2}, {:opening_id => 1, :respondent_id => 3}, {:opening_id => 1, :respondent_id => 7}] | |
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
Sent mail to | |
/!\ FAILSAFE /!\ Tue Sep 16 17:12:01 +0000 2008 | |
Status: 500 Internal Server Error | |
501 5.1.7 Bad sender address syntax | |
/usr/lib/ruby/1.8/net/smtp.rb:680:in `check_response' | |
/usr/lib/ruby/1.8/net/smtp.rb:653:in `getok' | |
/usr/lib/ruby/1.8/net/smtp.rb:631:in `mailfrom' | |
/usr/lib/ruby/1.8/net/smtp.rb:544:in `send0' | |
/usr/lib/ruby/1.8/net/smtp.rb:472:in `sendmail' |
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
phoenix:cliq pius$ rake spec | |
(in /Users/pius/muses/cliq) | |
/usr/local/lib/ruby/gems/1.8/gems/merb-slices-0.9.4/lib/merb-slices/module.rb:263:in `slice_files_from_search_path': undefined method `include?' for #<Pathname:/Users/pius/muses/cliq/slices> (NoMethodError) | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.4/lib/merb-core/core_ext/kernel.rb:49:in `inject' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-slices-0.9.4/lib/merb-slices/module.rb:260:in `each' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-slices-0.9.4/lib/merb-slices/module.rb:260:in `inject' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-slices-0.9.4/lib/merb-slices/module.rb:260:in `slice_files_from_search_path' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-slices-0.9.4/lib/merb-slices/module.rb:61:in `register_slices_from_search_path!' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-slices-0.9.4/lib/merb-slices.rb:28:in `run' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.4/lib/merb-core/bootloader.rb:68:in `run' |
NewerOlder