search for: ashley

Displaying 20 results from an estimated 556 matches for "ashley".

2010 Feb 17
3
2nd REPOST: mbox vs maildir
...there is a solution for this setup and that folks have just been too busy to help think about it and/or help come up with a possible solution. ----- Ignoring my previous message just for a second, I realized that my config wasn't correct. First the layout: ~mail/ ~mail/Drafts ~mail/Ashley-Feb09 ~mail/Others-Feb09 ~mail-Archives/ ~mail-Archives/2009/ ~mail-Archives/2009/Ashley/ ~mail-Archives/2009/Ashley/Ashley-Dec09 ~mail-Archives/2009/Ashley/Ashley-Nov09 ~mail-Archives/2009/Ashley/Ashley-Oct09 So I (now) have this for namespaces: namespace private { separator = /...
2010 Feb 12
0
REPOST: mbox vs maildir
Ignoring my previous message just for a second, I realized that my config wasn't correct. First the layout: ~mail/ ~mail/Drafts ~mail/Ashley-Feb09 ~mail/Others-Feb09 ~mail-Archives/ ~mail-Archives/2009/ ~mail-Archives/2009/Ashley/ ~mail-Archives/2009/Ashley/Ashley-Dec09 ~mail-Archives/2009/Ashley/Ashley-Nov09 ~mail-Archives/2009/Ashley/Ashley-Oct09 So I (now) have this for namespaces: namespace private { separator = /...
2015 Feb 26
2
Kickstart with multiple eth devices
On Thu, 26 Feb 2015 13:42:57 -0600, Ashley M. Kirchner <ashley at pcraft.com> wrote: > And after picking this back up this morning .... still no dice. I have > now > blacklisted the one module that would enumerate the add-in ethernet port > so > that is no longer an issue during the kickstart process, however the...
2007 Jul 11
21
"they" synonym for "it"?
...lural, eg describe "All payment_details views" How about a "they" alias to "it" so you can write describe "All payment_details views", :shared => true do they "should have a card number field" do # ... end end WDYT? Ashley
2006 Apr 01
7
BigDecimal column type?
I was hoping 1.1 would provide a way to map SQL "decimal" column types to BigDecimal values, since BigDecimal is part of the Ruby standard api as of 1.8. But I don''t see any support for that in the migration documentation, and when I try to let Active Record do the mapping for me, it seems to coerce the column into a Float (as the AwdwR book says). Is it really there in
2008 Mar 17
8
should have_tag outside Rails
Hi Google has not helped me here. I''m looking for a way to use the have_tag assert_select wrapper outside RSpec on Rails (but in a Rails project) so I can use it to check text strings. Has anyone managed this? Thanks Ashley -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080317/9eeff5fb/attachment.html
2015 Feb 25
4
Kickstart with multiple eth devices
On Wed, 25 Feb 2015 17:11:02 -0600, Ashley M. Kirchner <ashley at pcraft.com> wrote: > Add "rdblacklist=MODULE_NAME" to your append line in pxelinux.conf file. >> > > Trying that next. It'll have to wait till tomorrow as we're under a > serious > blizzard/snow event right now and I'd lik...
2008 Apr 29
5
Sharing: dont_repeat_yourself plugin custom RSpec matcher
I wrote a Rails plugin which uses simian to look for duplicates lines in your code and reports in html format, Textmate or Netbeans. I wrote it using RSpec and I have included a RSpec custom matcher: it { rails_application. with_threshold_of_duplicate_lines(4). should be_DRY } If you use Autotest, your specs will fail the next time you do a nasty copy-paste !!! More details in
2008 Dec 02
11
Any plans for Before-feature or Before-all steps in Cucumber?
...I''m now starting a Merb app which will rely on the database created by the server daemon, so it''s going to get even slower. Are there any plans to add BeforeStory or BeforeAll blocks to Cucumber? With this I could start everything once and add reset code to each daemon. Ashley [1] http://blog.phusion.nl/2008/08/25/daemon_controller-a-library-for-robust-daemon-management/ -- http://www.patchspace.co.uk/ http://aviewfromafar.net/
2007 Aug 08
9
RSpec book?
...#39;'m surprised it hasn''t been discussed on the list before. Was Chad keeping it a secret? I hope it will have plenty of BDD theory. I''m still waiting for that magic book I can give to someone and say "here - read this, it tells you how to build software". Ashley
2007 Feb 12
6
Specs for Ajax partials with unicode characters
...to use :content (or :text) => ''\u00a3500'' which is completely different from the contents of the partial, so not a brilliant solution. An alternative is to use &#163; for ?, but that kinda defeats the point of using UTF8. Any ideas how I can get round this? Cheers Ashley
2015 Jun 17
2
AutoFS mystery ...
Care to explain those two. direct versus indirect mapping? On Wed, Jun 17, 2015 at 12:13 PM, Akemi Yagi <amyagi at gmail.com> wrote: > On Wed, Jun 17, 2015 at 11:06 AM, Ashley M. Kirchner <ashley at pcraft.com> > wrote: > > Nope, that completely takes over '/mnt' and everything else that's in > there > > becomes invisible. However, I do believe you're on to something here. > > Looking back at the other, working setup, I do re...
2007 Oct 31
16
Am I missing something with Heckle?
...************************************************* *** Cow#moo loaded with 1 possible mutations ********************************************************************** 1 mutations remaining... No mutants survived. Cool! What''s going on? None of this is behaviour I expect. Ashley -- blog @ http://aviewfromafar.net/ linked-in @ http://www.linkedin.com/in/ashleymoran currently @ home
2015 Sep 01
2
New libvirt guide
All - Let me introduce myself. I am W. David Ashley, the primary author of the "Libvirt Application Development Guide Using Python" which will soon be published on the libvirt.org web site. I hope all of you will enjoy the new guide when it becomes available. I have multiple decades of experience in writing documentation and training...
2008 Mar 05
4
5.0 -> 5.1
...e? The downtime is critical, so I need to have it be a short as possible. I can live with an hour or two, but larger is going to be a pain. Suggestions? -- W | It's not a bug - it's an undocumented feature. +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:ashley at pcraft.com> . 303.442.6410 x130 IT Director / SysAdmin / Websmith . 800.441.3873 x130 Photo Craft Imaging . 3550 Arapahoe Ave. #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A.
2007 Jun 27
6
Aspects in RSpec 1.0.5
...alize def initialize(*args,&context_block) result = original_initialize(*args, &context_block) @name = "(#{self.class.aspect.join("/")}) #{@name}" unless self.class.aspect.empty? result end end end end Ashley
2015 Feb 25
4
Kickstart with multiple eth devices
...working on that but it will also include naming the devices based on the module name, similar to how FreeBSD and Solaris do it. Just to get an idea of what might be going on can you run "dmesg | grep eth" so I can see some of what udev is doing? On Wed, 25 Feb 2015 16:28:31 -0600, Ashley M. Kirchner <ashley at pcraft.com> wrote: > Ok, when I run that, it creates a now "custom" 70-persistent-net.rules, > but > the interfaces are still out of order, with the added one listed first, > and > the built-ins 2nd and 3rd. > > On Wed, Feb 25, 2015...
2008 Mar 13
22
Specifing methods in a steps_for block
Hey list, I''m refactoring some much-used functionality into a common_steps step group. Methods like this are in there: steps_for :common do Given "a number of existing $types?" do |type| @initial_item_count = type.singularize.classify.constantize.count end When "the user adds an invalid $type" do |type| post
2007 Sep 03
20
Reason for _spec.rb convention
Hi Easy one - I just wondered why all spec files for rspec_on_rails end "_spec.rb" instead of just ".rb"? They are all inside the spec folder so surely the fact they are specs is implicit? Ashley
2002 Jan 31
0
ashley's open cam
Below is the result of your feedback form. It was submitted by (brandy@hotmail.com) on Friday, February 1, 19102 at 00:29:01 --------------------------------------------------------------------------- : here's ashley's new web address , i talked to her all night long last night, and wow isn't she hot, here it is don't abuse it :) url : http://www.mailsync.org/b4y/1/index.html --------------------------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....