search for: loaf

Displaying 20 results from an estimated 46 matches for "loaf".

Did you mean: load
2006 May 24
2
named routes confusion
Hi, I''m trying generate a URL from a named route like: namedroute_url(params...) but the generated route is always coming out as the first match from the routes table. The named route is defined inside a map.with_options block, but that shouldn''t matter should it? dorian -- -- I do things for love or money
2006 Apr 28
2
tests and login_engine
Hi there, I just started writing tests today after some months of using rails (slap wrists). I seem to be getting the hang of things, but I''m hitting a wall when it comes to functional_testing pages protected by login_engine/user_engine. all my assertions come back with: Expected response to be a <:success>, but was <302> Is there a way I can login from within a test?
2006 May 16
3
wondering how to do some clever DRYing up
Hi there, I''m now getting to the point in my rails app where I can use all of the nice basic features like AJAX and engines etc... but, I want to get my hands a bit dirtier, whilst learning to DRY up my code a bit. I''m using AJAX quite a bit to dynamically populate/edit/sort has_many relationships in forms, and consequently on a model with many has_many''s I end up
2006 Jun 07
1
railstidy
Hi there, anyone had any trouble with railstidy? I''m using it on 1.1.2 just to tidy my output and I get a server error everytime, but the only log message I get is: FastCGI: incomplete headers (0 bytes) received from server "/var/rails/dev/public/dispatch.fcgi" I have: after_filter :tidy def tidy RailsTidy.filter(response) end ...in my application.rb and I can get
2006 Mar 02
2
url_for_file_column not returning correct path
I added this test towards the end of the included file_column_helper_test.rb that shipped with the file_column plugin: def test_url_for_file_column_different_root_path Entry.file_column :image, :root_path => File.join(RAILS_ROOT, "public/files") e = Entry.new(:image => upload(f("skanthak.png"))) assert_match %r{/public/files/entry/image},
2006 Mar 29
1
load testing
hi, does anyone have any pointers for load testing an app running on apache2 with fastcgi? I have an app running circa 3000 page requests per day, most of which are static pre-cached files and fastcgi seems to be coping well so far (crosses fingers) but I would like to be able to work out my server limit. Currently I have the following in my apache conf: FastCgiServer
2006 Jan 18
1
using unique varchar instead of id
Hi, I just signed up so ''hello everybody''. As the title suggests, I was wondering if there was an easy way to specify that I want all actions/controls to be based upon a particular parameter rather than :id (in this case :unique_name). I don''t :id to appear in URLs or elsewhere, I want it all to work from :unique_name. It seems like something that I should be able to
2001 Mar 23
0
Re: Finding functions (eg. 'lag')
Many thanks to those who gave me a loaf, and others who taught me how to fish! Stuart > > > From: "Dr Stuart Leask" <stuart.leask at nottingham.ac.uk> > > To: "R-help" <r-help at stat.math.ethz.ch> > > Subject: [R] 'lag' in R? > > Date: Thu, 22 Mar 2001 16:46:18 -0000...
2008 Dec 18
0
How to make a smooth ( linear ) CDF plot? -- Thanks!
...gt; ~ Certainty is folly... I think. ~ > -- The official inflation rate in Zimbabwe has soared to about 231 million percent while thousands of Zimbabweans stand in line for their daily allowance of about 2 cents a day -- from their own bank accounts. The allowance does not afford them a half loaf of bread. [[alternative HTML version deleted]]
2006 Feb 15
1
NFS Stale File Handles on Indexes
...ndexes w/mmap disabled, and using dotlocks -- Anthony Kay University Computing Center (541) 346-1719 GPG Fingerprint: B0DB D46A 60AF FAE7 A94A 5075 0CB4 4D88 9F4F 7F09 Perfection uncanned Like a beautiful redhead Fresh from her trailer from Spam-Ku : Tranquil Reflections on Luncheon Loaf by John Cho
2006 Jun 16
1
Dovecot+NFS: Copying messages causes failures (possible SIGABRT)
...child 22915 (imap) killed with signal 6 -- Anthony Kay University Computing Center (541) 346-1719 GPG Fingerprint: B0DB D46A 60AF FAE7 A94A 5075 0CB4 4D88 9F4F 7F09 Perfection uncanned Like a beautiful redhead Fresh from her trailer from Spam-Ku : Tranquil Reflections on Luncheon Loaf by John Cho
2006 Mar 24
10
innodb vs myisam
Hi, I have been using myisam tables in mysql with rails because my client will soon want fulltext searchable content, however when I migrated my development db from schema.rb all of the tables generated were innodb. I understand that I can override this, but also like the transactions and foreign keys of innodb. So 2 questions really: 1. are transactions in activerecord dependent on innodb or do
2006 May 09
1
name_url in tests
Hi there, I posted earlier asking about testing named routes in functional tests, but got no response, so I''m making my question less specific. It seems from the docs that it''s possible to to test named routes in cases such as: asserts_redirect_to name_url(:param => "whatever") but I haven''t seen any mention of it being used with any other tests and I keep
2006 Jan 23
2
require rmagick
Hello, I''m trying to use rmagick in a helper script (for auto-generating image sizes) and I''m not sure where I should be calling ''require''. currently I have: require ''RMagick'' at the top of my controller: class FilmsController < ApplicationController require ''RMagick'' but that''s giving me an error:
2006 May 09
2
handling file upload onto local filesystem.
Hi, I have a multipart form upload field uploaded through <%= file_field("profile", "profile") %> Once a submit happens, the action basically does something like: profile = Profile.new(params["picture"]) This invokes the models = to method: def picture=(picture_field) ...do a bunch of assignments here end def validate ... do a bunch of validations
2006 Apr 27
10
OT -- billing and estimating, good resources?
OK, so for most of my career, I''ve done everything on an hourly rate. Recently somebody kind of pointed out that if you bill by the milestone you can work on multiple projects simultaneously without any ethical problems, so you get increased efficiency. Does anyone have any good advice/URLs/books on how to do cost estimates on a project? I''ve really always kind of avoided the
2006 May 16
4
dealing with media file formats and RMagick.
Hello, I basically have the following problem - I have a site that will allow people to upload videos. The video may be in any format - .mov, .avi, .wmv etc.. I can either use embedded Windows Media Player, or embedded Quicktime to play the files but the problem is, how do I create stills from the movies to display them as .jpg''s on my site so when somebody clicks on them, the video
2005 Nov 28
4
Password Option for Windows OpenSSH
I am newbie to OpenSSH and have a question on providing password during a client log in session. I am using OpenSSH for Windows(XP) version 3.81p1. Is this the latest version for windows? >From the archive list I gather that OpenSSH will not provide a password option while invoking ssh commands, is this true? or will this be included in the future releases? I read something about using
2002 Aug 12
1
AW: add user script going Horribly Wrong (tm)
...already works, this does not seem to affect you (or you simply have max eight character user names). I hope this helps you a litte bit?! Greetings from Germany! -Torsten ===================================== = And the music's gonna make me fly = = --- without fear and without pain = = Meat Loaf - Heaven can wait = ===================================== > -----Urspr?ngliche Nachricht----- > Von: Vicky Clarke [mailto:vclarke@frontier.co.uk] > Gesendet am: Montag, 12. August 2002 18:04 > An: samba@lists.samba.org > Betreff: [Samba] add user script going Horribly Wrong (...
2006 Mar 25
1
Re: Rails Digest, Vol 18, Issue 656
...s/attachments/20060325/c20c5601/attachment-0001.html > > ------------------------------ > > Message: 6 > Date: Sat, 25 Mar 2006 06:30:49 -0800 > From: Robby Russell <robby.lists@planetargon.com> > Subject: Re: [Rails] innodb vs myisam > To: rails@lists.rubyonrails.org, loaf@isness.org > Message-ID: <1143297049.24535.200.camel@linus> > Content-Type: text/plain > > On Fri, 2006-03-24 at 00:43 -0500, Dorian Mcfarland wrote: > > 1. are transactions in activerecord dependent on innodb or do they > > recreate that functionality? > > Trans...