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' |
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
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
~ 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
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
foo |
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
[12:49][pius@phoenix-2:~/q/y]$ gem list | grep dm-is-list | |
dm-is-list (0.9.6) |
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
Loading init file from /Users/pius/q/myapp/config/init.rb | |
Loading /Users/pius/q/myapp/config/environments/development.rb | |
/Users/pius/q/myapp/gems/gems/danski-ooh-auth-0.1.10/lib/ooh-auth.rb:5:in `load_dependency': wrong number of arguments (1 for 2) (ArgumentError) | |
from /Users/pius/q/myapp/gems/gems/danski-ooh-auth-0.1.10/lib/ooh-auth.rb:5 | |
from /Users/pius/q/myapp/gems/gems/merb-core-1.0.6.1/lib/merb-core/core_ext/kernel.rb:149:in `require' | |
from /Users/pius/q/myapp/gems/gems/merb-core-1.0.6.1/lib/merb-core/core_ext/kernel.rb:149:in `load_dependency' | |
from /Users/pius/q/myapp/gems/gems/merb-core-1.0.6.1/lib/merb-core/bootloader.rb:405:in `load_dependencies' | |
from /Users/pius/q/myapp/gems/gems/merb-core-1.0.6.1/lib/merb-core/bootloader.rb:405:in `each' | |
from /Users/pius/q/myapp/gems/gems/merb-core-1.0.6.1/lib/merb-core/bootloader.rb:405:in `load_dependencies' | |
from /Users/pius/q/myapp/gems/gems/merb-core-1.0.6.1/lib/merb-core/bootloader.rb:393:in `run' |
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
~ Connecting to database... | |
~ Loaded slice 'MerbAuthSlicePassword' ... | |
~ Loaded slice 'MerbPhotos' ... | |
~ Loaded slice 'MerbUi' ... | |
~ Loaded slice 'OohAuth' ... | |
~ Parent pid: 27616 | |
You have specified Story.has(:involved_people) with :class_name => "Person". You probably also want to specify the :child_key option. | |
~ Compiling routes... | |
~ Could not find resource model AuthenticatingClient | |
~ Could not find resource model Token |
OlderNewer