search for: ntoll

Displaying 6 results from an estimated 6 matches for "ntoll".

Did you mean: ntdll
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 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 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 Mar 25
1
Re: Rails Digest, Vol 18, Issue 656
...as 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''ve just been...
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