search for: hampton

Displaying 20 results from an estimated 107 matches for "hampton".

2011 Jun 28
2
OpenOffice 3.3.0 crashing on CentOS 5.5
...simple drawings (mainly circles, lines, clipart, etc.) (insert -> object -> OLE object -> OO drawing)... crashes in Calc when adding text at the end of a line of text in a cell. Could this be a problem with some setting or with Java? Any help would be most appreciated, -- Wade Hampton
2006 Apr 24
3
Regex in HTML
...;[aA][^>]*>.*<\/[aA]>/ Because my middle tag will just keep going and return <a href="http://stuff.com" class="link"><strong>Anything</strong> in here.</a></html> because it doesn''t have any reason to stop. Any suggestions? -hampton. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060424/d861818c/attachment.html
2006 Apr 22
6
Friendly Reminder (OT)
...ng. Two near-release rails plugins were lost in the tragic crash along with the two weeks of work on several other projects. Remember, it could happen to you. So, backup! Right now! I''m serious! *This public service announcement is brought to you by..... the letter S... for Stubborn* -hampton. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060422/d00d9aef/attachment.html
2006 Apr 07
3
List of all Models
Anyone know a pretty way to get a list of all Models? That is, a list of all classes which inherit from ActiveRecord:Base I can''t seem to figure it out! The best I''ve got is to list the /app/models directory... but, that is *dirty*. -hampton. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060407/b9be5eda/attachment-0001.html
2006 May 16
5
Transactions in RoR
Hi, Does anyone knows how to manage transactions in RoR. Thanx
2006 Apr 05
25
How to avoid bunch of <% %> ??
Hello, I would like to know is there is a way to avoid poluting the views with tons of <% %> ? Like this <%= start_form_tag() %> <%= text_field_tag(''category[title]'', category.title, {:size => 20, :maxlength => 128}) %> <% if not category.parent_id.nil? %> <%= select("category", "parent_id", Category.find(:all,
2006 Jun 04
4
Multiple checkboxes
Please could someone suggest what might be wrong here. In my view I''m displaying a series of check boxes and when the form is submitted I want the controller to iterate over the values and contatenate them all into a string "1" if the box was checked and "0" if it wasn''t. I''m new to Ruby and Rails and I can''t seem to get any values out of
2011 Oct 05
3
Firefox 7 on CentOS 5
...eir Firefox but it dumps core even when using the libstdc++ from Fedora 9. I would like anything stable and secure beyond Firefox 3 but can't find tarballs for anything other than 7.0.1. CentOS 5.5 i386 w/ updates firefox-7.0.1.tar.bz2 libstdc++-4.3.0-8.i386.rpm from Fedora 9 Thanks, -- Wade Hampton
2006 Jul 02
3
Mongrel Randomly getting TERM
...3 ** TERM signal received. And my rails-log is silent too. No request starting. Just the end of a successful request and then nothingness. The other processes are doing just fine and stay up for good. Anyone know what''s going on here? Oh yeah, and its lighty-proxy + mongrel on Ubuntu. -hampton. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060702/7b9f3c59/attachment.html
2006 Apr 13
8
DevTower Beta3 Release!
...ou not to do it. Only use development data in the holds. Does it work on windows? I don''t see why not. I didn''t test it. In fact, I only tested it on Ubuntu Dapper. Does it work with Rails 1.0? No. ====== Special thanks to Geoffrey Grosenbach for his ar_fixtures plugin. -hampton catlin. --------- http://www.justasloud.org http://www.hampton2600.com http://www.deadhobosociety.com #for all your philosophical needs http://rubyforge.org/projects/devtower/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/ra...
2010 Mar 27
2
Network tuning for working with very old Solaris
...uch newer (modern) TCP/IP stack in Linux and TCP options? If so, does anyone have any suggestions for how I can tune the Linux server? I am not as concerned about performance, but just to keep the Solaris box from crashing (and no, I can't upgrade the legacy Solaris server). Thanks, -- Wade Hampton
2007 Jan 29
1
Rewriting output interface
...network All traffic headed to the network will be sent out on wlan0, while all traffic headed to the router to be sent on wlan3. Is tc capable of doing something like this, and if so, how would I configure it? I would prefer to bridge the traffic rather than routing it. Thanks, Hampton
2007 May 26
1
make_resourceful 0.1.0 Release!
...the code up live for make_resourceful! I have been astonished by the positive feedback I''ve been receiving since our talk at this year''s RailsConf. So much pressure to get this thing out! If you haven''t heard about it... then check out my slides from railsconf http://www.hamptoncatlin.com/assets/2007/5/21/make_resourceful.pdf or listen to the Rails Podcast where I spend a good amount of time talking about make_resourceful http://podcast.rubyonrails.org/programs/1/episodes/hampton_catlin This code is still alpha. Its a complete re-write of our prototype code and a vast imp...
2006 Apr 06
10
Advice needed on tracking down unusual error
Does anyone have advice on how to go about locating the cause of this error message: ActionView::TemplateError (wrong number of arguments (3 for 1)) on line #4 of app/views/products/search.rhtml: 4: <%= start_form_tag :action => ''search'' %> I don''t see anything wrong with line 4 above. Some background: I''ve made a number of changes to Controllers,
2012 Feb 01
3
A Billion Files on OCFS2 -- Best Practices?
We have an application that has many processing threads writing more than a billion files ranging from 2KB ? 50KB, with 50% under 8KB (currently there are 700 million files). The files are never deleted or modified ? they are written once, and read infrequently. The files are hashed so that they are evenly distributed across ~1,000,000 subdirectories up to 3 levels deep, with up to 1000 files
2006 Jun 11
3
[SUMMARY] Rails Core Weekly June 5 - June 11
...incredibly elegant use of coercion and of closures") _New Features in trunk (committed)_ David checked in <a href="http://dev.rubyonrails.org/changeset/4440">uninstall.rb</a> that makes it possible to uninstall plugins. We''ve spoken about it before in RCW but Hampton''s solution to wrap your conditional bind variables in a hashes is committed by DHH. So now, no more of this: Topic.find(1, :conditions => [:author_name = ? and :title = ?, @author.name, ''AWWR'']) but simply Topic.find(1, :conditions => { :author_name => "D...
2002 Sep 25
2
Weekly machine password changes (RE: RE: odd: everything SHOULD work... winbind)
...nc. -=- "Father, why are all the children weeping? / They are merely crying son O, are they merely crying, father? / Yes, true weeping is yet to come" -- Nick Cave and the Bad Seeds, The Weeping Song > -----Original Message----- > From: David Leuser II [mailto:dleuser@newhampton.org] > Sent: Wednesday, September 25, 2002 4:28 PM > To: Nir Soffer > Cc: samba@lists.samba.org > Subject: Re: RE: [Samba] odd: everything SHOULD work... winbind > > > Restarting winbind didn't change things at all... I honestly > have no idea > what caused it, but...
2006 May 28
0
[SUMMARY] Rails Core Weekly (May 23 - May 28)
...is not what Laszlo had in mind. Tim Lucas closes the thread by providing a wonderful alternative: %w(name email address).each { |f| @person[f] = params[:person][f] } [ http://wrath.rubyonrails.org/pipermail/rails-core/2006-May/001503.html ] Remember how in last RCW we we''re perplexed by Hampton''s swift implementation of Person.find(:all, :conditions => { :last_name => "Catlin", :status => 1 }, :limit => 2) i.e passing a hash as :conditions to find() ? Well, not everyone is convinced this is the right thing to do. Tom Ward explains...
1997 Sep 21
1
Active X versus Java, Linux versus NT
...e Intranet? I have decided to use Linux for all WWW access, via a user account. Any sensitive information I have (e.g., financial) resides on a ZIP disk which is physically removed from the system when on the Internet. Any comments/suggestions/flames? This would make a great mini howto! -- Wade Hampton whampton@staffnet.com Use Linux -- Check out http://www.caldera.com -- Wade Hampton whampton@staffnet.com Use Linux -- Check out http://www.ssc.com
2006 Jun 03
8
confused about ActiveRecord relationships
I am very confused about where to put the belongs_to and the has_one (and other relationship identifiers). I have read the RDoc and the agile book many times about this and I think i still see it backwards. Let me outline my app so you have an understanding... I have 2 tables: Schools { id, school_name, address_id } and Addresses { street1, street2, city, state, zip, country } *** this