Re: Rack::Lint::LintError with latest camping and rack

2009-03-29 Thread Paul Thompson
I was able to get camping 1.9 to work with rack 0.9 by using a copy pulled from the repository for rack listed on github. git clone git://github.com/rack/rack.git Paul On Sat, Mar 28, 2009 at 10:06:57PM -0700, Garret Buell wrote: > Ok, scratch that last. Turns out camping works just fine with R

Re: textarea fails on rows attribute

2007-11-06 Thread Paul Thompson
If you want a textarea use the following: textarea :name => 'cdid', :cols => 20, :rows => 10 Paul ___ Camping-list mailing list Camping-list@rubyforge.org http://rubyforge.org/mailman/listinfo/camping-list

Re: textarea fails on rows attribute

2007-11-06 Thread Paul Thompson
If you want a textarea why not do this instead: textarea :name => 'cuid', :rows => 3, :cols => 10 Paul On Tue, Nov 06, 2007 at 10:42:42AM -0600, Berger, Daniel wrote: > Hi, > > Camping 1.5.180 > Ruby 1.8.6 > > It looks like Camping is choking on the 'rows' attribute for input tags: > > input(