search for: jimm

Displaying 13 results from an estimated 13 matches for "jimm".

Did you mean: jim
2006 Jul 12
2
YART (Yet Another Rails Talk)
This morning I gave a talk on Rails to the NYC CTO Club. The slides for are online at http://www.io.com/~jimm/writing/rails_ctoclub/s5/index.html. Hover over the bottom right corner of the window to see the navigation controls, including the one that brings up the notes. Printing the slides works really well; the presentation includes CSS that formats the whole thing for print output. The main topic of in...
2005 Jan 21
2
collection_select
...all the proper topic names and id numbers, but the current value (@question.topic_id) is not selected. Hmm...does form("question") use the instance variable @question? If not, then I can see how topic_id would not be populated. Thanks for any help or suggestions. Jim -- Jim Menard, jimm-Xhj3G7Rj6JI@public.gmane.org, http://www.io.com/~jimm
2006 Aug 10
4
1.1.5 Upgrade and config.load_path not working
Hey, I am trying to upgrade to 1.1.5 and rails no longer finds my controllers the live outside app/controllers. I was on 1.1.2 previously and here is my setup In environment.rb config.load_paths += [File.join(File.expand_path(RAILS_ROOT), "rails_shared/controllers") ] config.load_paths += [File.join(File.expand_path(RAILS_ROOT), "rails_shared/helpers") ]
2006 Aug 10
1
Web service SOAP URLs started failing with 1.1.4 or using 1.1.2 security patch
...00/my_controller/ServiceName/service.wsdl also fails. When I try to go to that URL in my browser, I see Recognition failed for "/post_office/PostOffice/service.wsdl" I have not changed config/routes.rb at all. Any hints or help would be greatly appreciated. Jim -- Jim Menard, jimm@io.com, jim.menard@gmail.com http://www.io.com/~jimm
2006 Feb 23
1
PostgreSQL CASCADE not copied to test db
..."redeemed_coupons" DETAIL: Key (id)=(1) is still referenced from table "redeemed_coupons". Is this a bug or intended behavior? If it is intended behavior, then what am I doing wrong? Thanks for your help. Jim -- Jim Menard, jim@io.com, jim.menard@gmail.com http://www.io.com/~jimm
2009 Apr 14
4
Forcing the extrapolation of loess through the origin
Hi all, I'm fitting a line to my dataset. Later I want to predict missing values that exceed the [min,max] interval of my empirical data, therefore I choose surface="direct" for extrapolation. l1<-loess(y1~x1,span=0.1,data.frame(x=x1,y=y1),control=loess.control(surface="direct")) In my application it is highly important that the fitted line intercepts at the point of
2005 Jan 07
3
ruby on cygwin and mysql - problem connecting to db
Hi, I''m trying my hand at rails by working through the tutorial. I''m stuck on getting the rails app, running on webrick, to talk to mysql. I''m getting the "No such file or directory - /tmp/mysql.sock" message that I''ve seen that others sometimes encounter. Here''s my environment: Win2k w/ cygwin installed at c:\cygwin ruby installed via
2006 Feb 26
0
rdoc-mode for emacs
I''ve whipped together this Emacs mode for editing rdoc files. It''s based off of generic-mode. I''ve set it to be active when you open README_FOR_APP or any .rdoc file. Share and enjoy. Jim -- Jim Menard, jim@io.com, jim.menard@gmail.com http://www.io.com/~jimm -------------- next part -------------- A non-text attachment was scrubbed... Name: rdoc-mode.el Type: application/octet-stream Size: 1136 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060226/4ed31287/rdoc-mode-0001.obj
2006 Feb 26
0
Rdoc mode for Emacs
I''ve whipped together this Emacs mode for editing rdoc files. It''s based off of generic-mode. I''ve set it to be active when you open README_FOR_APP or any .rdoc file. Share and enjoy. Jim -- Jim Menard, jim@io.com, jim.menard@gmail.com http://www.io.com/~jimm -------------- next part -------------- A non-text attachment was scrubbed... Name: rdoc-mode.el Type: application/octet-stream Size: 1132 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060226/fe6940bb/rdoc-mode.obj
2008 Oct 18
1
Rubbish performance in Oblivion
Hi there, I've been trying to play The Elder Scrolls: Oblivion under Linux. But under WINE performance is horrible. 640 x 480 minimum settings, and I'm getting about 4 FPS. The game runes maxed out at 1680 x 1050 with 4xAA all settings to maximum smooth on Windows. Wine 1.1.6 Ubuntu 8.10 Intrepid Ibex fglrx 8.10 ATi Radeon 3870. I appreciate any responses. Btw Direct Rendering is
2005 Aug 24
1
Polycom Default .cfg
I am using the Polycom IP500 and had it working with my * server but upon moving offices something happened. I have a FTP server set up but I cannot get the phone to recognize it. I have a static IP for my * box. Can someone tell me what the setting should be on the phone to download from the FTP server? Do I have to use a User/Password or can I just leave them blank for anonymous? I can see
2006 Apr 17
5
XML-RPC Webservice API
Hi, After following the excellent tutorials in the Agile Web Development with Rails book, I was able to get my webservice working pretty much perfectly :) I can access it via SOAP and XML-RPC and look at service.wsdl to find the API. What I can''t do however is get the API for the XML-RPC call. It fails with : Internal protocol error: NilClass is not a valid input stream. It must
2008 Mar 26
0
Xen and Solaris 2.6 SunOS 5.6
Hello everyone, We have an _OLD_ Solaris 2.6 (Intel) box still running. There''s some proprietary programs we have running on it and we don''t have the programmer time to port it to a newer version or to linux. I was wondering (hoping) someone has been able to get Solaris 2.6 running under Xen. As a side note. Has anyone had any luck getting NT 3.51 to run under Xen? =)