search for: cjwoodward

Displaying 9 results from an estimated 9 matches for "cjwoodward".

2007 Sep 06
0
Invite from Carl Woodward (cjwoodward@gmail.com)
CarlWoodward (cjwoodward at gmail.com) has invited you as a friend on Quechup... ...the social networking platform sweeping the globe Go to: http://quechup.com/join.php/aT0wMDAwMDAwMDA5NTI5MTMxJmM9OTkyMDg%3D to accept Carl''s invite You can use Quechup to meet new people, catch up with old friends, maintain a b...
2006 Oct 19
8
Mongrel::HttpHandlerPlugin
Hi, I''m trying to write a file upload monitor for mongrel that uses juggernaut to alert the browser of a change. I''m writing a plugin that uses Mongrel::HttpHandlerPlugin but it looks like the only method that gets called is process and that is only when the upload has finished. I''m setting the following: @request_notify = true But I am still only getting process to
2006 Aug 10
16
Error on Solaris
Hi everyone, I''m having a problem starting rails on solaris. I have made the changes suggested in the joyeur article but it doesn''t make any difference. The error is below. Does anyone have any idea? /opt/csw/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:666:in `register'': undefined method `resolve'' for nil:Mongrel::URIClassifier (NoMethodError)
2006 Jan 19
1
rjs problems
...insane the code below works as I would expect: page.hide ''item_div'' page.replace_html ''item_div'', :partial => ''edit'' page.visual_effect :appear, ''item_div'', :duration => 0.5 Thanks for your help, Carl. -- Carl Woodward cjwoodward@gmail.com
2006 Aug 08
0
Properly encoding a string as application/x-www-form-urlencoded for post
Hi, can anyone tell me how use the post method for testing to post an xml string as the body to the post. The documentation reads: Performs a POST request with the given parameters. The parameters may be nil, a Hash, or a string that is appropriately encoded (application/x-www-form-urlencoded or multipart/form-data). How do I appropriately encode the string for the post? I need something like:
2006 Jul 12
0
Working with multiple objects on forms
Hi everyone, I have been through all of the documentation that I can find for creating and updating multiple objects on one form including: http://wiki.rubyonrails.com/rails/pages/HowToUpdateMultipleAssociatedFormElementsOnOnePageand I''m not really happy with the solutions. Are there any helpers for working with multiple objects that I am missing. I want to be able to submit and validate
2006 Jul 16
0
Bug Helper / Request for Feedback
I have recently released a bug tracking application called bug helper. This application is in beta and it is free. It has a similar flow to jira but it isn''t aimed at the enterprise market, more just for developers who need to capture bugs from their clients and don''t want to setup their own bug app server. I have put adsense on it to hopefully pay for the hosting costs. I would
2006 Jun 20
0
Re: Railsday 2006 (Derek Haynes)
I wrote a small personal budget tracking system for railsday. Check it out at: http://www.rubyupdate.com/signup Cheers, Carl. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060620/b445b545/attachment.html
2006 Feb 14
1
timing how long a user takes to do a test
Hi everyone, I have a quick problem. What I want to do is time how long a user takes to do a test. To do this I would like to start a thread which increments the time for a user. I would like do this for multiple users and so I wanted to use a hash class variable (static). This doesn''t work from my rails app, how ever it works fine in my test code. After doing some research I see that