search for: daesan

Displaying 12 results from an estimated 12 matches for "daesan".

Did you mean: daemon
2006 Apr 24
7
ImageMagick/Rmagick replacement?
...d was order of magnitude faster than pure java image libraries. Is it really a resource hog, or is it just the way it is with image processing? (I normally use ImageMagick only for resizing/cropping images, nothing too fancy.) I will appreciate any comments or suggestions, thanks! best, daesan
2006 May 25
4
Does TMail support Nested Multipart Messages? (Repost)
Hi, does anybody know if TMail supports nested multipart messages? I read a changelog that indicates so (http://dev.rubyonrails.org/svn/rails/trunk/actionmailer/CHANGELOG), but I haven''t been able to get it working so far. Maybe I am doing something wrong here? I attached the sample mail. Here is the code to parse it: require File.dirname(__FILE__) +
2006 Feb 18
14
Composite primary key support in ActiveRecord?
...this by using ''TopicReply.find (:fist, conditions => ["topic_id=? AND id=?", 87, 3]'' instead of ''TopicReply.find(1074)''. However, I haven''t figured out yet how to save such objects.. Any comment will be greatly appreciated. Thanks, daesan
2006 May 15
6
Getting Net::IMAP to work with PLAIN auth type...
Hi there, I''m new to rails and I''ve been successful tinkering around but am miffed by the process of trying to connect to my mail server to receive email for ActiveMailer parsing. I''m hosted on TextDrive and have read the following article on the RubyonRails wiki: http://wiki.rubyonrails.com/rails/pages/HowToReceiveEmailsWithActionMailer. I want to
2006 Apr 24
2
Session Restore Problem
...cessed. But what about non-ActiveRecord objects? How do I force loading the class definition? Also, I read somewhere that we don''t need to use "model" method any more for loading ActiveRecord models. Can anyone confirm this? I will appreciate any comments, thanks! best, daesan PS: I have already looked at the rails wiki pages. The solution to this particular problem isn''t covered there.
2006 Mar 21
2
How do I get substring of utf-8 string?
...the methods of String class directly so that it may confuse rails which expects String#[] to give back bytes not characters. Can somebody point out what should be the route I should take? Should I implement substring methods myself? Have not someone already solved this problem? thanks, daesan
2006 Feb 15
4
Lightty 1.4.10 socket file problem
When I run lighttpd 1.4.10 [on Mac OS X] the socket file is called ''fcgi.socket-'', versus ''fcgi.socket-0'' that I get under 1.4.8. Further, when the FCGI daemon quits, the file does not get deleted, and I cannot restart my Rails app until I manually remove it. Can anyone confirm before I raise a bug at lighttpd.net?
2006 May 18
9
Possible solutions to txtdrive process killing for cpu usage
Hi, I''ve just deployed a basic ecommerce site on textdrive.com. The application has been stress tested on our local development machines and appears to be running fine (no memory leaks). However, on textdrive the fcgi processes are being killed after just a few requests apparently because of cpu usage (The log says the processes exceeds 17% average cpu usage in the last few minutes)
2006 Feb 20
1
Breakpointer fixed in OSX 10.4.5
The new build of OSX 10.4.5 seems to fix the issues many have been reporting with the breakpointer script. This fix at least seems to work on the Intel macs. Haven''t checked it on the PPC macs yet, but I haven''t had the ''getaddrinfo'' errors on the PPC macs. -- Sean Wolfe master nerd of i heart squares, Co. 3711 N. Ravenswood Ave. #147 Chicago, IL 60613
2006 Feb 28
3
Composite Key Support
Right now rails doesn''t support composite keys, that is id1, id2, and id3 are in the primary key of the table. Does anyone know if this is being discussed for future versions, or is it pretty much out of scope? -- Posted via http://www.ruby-forum.com/.
2006 Feb 11
7
Rails development on Mac OS X 10.4 Intel
...t;arabica.local". "arabica" is my computer name under Mac OS X. (Error messages are appended at the end of this message.) Other related programs such as fcgi, ruby-fcgi, lighttpd, imagemagick/ rmagick all compiled without a problem. Any comments will be appreciated! Cheers, daesan [Ruby compilation warning messages] dln.c:1478: warning: ''NSIsSymbolNameDefined'' is deprecated (declared at /usr/include/mach-o/dyld.h:150) dln.c:1481: warning: ''NSLookupAndBindSymbol'' is deprecated (declared at /usr/include/mach-o/dyld.h:158) re.c: In fu...
2006 Feb 06
1
Compile warning report of openssh 4.3p1 on Intel Macs
Hi. I was compiling openssh 4.3p1 on Apple's iMac Core Duo computer and came across following warnings. configure: WARNING: net/if.h: present but cannot be compiled configure: WARNING: net/if.h: check for missing prerequisite headers? configure: WARNING: net/if.h: see the Autoconf documentation configure: WARNING: net/if.h: section "Present But Cannot Be Compiled"