search for: jed

Displaying 20 results from an estimated 85 matches for "jed".

Did you mean: je
2008 Jan 19
6
Quiet Backtrace in RSpec
I''m using RSpec on Rails and would like to clean up the backtraces, so I went looking for an RSpec equivalent to ThoughtBot''s Quiet Backtrace gem<http://thoughtbot.com/projects/quietbacktrace>. I found Spec::Runner::QuietBacktraceTweaker in the RDOCS, but I can''t figure out how to use it. Can I add something to spec_helper.rb that will utilize
2007 May 30
9
Specify attr_protected
This is kind of a two part question. Question One: I want to be sure that an Order model is protecting sensitive attributes from mass assignment. The example looks like this: describe Order do it "should protect total attribute from mass assignment" do @order = Order.new(:total => 0.05) @order.total.should_not == 0.05 end end And the code to implement it: class Order
2013 Oct 14
1
rsync-3.1.0 --chown, --usermap, and --groupmap ignored?
The man page describes options --chown, --usermap, and --groupmap, but these seem to be silently ignored beyond validating that the user and groups do indeed exist. Is the following supposed to work? $ touch a $ rsync --chown=http:http a b $ ls -l a b -rw-r--r-- 1 jed jed 0 Oct 14 02:44 a -rw-r--r-- 1 jed jed 0 Oct 14 02:45 b $ chown http:http b chown: changing ownership of 'b': Operation not permitted $ rm b $ rsync --chown=jed:http a b $ ls -l b -rw-r--r-- 1 jed jed 0 Oct 14 02:46 b $ chown jed:http b $ ls -l b -rw-r--r-- 1 jed http 0 Oct 14 02:46 b $...
2007 May 03
0
CentOS 5.0 and jed
Everyone, Sorry for this second post but one of the members pointed out to me I had posted it in a thread belonging to a different subject. I am trying to use CentOS 5.0 in place of SCO OpenServer 5.0 as well as replacing terminal Word Perfect. I have looked at jed which is available via the Fedora extras and it appears to have what I will need. Do any of you have an CentOS 5.0 rpm for jed or know where I might find one. Thanks, Greg Ennis
2007 Dec 07
4
TextMate Sidebar
Hey David, I just watched the RubyConf recording of your RSpec session and noticed that you''re using a modified version of TextMate that uses a sidebar instead of a project drawer. Where did you find that mod? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071207/c900e1bc/attachment.html
2007 Apr 07
5
Integration Specs On Rails
Now that RSpec is nearing 1 dot oh, are there any plans to implement an integration testing equivalent in RSpec On Rails?
2007 Jul 06
5
Outside-In with RSpec on Rails
I just read ''Mocks Aren''t Stubs'' and was intrigued by the notion of ''outside-in'' TDD. As a Rails developer, I''m curious if others are employing this method when developing Rails applications using RSpec. Is it common practice (or even practical) to drive the development of a Rails app by starting with view specs, then controller specs, then
2007 Sep 20
4
alias :calling :lambda
Sprinkling my examples with ''lambda'' has always seemed like a bit of a wart to me. I''ve gotten into the habit of adding ''alias :calling :lambda'' to my spec suites. My examples then look like: calling { Foo }.should raise_error calling { Bar }.should_not raise_error Is there a reason that RSpec core has chosen not to make exception expectations more
2007 Jul 14
3
expect_render twice in views
I found this: controller.expect_render(:partial => ''thing'', :collection => things).once but I am trying to expect_render twice in my view spec: template.expect_render(:partial => ''order_details'').twice This doesn''t work as the template.expect_render call seems to be returning an array. Is it possible to expect the rendering of a partial
2005 Mar 14
3
asterisk-addons OS X
...s and I have tried adding everything to my path. I've got mysql_devel, etc. I have posted this to the Mac Asterisk mailing list about a week ago with no response, so I thought I would just check in here. Thanks, -------------- next part -------------- An embedded message was scrubbed... From: Jed Stafford <jeds@yahoo.com> Subject: asterisk-addons OS X Date: Mon, 14 Mar 2005 14:57:09 -0800 (PST) Size: 832 Url: http://lists.digium.com/pipermail/asterisk-users/attachments/20050314/b6950ee0/attachment.eml
2003 Aug 21
2
Use of Second Monitor Question
...projection display keeping the R-console on the computer monitor. And so I ask--- Is there a way to move a graphics window out of the Rgui window to a second monitor leaving the R Console window in the Rgui window on the first monitor? Either a Windows or Linux solution would be just fine. --jed diem
2015 Feb 27
2
relocated tmp dir
I'm getting error messages when a connection is attempted: smbd/service.c:make_connection_snum(633) '[original location]/var/tmp' does not exist or is not a directory, when connecting to [IPC$] The original binaries have been moved to a new directory. The locations for : pid directory log file smb passwd file private dir lock dir have been specified in smb.conf. What can I do
2015 Feb 27
2
relocated tmp dir
As I said, the original binaries. I need to know if I can override this error with a smb.conf directory directive, just as you can override other compiled-in directories. On Fri, Feb 27, 2015 at 11:28 AM, Marc Muehlfeld <mmuehlfeld at samba.org> wrote: > Hallo Jed, > > Am 27.02.2015 um 17:06 schrieb Jed Evnull: > > I'm getting error messages when a connection is attempted: > > > > smbd/service.c:make_connection_snum(633) > > '[original location]/var/tmp' does not exist or is not a directory, > when > > con...
2003 Oct 08
2
Vorbis and MP3 file verification
...Vorbis and MP3 files? I've found that Ices 0.3 has a penchant for: 1) skipping files it deems improperly encoded, or 2) passing squelchy aural gibberish on to Icecast and then promptly crashing. The only method I've found is trial and error and Google has been of little help. Thanks! Jed --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messag...
2011 Feb 22
8
auth.conf & namespaceauth.conf : which files belong on the master , and client?
I''m trying to wrap my head around these files... do both of them need to reside on the client and master? are there any docs that describe these files and what all the option/ sections are and what they do? Thanks all.... -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2008 Apr 22
1
''dependencies'' and RedCloth
Hey gang. Jed noticed an issue with the ''dependency''/''dependencies'' macro the other day when working on the Collective wiki. Namely, if you make RedCloth a dependency Merb gets a little cranky. I think I have this figured out when doing some mods to Collective today too. Ho...
2015 Feb 18
1
Runing Samba on Raspi - was: Re: ps aux | grep smbd
Can Samba 4.1.x be compiled fully static? On Wed, Feb 18, 2015 at 3:43 AM, Peter Serbe <peter at serbe.ch> wrote: > Jed Evnull schrieb am 17.02.2015 23:14: > > [Static cross-compile of Samba] > > The static 3.2.15 works fine on the pi, but fails under android since it > > can't find user root or guest. But that's another issue, I don't expect > any > > help debugging such elder...
2015 Feb 25
2
smb.conf filepaths
Can all of the compiled-in filepaths below be overrdden in smb.conf? I can't find documentation for the required smb.conf equivilents. If someone could supply them or post a link, I'd be very greatful. SBINDIR BINDIR SWATDIR CONFIGFILE LOGFILEBASE LMHOSTSFILE LIBDIR LOCKDIR PIDDIR SMB_PASSWD_FILE PRIVATE_DIR
2005 Mar 28
1
Sounds gets choppy after 30 seconds
This is driving me crazy, when making an outgoing call the first 30 seconds is always perfect, then the party on the receiving end can always hear me perfectly but after 30-60 seconds the audio coming back to me from them starts to get choppy and drops out. I've tried this with multiple devices, from multiple locations some behind NAT, others not. This is using the ulaw codec, although
2008 Nov 07
2
updated Apache mod_expires?
I noticed that the apache rpm httpd-2.2.3-11.el5_1.centos.3.src.rpm has a bug in mod_expires. https://issues.apache.org/bugzilla/show_bug.cgi?id=39774 Please forgive a dumb question: how risky would using a Fedora httpd RPM be on a CentOS5 install? Jed