search for: rick

Displaying 20 results from an estimated 2069 matches for "rick".

Did you mean: kick
2009 Apr 26
9
Problems running features with Textmate Cucumber bundle
I finally plunked down for the beta RSpec bundle and I''m working through the initial example. Although I''m a fairly experienced RSpec user, I''m stlll learning new tricks. Anyway, I''m going though the mastermind example, and everything is going well, except that I decided to also try out the Textmate bundle for Cucumber. I decided to use Ben Mabey''s fork on github since it seems to be the most evolved. When I try to run a feature with cmd-R, i...
2007 Dec 13
16
"Tricks" for testing after_create callback???
...odel. But I can''t see an easy way to test this. Here''s my spec describe Message, "from anyone" do it "should be sent on save" do msg_creation_parms = { :subject => "Subj", :body => "hi", :sender => people(:rick), :recipient => people(:john) } SantasMailbox.should_receive(:deliver_secret_santa).with(Message.new(msg_creation_parms)) Message.create(msg_creation_parms) end end This fails, but only because the model object has an id and time stamps assigned as it''s saved. S...
2005 Dec 01
3
Strange Estimates from lmer and glmmPQL
...glm from geepack, I get reasonable estimates close to the naive model results. I also tried using the SAS glimmix macro to fit a generalized mixed model and the routine does not converge. Why does geeglm appear to work but not lmer and glmmPQL? Is this likely to be due to my particular data set? Rick B.
2009 Jun 25
9
WINE install of Dreamweaver MX fails
...have any step by step debug help they can offer as a way for me to unlayer why this program will not install from CD using Wine? i'm really running out of ideas; and I can't understand why I was able to install DWMX ver 7.0 a year ago, succesfully... it's a mystery to me. Please help. Rick (shobuz99)
2008 Mar 05
14
ActiveRecord, spec''ing find has right :order parameter
...ASC'')) get ''index'', :sort => ''up'' This ability to partially specify the contents of a hash argument seems to be generally useful, particularly for Rails, and was wondering if anyone had done this. I don''t think it would be too hard. -- Rick DeNatale My blog on Ruby http://talklikeaduck.denhaven2.com/
2007 Mar 22
5
rc2x seems to break Pegasus Mail
...olution without a problem. Pegasus Mail's error is unfortunately not helpful. Restarting rc27 didn't 'bring it back' for Pegasus. I turned on debugging, but I don't know what to look for because other clients work :/ dovecot: Mar 22 09:55:58 Info: imap-login: Login: user=<rick>, method=PLAIN, rip=172.16.100.20, lip=172.16.100.10, TLS dovecot: Mar 22 09:55:58 Info: IMAP(rick): Loading modules from directory: /usr/local/lib/dovecot/imap dovecot: Mar 22 09:55:58 Info: IMAP(rick): Module loaded: /usr/local/lib/dovecot/imap/lib10_quota_plugin.so dovecot: Mar 22 09:55:58 In...
2007 Nov 30
4
Autotest''ing specs on non-rails app
...st with rspec on a non-rails project. my Rspec gem is version 1.0.8, ZenTest is 3.6.2 project structure $ ls * lib: parser.rb spec: parser_spec.rb autotest finds and runs the spec, but it won''t detect changes to lib/parser.rb I know it''s something stupid, but... help? -- Rick DeNatale My blog on Ruby http://talklikeaduck.denhaven2.com/
2015 Aug 06
2
backing up IMAP server on a hard drive
Dear Rick, Thanks. I guess I'll have to install dovecot. I am not sure what the parameter for the -host2 should be(apart from localhost? ) Its my first time doing dovecot on a Linux desktop. I was thinking of using Thunderbird to download all mails but I guess that will be too long of a process. On Fr...
2015 Aug 06
2
backing up IMAP server on a hard drive
Dear Rick, Thanks for your feedback. I think rsync might be a better option. Its(imap server)with gmail so I dont think it would work . Furthermore I am running a linux system(Ubuntu 14.04 to be precise). Does Mercury 32 support it? >From the site it seems not. Please advise. Regards Kevin On Thursda...
2009 Apr 04
1
Rails 2.3.2 - template question
...E = File.basename(RAILS_ROOT) run ''echo '' + PROJECT_NAME Running command "rails tst -m ~/Rails_Tools/tst.rb" produces: create create app/controllers . . create log/development.log create log/test.log applying template: /Users/rick/RailsTools/tst.rb Anonymous modules have no name to be referenced by Then, cd tst and running command "rake rails:template LOCATION=~/ Rails_Tools/tst.rb" produces: (in /Users/rick/tst) applying template: /Users/rick/RailsTools/tst.rb executing echo tst from /Users/rick/tst...
2007 Jul 12
3
best string setting
Rick, Mark asked "why" you want the least amount of compression. I think we still do not understand your goals. If you can give us a hint at what you're trying to accomplish in your search for the least amount of compression, that might help us find the right answer. Brian Willou...
2008 May 16
3
Which rspec for rails 2.1RC1?
I''m working on porting our app. Do I need to upgrade rspec from 1.1.3? If so which version. BTW the installation doc at http://rspec.info/documentation/rails/install.html seems to be stuck in the pre-git days. -- Rick DeNatale My blog on Ruby http://talklikeaduck.denhaven2.com/
2008 Jan 29
3
I thought the RSPec community might be interested
in my latest blog posting :http://talklikeaduck.denhaven2.com/articles/2008/01/29/why-i-dont-mind-using-rspec-in-fact-ive-come-to-love-it -- Rick DeNatale My blog on Ruby http://talklikeaduck.denhaven2.com/
2010 Mar 09
5
data frame select max group by like function
Hi, I have a data frame with 3 columns: ID, year and score. How can I select for each unique ID, the year that has the max score? For example, for data frame ID, year, score tom, 1995, 88 rick, 1994, 90 mary, 2000, 97 tom, 1998, 60 mary, 1998,100 I shall have ID, year, score tom, 1995, 88 rick, 1994, 90 mary, 1998,100 Thanks, Richard [[alternative HTML version deleted]]
2010 Aug 30
1
in a rails3 - rspec then require 'authlogic/test_case' and now I broke stuff?
...seemed to have to re-run ''bundle install'' (or maybe that was triggered because I touched the Gemfile, even though I ended up not adding changes to it.) I was prompted with: git://github.com/odorcicd/authlogic.git (at rails3) is not checked out. Please run `bundle install` /Users/rick/projects/rails/sillymeters/Rakefile:4:in `require'' (See full trace by running task with --trace) I rand bundle install, but now every time I try to run "rake spec" I end up with the following error: rake spec (in /Users/rick/projects/rails/sillymeters) /Users/rick/.rvm/rubies/r...
2003 Mar 06
9
samba backup software
...t away from Windows. If you have suggestions or are using something you are happy with, please respond. Currently, I'm evaluating Novastor's Novanet 8.5. I know there are others that I can eval, I'm just interested in finding out what others are using and happy with. Thanks. Rick Segeberg Provo Site Manager, IT Department The Waterford Institute rick.segeberg@waterford.org <mailto:rick.segeberg@waterford.org> ************************************* This email may contain privileged or confidential material intended for the named recipient only. If you are not the...
2002 Dec 20
1
System tray
Hello, Is there any system tray support in wine? :) if not how to restore minimized Trillian window (with contacts etc.) ? :) Greetings, Szymon
2002 Jun 14
10
Opposite of Samba (Anti-Samba?)
Is there a package to do the opposite of Samba? I.e. I want to use (mount) Win filesystems from a Unix client. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Rick von Richter Production Support Manager Voice: 858-831-2222 rickv@mwh.com Maintenance Warehouse/Home Depot Fax: 858-831-2221 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The box says: Win98, WinNT or BETTER. That's why I installed Linux. ~~~~~~~~~~~~~~~~...
2012 Oct 02
0
Icecast Digest, Vol 101, Issue 2
...> You can reach the person managing the list at > icecast-owner at xiph.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Icecast digest..." > > > Today's Topics: > > 1. Daily Access Log Files (Rick Ricari) > 2. Re: Daily Access Log Files (Alejandro) > 3. Re: Daily Access Log Files (engineermike) > 4. Re: Daily Access Log Files (Alejandro) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 1 Oct 2012 14:0...
2015 Nov 11
1
OT - Re: hunting the fatty
Quoting mancyborg at gmail.com: > On Wed, 11 Nov 2015 09:50:29 -0600 > Rick Romero <rick at havokmon.com> wrote: > >> LOL. >> >> This is a horrible subject line.? I've been trying to resolve a DDOS >> issue, and ignoring a lot of email.? >> >> Here I had been thinking this was a sex-spam, and I just got around to >> wo...