search for: email_configs

Displaying 2 results from an estimated 2 matches for "email_configs".

2007 Oct 24
7
NoMethodError when creating new ActiveRecord model object
...rom the log: ---------------------- Processing EmailConfigsController#edit_xml (for 127.0.0.1 at 2007-10-24 15:52:09) [GET] Session ID: 6630219819a2da423d8c48a259dd28d6 Parameters: {"action"=>"edit_xml", "id"=>"1", "controller"=>"email_configs"} ←[4;36;1mEmailConfig Load (0.000000)←[0m ←[0;1mSELECT * FROM email_configs WHERE (email_configs.id = ''1'') ←[0m NoMethodError (undefined method `email_config_id='' for #<EmailRecipient:0x463caa0 @new_record=true, @attributes={}>): c:/ruby/lib/ruby/gem...
2012 Sep 18
0
[LLVMdev] Cannot import LLVM test-suite results to the database using LNT tool
Hi, I follow quick-start guide http://llvm.org/docs/lnt/quickstart.html to run LLVM test-suite. It looks like I either make a mistake or the guide is not correct. Here is the command used to run nightly test: [[ $ lnt runtest nt --sandbox=$PWD/test-suite.bld \ --small --test-style=nightly \ --cc=$PWD/llvm.bld/Release+Asserts/bin/clang \ --cxx=$PWD/llvm.bld/Release+Asserts/bin/clang++