search for: opon

Displaying 6 results from an estimated 6 matches for "opon".

Did you mean: open
2008 Nov 29
0
calendar with different types of event - polymorphism
Hi all, I have a calendar. The calendar has different kinds of events. Each event type has additional information so i think i need a new model for each new event type. eg: a game event has additional oponent and oponents colors info. Is this best solved via polymorphism where I create an eventable interface? Thanks Stijn --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to th...
2006 Apr 04
7
odd error
Hello everybody. I have just started trying rails, got instant rails and radrails... Made a new project, and when I tried to create a model I get the following error: Project> ruby script/generate model user -h -e:3:in `load'': no such file to load -- script/generate (LoadError) from -e:3 I?m sure this is a newbie question, I?ve searched the documentation and
2020 Jun 11
2
SV: handling spam from gmail.
...the mail system to do with RECEIVING emails. Not really a dovecot function. > > Look at greylisting as an option. That's basically delaying email from unknown senders. I use greylisting with my postfix. On Debian and Devuan th package is called 'postgrey'. What it does is, opon receiving mail from a new sender, reply with a protocol code that indicates "service temporarily unavailable; try again later". Real email senders will try again later. Most, but not all, spammers don't bother. It does mean that the email services of some legitimate senders will...
2005 Jan 19
1
Sudden domain login problems from XP-pro sp2 clients, Please help!
...is not available" 4. Checking the error logs and turning the log level up first to 3 then to 5. Can't see any messages that indicate what is wrong. I did see this error: "lib/util_sock.c:get_peer_addr(1000) getpeername failed. Error was Transport endpoint is not connected" Opon searches of that error, I have tried blocking port 445 (forcing to use only 139) with iptables which has no effect. 5. Deleted /var/cache/samba and restarted to samba to recreate it. 6. Rebooted the server. 7. Setup clients to use WINS. Nothing seems to be working, does anyone know what is go...
2020 Jun 11
5
SV: handling spam from gmail.
I know it is not dovecot who should fix this. But anyone using dovecot is using an MTA, and receiving spam ;) I know how to look at email headers. Spf and dkim is not solving anything here. -----Original Message----- From: Sebastian Nielsen [mailto:sebastian at sebbe.eu] Sent: donderdag 11 juni 2020 10:23 To: Marc Roos; 'dovecot'; 'users' Subject: SV: handling spam from
2006 Feb 25
31
Ajax Scaffold Generator for Rails Released
I just released a whole new version of the Ajax Scaffold Generator (for Ruby on Rails). The generator creates a scaffold page like the typical rails one, except adding, editing and deleting are all done inline. The generated scaffold is valid XHTML strict and fully styled right out of the box. Check out the demo: http://ajaxscaffold.height1percent.com/ And the how-to: