search for: bronson

Displaying 10 results from an estimated 10 matches for "bronson".

Did you mean: aronson
2006 Feb 07
7
What happens to manuals.rubyonrails.com?
Hi guys, does anyone know what happened to the manuals site? I have not been able to connect to http://manuals.rubyonrails.com for two days (I started reading all about RoR yesterday and finished most of the tutorials i could gather, and really enjoyed playing with the rails). TIA! -xiheng -- Posted with http://DevLists.com. Sign up and save your time!
2006 May 23
3
Dragging a copy of an image and then reverting
I''d like to drag images onto drop zones. I have a working demo with one problem: the image leaves the dock and then "snaps back" to it: (broken -- image leaves dock during drag then snaps back) http://u32.net/junq/imlib-demo-1/ I can get the image to remain in the dock during the drag using ''ghosting:true''. But how do I keep the original in the dock
2003 Dec 13
1
OpenSSH on Solaris -fron SUN
...odetect: type 2 DSA debug1: Bind to port 22 on ::. ..I have tried to regenerate all the keys from scratch. No difference.. Odd thing, is that it all works just fine. The only time I see this error is under DEBUG. I have posted to the Sun mailing lists and no one replied. Any ideas? -- J.D. Bronson - "The Cisco Kid" Aurora Health Care // Information Services // Milwaukee, WI USA Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.314.8282
2006 Jan 24
1
Rather sticky migrate problem
Here''s the problem... Typo has ~35 migrate scripts. Script 3 makes a minor schema change, then migrates data to the new schema. For instance: add_column :articles, :user_id, :integer Article.find(:all).each do |a| a.user=User.find_by_name(a.author) a.save end This makes sense... except that a revision 35 model has been instantiated on a revision 3 schema!
2006 Jul 19
2
prototype question
Can anybody tell me where to submit a bug report/patch for prototype.js? As far as I can tell, lines 760 et seq. should be changed from if ((this.header(''Content-type'') || '''').match(/^text\/javascript/i)) this.evalResponse(); } to if ((this.header(''Content-type'') ||
2003 Dec 14
0
resolve on solaris 9 with snapshot 12/03
I have recently begun using OpenSSH portable for solaris and grabbed the latest snapshot. I noticed that my logs do not contain the hostname..only the IP of the connecting machine. Is this a know (or expected) issue and/or is there a work-around? Thanks in advance. -- J.D. Bronson - "The Cisco Kid" Aurora Health Care // Information Services // Milwaukee, WI USA Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.314.8282
2004 Jun 26
0
build failure solaris9x86 with Studio9 (forte)
...: No such file or directory ld: fatal: File processing errors. No output written to nsswitch/libnss_wins.so make: *** [nsswitch/libnss_wins.so] Error 1 # I can build this fine with GCC 3.4.0, and wondering what I have to do to make it work with the Sun cc compiler? thanks in advance! -- J.D. Bronson Aurora Health Care // Information Services // Milwaukee, WI USA Office: 414.978.8282 // Email: jd@aurora.org // Pager: 414.314.8282
2007 Dec 18
11
Ortho - a library for JavaScript Graphics and Text
I''ve written a JavaScript library called Ortho (http://www.craic.com/ ortho) on top of Prototype for creating ''diagram-style'' graphics in JavaScript. You can create histograms, graphs, timeline plots, ''maps'' of genomic data, annotated images, tree diagrams, etc. Unlike Canvas, it seamlessly integrates text with graphics and the output looks the same
2006 Jul 21
0
Review of Rails Debuggers
I''ve evaluated the best Rails debuggers I could find over the past few months. I''m hoping to hear some opinions... Did I miss any good ones? Am I way off base? :) Here''s the article: http://news.u32.net/articles/2006/07/20/reviewing-ruby-on-rails-debuggers - Scott
2006 Jan 25
0
Changing the instantiated table when using STI
Is there any way to get AR to instantiate a different class when using STI? Where it would normally instantiate Digit, I would like it to instantiate SkelDigit. Here''s why... My rails app has the following STI hierarchy: Digit < Glyph < ActiveRecord::Base My migrate script can''t use those classes directly however (backward compatibility issues), so I created some