search for: gissmoh

Displaying 15 results from an estimated 15 matches for "gissmoh".

2006 Aug 16
3
problems with fastcgi, apache2 and debian sarge
Apache conf: FastCgiServer /var/www/gissmoh.de/public/dispatch.fcgi -initial-env RAILS_ENV=prod uction -processes 5 -idle-timeout 60 <virtualhost 212.87.142.234:80> ServerName www.gissmoh.de DocumentRoot /var/www/gissmoh.de/public CustomLog /var/log/apache2/gissmoh.de/access.log combined...
2007 May 28
2
out-cheat validates_uniqueness_of
before_save :strip_strings validates_uniqueness_of :username validates_presence_of :username private def strip_strings self.username = username.gsub!(" ","") end example: username = " gissmoh-/upiLifMog2ELgA04lAiVw@public.gmane.org " becomes gissmoh-/upiLifMog2ELgA04lAiVw@public.gmane.org and is stored in the datbase as gissmoh-/upiLifMog2ELgA04lAiVw@public.gmane.org "gissmoh @gissmoh. de" becomes gissmoh-/upiLifMog2ELgA04lAiVw@public.gmane.org and is stored...
2006 Aug 06
10
editor recommendation
Hello lsit, I''am new to rails (about 2 hours) and after the first lines of code I must say: Great! I love it! Can someone recommend me a editor? I run Ubuntu Dapper. Th?ngs -- Jochen Kaechelin, fvgi242ss, wlanhacking.de http://mail.wlanhacking.de/cgi-bin/mailman/listinfo http://www.gissmoh.de - Mein sonstiges Leben!!
2007 Jul 21
3
manging rescues
...like: http://.........../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 unsu...
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 unsu...
2007 Jun 20
3
hover and displaying divs
Please take a look at: http://www.lovelybooks.de/library/index.html?resetTabs=1&resetList=1 Can someone give me a hint how to display the divs (?) when moving the mousepointer over the images? Thanx --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this
2008 Jan 02
5
polymorphic assosciations - still the way in Rails 2.0.x
I store a lot of information concerning blogs, events, books, bla bla... So I have a lot of database tables including the same fields: url, user_id, subject, comment..... So I decided to use polymorphic assosciations. Is this still the prefered way in 2.0.x or does Rails 2.0.x offers me a easier, faster and more preferable way to do this? By the way, isn''t it much easier to do all the
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
2005 Jun 13
1
kde and domain login
is it possible to show all domain-users in the kdm dialog? wbinfo -u gives me the correct list of all domain-users but when I try to login into my linuxbox I only see all local users. -- _ _ _ __ _(_)___ ___ _ __ ___ ___ | |__ __| | ___ / _` | / __/ __| '_ ` _ \ / _ \| '_ \ / _` |/ _ \ | (_| | \__ \__ \ | | | | | (_) | | | || (_|
2007 Jun 06
1
highlight and pagination
I made a search-field which shows all hits and highlights the all words searched for: def suche if params[:link][:suchfeld] == "description" @description = "show" @highlight = params[:suche] end @link_pages, @links = paginate :link, :order_by => ''url'', :conditions =>
2007 Jun 06
1
"selected" in form.select
I have a search form in my navbar where a user can select in which area he wants to search. After clicking the submit-button the results get rendered but the previous selected area is no longer selected. <%= form.select (:suchfeld, [ [''Beschreibungen'',''description''], [''Headlines'',''headline'']] ) %> I was able to
2007 Nov 23
0
fileupload via ftp and attachment_fu
How can I use attachment_fu to store files in a MySQL database (db_file) which I uploaded via ftp in a special directory? I need to upload files - large images 25-40 MB -, so my intention ist to upload them via ftp and then use attachment_fu to strore them in a MySQL database. I had problems in uploading such files via a form - timeouts. I need them in a database because we have a very
2007 Dec 18
0
Updating metadata for 11 gems ....
I justed typed "gem outdated" and got the following output in my terminal: Updating metadata for 11 gems from http://gems.rubyforge.org ........... complete My first thought was that there are some gems neeeded to be updated - so I typed it again and got the following: bullet:~ root# gem outdated bullet:~ root# So there are no updates available. What exactly does "Updating
2005 Jun 11
1
Problem joining a domain using ads
server: ms 2003 with ads client: debian 3.1/samba 3.0.14 smb.conf: .. [global] workgroup = SP-GRUPPE password server = 10.85.117.150 realm = SP-GRUPPE.DE encrypt passwords = no server string = %h server (Samba %v) obey pam restrictions = yes passdb backend = tdbsam, guest passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .