search for: idydmjjnneowh0uzbu5w

Displaying 4 results from an estimated 4 matches for "idydmjjnneowh0uzbu5w".

2007 Jan 05
1
[OT] too much spam, goodbye
...I hear about how good gmail is at blocking spam, you''d think the spam problem coming from googlegroups would be an easy fix. I think I''ll just watch from the forum. I love rails, but spam annoys me more. David Morton Maia Mailguard http://www.maiamailguard.com mortonda-0/IDydmJJnNeoWH0uzbU5w@public.gmane.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFFnqV+Uy30ODPkzl0RAqZhAJ46MKiBvkyT/2IXY8qwPp4RMhXZ5ACfX08W jQkIX2eayn0ylLpX5AyBMmI= =RePg -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ You received this message because you...
2005 Apr 04
10
Encrypted ASP.Net type viewstate
Does rails have any builtin functionality similar to that of ASP.Net''s encryptable ViewState? For those that don''t know what the ASP.Net viewstate is, it is essentially just a hidden form field with the name __VIEWSTATE, that stores a series of encoded(or encrypted) key/value pairs as it''s value. When the form is submitted the viewstate value is decoded/decrypted on the
2005 Apr 20
5
ActionMailer: Net::SMTPSyntaxError (502 unimplemented (#5.5.1) error
Quick ActionMailer Question: I''m trying to send a test email message using ActionMailer and I get a Net::SMTPSyntaxError (502 unimplemented (#5.5.1) error. I''m attempting to access a remote smtp server and have setup my settings in the environment.rb file according to the "how to" article. My test controller: class MailTestController < ApplicationController
2005 Apr 20
4
Error in tutorial or sintax changed?
Hi, In this tutorial http://wiki.rubyonrails.com/rails/show/HowtoUseJoinsWithFindAll it sad: sql =<<SQL SELECT articles.*, authors.name AS author_name FROM articles LEFT JOIN authors ON author_id = authors.id SQL and this return *app/controllers/media_controller.rb:366: can''t find string "SQL" anywhere before EOF* what is wrong? the tutorial or ruby changed? please,