search for: mail_read

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

Did you mean: aio_read
2010 Mar 22
0
rspec bug, on Mysql::Error: MySQL server has gone away: ROLLBACK TO SAVEPOINT active_record_1
...ruby/1.8/gems/activerecord-2.3.5/lib/active_record/transactions.rb:196:in `save'' /home/poldz/projects/ruby/wruwo/app/models/user.rb:811:in `log_activity'' /home/poldz/projects/ruby/wruwo/app/models/task.rb:490:in `notify_new_task'' /home/poldz/projects/ruby/wruwo/app/models/mail_reader.rb:123:in `create_task'' /home/poldz/projects/ruby/wruwo/app/models/mail_reader.rb:263:in `process_received_mail'' ./spec/models/mail_reader_spec.rb:97: 2) ActiveRecord::StatementInvalid in ''MailReader on Tasks with Workspace workspace member (david) - should be able to...
2006 Apr 27
0
Newbie: Help with wiki IMAP example
...sWithActionMailer The receiver app (inbox.rb) works fine when I run it against my mail server with the following line commented out: MailReader.receive(to, body) But when I uncomment that line I get error: inbox.rb:15 uninitialized constant MailReader (NameError) There is of course app/models/mail_reader.rb running in my rails app. How do I get the mail receiver app to know about the MailReader model? I start the rails app with: ruby script/server -p 80 In another cmd window I then run the receiver app with ruby script/inbox.rb Any help appreciated. Regards, Eric -- Posted via http://www...