search for: figgfrosch

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

2007 Oct 22
0
ActionController::HttpAuthentication and MySQL
Has anyone a example how to authenticate against users stored in a MySQL-Database? -- Jochen Kaechelin railswerk.de, gissmoh.de, figgfrosch.de, ror-ror.de --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from th...
2007 Jul 21
3
manging rescues
...://.........../register/confirm?email=jkdsfadslkjflksd If I make: remail = params[:email] @user = Request.find(:first, :conditions => ["email = ?", remail]) the error occurs. What''s the prefered way to react when such an error occurs? -- Jochen Kaechelin gissmoh.de, figgfrosch.de, ror-ror.de --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from th...
2008 Feb 04
3
backup strategy
what's the prefered way to backup users mail? i use doevcot shipping with debian/etch an maildir. thanx -- jochen
2007 Nov 29
1
mongrel_upload_progress and attachment_fu
Can one use mongrel_upload_progress in combination with attachment_fu (db_file)? I wan''t to store uploaded files directly in a mysql-database - not in the filesystem. Is there a way to use mongrel_upload_progress to do this, or do I have to store files in the filesystem and copy them to the database? Thanx