search for: tollervey

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

2006 Feb 26
9
State of the Breezy
What''s the current state of Rails installation on a fresh Ubuntu Breezy? I''ve just set up a laptop with a fresh installation, and tried to install ruby et al, and got nowhere fast. The default ruby is 1.8.3, and compiling the source for 1.8.4 leaves the rubygems setup.rb breaking unable to find zlib (and yes, I have checked for zlib1g-dev and readline). Is there a known
2006 Mar 25
7
upgrade to 1.1RC on ubuntu breezy
How do I upgrade my rails to 1.1RC - running Ubuntu breezy and I had installed rails using apt-get in universe. -- Posted via http://www.ruby-forum.com/.
2006 May 04
4
Ajax spinners
Hi all, I''ve been looking for these for quite some time now and I couldn''t find them with a transparent background and a neutral color, so here they are, just baked from the oven: The Mac OS X and Mozilla Spinners (Grayscal and Transparent) Enjoy Gael -------------- next part -------------- A non-text attachment was scrubbed... Name: spinner_mac.gif Type: image/gif Size: 2530
2006 Aug 17
11
Can I get RubyOnRails to read and parse an html file off harddrive?
I do this in ASP to read a special html template that I use, then modify in code before spitting out the resulting webpage. Any ideas on how to script this in RUBY? Do I need a special GEM package? D. Bruce Moore -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060817/95cf5da6/attachment.html
2006 May 16
3
Installing the Postgres gem on Ubuntu
Hi, I''m having difficulty installing the "postgres" gem. postgres-pr installed fine, but whenever I run: sudo gem install postgres I get: ERROR: While executing gem ... (RuntimeError) ERROR: Failed to build gem native extension. Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/postgres-0.7.1 for inspection. I''ve had a bit of a poke around, and
2005 Aug 25
1
newbie questions about hosting address
...05 15:29:20 +0100 From: Chris Korhonen Subject: Re: [Rails] London on Rails To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Two of us Brighton Rails/AJAX folk posisbly up for it, let us know the details! On 8/25/05, Nicholas H.Tollervey wrote: > OK, I''m in also depending on schedule. > > David Plans Casal wrote: > > > > > On 24 Aug 2005, at 23:25, Dom wrote: > > > >> Nicholas H.Tollervey wrote: > >> > >>> Given, say at least five people, a trip to China town fo...
2006 Mar 25
1
Re: Rails Digest, Vol 18, Issue 656
...t; Then everything was normal, I had no need to make any changes in apt-get, > or > upgrade to a different distribution. > > cheers, > > Victor Kane > http://awebfactory.com.ar > > Message: 2 > > Date: Sat, 25 Mar 2006 13:00:15 +0000 > > From: "Nicholas H.Tollervey" <ntoll@ntoll.org> > > Subject: Re: [Rails] upgrade to 1.1RC on ubuntu breezy > > To: rails@lists.rubyonrails.org > > Message-ID: <1143291615.9493.8.camel@localhost.localdomain> > > Content-Type: text/plain > > > > Hi, > > > > I'&...
2006 Mar 15
9
Mongrel Web Server 0.3.11 -- Edge Rails and Win32Compliant
I don''t think there''s a way to do that other than using a proxy (ISAPI_REWRITE) or just a server-side redirect. I''d love to be proven wrong though. -----Original Message----- From: rails-bounces@lists.rubyonrails.org [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of frazer horn Sent: Wednesday, March 15, 2006 9:13 AM To: rails@lists.rubyonrails.org Subject:
2005 Sep 17
0
Postgresql + rake errors
Hi, Using rake with Postgresql gives the following error: psql:db/development_structure.sql:13: ERROR: must be owner of schema public I''m using the latest version of rails and postgresql 8.0 on ruby 1.8.3 (2005-06-23) [i486-linux]. The above error occurs when rake clones my dev database to test - it first came to my attention when I ran "rake" for my first unit tests. It
2005 Oct 29
0
Problem with validates_uniqueness_of
Hi, I think I''ve found a problem with validates_uniqueness_of within ActiveRecord. My code is: validates_uniqueness_of :name, :on => :create, :scope => "zip", :message => "has already been taken" yet the docs say that when a record is created, a check is performed to make sure that no records exist in the database with the given value for the specified