search for: seant

Displaying 4 results from an estimated 4 matches for "seant".

Did you mean: meant
2008 May 12
1
Usb, udev and nut
Hi All I am connecting a ups via a usb to serial converter. Works fine, however when the converter is unplugged and plugged back in, udev creates another device e.g instead of ttyUSB0 it creates ttyUSB1. Here is the udev rule that I added to the top of the 025_nut-usbups.rules file in order to create a static symlink should udev decide to create the device as either ttyUSB0 or ttyUSB1.
2005 Jun 06
1
Rails spider/site copy with internal web requests
Hi all, On a related topic to Web spidering, I would like to solve a problem of internally spidering and saving a Rails application from within rails. The goal is to spider and save each resource in a site to a filesystem friendly structure /many/things/1?page=3 -> many_things_1_page_3.html or /many/things/1?page=3 -> many/things/1_page_3.html If a redirect is created
2006 Apr 20
5
acts_as_taggable patch 3866 needs some testing
DHH''s acts_as_taggable is now much more usable with this patch. http://dev.rubyonrails.org/ticket/3866 This patch adds scoped finders, documentation, and tests: # Get tags for all articles in a blog @blog.articles.tags # Get tags for articles in a blog published in the last year @blog.articles.tags :conditions => [''published_at > ?'', 1.year.ago] # Get related
2006 May 29
3
IFRAME based RJS - responds_to_parent
** File uploads with AJAX mojo ** Respond with RJS to your parent window with a form action targeted to a hidden IFRAME. Handles all the painful situations like scoping your JavaScript to your parent window generating the script block for execution and clearing the IFRAME after execution so the back button doesn''t re-execute the action. `plugin install